pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/psgml-mode Update to 1.3.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/28704d51e575
branches: trunk
changeset: 493408:28704d51e575
user: hrs <hrs%pkgsrc.org@localhost>
date: Thu May 05 05:59:56 2005 +0000
description:
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:
textproc/psgml-mode/Makefile | 11 ++++++-----
textproc/psgml-mode/PLIST | 6 +++++-
textproc/psgml-mode/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 10 deletions(-)
diffs (68 lines):
diff -r fc1dc8418e45 -r 28704d51e575 textproc/psgml-mode/Makefile
--- a/textproc/psgml-mode/Makefile Thu May 05 05:59:17 2005 +0000
+++ b/textproc/psgml-mode/Makefile Thu May 05 05:59:56 2005 +0000
@@ -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@localhost
HOMEPAGE= http://www.lysator.liu.se/~lenst/about_psgml/
@@ -16,8 +16,9 @@
.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 -r fc1dc8418e45 -r 28704d51e575 textproc/psgml-mode/PLIST
--- a/textproc/psgml-mode/PLIST Thu May 05 05:59:17 2005 +0000
+++ b/textproc/psgml-mode/PLIST Thu May 05 05:59:56 2005 +0000
@@ -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-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.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 -r fc1dc8418e45 -r 28704d51e575 textproc/psgml-mode/distinfo
--- a/textproc/psgml-mode/distinfo Thu May 05 05:59:17 2005 +0000
+++ b/textproc/psgml-mode/distinfo Thu May 05 05:59:56 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index