pkgsrc/devel/flim/Makefile

67 lines
1.9 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.36 2013/02/17 19:17:58 dholland Exp $
Update flim to 1.14.9. Based on PR 40021 by Makoto Fujiwara. ChangeLog: 2007-11-28 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.9 (Goj-Dò) released.-A 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.9. 2007-06-18 Wencheng Fang <wencheng.fang@spherenet.co.jp> * mel.el (mime-write-decoded-region): Define method function that uses built-in base64-decode-region. [cf. <emacs-mime-ja:02169>] 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * README.ja, README.en (Installation): Update required version of APEL to 10.7 or later. * FLIM-CFG (PACKAGEDIR): Use `install-get-default-package-directory'. 2006-12-13 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs. 2006-12-12 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-MK (compile-flim-package): Use batch-update-directory-autoloads if it is available instead of batch-update-directory. 2006-12-11 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Check for (early|late|last)-package-hierarchies and configure-package-path as well as (early|late|last)-packages. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-progress-message-format): Abolished; reverted the change 2004-08-11 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-end-of-line): Abolished; reverted the change 2002-07-24 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-06-15 Yoichi NAKAYAMA <yoichi@geiin.org> * smtp.el (smtp-submit-package): Ignore error in `smtp-primitive-quit' where SMTP mail transaction is completed. 2006-06-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use `insert-file-contents-as-binary' instead of `insert-file-contents'. * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise. 2006-02-18 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * smtp.el (smtp-debug): New user option. (smtp-read-response): Treat a line break code loosely. If smtp-debug is non-nil, show an invalid response. 2005-12-25 Katsumi Yamaoka <yamaoka@jpl.org> * eword-decode.el: Change the way to decode successive encoded-words: decode B- or Q-encoding in each encoded-word, concatenate them, and decode it as charset. See the following threads for more information: http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541 http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176 (eword-decode-allow-incomplete-encoded-text): New variable. (eword-decode-encoded-words): New function. (eword-decode-string): Use it. (eword-decode-region): Use it. (eword-analyze-encoded-word): Use it. (eword-decode-encoded-word): Abolish. (eword-decode-encoded-text): Abolish. (eword-decode-encoded-word-error-handler): Abolish. (eword-warning-face): Abolish. (eword-decode-encoded-word-default-error-handler): Abolish. 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.8 (Shij-Dò) released.-A 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.8. 2005-11-13 Yoichi NAKAYAMA <yoichi@geiin.org> * std11.el (std11-addr-to-string): Reconstruct domain literal. From Yuuichi Teranishi [cf. <emacs-mime-ja:01956>] 2005-07-25 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-read-response): Signal an error if connection is closed while reading response. From Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> [cf. <emacs-mime-ja:01978>] 2004-11-20 Daiki Ueno <ueno@unixuser.org> * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character. (ntlm-smb-hash): Ditto.
2008-11-26 14:17:15 +01:00
DISTNAME= flim-1.14.9
2005-08-11 16:34:38 +02:00
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel
Update flim to 1.14.9. Based on PR 40021 by Makoto Fujiwara. ChangeLog: 2007-11-28 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.9 (Goj-Dò) released.-A 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.9. 2007-06-18 Wencheng Fang <wencheng.fang@spherenet.co.jp> * mel.el (mime-write-decoded-region): Define method function that uses built-in base64-decode-region. [cf. <emacs-mime-ja:02169>] 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * README.ja, README.en (Installation): Update required version of APEL to 10.7 or later. * FLIM-CFG (PACKAGEDIR): Use `install-get-default-package-directory'. 2006-12-13 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs. 2006-12-12 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-MK (compile-flim-package): Use batch-update-directory-autoloads if it is available instead of batch-update-directory. 2006-12-11 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Check for (early|late|last)-package-hierarchies and configure-package-path as well as (early|late|last)-packages. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-progress-message-format): Abolished; reverted the change 2004-08-11 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-end-of-line): Abolished; reverted the change 2002-07-24 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-06-15 Yoichi NAKAYAMA <yoichi@geiin.org> * smtp.el (smtp-submit-package): Ignore error in `smtp-primitive-quit' where SMTP mail transaction is completed. 2006-06-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use `insert-file-contents-as-binary' instead of `insert-file-contents'. * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise. 2006-02-18 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * smtp.el (smtp-debug): New user option. (smtp-read-response): Treat a line break code loosely. If smtp-debug is non-nil, show an invalid response. 2005-12-25 Katsumi Yamaoka <yamaoka@jpl.org> * eword-decode.el: Change the way to decode successive encoded-words: decode B- or Q-encoding in each encoded-word, concatenate them, and decode it as charset. See the following threads for more information: http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541 http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176 (eword-decode-allow-incomplete-encoded-text): New variable. (eword-decode-encoded-words): New function. (eword-decode-string): Use it. (eword-decode-region): Use it. (eword-analyze-encoded-word): Use it. (eword-decode-encoded-word): Abolish. (eword-decode-encoded-text): Abolish. (eword-decode-encoded-word-error-handler): Abolish. (eword-warning-face): Abolish. (eword-decode-encoded-word-default-error-handler): Abolish. 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.8 (Shij-Dò) released.-A 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.8. 2005-11-13 Yoichi NAKAYAMA <yoichi@geiin.org> * std11.el (std11-addr-to-string): Reconstruct domain literal. From Yuuichi Teranishi [cf. <emacs-mime-ja:01956>] 2005-07-25 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-read-response): Signal an error if connection is closed while reading response. From Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> [cf. <emacs-mime-ja:01978>] 2004-11-20 Daiki Ueno <ueno@unixuser.org> * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character. (ntlm-smb-hash): Ditto.
2008-11-26 14:17:15 +01:00
MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/flim/flim-1.14/
2003-07-17 23:21:03 +02:00
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
2012-11-04 05:20:14 +01:00
HOMEPAGE= http://git.chise.org/elisp/flim/
COMMENT= Emacs lisp library for message representation/encoding
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
BUILD_DEPENDS+= qkc-[0-9]*:../../converters/qkc
INSTALLATION_DIRS+= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/flim \
${EMACS_INFOPREFIX:C|^${PREFIX}/||}
BUILD_TARGET= ${BUILD_TARGET.${EMACS_FLAVOR}}
INSTALL_TARGET= ${INSTALL_TARGET.${EMACS_FLAVOR}}
MAKEFLAGS= ${MAKEFLAGS.${EMACS_FLAVOR}}
2002-09-14 04:44:36 +02:00
EVAL_PREFIX+= QKC_PREFIX=qkc
USE_TOOLS+= makeinfo
Update flim to 1.14.9. Based on PR 40021 by Makoto Fujiwara. ChangeLog: 2007-11-28 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.9 (Goj-Dò) released.-A 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.9. 2007-06-18 Wencheng Fang <wencheng.fang@spherenet.co.jp> * mel.el (mime-write-decoded-region): Define method function that uses built-in base64-decode-region. [cf. <emacs-mime-ja:02169>] 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * README.ja, README.en (Installation): Update required version of APEL to 10.7 or later. * FLIM-CFG (PACKAGEDIR): Use `install-get-default-package-directory'. 2006-12-13 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs. 2006-12-12 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-MK (compile-flim-package): Use batch-update-directory-autoloads if it is available instead of batch-update-directory. 2006-12-11 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Check for (early|late|last)-package-hierarchies and configure-package-path as well as (early|late|last)-packages. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-progress-message-format): Abolished; reverted the change 2004-08-11 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-end-of-line): Abolished; reverted the change 2002-07-24 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-06-15 Yoichi NAKAYAMA <yoichi@geiin.org> * smtp.el (smtp-submit-package): Ignore error in `smtp-primitive-quit' where SMTP mail transaction is completed. 2006-06-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use `insert-file-contents-as-binary' instead of `insert-file-contents'. * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise. 2006-02-18 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * smtp.el (smtp-debug): New user option. (smtp-read-response): Treat a line break code loosely. If smtp-debug is non-nil, show an invalid response. 2005-12-25 Katsumi Yamaoka <yamaoka@jpl.org> * eword-decode.el: Change the way to decode successive encoded-words: decode B- or Q-encoding in each encoded-word, concatenate them, and decode it as charset. See the following threads for more information: http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541 http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176 (eword-decode-allow-incomplete-encoded-text): New variable. (eword-decode-encoded-words): New function. (eword-decode-string): Use it. (eword-decode-region): Use it. (eword-analyze-encoded-word): Use it. (eword-decode-encoded-word): Abolish. (eword-decode-encoded-text): Abolish. (eword-decode-encoded-word-error-handler): Abolish. (eword-warning-face): Abolish. (eword-decode-encoded-word-default-error-handler): Abolish. 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.8 (Shij-Dò) released.-A 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.8. 2005-11-13 Yoichi NAKAYAMA <yoichi@geiin.org> * std11.el (std11-addr-to-string): Reconstruct domain literal. From Yuuichi Teranishi [cf. <emacs-mime-ja:01956>] 2005-07-25 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-read-response): Signal an error if connection is closed while reading response. From Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> [cf. <emacs-mime-ja:01978>] 2004-11-20 Daiki Ueno <ueno@unixuser.org> * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character. (ntlm-smb-hash): Ditto.
2008-11-26 14:17:15 +01:00
INFO_FILES= yes
2003-04-23 18:59:51 +02:00
TEXINFO_REQD= 4.5
BUILD_TARGET.emacs= elc
BUILD_TARGET.xemacs= package
INSTALL_TARGET.emacs= install
INSTALL_TARGET.xemacs= install-package
MAKEFLAGS.emacs+= EMACS=${EMACS_BIN}
MAKEFLAGS.xemacs+= XEMACS=${EMACS_BIN} \
PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}
EMACS_MODULES= base
EMACS_BUILDLINK=# defined
post-build:
@cd ${WRKSRC}; for i in mime-en mime-ja; do \
${RM} -f $${i}.info*; \
${CP} $${i}.texi $${i}.texi.orig; \
${QKC_PREFIX}/bin/qkc -Oeu $${i}.texi.orig >$${i}.texi; \
makeinfo --force --no-validate $${i}.texi; \
done
do-install: plist
cd ${WRKSRC}; \
grep -v '^@' ${PLIST} | grep '/site-lisp/flim/' | \
while read file; do \
file=$$( basename $$file ); \
${INSTALL_DATA} $$file \
${DESTDIR}${EMACS_LISPPREFIX}/flim/$$file; \
done
post-install:
cd ${WRKSRC}; for f in mime-*.info mime-*.info-[0-9]*; do \
${TEST} ! -f "$$f" || \
${INSTALL_DATA} "$$f" ${DESTDIR}${EMACS_INFOPREFIX}; \
done
.include "../../editors/emacs/modules.mk"
Update flim to 1.14.9. Based on PR 40021 by Makoto Fujiwara. ChangeLog: 2007-11-28 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.9 (Goj-Dò) released.-A 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.9. 2007-06-18 Wencheng Fang <wencheng.fang@spherenet.co.jp> * mel.el (mime-write-decoded-region): Define method function that uses built-in base64-decode-region. [cf. <emacs-mime-ja:02169>] 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * README.ja, README.en (Installation): Update required version of APEL to 10.7 or later. * FLIM-CFG (PACKAGEDIR): Use `install-get-default-package-directory'. 2006-12-13 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs. 2006-12-12 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-MK (compile-flim-package): Use batch-update-directory-autoloads if it is available instead of batch-update-directory. 2006-12-11 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Check for (early|late|last)-package-hierarchies and configure-package-path as well as (early|late|last)-packages. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-progress-message-format): Abolished; reverted the change 2004-08-11 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-end-of-line): Abolished; reverted the change 2002-07-24 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-06-15 Yoichi NAKAYAMA <yoichi@geiin.org> * smtp.el (smtp-submit-package): Ignore error in `smtp-primitive-quit' where SMTP mail transaction is completed. 2006-06-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use `insert-file-contents-as-binary' instead of `insert-file-contents'. * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise. 2006-02-18 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * smtp.el (smtp-debug): New user option. (smtp-read-response): Treat a line break code loosely. If smtp-debug is non-nil, show an invalid response. 2005-12-25 Katsumi Yamaoka <yamaoka@jpl.org> * eword-decode.el: Change the way to decode successive encoded-words: decode B- or Q-encoding in each encoded-word, concatenate them, and decode it as charset. See the following threads for more information: http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541 http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176 (eword-decode-allow-incomplete-encoded-text): New variable. (eword-decode-encoded-words): New function. (eword-decode-string): Use it. (eword-decode-region): Use it. (eword-analyze-encoded-word): Use it. (eword-decode-encoded-word): Abolish. (eword-decode-encoded-text): Abolish. (eword-decode-encoded-word-error-handler): Abolish. (eword-warning-face): Abolish. (eword-decode-encoded-word-default-error-handler): Abolish. 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.8 (Shij-Dò) released.-A 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.8. 2005-11-13 Yoichi NAKAYAMA <yoichi@geiin.org> * std11.el (std11-addr-to-string): Reconstruct domain literal. From Yuuichi Teranishi [cf. <emacs-mime-ja:01956>] 2005-07-25 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-read-response): Signal an error if connection is closed while reading response. From Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> [cf. <emacs-mime-ja:01978>] 2004-11-20 Daiki Ueno <ueno@unixuser.org> * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character. (ntlm-smb-hash): Ditto.
2008-11-26 14:17:15 +01:00
BUILDLINK_API_DEPENDS.apel+= apel>=10.7
.include "../../devel/apel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"