diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-01-10 04:45:58 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-01-10 04:45:58 +0800 |
commit | 285c577a40c15983e038f0c998de8d20d75316b6 (patch) | |
tree | 09721a16a6ec82a047b8e827d72979481f566518 /print | |
parent | 0dca25e68ead66d2d1c20288034d8c298d4e698d (diff) | |
download | freebsd-ports-gnome-285c577a40c15983e038f0c998de8d20d75316b6.tar.gz freebsd-ports-gnome-285c577a40c15983e038f0c998de8d20d75316b6.tar.zst freebsd-ports-gnome-285c577a40c15983e038f0c998de8d20d75316b6.zip |
paps: UTF-8 to PostScript converter using Pango
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/paps/Makefile | 24 | ||||
-rw-r--r-- | print/paps/distinfo | 3 | ||||
-rw-r--r-- | print/paps/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 6f32b1a205a3..535053caf847 100644 --- a/print/Makefile +++ b/print/Makefile @@ -195,6 +195,7 @@ SUBDIR += p5-Text-PDF SUBDIR += p5-XML-ApacheFOP SUBDIR += panda + SUBDIR += paps SUBDIR += passivetex SUBDIR += pcal SUBDIR += pclprint 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/ |