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/bigreqsproto | |
parent | Document png -- DoS crash vulnerability. (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/bigreqsproto')
-rw-r--r-- | x11/bigreqsproto/Makefile | 17 | ||||
-rw-r--r-- | x11/bigreqsproto/distinfo | 3 | ||||
-rw-r--r-- | x11/bigreqsproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11/bigreqsproto/pkg-plist | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/x11/bigreqsproto/Makefile b/x11/bigreqsproto/Makefile new file mode 100644 index 000000000000..b1d7036899f8 --- /dev/null +++ b/x11/bigreqsproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: bigreqsproto +# Date Created: 07 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bigreqsproto +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= BigReqs extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/bigreqsproto/distinfo b/x11/bigreqsproto/distinfo new file mode 100644 index 000000000000..b1c8a2736651 --- /dev/null +++ b/x11/bigreqsproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/bigreqsproto-1.0.2.tar.bz2) = 95c29d9d10bf2868996c0c47a3b9a8dc +SHA256 (xorg/proto/bigreqsproto-1.0.2.tar.bz2) = 30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee +SIZE (xorg/proto/bigreqsproto-1.0.2.tar.bz2) = 36676 diff --git a/x11/bigreqsproto/pkg-descr b/x11/bigreqsproto/pkg-descr new file mode 100644 index 000000000000..8d54a8f300f0 --- /dev/null +++ b/x11/bigreqsproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org BigReqs extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/bigreqsproto/pkg-plist b/x11/bigreqsproto/pkg-plist new file mode 100644 index 000000000000..1a1af677b0cd --- /dev/null +++ b/x11/bigreqsproto/pkg-plist @@ -0,0 +1,3 @@ +include/X11/extensions/bigreqstr.h +libdata/pkgconfig/bigreqsproto.pc +@dirrmtry include/X11/extensions |