summaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-f8-pango
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-19 15:41:11 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-19 15:41:11 +0000
commit231544f0d2f51d67827e0ebf69133d16248aa1da (patch)
treed2d1e42914d61c7f56f82b374c0ead68d5559d64 /x11-toolkits/linux-f8-pango
parentMake BUILD_DEPENDS changeable by slave ports. (diff)
new Linux/i386 binary port of Pango
Notes
Notes: svn path=/head/; revision=94384
Diffstat (limited to 'x11-toolkits/linux-f8-pango')
-rw-r--r--x11-toolkits/linux-f8-pango/Makefile37
-rw-r--r--x11-toolkits/linux-f8-pango/distinfo.i3862
-rw-r--r--x11-toolkits/linux-f8-pango/pkg-descr14
3 files changed, 53 insertions, 0 deletions
diff --git a/x11-toolkits/linux-f8-pango/Makefile b/x11-toolkits/linux-f8-pango/Makefile
new file mode 100644
index 000000000000..d91faeea68c9
--- /dev/null
+++ b/x11-toolkits/linux-f8-pango/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: linux-pango
+# Date created: 2003-07-05
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= pango
+PORTVERSION= 1.2.1
+PORTREVISION= 0
+CATEGORIES= x11-toolkits linux
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= Linux/i386 pango binary
+
+BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \
+ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
+
+BASEVERSION= 9
+ONLY_FOR_ARCHS= i386
+PLIST= ${WRKDIR}/plist
+RESTRICTED= "binary under GNU LGPL without accompanying source"
+RPM_SET= pango-1.2.1-3.i386.rpm
+
+pre-install:
+ ${RM} -rf ${WRKSRC}/tmp
+ ${MKDIR} ${WRKSRC}/tmp
+ cd ${WRKSRC}/tmp; \
+ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
+ ${FIND} * -type f -o -type l > ${PLIST}; \
+ ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+
+post-install:
+ ${LINUXBASE}/usr/bin/pango-querymodules >\
+ ${LINUXBASE}/etc/pango/pango.modules
+
+.include "../linux-gtk/Makefile"
diff --git a/x11-toolkits/linux-f8-pango/distinfo.i386 b/x11-toolkits/linux-f8-pango/distinfo.i386
new file mode 100644
index 000000000000..3c4f2a75b0ad
--- /dev/null
+++ b/x11-toolkits/linux-f8-pango/distinfo.i386
@@ -0,0 +1,2 @@
+$FreeBSD$
+MD5 (rpm/pango-1.2.1-3.i386.rpm) = b2a0d771608ee5a5741d1df65277a905
diff --git a/x11-toolkits/linux-f8-pango/pkg-descr b/x11-toolkits/linux-f8-pango/pkg-descr
new file mode 100644
index 000000000000..922f2bcf8586
--- /dev/null
+++ b/x11-toolkits/linux-f8-pango/pkg-descr
@@ -0,0 +1,14 @@
+This is a Linux/i386 binary port of Pango.
+
+from the home page:
+
+ The goal of the Pango project is to provide an open-source
+ framework for the layout and rendering of internationalized
+ text. Pango is an offshoot of the GTK+ and GNOME projects,
+ and the initial focus is operation in those environments,
+ however there is nothing fundamentally GTK+- or GNOME-specific
+ about Pango. Pango uses Unicode for all of its encoding,
+ and will eventually support output in all the world's major
+ languages.
+
+WWW: http://pango.org