diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-01-09 20:45:58 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-01-09 20:45:58 +0000 |
commit | 285c577a40c15983e038f0c998de8d20d75316b6 (patch) | |
tree | 09721a16a6ec82a047b8e827d72979481f566518 /print/paps | |
parent | 0dca25e68ead66d2d1c20288034d8c298d4e698d (diff) | |
download | ports-285c577a40c15983e038f0c998de8d20d75316b6.tar.gz ports-285c577a40c15983e038f0c998de8d20d75316b6.zip |
Notes
Diffstat (limited to 'print/paps')
-rw-r--r-- | print/paps/Makefile | 24 | ||||
-rw-r--r-- | print/paps/distinfo | 3 | ||||
-rw-r--r-- | print/paps/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/print/paps/Makefile b/print/paps/Makefile new file mode 100644 index 000000000000..9a603b3fd23e --- /dev/null +++ b/print/paps/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: paps +# Date created: 8 January 2008 +# Whom: johans +# +# $FreeBSD$ +# + +PORTNAME= paps +PORTVERSION= 0.6.8 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= johans@stack.nl +COMMENT= UTF-8 to PostScript converter using Pango + +PLIST_FILES= bin/paps lib/libpaps.a include/libpaps.h + +MAN1= paps.1 + +GNU_CONFIGURE= yes +USE_GNOME= pango + +.include <bsd.port.mk> diff --git a/print/paps/distinfo b/print/paps/distinfo new file mode 100644 index 000000000000..342884e6a5a1 --- /dev/null +++ b/print/paps/distinfo @@ -0,0 +1,3 @@ +MD5 (paps-0.6.8.tar.gz) = e9508132bf27609bf2fded2bfd9cb3f1 +SHA256 (paps-0.6.8.tar.gz) = db214c4ea7ecde2f7986b869f6249864d3ff364e6f210c15aa2824bcbd850a20 +SIZE (paps-0.6.8.tar.gz) = 460062 diff --git a/print/paps/pkg-descr b/print/paps/pkg-descr new file mode 100644 index 000000000000..f723f1d1de9a --- /dev/null +++ b/print/paps/pkg-descr @@ -0,0 +1,4 @@ +Paps is a UTF-8 to PostScript converter that makes use of pango. +It provides both a stand alone command line tool as well as a library. + +WWW: http://paps.sourceforge.net/ |