diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-10 15:35:50 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-10 15:35:50 +0000 |
commit | 5ed99fc7f9eacc41ac54784d512f5c9127c80cc8 (patch) | |
tree | 140b93c1a66319544c13bafa1122dc47551893f8 /japanese | |
parent | d1d8de40e837918de2ef80470c7cdeeae7814a78 (diff) | |
download | ports-5ed99fc7f9eacc41ac54784d512f5c9127c80cc8.tar.gz ports-5ed99fc7f9eacc41ac54784d512f5c9127c80cc8.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/mell/Makefile | 29 | ||||
-rw-r--r-- | japanese/mell/distinfo | 2 | ||||
-rw-r--r-- | japanese/mell/files/patch-Makefile.am | 17 | ||||
-rw-r--r-- | japanese/mell/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/mell/pkg-plist | 13 |
6 files changed, 68 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index c129137f6246..781ae6a5e587 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -210,6 +210,7 @@ SUBDIR += man-doc SUBDIR += marumoji-fonts SUBDIR += mecab + SUBDIR += mell SUBDIR += mendexk-euc SUBDIR += mendexk-sjis SUBDIR += mh diff --git a/japanese/mell/Makefile b/japanese/mell/Makefile new file mode 100644 index 000000000000..1e3cafa5f5b8 --- /dev/null +++ b/japanese/mell/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ja-mell +# Date created: 6 Jun 2003 +# Whom: Gen Otsuji<otsuji@users.sourceforge.jp> +# +# $FreeBSD$ +# + +PORTNAME= mell +PORTVERSION= 1.0.0 +CATEGORIES= japanese +MASTER_SITES= http://taiyaki.org/elisp/mell/src/ + +MAINTAINER= otsuji@users.sourceforge.jp +COMMENT= Emacs Lisp for taiyaki-elisp, especially for the prime + +GNU_CONFIGURE= yes +USE_AUTOMAKE_VER= 19 +AUTOMAKE_ARGS= -af +USE_AUTOCONF_VER= 259 + +pre-configure: + @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) + +post-install: +.if !defined(NOPORTDOCS) + cd ${WRKSRC}/doc; ${MAKE} ${INSTALL_TARGET} +.endif + +.include <bsd.port.mk> diff --git a/japanese/mell/distinfo b/japanese/mell/distinfo new file mode 100644 index 000000000000..387c5b8b9f27 --- /dev/null +++ b/japanese/mell/distinfo @@ -0,0 +1,2 @@ +MD5 (mell-1.0.0.tar.gz) = c7b952c93af67cf1dfddc1360c29b6e4 +SIZE (mell-1.0.0.tar.gz) = 54979 diff --git a/japanese/mell/files/patch-Makefile.am b/japanese/mell/files/patch-Makefile.am new file mode 100644 index 000000000000..60a13b706627 --- /dev/null +++ b/japanese/mell/files/patch-Makefile.am @@ -0,0 +1,17 @@ +--- Makefile.am.orig Sat Jun 7 08:29:34 2003 ++++ Makefile.am Sat Jun 7 08:29:40 2003 +@@ -8,5 +8,5 @@ + # You can redistribute it and/or modify it under the terms of + # the GNU General Public License version 2. + +-SUBDIRS = doc etc src ++SUBDIRS = etc src + EXTRA_DIST = autogen.sh +--- etc/Makefile.am.orig Mon Jan 19 14:02:53 2004 ++++ etc/Makefile.am Mon Jan 19 14:02:59 2004 +@@ -14,4 +14,4 @@ + etc_DATA = $(MELL_INIT_FILE) + + $(MELL_INIT_FILE): _init-mell.el +- cp -a _init-mell.el $(MELL_INIT_FILE) ++ cp _init-mell.el $(MELL_INIT_FILE) diff --git a/japanese/mell/pkg-descr b/japanese/mell/pkg-descr new file mode 100644 index 000000000000..4617ddaaf78b --- /dev/null +++ b/japanese/mell/pkg-descr @@ -0,0 +1,6 @@ +Mell is an Emacs Lisp Library for taiyaki-elisp(s), +especially for the prime. For more detail, please +see the following web page. + +Author: Hiroyuki Komatsu <komatsu@taiyaki.org> +WWW: http://taiyaki.org/elisp/mell/ diff --git a/japanese/mell/pkg-plist b/japanese/mell/pkg-plist new file mode 100644 index 000000000000..728f0b8f1cd2 --- /dev/null +++ b/japanese/mell/pkg-plist @@ -0,0 +1,13 @@ +share/emacs/site-lisp/init-mell.el +share/emacs/site-lisp/mell/mell-alist.el +share/emacs/site-lisp/mell/mell-event.el +share/emacs/site-lisp/mell/mell-extra.el +share/emacs/site-lisp/mell/mell-file.el +share/emacs/site-lisp/mell/mell-process.el +share/emacs/site-lisp/mell/mell-sign.el +share/emacs/site-lisp/mell/mell-split.el +share/emacs/site-lisp/mell/mell-string.el +share/emacs/site-lisp/mell/mell.el +@unexec rmdir %D/share/emacs/site-lisp/mell 2>/dev/null || true +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true |