diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-18 10:33:21 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-18 10:33:21 +0800 |
commit | a569a8855d5f6f99f594649dfcf0a5e7e8b071e9 (patch) | |
tree | 9a9d246ad76ec2da1d1f198e394d062dd3506efa | |
parent | 1f1cb3740457e59d54fd0047ebd0477d467d8276 (diff) | |
download | marcuscom-ports-a569a8855d5f6f99f594649dfcf0a5e7e8b071e9.tar marcuscom-ports-a569a8855d5f6f99f594649dfcf0a5e7e8b071e9.tar.gz marcuscom-ports-a569a8855d5f6f99f594649dfcf0a5e7e8b071e9.tar.bz2 marcuscom-ports-a569a8855d5f6f99f594649dfcf0a5e7e8b071e9.tar.lz marcuscom-ports-a569a8855d5f6f99f594649dfcf0a5e7e8b071e9.tar.xz marcuscom-ports-a569a8855d5f6f99f594649dfcf0a5e7e8b071e9.tar.zst marcuscom-ports-a569a8855d5f6f99f594649dfcf0a5e7e8b071e9.zip |
Add passepartout.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1221 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/passepartout/Makefile | 31 | ||||
-rw-r--r-- | graphics/passepartout/distinfo | 3 | ||||
-rw-r--r-- | graphics/passepartout/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/passepartout/pkg-plist | 30 |
4 files changed, 68 insertions, 0 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile new file mode 100644 index 000000000..7d4c3dc14 --- /dev/null +++ b/graphics/passepartout/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: passepartout +# Date created: 11st Sep 2003 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= passepartout +PORTVERSION= 0.2 +CATEGORIES= graphics gnome +MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= passepartout-0.2-assert.patch \ + passepartout-0.2-thread.patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= DTP application for X + +LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \ + xml\\+\\+-0.1:${PORTSDIR}/textproc/libxml++ + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomehack +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/graphics/passepartout/distinfo b/graphics/passepartout/distinfo new file mode 100644 index 000000000..cf4a48f4e --- /dev/null +++ b/graphics/passepartout/distinfo @@ -0,0 +1,3 @@ +MD5 (passepartout-0.2.tar.bz2) = 92df4384de96b308690557cd4d11339e +MD5 (passepartout-0.2-assert.patch) = aa79d1566167ce6b371450c54f0d2f20 +MD5 (passepartout-0.2-thread.patch) = a46a1f8dffb27c22f8e8964cd208d022 diff --git a/graphics/passepartout/pkg-descr b/graphics/passepartout/pkg-descr new file mode 100644 index 000000000..936dc9b4b --- /dev/null +++ b/graphics/passepartout/pkg-descr @@ -0,0 +1,4 @@ +Passepartout is a DTP application for X. +Questions, bug reports, etc. should be sent to emission-hacks@e.kth.se + +WWW: http://www.stacken.kth.se/project/pptout/ diff --git a/graphics/passepartout/pkg-plist b/graphics/passepartout/pkg-plist new file mode 100644 index 000000000..7c08a141b --- /dev/null +++ b/graphics/passepartout/pkg-plist @@ -0,0 +1,30 @@ +bin/pptout +bin/xml2ps +share/doc/passepartout/README +share/doc/passepartout/docbook.xslt +share/doc/passepartout/examples/docbook.xslt +share/doc/passepartout/examples/example1.html +share/doc/passepartout/examples/example1.ppt +share/doc/passepartout/examples/gradient.eps +share/doc/passepartout/examples/hippie.jpg +share/doc/passepartout/examples/hline.eps +share/doc/passepartout/examples/snowflake.eps +share/doc/passepartout/examples/snowflake.xml +share/doc/passepartout/examples/vline.eps +share/doc/passepartout/examples/xhtml.xslt +share/doc/passepartout/examples/xml2ps-example.xml +share/doc/passepartout/faq.html +share/doc/passepartout/faq.xml +share/doc/passepartout/nsfaq.html +share/doc/passepartout/nsfaq.xml +share/doc/passepartout/pptout-sv.eps +share/doc/passepartout/users_guide.html +share/doc/passepartout/users_guide.ppt +share/doc/passepartout/users_guide.xml +share/doc/passepartout/xhtml.xslt +share/xml/passepartout/docbook.xslt +share/xml/passepartout/xhtml.xslt +share/xml/passepartout/xml2ps.dtd +@dirrm share/doc/passepartout/examples +@dirrm share/doc/passepartout +@dirrm share/xml/passepartout |