Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2005 17:21:27 +0900
From:      Gen Otsuji <otsuji@users.sourceforge.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78279: New port:japanese/mell (an emacs lisp library for the prime)
Message-ID:  <20050302082128.62CA543D1D@mx1.FreeBSD.org>
Resent-Message-ID: <200503020830.j228UKMv031460@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
	Note: There was a bad value `no=20' for the field `>Confidential:'.
	It was set to the default value of `yes'.


>Number:         78279
>Category:       ports
>Synopsis:       New port:japanese/mell (an emacs lisp library for the prime)
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 02 08:30:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gen Otsuji
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD ramne.localdom 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 =
17:35:46 JST 2005 root@:/usr/obj/usr/src/sys/RAMNE i386


>Description:

The mell is an emacs lisp library for taiyaki-elisp(s), especially for the =
prime, which is
a japanese Kana-Kanji conversion program.

>How-To-Repeat:

>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mell
#	mell/files
#	mell/files/patch-Makefile.am
#	mell/distinfo
#	mell/pkg-plist
#	mell/Makefile
#	mell/pkg-descr
#
echo c - mell
mkdir -p mell > /dev/null 2>&1
echo c - mell/files
mkdir -p mell/files > /dev/null 2>&1
echo x - mell/files/patch-Makefile.am
sed 's/^X//' >mell/files/patch-Makefile.am << 'END-of-mell/files/patch-Make=
file.am'
X--- Makefile.am.orig	Sat Jun  7 08:29:34 2003
X+++ Makefile.am	Sat Jun  7 08:29:40 2003
X@@ -8,5 +8,5 @@
X # You can redistribute it and/or modify it under the terms of=20
X # the GNU General Public License version 2.
X=20
X-SUBDIRS =3D doc etc src
X+SUBDIRS =3D etc src
X EXTRA_DIST =3D autogen.sh
X--- etc/Makefile.am.orig	Mon Jan 19 14:02:53 2004
X+++ etc/Makefile.am	Mon Jan 19 14:02:59 2004
X@@ -14,4 +14,4 @@
X etc_DATA =3D $(MELL_INIT_FILE)
X=20
X $(MELL_INIT_FILE): _init-mell.el
X-	cp -a _init-mell.el $(MELL_INIT_FILE)
X+	cp _init-mell.el $(MELL_INIT_FILE)
END-of-mell/files/patch-Makefile.am
echo x - mell/distinfo
sed 's/^X//' >mell/distinfo << 'END-of-mell/distinfo'
XMD5 (mell-1.0.0.tar.gz) =3D c7b952c93af67cf1dfddc1360c29b6e4
XSIZE (mell-1.0.0.tar.gz) =3D 54979
END-of-mell/distinfo
echo x - mell/pkg-plist
sed 's/^X//' >mell/pkg-plist << 'END-of-mell/pkg-plist'
Xshare/emacs/site-lisp/init-mell.el
Xshare/emacs/site-lisp/mell/mell-alist.el
Xshare/emacs/site-lisp/mell/mell-event.el
Xshare/emacs/site-lisp/mell/mell-extra.el
Xshare/emacs/site-lisp/mell/mell-file.el
Xshare/emacs/site-lisp/mell/mell-process.el
Xshare/emacs/site-lisp/mell/mell-sign.el
Xshare/emacs/site-lisp/mell/mell-split.el
Xshare/emacs/site-lisp/mell/mell-string.el
Xshare/emacs/site-lisp/mell/mell.el
X@unexec rmdir %D/share/emacs/site-lisp/mell 2>/dev/null || true
X%%PORTDOCS%%share/doc/mell/index.html
X%%PORTDOCS%%@unexec rmdir %D/share/doc/mell 2>/dev/null || true
END-of-mell/pkg-plist
echo x - mell/Makefile
sed 's/^X//' >mell/Makefile << 'END-of-mell/Makefile'
X# New ports collection makefile for:	mell
X# Date created:		6 Jun 2003
X# Whom:			Gen Otsuji<otsuji@users.sourceforge.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=3D	mell
XPORTVERSION=3D	1.0.0
XPORTREVISION=3D	1
XCATEGORIES=3D	japanese
XMASTER_SITES=3D	http://taiyaki.org/elisp/mell/src/
X
XMAINTAINER=3D	otsuji@users.sourceforge.jp
XCOMMENT=3D	Emacs Lisp for taiyaki-elisp, especially for the prime
X
XGNU_CONFIGURE=3D	yes
XUSE_AUTOMAKE_VER=3D	19
XAUTOMAKE_ARGS=3D	-af
XUSE_AUTOCONF_VER=3D	259
X
Xpre-configure:
X	@cd ${WRKSRC} && ${ACLOCAL}
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	cd ${WRKSRC}/doc; ${MAKE} install
X.endif
X
X.include <bsd.port.mk>
END-of-mell/Makefile
echo x - mell/pkg-descr
sed 's/^X//' >mell/pkg-descr << 'END-of-mell/pkg-descr'
XMell is an Emacs Lisp Library for taiyaki-elisp(s), especially for the pri=
me.
XFor more detail, please see the following web page.
X
XAuthor:	Hiroyuki Komatsu <komatsu@taiyaki.org>
XWWW:	http://taiyaki.org/elisp/mell/
END-of-mell/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050302082128.62CA543D1D>