diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 15:41:11 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 15:41:11 +0000 |
commit | 231544f0d2f51d67827e0ebf69133d16248aa1da (patch) | |
tree | d2d1e42914d61c7f56f82b374c0ead68d5559d64 /x11-toolkits/linux-f10-pango | |
parent | 5677fec44ee064d1c61d52a22e8c7d15718e80f3 (diff) | |
download | ports-231544f0d2f51d67827e0ebf69133d16248aa1da.tar.gz ports-231544f0d2f51d67827e0ebf69133d16248aa1da.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-f10-pango')
-rw-r--r-- | x11-toolkits/linux-f10-pango/Makefile | 37 | ||||
-rw-r--r-- | x11-toolkits/linux-f10-pango/distinfo.i386 | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f10-pango/pkg-descr | 14 |
3 files changed, 53 insertions, 0 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile new file mode 100644 index 000000000000..d91faeea68c9 --- /dev/null +++ b/x11-toolkits/linux-f10-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-f10-pango/distinfo.i386 b/x11-toolkits/linux-f10-pango/distinfo.i386 new file mode 100644 index 000000000000..3c4f2a75b0ad --- /dev/null +++ b/x11-toolkits/linux-f10-pango/distinfo.i386 @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (rpm/pango-1.2.1-3.i386.rpm) = b2a0d771608ee5a5741d1df65277a905 diff --git a/x11-toolkits/linux-f10-pango/pkg-descr b/x11-toolkits/linux-f10-pango/pkg-descr new file mode 100644 index 000000000000..922f2bcf8586 --- /dev/null +++ b/x11-toolkits/linux-f10-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 |