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"
This commit is contained in:
parent
7f984ebb50
commit
58c3af6fa7
2 changed files with 10 additions and 7 deletions
|
@ -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 @@ COMMENT= Translates documents written in troff macros to DocBook
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue