Add passepartout, DTP application for X.
This commit is contained in:
parent
f941707618
commit
0266525333
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89355
@ -264,6 +264,7 @@
|
||||
SUBDIR += p5-chart
|
||||
SUBDIR += p5-ming
|
||||
SUBDIR += panorama
|
||||
SUBDIR += passepartout
|
||||
SUBDIR += peps
|
||||
SUBDIR += pgperl
|
||||
SUBDIR += pgplot
|
||||
|
38
graphics/passepartout/Makefile
Normal file
38
graphics/passepartout/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# 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_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnometarget gnomehack
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
# Fix for recent libxml++ API change
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC}/src/pptout -name *.cc \
|
||||
| grep -v -E 'pagesel|undodialog' \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|add_attribute|set_attribute|'
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/passepartout/distinfo
Normal file
3
graphics/passepartout/distinfo
Normal file
@ -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
|
8
graphics/passepartout/pkg-descr
Normal file
8
graphics/passepartout/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Passepartout is an Open Source Desktop Publishing application for the
|
||||
X Windows environment. The main focus is on making it easy for the
|
||||
user to create publications with a flexible layout, typical examples
|
||||
being magazines, brochures and leaflets.
|
||||
|
||||
Questions, bug reports, etc. should be sent to emission-hacks@e.kth.se
|
||||
|
||||
WWW: http://www.stacken.kth.se/project/pptout/
|
30
graphics/passepartout/pkg-plist
Normal file
30
graphics/passepartout/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user