svn commit: r312092 - in head/print: . pdf4tcl
Pietro Cerutti
gahr at FreeBSD.org
Tue Feb 12 10:20:53 UTC 2013
Author: gahr
Date: Tue Feb 12 10:20:51 2013
New Revision: 312092
URL: http://svnweb.freebsd.org/changeset/ports/312092
Log:
- New port: print/pdf4tcl
Pure Tcl library to generate PDF files.
WWW: http://pdf4tcl.berlios.de/
Added:
head/print/pdf4tcl/
head/print/pdf4tcl/Makefile (contents, props changed)
head/print/pdf4tcl/distinfo (contents, props changed)
head/print/pdf4tcl/pkg-descr (contents, props changed)
Modified:
head/print/Makefile (contents, props changed)
Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile Tue Feb 12 10:05:43 2013 (r312091)
+++ head/print/Makefile Tue Feb 12 10:20:51 2013 (r312092)
@@ -214,6 +214,7 @@
SUBDIR += passivetex
SUBDIR += pcal
SUBDIR += pdf-renderer
+ SUBDIR += pdf4tcl
SUBDIR += pdfbox
SUBDIR += pdfcolorsplit
SUBDIR += pdfcube
Added: head/print/pdf4tcl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/pdf4tcl/Makefile Tue Feb 12 10:20:51 2013 (r312092)
@@ -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 at 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>
Added: head/print/pdf4tcl/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/pdf4tcl/distinfo Tue Feb 12 10:20:51 2013 (r312092)
@@ -0,0 +1,2 @@
+SHA256 (pdf4tcl08.tar.gz/from_sourceforge) = 8a6dfc09fc8f27d86188ee16d9060e0031e0177f78108b6251f2e0726b510c9e
+SIZE (pdf4tcl08.tar.gz/from_sourceforge) = 84331
Added: head/print/pdf4tcl/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/pdf4tcl/pkg-descr Tue Feb 12 10:20:51 2013 (r312092)
@@ -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/
More information about the svn-ports-head
mailing list