diff options
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-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 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-pango/Makefile | 37 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-pango/distinfo.i386 | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-pango/pkg-descr | 14 | ||||
-rw-r--r-- | x11-toolkits/linux-pango/Makefile | 37 | ||||
-rw-r--r-- | x11-toolkits/linux-pango/distinfo.i386 | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-pango/pkg-descr | 14 |
10 files changed, 160 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index b3f5c1db6a1c..ddd6d6ebee3a 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -109,6 +109,7 @@ SUBDIR += linux-gtk SUBDIR += linux-gtk2 SUBDIR += linux-openmotif + SUBDIR += linux-pango SUBDIR += mesgui SUBDIR += movingmotif SUBDIR += mowitz 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 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 diff --git a/x11-toolkits/linux-pango/Makefile b/x11-toolkits/linux-pango/Makefile new file mode 100644 index 000000000000..d91faeea68c9 --- /dev/null +++ b/x11-toolkits/linux-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-pango/distinfo.i386 b/x11-toolkits/linux-pango/distinfo.i386 new file mode 100644 index 000000000000..3c4f2a75b0ad --- /dev/null +++ b/x11-toolkits/linux-pango/distinfo.i386 @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (rpm/pango-1.2.1-3.i386.rpm) = b2a0d771608ee5a5741d1df65277a905 diff --git a/x11-toolkits/linux-pango/pkg-descr b/x11-toolkits/linux-pango/pkg-descr new file mode 100644 index 000000000000..922f2bcf8586 --- /dev/null +++ b/x11-toolkits/linux-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 |