Add mell 1.0.0, emacs Lisp for taiyaki-elisp

especially for the prime.

PR:		ports/78279
Submitted by:	Gen Otsuji<otsuji@users.sourceforge.jp>
Reviewed by:	Gen Otsuji<otsuji@users.sourceforge.jp>
This commit is contained in:
Norikatsu Shigemura 2005-05-10 15:35:50 +00:00
parent d1d8de40e8
commit 5ed99fc7f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134996
6 changed files with 68 additions and 0 deletions

View file

@ -210,6 +210,7 @@
SUBDIR += man-doc
SUBDIR += marumoji-fonts
SUBDIR += mecab
SUBDIR += mell
SUBDIR += mendexk-euc
SUBDIR += mendexk-sjis
SUBDIR += mh

29
japanese/mell/Makefile Normal file
View file

@ -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>

2
japanese/mell/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (mell-1.0.0.tar.gz) = c7b952c93af67cf1dfddc1360c29b6e4
SIZE (mell-1.0.0.tar.gz) = 54979

View file

@ -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)

6
japanese/mell/pkg-descr Normal file
View file

@ -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/

13
japanese/mell/pkg-plist Normal file
View file

@ -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