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/recordproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'x11/recordproto')
-rw-r--r-- | x11/recordproto/Makefile | 17 | ||||
-rw-r--r-- | x11/recordproto/distinfo | 3 | ||||
-rw-r--r-- | x11/recordproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11/recordproto/pkg-plist | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11/recordproto/Makefile b/x11/recordproto/Makefile new file mode 100644 index 000000000000..208c23a5f52d --- /dev/null +++ b/x11/recordproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: recordproto +# Date Created: 06 Feb 2006 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= recordproto +PORTVERSION= 1.13.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= RECORD extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/recordproto/distinfo b/x11/recordproto/distinfo new file mode 100644 index 000000000000..ea16d442c939 --- /dev/null +++ b/x11/recordproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/recordproto-1.13.2.tar.bz2) = 0ed4706564a34fc2aff724aa16d3ff00 +SHA256 (xorg/proto/recordproto-1.13.2.tar.bz2) = 04e77a8b14f373a1825bbe0116cd0db8b2c5dee17b34ba9bddd27e576609cff9 +SIZE (xorg/proto/recordproto-1.13.2.tar.bz2) = 39340 diff --git a/x11/recordproto/pkg-descr b/x11/recordproto/pkg-descr new file mode 100644 index 000000000000..129d2324260c --- /dev/null +++ b/x11/recordproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org RECORD extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/recordproto/pkg-plist b/x11/recordproto/pkg-plist new file mode 100644 index 000000000000..7b90206b4504 --- /dev/null +++ b/x11/recordproto/pkg-plist @@ -0,0 +1,4 @@ +include/X11/extensions/record.h +include/X11/extensions/recordstr.h +libdata/pkgconfig/recordproto.pc +@dirrmtry include/X11/extensions |