pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/doclifter Update to 2.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffc2670e35d4
branches:  trunk
changeset: 486236:ffc2670e35d4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 25 15:59:17 2004 +0000

description:
Update to 2.0:
- Added manlifter to the distribution. doclifter no longer strips off file
  extensions before appending .xml. Major improvement in parsing of
  displays; C function prototypes are now recognized in them.

pkgsrc:
manlifter not installed yet, since it only works when run as "./manlifter"

diffstat:

 textproc/doclifter/Makefile |  11 +++++++----
 textproc/doclifter/distinfo |   6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r b6716687f326 -r ffc2670e35d4 textproc/doclifter/Makefile
--- a/textproc/doclifter/Makefile       Sat Dec 25 15:41:20 2004 +0000
+++ b/textproc/doclifter/Makefile       Sat Dec 25 15:59:17 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/11/28 15:47:21 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/25 15:59:17 wiz Exp $
 #
 
-DISTNAME=      doclifter-1.15
+DISTNAME=      doclifter-2.0
 CATEGORIES=    textproc
 MASTER_SITES=  http://catb.org/~esr/doclifter/
 
@@ -12,12 +12,15 @@
 NO_BUILD=      yes
 USE_BUILDLINK3=        yes
 
-PYTHON_PATCH_SCRIPTS=          doclifter
-PYTHON_VERSIONS_ACCEPTED=      23pth 23 22pth 22
+PYTHON_PATCH_SCRIPTS=          doclifter manlifter
+PYTHON_VERSIONS_ACCEPTED=      24pth 24 23pth 23 22pth 22
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/doclifter ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/doclifter.1 ${PREFIX}/man/man1
+# Not yet (only works when run as "./manlifter"
+#      ${INSTALL_SCRIPT} ${WRKSRC}/manlifter ${PREFIX}/bin
+#      ${INSTALL_MAN} ${WRKSRC}/manlifter.1 ${PREFIX}/man/man1
 
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b6716687f326 -r ffc2670e35d4 textproc/doclifter/distinfo
--- a/textproc/doclifter/distinfo       Sat Dec 25 15:41:20 2004 +0000
+++ b/textproc/doclifter/distinfo       Sat Dec 25 15:59:17 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/11/28 15:44:31 recht Exp $
+$NetBSD: distinfo,v 1.8 2004/12/25 15:59:17 wiz Exp $
 
-SHA1 (doclifter-1.15.tar.gz) = 2e6fd176a024031719270b967e5e04a1d3ef1996
-Size (doclifter-1.15.tar.gz) = 115055 bytes
+SHA1 (doclifter-2.0.tar.gz) = 976c1bad65dc0f8a893c9ff2d597b6e5f05305b6
+Size (doclifter-2.0.tar.gz) = 126448 bytes



Home | Main Index | Thread Index | Old Index