mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add doclifter 1.0.4
Translates documents written in troff macros to DocBook
This commit is contained in:
parent
de1d4bc508
commit
88cc25d7f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77909
@ -53,6 +53,7 @@
|
||||
SUBDIR += docbook-xml
|
||||
SUBDIR += docbook-xsl
|
||||
SUBDIR += docbookide.el
|
||||
SUBDIR += doclifter
|
||||
SUBDIR += docproj
|
||||
SUBDIR += docproj-jadetex
|
||||
SUBDIR += docproj-nojadetex
|
||||
|
30
textproc/doclifter/Makefile
Normal file
30
textproc/doclifter/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: doclifter
|
||||
# Date created: Apr 1, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= doclifter
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.catb.org/~esr/doclifter/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Translates documents written in troff macros to DocBook
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= doclifter.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,python2,${PYTHON_CMD},g" ${WRKSRC}/doclifter
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/doclifter ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/doclifter.1 ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/doclifter/distinfo
Normal file
1
textproc/doclifter/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (doclifter-1.0.4.tar.gz) = 18d26400fa7f9b724fc03e528b6911aa
|
11
textproc/doclifter/pkg-descr
Normal file
11
textproc/doclifter/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
The doclifter program translates documents written in troff macros to DocBook.
|
||||
|
||||
Lifting documents from presentation level to semantic level is hard, and
|
||||
a really good job requires human polishing. This tool aims to do everything
|
||||
that can be mechanized, and to preserve any troff-level information that might
|
||||
have structural implications in XML comments.
|
||||
|
||||
This tool does some of the hard parts, but not all. TBL tables are translated
|
||||
into DocBook table markup, but EQN and PIC are not translated (yet).
|
||||
|
||||
WWW: http://www.catb.org/~esr/doclifter/
|
1
textproc/doclifter/pkg-plist
Normal file
1
textproc/doclifter/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/doclifter
|
Loading…
Reference in New Issue
Block a user