diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-21 23:38:30 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-21 23:38:30 +0000 |
commit | d5d5a4d08458f903fb20a220c77b8e4c6e464301 (patch) | |
tree | d9c9a5328af8bef07f9f57b4ff33974ce2d04bdd | |
parent | c25319f1163e0907293ebd8e78f2c132281a6e39 (diff) | |
download | FreeBSD-ports-d5d5a4d08458f903fb20a220c77b8e4c6e464301.zip FreeBSD-ports-d5d5a4d08458f903fb20a220c77b8e4c6e464301.tar.gz |
New port: Prerelease version of libXfont from freedesktop.org:
X font libary
Testing is encouraged, but please do not use these ports as dependencies until
they are updated to release tarballs and the XFree86 ports have been updated to
depend on them.
-rw-r--r-- | x11-fonts/libXfont/Makefile | 29 | ||||
-rw-r--r-- | x11-fonts/libXfont/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/libXfont/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-plist | 13 | ||||
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/libXfont/Makefile | 29 | ||||
-rw-r--r-- | x11/libXfont/distinfo | 1 | ||||
-rw-r--r-- | x11/libXfont/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/libXfont/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXfont/pkg-plist | 13 |
11 files changed, 121 insertions, 0 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile new file mode 100644 index 0000000..c42bfdf --- /dev/null +++ b/x11-fonts/libXfont/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libXfont +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXfont +PORTVERSION= 1.4.1.p1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X font libary + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS= --enable-freetype +WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.1 + +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11-fonts/libXfont/distinfo b/x11-fonts/libXfont/distinfo new file mode 100644 index 0000000..2656dc9 --- /dev/null +++ b/x11-fonts/libXfont/distinfo @@ -0,0 +1 @@ +MD5 (libXfont-1.4.1.p1.tar.bz2) = f67736c01ddcc33a230f06c0d8bbd9c6 diff --git a/x11-fonts/libXfont/files/patch-Makefile.in b/x11-fonts/libXfont/files/patch-Makefile.in new file mode 100644 index 0000000..1402e0c --- /dev/null +++ b/x11-fonts/libXfont/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 10 00:15:00 2003 ++++ Makefile.in Mon Nov 10 00:15:08 2003 +@@ -221,7 +221,7 @@ + include/X11/fonts/fsmasks.h + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xfont.pc + + LOCAL_INCLUDES = \ diff --git a/x11-fonts/libXfont/pkg-descr b/x11-fonts/libXfont/pkg-descr new file mode 100644 index 0000000..9f3309d --- /dev/null +++ b/x11-fonts/libXfont/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X font libary + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11-fonts/libXfont/pkg-plist b/x11-fonts/libXfont/pkg-plist new file mode 100644 index 0000000..00d31e4 --- /dev/null +++ b/x11-fonts/libXfont/pkg-plist @@ -0,0 +1,13 @@ +include/X11/fonts/FS.h +include/X11/fonts/FSproto.h +include/X11/fonts/font.h +include/X11/fonts/fontconf.h +include/X11/fonts/fontenc.h +include/X11/fonts/fontproto.h +include/X11/fonts/fontstruct.h +include/X11/fonts/fsmasks.h +lib/libXfont.a +lib/libXfont.la +lib/libXfont.so +lib/libXfont.so.1 +libdata/pkgconfig/xfont.pc diff --git a/x11/Makefile b/x11/Makefile index 577946f..2ca870d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -76,6 +76,7 @@ SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXau + SUBDIR += libXfont SUBDIR += libXtrans SUBDIR += libcapplet SUBDIR += libdnd diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile new file mode 100644 index 0000000..c42bfdf --- /dev/null +++ b/x11/libXfont/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libXfont +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXfont +PORTVERSION= 1.4.1.p1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X font libary + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS= --enable-freetype +WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.1 + +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11/libXfont/distinfo b/x11/libXfont/distinfo new file mode 100644 index 0000000..2656dc9 --- /dev/null +++ b/x11/libXfont/distinfo @@ -0,0 +1 @@ +MD5 (libXfont-1.4.1.p1.tar.bz2) = f67736c01ddcc33a230f06c0d8bbd9c6 diff --git a/x11/libXfont/files/patch-Makefile.in b/x11/libXfont/files/patch-Makefile.in new file mode 100644 index 0000000..1402e0c --- /dev/null +++ b/x11/libXfont/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 10 00:15:00 2003 ++++ Makefile.in Mon Nov 10 00:15:08 2003 +@@ -221,7 +221,7 @@ + include/X11/fonts/fsmasks.h + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xfont.pc + + LOCAL_INCLUDES = \ diff --git a/x11/libXfont/pkg-descr b/x11/libXfont/pkg-descr new file mode 100644 index 0000000..9f3309d --- /dev/null +++ b/x11/libXfont/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X font libary + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXfont/pkg-plist b/x11/libXfont/pkg-plist new file mode 100644 index 0000000..00d31e4 --- /dev/null +++ b/x11/libXfont/pkg-plist @@ -0,0 +1,13 @@ +include/X11/fonts/FS.h +include/X11/fonts/FSproto.h +include/X11/fonts/font.h +include/X11/fonts/fontconf.h +include/X11/fonts/fontenc.h +include/X11/fonts/fontproto.h +include/X11/fonts/fontstruct.h +include/X11/fonts/fsmasks.h +lib/libXfont.a +lib/libXfont.la +lib/libXfont.so +lib/libXfont.so.1 +libdata/pkgconfig/xfont.pc |