diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/pangoxsl/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/pangoxsl/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/pangoxsl/pkg-descr | 5 | ||||
-rw-r--r-- | x11-toolkits/pangoxsl/pkg-plist | 17 |
5 files changed, 52 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a26a724e738b..e2a284166c71 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -134,6 +134,7 @@ SUBDIR += p5-Tk-TableMatrix SUBDIR += p5-qt SUBDIR += pango + SUBDIR += pangoxsl SUBDIR += paragui SUBDIR += php-gtk SUBDIR += plib diff --git a/x11-toolkits/pangoxsl/Makefile b/x11-toolkits/pangoxsl/Makefile new file mode 100644 index 000000000000..234636479c46 --- /dev/null +++ b/x11-toolkits/pangoxsl/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: pangoxsl +# Date created: 1 January 2005 +# Whom: James Earl +# +# $FreeBSD$ +# + +PORTNAME= pangoxsl +PORTVERSION= 1.6.0.0 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pangopdf + +MAINTAINER= chero7@telus.net +COMMENT= Implements Pango library with a PDF backend for PDF output + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pango +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-toolkits/pangoxsl/distinfo b/x11-toolkits/pangoxsl/distinfo new file mode 100644 index 000000000000..a61cb1506695 --- /dev/null +++ b/x11-toolkits/pangoxsl/distinfo @@ -0,0 +1,2 @@ +MD5 (pangoxsl-1.6.0.0.tar.gz) = 8ceab96f1170bc8f15300ed7cb8c4934 +SIZE (pangoxsl-1.6.0.0.tar.gz) = 213385 diff --git a/x11-toolkits/pangoxsl/pkg-descr b/x11-toolkits/pangoxsl/pkg-descr new file mode 100644 index 000000000000..e2ab3fb31165 --- /dev/null +++ b/x11-toolkits/pangoxsl/pkg-descr @@ -0,0 +1,5 @@ +PangoXSL implements a version of the Pango library with a PDF backend for +creating PDF output. This library also implements several of the inline +properties defined by XSL that are not currently implemented by Pango. + +WWW: http://pangopdf.sourceforge.net diff --git a/x11-toolkits/pangoxsl/pkg-plist b/x11-toolkits/pangoxsl/pkg-plist new file mode 100644 index 000000000000..9128ff517280 --- /dev/null +++ b/x11-toolkits/pangoxsl/pkg-plist @@ -0,0 +1,17 @@ +include/pangoxsl/pangoxsl/pango-xsl-attributes.h +lib/libpangoxsl-1.0.a +lib/libpangoxsl-1.0.so +lib/libpangoxsl-1.0.so.600 +libdata/pkgconfig/pangoxsl.pc +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/pangoxsl-pango-xsl-attributes.html +%%DOCSDIR%%/pangoxsl.devhelp +%%DOCSDIR%%/right.png +%%DOCSDIR%%/up.png +@dirrm %%DOCSDIR%% +@dirrm include/pangoxsl/pangoxsl +@dirrm include/pangoxsl |