Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2005 09:50:24 GMT
From:      Gen Otsuji <gen_otsuji@yahoo.co.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/78279: New port:japanese/mell (an emacs lisp library for the prime)
Message-ID:  <200503020950.j229oOJn040246@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/78279; it has been noted by GNATS.

From: Gen Otsuji <gen_otsuji@yahoo.co.jp>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: Gen Otsuji <otsuji@users.sourceforge.jp>
Subject: Re: ports/78279: New port:japanese/mell (an emacs lisp library for the prime)
Date: Wed, 02 Mar 2005 18:42:36 +0900

 I'm sorry. The shar was broken , because of my settings of mailer.
 
 So, again here is "mell.shar"
 
 # 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-Makefile.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 
 X # the GNU General Public License version 2.
 X 
 X-SUBDIRS = doc etc src
 X+SUBDIRS = etc src
 X EXTRA_DIST = 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 = $(MELL_INIT_FILE)
 X 
 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) = c7b952c93af67cf1dfddc1360c29b6e4
 XSIZE (mell-1.0.0.tar.gz) = 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=	mell
 XPORTVERSION=	1.0.0
 XPORTREVISION=	1
 XCATEGORIES=	japanese
 XMASTER_SITES=	http://taiyaki.org/elisp/mell/src/
 X
 XMAINTAINER=	otsuji@users.sourceforge.jp
 XCOMMENT=	Emacs Lisp for taiyaki-elisp, especially for the prime
 X
 XGNU_CONFIGURE=	yes
 XUSE_AUTOMAKE_VER=	19
 XAUTOMAKE_ARGS=	-af
 XUSE_AUTOCONF_VER=	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 prime.
 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
 



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