diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-fonts/fontcacheproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-fonts/fontcacheproto')
-rw-r--r-- | x11-fonts/fontcacheproto/Makefile | 17 | ||||
-rw-r--r-- | x11-fonts/fontcacheproto/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/fontcacheproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11-fonts/fontcacheproto/pkg-plist | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/x11-fonts/fontcacheproto/Makefile b/x11-fonts/fontcacheproto/Makefile new file mode 100644 index 000000000000..94e87d0b2101 --- /dev/null +++ b/x11-fonts/fontcacheproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: fontcacheproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= fontcacheproto +PORTVERSION= 0.1.2 +CATEGORIES= x11-fonts + +MAINTAINER= x11@FreeBSD.org +COMMENT= Fontcache extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11-fonts/fontcacheproto/distinfo b/x11-fonts/fontcacheproto/distinfo new file mode 100644 index 000000000000..af64df8b5eb5 --- /dev/null +++ b/x11-fonts/fontcacheproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/fontcacheproto-0.1.2.tar.bz2) = 60df6b625074a9790e28543dcea71651 +SHA256 (xorg/proto/fontcacheproto-0.1.2.tar.bz2) = 48063ed49b200927376645f9ffe65faa39af84d59ba6f60f2abb2f9c6fa3d9f9 +SIZE (xorg/proto/fontcacheproto-0.1.2.tar.bz2) = 38233 diff --git a/x11-fonts/fontcacheproto/pkg-descr b/x11-fonts/fontcacheproto/pkg-descr new file mode 100644 index 000000000000..2f58ddc8b094 --- /dev/null +++ b/x11-fonts/fontcacheproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org Fontcache extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11-fonts/fontcacheproto/pkg-plist b/x11-fonts/fontcacheproto/pkg-plist new file mode 100644 index 000000000000..184f4df3c9ba --- /dev/null +++ b/x11-fonts/fontcacheproto/pkg-plist @@ -0,0 +1,5 @@ +include/X11/extensions/fontcache.h +include/X11/extensions/fontcacheP.h +include/X11/extensions/fontcachstr.h +libdata/pkgconfig/fontcacheproto.pc +@dirrmtry include/X11/extensions |