pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/migemo-elisp Import migemo-elisp version 0.40.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3301b0e598b
branches:  trunk
changeset: 538496:d3301b0e598b
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Feb 10 13:10:27 2008 +0000

description:
Import migemo-elisp version 0.40.
Based on package provided by Yamashiro Jun in PR 37615.

elisp for migemo(with GNU/Emacs or XEmacs)

diffstat:

 textproc/migemo-elisp/DESCR    |   1 +
 textproc/migemo-elisp/MESSAGE  |   9 +++++++++
 textproc/migemo-elisp/Makefile |  32 ++++++++++++++++++++++++++++++++
 textproc/migemo-elisp/PLIST    |   3 +++
 textproc/migemo-elisp/distinfo |   5 +++++
 5 files changed, 50 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 36ca326a59a1 -r d3301b0e598b textproc/migemo-elisp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/migemo-elisp/DESCR       Sun Feb 10 13:10:27 2008 +0000
@@ -0,0 +1,1 @@
+elisp for migemo(with GNU/Emacs or XEmacs)
diff -r 36ca326a59a1 -r d3301b0e598b textproc/migemo-elisp/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/migemo-elisp/MESSAGE     Sun Feb 10 13:10:27 2008 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/02/10 13:10:27 obache Exp $
+
+You will need to add something like the following to your ~/.emacs.el or
+~/.xemacs/init.el file to autoload migemo library for Emacs/XEmacs.
+
+(load-library "migemo")
+
+===========================================================================
diff -r 36ca326a59a1 -r d3301b0e598b textproc/migemo-elisp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/migemo-elisp/Makefile    Sun Feb 10 13:10:27 2008 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/10 13:10:27 obache Exp $
+
+.include "../../textproc/migemo/Makefile.common"
+
+PKGNAME=       ${EMACS_PKGNAME_PREFIX}migemo-elisp-${MIGEMO_VERSION}
+
+COMMENT=       Elisp for migemo
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-migemo>=${MIGEMO_VERSION}:../../textproc/migemo
+
+.include "../../mk/emacs.mk"
+.if defined(EMACS_FLAVOR) && ${EMACS_FLAVOR} == "xemacs"
+DEPENDS+=      xemacs-packages-[0-9]*:../../editors/xemacs-packages
+.endif
+
+do-configure:
+       sed -e "s!@pkgdatadir@!${PREFIX}/share/migemo!g" -e "s!ruby!${RUBY}!" ${WRKSRC}/migemo.el.in > ${WRKSRC}/migemo.el
+
+do-build:
+       ${ECHO} "(setq load-path (cons nil load-path))" > ${WRKSRC}/script
+       ${EMACS_BIN} -q -batch -l ${WRKSRC}/script -f batch-byte-compile ${WRKSRC}/migemo.el
+       rm ${WRKSRC}/script
+
+do-install:
+       ${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}
+       ${INSTALL_DATA} ${WRKSRC}/migemo.el ${DESTDIR}${EMACS_LISPPREFIX}
+       ${INSTALL_DATA} ${WRKSRC}/migemo.elc ${DESTDIR}${EMACS_LISPPREFIX}
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 36ca326a59a1 -r d3301b0e598b textproc/migemo-elisp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/migemo-elisp/PLIST       Sun Feb 10 13:10:27 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/10 13:10:27 obache Exp $
+${EMACS_LISPPREFIX}/migemo.el
+${EMACS_LISPPREFIX}/migemo.elc
diff -r 36ca326a59a1 -r d3301b0e598b textproc/migemo-elisp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/migemo-elisp/distinfo    Sun Feb 10 13:10:27 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/10 13:10:27 obache Exp $
+
+SHA1 (migemo-0.40.tar.gz) = 0c7f066c4c271a8e2556ea9d9cc850c650eaebc8
+RMD160 (migemo-0.40.tar.gz) = 6663ac89abc89e4c568c44a71e8ae1f016920df0
+Size (migemo-0.40.tar.gz) = 1674941 bytes



Home | Main Index | Thread Index | Old Index