diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-09 23:10:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-09 23:10:59 +0000 |
commit | 095c9185e8d2c704920e3b4475807f4acb17e887 (patch) | |
tree | ecc5d97602e0d22a194f3c62e0a6f0c5ba6f760c /x11-toolkits/pangoxsl | |
parent | 6a29d2ca544eeddd919d20509f028071a683aaa5 (diff) | |
download | ports-095c9185e8d2c704920e3b4475807f4acb17e887.tar.gz ports-095c9185e8d2c704920e3b4475807f4acb17e887.zip |
Notes
Diffstat (limited to 'x11-toolkits/pangoxsl')
-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 |
4 files changed, 51 insertions, 0 deletions
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 |