diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 20:09:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 20:09:54 +0000 |
commit | f40b7fbb7ff988fa8fba8d0d0cbe0d1daba2407d (patch) | |
tree | 7f04619ba9075ea644a6e53798655c26ec8cf56c | |
parent | 105d558d8a52f0ac7d97ce769281633936ee9800 (diff) | |
download | pkgsrc-f40b7fbb7ff988fa8fba8d0d0cbe0d1daba2407d.tar.gz |
Import recordproto-1.13.2 from pkgsrc-wip:
This provides the Record extension headers from modular X.org X11
project.
-rw-r--r-- | x11/recordproto/DESCR | 2 | ||||
-rw-r--r-- | x11/recordproto/Makefile | 17 | ||||
-rw-r--r-- | x11/recordproto/PLIST | 4 | ||||
-rw-r--r-- | x11/recordproto/buildlink3.mk | 19 | ||||
-rw-r--r-- | x11/recordproto/distinfo | 5 |
5 files changed, 47 insertions, 0 deletions
diff --git a/x11/recordproto/DESCR b/x11/recordproto/DESCR new file mode 100644 index 00000000000..96bc976084f --- /dev/null +++ b/x11/recordproto/DESCR @@ -0,0 +1,2 @@ +This provides the Record extension headers from modular X.org X11 +project. diff --git a/x11/recordproto/Makefile b/x11/recordproto/Makefile new file mode 100644 index 00000000000..358bee24f1e --- /dev/null +++ b/x11/recordproto/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 20:09:54 joerg Exp $ +# + +DISTNAME= recordproto-1.13.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Record extension headers from X.org + +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE+= recordproto.pc.in +USE_LANGUAGES= # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/recordproto/PLIST b/x11/recordproto/PLIST new file mode 100644 index 00000000000..794049bbb42 --- /dev/null +++ b/x11/recordproto/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 20:09:54 joerg Exp $ +include/X11/extensions/record.h +include/X11/extensions/recordstr.h +lib/pkgconfig/recordproto.pc diff --git a/x11/recordproto/buildlink3.mk b/x11/recordproto/buildlink3.mk new file mode 100644 index 00000000000..a9b3c0c5946 --- /dev/null +++ b/x11/recordproto/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 20:09:54 joerg Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +RECORDPROTO_BUILDLINK3_MK:= ${RECORDPROTO_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= recordproto +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nrecordproto} +BUILDLINK_PACKAGES+= recordproto +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}recordproto + +.if ${RECORDPROTO_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.recordproto+= recordproto>=1.13.1 +BUILDLINK_PKGSRCDIR.recordproto?= ../../x11/recordproto +.endif # RECORDPROTO_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/recordproto/distinfo b/x11/recordproto/distinfo new file mode 100644 index 00000000000..ce9b9c3cceb --- /dev/null +++ b/x11/recordproto/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/03 20:09:54 joerg Exp $ + +SHA1 (recordproto-1.13.2.tar.bz2) = 833ef2bc4b084281f85eeba5d4ba03441bd3a534 +RMD160 (recordproto-1.13.2.tar.bz2) = 472f66c64fd4d98cceb4326436fdd3fb1e68baf1 +Size (recordproto-1.13.2.tar.bz2) = 39340 bytes |