diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-12 10:20:51 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-12 10:20:51 +0000 |
commit | ad494ab1df3351b408546f66d5db9330b951bc7a (patch) | |
tree | 29d67f7df43974b0c473dda0fd1fe96e2f86c000 /print/pdf4tcl | |
parent | a170d12711b1643f81d8cf9ceecc44b0676beea6 (diff) | |
download | ports-ad494ab1df3351b408546f66d5db9330b951bc7a.tar.gz ports-ad494ab1df3351b408546f66d5db9330b951bc7a.zip |
Notes
Diffstat (limited to 'print/pdf4tcl')
-rw-r--r-- | print/pdf4tcl/Makefile | 35 | ||||
-rw-r--r-- | print/pdf4tcl/distinfo | 2 | ||||
-rw-r--r-- | print/pdf4tcl/pkg-descr | 5 |
3 files changed, 42 insertions, 0 deletions
diff --git a/print/pdf4tcl/Makefile b/print/pdf4tcl/Makefile new file mode 100644 index 000000000000..a5af8af88485 --- /dev/null +++ b/print/pdf4tcl/Makefile @@ -0,0 +1,35 @@ +# Created by: gahr +# $FreeBSD$ + +PORTNAME= pdf4tcl +PORTVERSION= 0.8 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX}/from_sourceforge + +MAINTAINER= tcltk@FreeBSD.org +COMMENT= Pure Tcl library to generate PDF files + +RUN_DEPENDS= ${LOCALBASE}/lib/tcllib/snit/snit.tcl:${PORTSDIR}/devel/tcllib + +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//} + +NO_BUILD= yes +PORTDOCS= * +PLIST_FILES= lib/${PKGNAME}/glyph2uni.tcl \ + lib/${PKGNAME}/pkgIndex.tcl \ + lib/${PKGNAME}/pdf4tcl.tcl \ + lib/${PKGNAME}/stdmetrics.tcl + +.include <bsd.port.options.mk> + +do-install: + ${MKDIR} ${PREFIX}/lib/${PKGNAME} + cd ${WRKSRC} && ${COPYTREE_SHARE} \*.tcl ${PREFIX}/lib/${PKGNAME} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/print/pdf4tcl/distinfo b/print/pdf4tcl/distinfo new file mode 100644 index 000000000000..8eeef95b2772 --- /dev/null +++ b/print/pdf4tcl/distinfo @@ -0,0 +1,2 @@ +SHA256 (pdf4tcl08.tar.gz/from_sourceforge) = 8a6dfc09fc8f27d86188ee16d9060e0031e0177f78108b6251f2e0726b510c9e +SIZE (pdf4tcl08.tar.gz/from_sourceforge) = 84331 diff --git a/print/pdf4tcl/pkg-descr b/print/pdf4tcl/pkg-descr new file mode 100644 index 000000000000..f7e31779f092 --- /dev/null +++ b/print/pdf4tcl/pkg-descr @@ -0,0 +1,5 @@ +This package provides a container class for generating pdf documents +directly from Tcl scripts. It's self-contained and requires only the +snit package from tcllib. + +WWW: http://pdf4tcl.berlios.de/ |