svn commit: r365689 - head/textproc/tth
Antoine Brodin
antoine at FreeBSD.org
Fri Aug 22 19:16:29 UTC 2014
Author: antoine
Date: Fri Aug 22 19:16:28 2014
New Revision: 365689
URL: http://svnweb.freebsd.org/changeset/ports/365689
QAT: https://qat.redports.org/buildarchive/r365689/
Log:
Package something
Added:
head/textproc/tth/pkg-plist (contents, props changed)
Modified:
head/textproc/tth/Makefile
Modified: head/textproc/tth/Makefile
==============================================================================
--- head/textproc/tth/Makefile Fri Aug 22 19:14:15 2014 (r365688)
+++ head/textproc/tth/Makefile Fri Aug 22 19:16:28 2014 (r365689)
@@ -3,19 +3,23 @@
PORTNAME= tth
PORTVERSION= 4.03
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ \
http://redundancy.redundancy.org/mirror/
DISTNAME= tth_C
-EXTRACT_SUFX= .tgz
MAINTAINER= lx at FreeBSD.org
COMMENT= TeX to HTML translator
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
+USES= shebangfix tar:tgz
USE_GHOSTSCRIPT_RUN= yes
#USE_TEX= latex
+SHEBANG_FILES= Xfonts.fix
+
+OPTIONS_DEFINE= DOCS
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} tth.c -o tth -ll
@@ -30,6 +34,5 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/tth_manual.html ${STAGEDIR}${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- @${SED} -e "s,%%PREFIX%%,${PREFIX}," ${PKGMESSAGE}
.include <bsd.port.mk>
Added: head/textproc/tth/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/tth/pkg-plist Fri Aug 22 19:16:28 2014 (r365689)
@@ -0,0 +1,9 @@
+bin/Xfonts.fix
+bin/latex2gif
+bin/ps2gif
+bin/ps2png
+bin/tth
+man/man1/tth.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/license.txt
+%%PORTDOCS%%%%DOCSDIR%%/tth_manual.html
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
More information about the svn-ports-head
mailing list