diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-14 20:07:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-14 20:07:32 +0000 |
commit | 84e506892f9fa54634d51b637a77e703373e7b04 (patch) | |
tree | 0854bf80ef40fcea3b75c49c3ec93c0ff15ea3a8 /print/paps | |
parent | 85aec3480fec7f03519c25c6be5a89427d36171a (diff) | |
download | pkgsrc-84e506892f9fa54634d51b637a77e703373e7b04.tar.gz |
Initial import of paps-0.6.8:
libpaps is a library for converting Unicode text encoded in UTF-8
to postscript by using pango.
paps is a command line program using this library.
Diffstat (limited to 'print/paps')
-rw-r--r-- | print/paps/DESCR | 4 | ||||
-rw-r--r-- | print/paps/Makefile | 20 | ||||
-rw-r--r-- | print/paps/PLIST | 5 | ||||
-rw-r--r-- | print/paps/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/print/paps/DESCR b/print/paps/DESCR new file mode 100644 index 00000000000..30003b37e2a --- /dev/null +++ b/print/paps/DESCR @@ -0,0 +1,4 @@ +libpaps is a library for converting Unicode text encoded in UTF-8 +to postscript by using pango. + +paps is a command line program using this library. diff --git a/print/paps/Makefile b/print/paps/Makefile new file mode 100644 index 00000000000..e28b5ef8933 --- /dev/null +++ b/print/paps/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/14 20:07:32 wiz Exp $ +# + +DISTNAME= paps-0.6.8 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paps/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://paps.sourceforge.net/ +COMMENT= Pango to PostScript converter +LICENSE= gnu-lgpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +.include "../../devel/pango/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/paps/PLIST b/print/paps/PLIST new file mode 100644 index 00000000000..026bff9b169 --- /dev/null +++ b/print/paps/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/14 20:07:32 wiz Exp $ +bin/paps +include/libpaps.h +lib/libpaps.a +man/man1/paps.1 diff --git a/print/paps/distinfo b/print/paps/distinfo new file mode 100644 index 00000000000..784df812ee3 --- /dev/null +++ b/print/paps/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/14 20:07:32 wiz Exp $ + +SHA1 (paps-0.6.8.tar.gz) = 83646b0de89deb8321f260c2c5a665bc7c8f5928 +RMD160 (paps-0.6.8.tar.gz) = f8dda178279a4e5903b45b803e8a3ae42df3afdd +Size (paps-0.6.8.tar.gz) = 460062 bytes |