diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-02 05:11:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-02 05:11:11 +0000 |
commit | 99b7314b3f71e077c775119579724fceadbdf671 (patch) | |
tree | 392b25634ff91d2ad2a4e3036f72967d0f22d2a4 /textproc | |
parent | 02796e393b39c1b299539cabd1d236a27ecfe2d2 (diff) | |
download | ports-99b7314b3f71e077c775119579724fceadbdf671.tar.gz ports-99b7314b3f71e077c775119579724fceadbdf671.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmlize.el/Makefile | 20 | ||||
-rw-r--r-- | textproc/htmlize.el/distinfo | 4 | ||||
-rw-r--r-- | textproc/htmlize.el/pkg-plist | 1 |
3 files changed, 16 insertions, 9 deletions
diff --git a/textproc/htmlize.el/Makefile b/textproc/htmlize.el/Makefile index d5f3bb9fae49..64451bc0fde7 100644 --- a/textproc/htmlize.el/Makefile +++ b/textproc/htmlize.el/Makefile @@ -6,26 +6,32 @@ # PORTNAME= htmlize.el -PORTVERSION= 1.16 +PORTVERSION= 1.30 CATEGORIES= textproc elisp MASTER_SITES= http://fly.srk.fer.hr/~hniksic/emacs/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= -EXTRACT_ONLY= MAINTAINER= marc.vanwoerkom@fernuni-hagen.de COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!) -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs +USE_EMACS= yes +EMACS_PORT_NAME?= emacs21 +NO_WRKSUBDIR= yes +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= ${WRKSRC}/htmlize.el -BROKEN= Checksum mismatch +PLIST_FILES= ${EMACS_SITE_LISPDIR}/htmlize.el \ + ${EMACS_SITE_LISPDIR}/htmlize.elc -NO_BUILD= yes +LISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR} -LISPDIR= ${PREFIX}/share/emacs/site-lisp +do-build: + cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile htmlize.el do-install: - ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/htmlize.* ${LISPDIR} post-install: @${CAT} ${PKGMESSAGE} diff --git a/textproc/htmlize.el/distinfo b/textproc/htmlize.el/distinfo index 3cc5a20cec3c..94b19751d5e4 100644 --- a/textproc/htmlize.el/distinfo +++ b/textproc/htmlize.el/distinfo @@ -1 +1,3 @@ -MD5 (htmlize.el) = 58ef49144157a446a131132c35dbf6fd +MD5 (htmlize.el) = 4fbfbc1d4aafecbb95af3837ab801724 +SHA256 (htmlize.el) = e11c8aa9e64965928195d12f08a7ae9667de15fac10da884f2abc009112e6c73 +SIZE (htmlize.el) = 64494 diff --git a/textproc/htmlize.el/pkg-plist b/textproc/htmlize.el/pkg-plist deleted file mode 100644 index d2fe72ba16aa..000000000000 --- a/textproc/htmlize.el/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/emacs/site-lisp/htmlize.el |