diff options
author | hrs <hrs@pkgsrc.org> | 2005-05-05 05:59:56 +0000 |
---|---|---|
committer | hrs <hrs@pkgsrc.org> | 2005-05-05 05:59:56 +0000 |
commit | db8fe895f36759dd0847aa0d51ca5847b9876171 (patch) | |
tree | 1c957aba6958122781befcc6c0e5d0cc767a2264 /textproc/psgml-mode | |
parent | 7b2c111bd4cad43e90d70ee4cfad691633e5f602 (diff) | |
download | pkgsrc-db8fe895f36759dd0847aa0d51ca5847b9876171.tar.gz |
Update to 1.3.2:
* Various kludge for DTD-less case.
* Use unibyte-char-to-multibyte if enable-multibyte-characters.
* (sgml-do-processing-instruction): new handling of <?PSGML> processing
instruction.
* (sgml-setup-doctype): add Predefined Entities for XML.
Diffstat (limited to 'textproc/psgml-mode')
-rw-r--r-- | textproc/psgml-mode/Makefile | 11 | ||||
-rw-r--r-- | textproc/psgml-mode/PLIST | 6 | ||||
-rw-r--r-- | textproc/psgml-mode/distinfo | 8 |
3 files changed, 15 insertions, 10 deletions
diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile index b2e0551bb2e..f7fe4516ea8 100644 --- a/textproc/psgml-mode/Makefile +++ b/textproc/psgml-mode/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/05 05:59:56 hrs Exp $ -DISTNAME= psgml-1.2.5 +DISTNAME= psgml-1.3.2 PKGNAME= ${DISTNAME:S/-/-mode-/} CATEGORIES= textproc editors -MASTER_SITES= http://www.lysator.liu.se/~lenst/about_psgml/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psgml/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~lenst/about_psgml/ @@ -16,8 +16,9 @@ BUILD_TARGET= xemacs .endif SRCS= psgml-api.el psgml-charent.el psgml-debug.el psgml-dtd.el \ - psgml-edit.el psgml-fs.el psgml-info.el psgml-lucid.el \ - psgml-maint.el psgml-other.el psgml-parse.el psgml.el + psgml-edit.el psgml-fs.el psgml-ids.el psgml-info.el \ + psgml-lucid.el psgml-maint.el psgml-other.el psgml-parse.el \ + psgml-sysdep.el psgml.el INFO_FILES= psgml-api.info psgml.info do-install: diff --git a/textproc/psgml-mode/PLIST b/textproc/psgml-mode/PLIST index 3cc2ed6dc50..d58805db749 100644 --- a/textproc/psgml-mode/PLIST +++ b/textproc/psgml-mode/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/11 14:11:21 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/05/05 05:59:56 hrs Exp $ ${EMACS_LISPPREFIX}/psgml-mode/iso88591.map ${EMACS_LISPPREFIX}/psgml-mode/psgml-api.el ${EMACS_LISPPREFIX}/psgml-mode/psgml-api.elc @@ -10,6 +10,8 @@ ${EMACS_LISPPREFIX}/psgml-mode/psgml-dtd.elc ${EMACS_LISPPREFIX}/psgml-mode/psgml-edit.el ${EMACS_LISPPREFIX}/psgml-mode/psgml-edit.elc ${EMACS_LISPPREFIX}/psgml-mode/psgml-fs.el +${EMACS_LISPPREFIX}/psgml-mode/psgml-ids.el +${EMACS_LISPPREFIX}/psgml-mode/psgml-ids.elc ${EMACS_LISPPREFIX}/psgml-mode/psgml-info.el ${EMACS_LISPPREFIX}/psgml-mode/psgml-info.elc ${EMACS_LISPPREFIX}/psgml-mode/psgml-lucid.el @@ -18,6 +20,8 @@ ${EMACS_LISPPREFIX}/psgml-mode/psgml-other.el ${EMACS_LISPPREFIX}/psgml-mode/psgml-other.elc ${EMACS_LISPPREFIX}/psgml-mode/psgml-parse.el ${EMACS_LISPPREFIX}/psgml-mode/psgml-parse.elc +${EMACS_LISPPREFIX}/psgml-mode/psgml-sysdep.el +${EMACS_LISPPREFIX}/psgml-mode/psgml-sysdep.elc ${EMACS_LISPPREFIX}/psgml-mode/psgml.el ${EMACS_LISPPREFIX}/psgml-mode/psgml.elc @dirrm ${EMACS_LISPPREFIX}/psgml-mode/ diff --git a/textproc/psgml-mode/distinfo b/textproc/psgml-mode/distinfo index fd66ace3897..e02c99bd402 100644 --- a/textproc/psgml-mode/distinfo +++ b/textproc/psgml-mode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/05/05 05:59:56 hrs Exp $ -SHA1 (psgml-1.2.5.tar.gz) = 36b4966febf3186bdb1fe62878a6dd017fa25a02 -RMD160 (psgml-1.2.5.tar.gz) = bf856175220c4a1af3f47745e501dfab57b95c7b -Size (psgml-1.2.5.tar.gz) = 243668 bytes +SHA1 (psgml-1.3.2.tar.gz) = ef51464bd7db40d7baa69cd4dd49053c4c7ef4aa +RMD160 (psgml-1.3.2.tar.gz) = fc7561259045fc15395689a3daf8eb828a0d947d +Size (psgml-1.3.2.tar.gz) = 252394 bytes |