diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-05 00:54:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-05 00:54:49 +0000 |
commit | 5441ad45cc4acac543c816bdb0de0c29d0e75e80 (patch) | |
tree | 4bcbedbbf0841ec192f68d61953c6089ac006b80 /print | |
parent | 94aa20faaf0908b279a4df29bce1cbb623096cfa (diff) | |
download | ports-5441ad45cc4acac543c816bdb0de0c29d0e75e80.tar.gz ports-5441ad45cc4acac543c816bdb0de0c29d0e75e80.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/tipograf/Makefile | 33 | ||||
-rw-r--r-- | print/tipograf/distinfo | 1 | ||||
-rw-r--r-- | print/tipograf/pkg-descr | 8 | ||||
-rw-r--r-- | print/tipograf/pkg-plist | 32 |
5 files changed, 75 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 176e3f369aa6..a14bfa1fdf28 100644 --- a/print/Makefile +++ b/print/Makefile @@ -175,6 +175,7 @@ SUBDIR += teTeX SUBDIR += tex SUBDIR += tgif2tex + SUBDIR += tipograf SUBDIR += tr2latex SUBDIR += transfig SUBDIR += trueprint diff --git a/print/tipograf/Makefile b/print/tipograf/Makefile new file mode 100644 index 000000000000..3fb1f313b3c6 --- /dev/null +++ b/print/tipograf/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: tipograf +# Date created: Oct 29, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tipograf +PORTVERSION= 0.4 +CATEGORIES= print +MASTER_SITES= http://www.falk-henrich.de/download/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= GUI for a2ps + +RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter + +USE_REINPLACE= yes +USE_QT_VER= 3 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX} +USE_GMAKE= yes + +post-extract: + @(cd ${WRKSRC}/src && ${TOUCH} *.ui) + +post-patch: + @${REINPLACE_CMD} -e "s|-lqt|-lqt-mt|g" \ + -e "s|qt.so.3|qt-mt.so.3|g" \ + -e "s|qt.so|qt-mt.so|g" ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/print/tipograf/distinfo b/print/tipograf/distinfo new file mode 100644 index 000000000000..b520cce4b71d --- /dev/null +++ b/print/tipograf/distinfo @@ -0,0 +1 @@ +MD5 (tipograf-0.4.tar.gz) = abe1290e416c8a2a2312a8fbc9a5fd6b diff --git a/print/tipograf/pkg-descr b/print/tipograf/pkg-descr new file mode 100644 index 000000000000..e86881582d25 --- /dev/null +++ b/print/tipograf/pkg-descr @@ -0,0 +1,8 @@ +Tipograf is a frontend for the powerful anything to PostScript converter a2ps. +By principle, the command line is more powerful than any graphical user +interface, but for the average user memorization of all the program specific +options is too time consuming. I think that's the reason why some people prefer +less functional GUI programs over sophisticated command line tools. Tipograf +solves this problem in the case of a2ps. + +WWW: http://www.falk-henrich.de/ diff --git a/print/tipograf/pkg-plist b/print/tipograf/pkg-plist new file mode 100644 index 000000000000..0372728482e7 --- /dev/null +++ b/print/tipograf/pkg-plist @@ -0,0 +1,32 @@ +bin/tipograf +%%DATADIR%%/trans/tipograf_de.qm +@dirrm %%DATADIR%%/trans +@dirrm %%DATADIR%% +%%DOCSDIR%%/benutzerhandbuch.dvi +%%DOCSDIR%%/benutzerhandbuch.ps +%%DOCSDIR%%/html/de/benutzerhandbuch.css +%%DOCSDIR%%/html/de/benutzerhandbuch.html +%%DOCSDIR%%/html/de/index.html +%%DOCSDIR%%/html/de/node1.html +%%DOCSDIR%%/html/de/node2.html +%%DOCSDIR%%/html/de/node3.html +%%DOCSDIR%%/html/de/node4.html +%%DOCSDIR%%/html/de/node5.html +%%DOCSDIR%%/html/de/node6.html +%%DOCSDIR%%/html/de/node7.html +%%DOCSDIR%%/html/en/index.html +%%DOCSDIR%%/html/en/node1.html +%%DOCSDIR%%/html/en/node2.html +%%DOCSDIR%%/html/en/node3.html +%%DOCSDIR%%/html/en/node4.html +%%DOCSDIR%%/html/en/node5.html +%%DOCSDIR%%/html/en/node6.html +%%DOCSDIR%%/html/en/node7.html +%%DOCSDIR%%/html/en/userguide.css +%%DOCSDIR%%/html/en/userguide.html +%%DOCSDIR%%/userguide.dvi +%%DOCSDIR%%/userguide.ps +@dirrm %%DOCSDIR%%/html/de +@dirrm %%DOCSDIR%%/html/en +@dirrm %%DOCSDIR%%/html +@dirrm %%DOCSDIR%% |