From efd775afc0e07fccdebcfb0bdeaaca0ad272f62a Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 14 Feb 2010 11:58:58 +0000 Subject: - Import first steps of xorg update git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@41 058c260c-8361-11dd-a0ac-aa2bafec7d09 --- x11/appres/Makefile | 21 +++++++++++++++++++++ x11/appres/distinfo | 3 +++ x11/appres/pkg-descr | 4 ++++ x11/compositeproto/Makefile | 17 +++++++++++++++++ x11/compositeproto/distinfo | 3 +++ x11/compositeproto/pkg-descr | 4 ++++ x11/compositeproto/pkg-plist | 6 ++++++ x11/damageproto/Makefile | 17 +++++++++++++++++ x11/damageproto/distinfo | 3 +++ x11/damageproto/pkg-descr | 5 +++++ x11/damageproto/pkg-plist | 6 ++++++ x11/dri2proto/Makefile | 17 +++++++++++++++++ x11/dri2proto/distinfo | 3 +++ x11/dri2proto/pkg-descr | 4 ++++ x11/dri2proto/pkg-plist | 4 ++++ 15 files changed, 117 insertions(+) create mode 100644 x11/appres/Makefile create mode 100644 x11/appres/distinfo create mode 100644 x11/appres/pkg-descr create mode 100644 x11/compositeproto/Makefile create mode 100644 x11/compositeproto/distinfo create mode 100644 x11/compositeproto/pkg-descr create mode 100644 x11/compositeproto/pkg-plist create mode 100644 x11/damageproto/Makefile create mode 100644 x11/damageproto/distinfo create mode 100644 x11/damageproto/pkg-descr create mode 100644 x11/damageproto/pkg-plist create mode 100644 x11/dri2proto/Makefile create mode 100644 x11/dri2proto/distinfo create mode 100644 x11/dri2proto/pkg-descr create mode 100644 x11/dri2proto/pkg-plist (limited to 'x11') diff --git a/x11/appres/Makefile b/x11/appres/Makefile new file mode 100644 index 0000000..d44a1ee --- /dev/null +++ b/x11/appres/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: appres +# Date Created: 15 Feb 2006 +# Whom: Florent Thoumie +# +# $FreeBSD: ports/x11/appres/Makefile,v 1.1 2007/05/19 20:25:49 flz Exp $ +# + +PORTNAME= appres +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Program to list application's resources + +XORG_CAT= app +USE_XORG= x11 xt + +MAN1= appres.1 +PLIST_FILES= bin/appres + +.include diff --git a/x11/appres/distinfo b/x11/appres/distinfo new file mode 100644 index 0000000..ba6193b --- /dev/null +++ b/x11/appres/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/appres-1.0.2.tar.bz2) = 6f2f5d9f41669d498b56d73dc3206951 +SHA256 (xorg/app/appres-1.0.2.tar.bz2) = 37d0fbb16c553fa09878d107f29f26c2ca4206c98dd23c44a0cb670ace531e36 +SIZE (xorg/app/appres-1.0.2.tar.bz2) = 95494 diff --git a/x11/appres/pkg-descr b/x11/appres/pkg-descr new file mode 100644 index 0000000..6a5b906 --- /dev/null +++ b/x11/appres/pkg-descr @@ -0,0 +1,4 @@ +The appres program prints the resources seen by an application (or +subhierarchy of an application) with the specified class and instance +names. It can be used to determine which resources a particular +program will load. diff --git a/x11/compositeproto/Makefile b/x11/compositeproto/Makefile new file mode 100644 index 0000000..9430916 --- /dev/null +++ b/x11/compositeproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: compositeproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak +# +# $FreeBSD: ports/x11/compositeproto/Makefile,v 1.2 2007/09/13 19:44:57 flz Exp $ +# + +PORTNAME= compositeproto +PORTVERSION= 0.4.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Composite extension headers + +XORG_CAT= proto + +.include diff --git a/x11/compositeproto/distinfo b/x11/compositeproto/distinfo new file mode 100644 index 0000000..716ffd4 --- /dev/null +++ b/x11/compositeproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/compositeproto-0.4.1.tar.bz2) = 3692f3f8b2ea10dff3d2cede8dc65e79 +SHA256 (xorg/proto/compositeproto-0.4.1.tar.bz2) = e2744576731e1416503aade0d58a7861d0260f70b993351473a9f38ced606984 +SIZE (xorg/proto/compositeproto-0.4.1.tar.bz2) = 90083 diff --git a/x11/compositeproto/pkg-descr b/x11/compositeproto/pkg-descr new file mode 100644 index 0000000..9ce2690 --- /dev/null +++ b/x11/compositeproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org Composite extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/compositeproto/pkg-plist b/x11/compositeproto/pkg-plist new file mode 100644 index 0000000..ae280eb --- /dev/null +++ b/x11/compositeproto/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/composite.h +include/X11/extensions/compositeproto.h +libdata/pkgconfig/compositeproto.pc +share/doc/compositeproto/compositeproto.txt +@dirrm share/doc/compositeproto +@dirrmtry include/X11/extensions diff --git a/x11/damageproto/Makefile b/x11/damageproto/Makefile new file mode 100644 index 0000000..4bca79a --- /dev/null +++ b/x11/damageproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: damageproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak +# +# $FreeBSD: ports/x11/damageproto/Makefile,v 1.1 2007/05/19 20:25:58 flz Exp $ +# + +PORTNAME= damageproto +PORTVERSION= 1.2.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Damage extension headers + +XORG_CAT= proto + +.include diff --git a/x11/damageproto/distinfo b/x11/damageproto/distinfo new file mode 100644 index 0000000..03253db --- /dev/null +++ b/x11/damageproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/damageproto-1.2.0.tar.bz2) = 434b931b02bd83ed9fc44951df81cdac +SHA256 (xorg/proto/damageproto-1.2.0.tar.bz2) = a50250770a2eead9d6fd56577e3328d0a6a1c4d425b58faa0f5ca7683169ee8f +SIZE (xorg/proto/damageproto-1.2.0.tar.bz2) = 53133 diff --git a/x11/damageproto/pkg-descr b/x11/damageproto/pkg-descr new file mode 100644 index 0000000..9ba4ce9 --- /dev/null +++ b/x11/damageproto/pkg-descr @@ -0,0 +1,5 @@ +This package contains X.Org Damage extension protocol specification +and header files. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/damageproto/pkg-plist b/x11/damageproto/pkg-plist new file mode 100644 index 0000000..66a230a --- /dev/null +++ b/x11/damageproto/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/damageproto.h +include/X11/extensions/damagewire.h +libdata/pkgconfig/damageproto.pc +share/doc/damageproto/damageproto.txt +@dirrm share/doc/damageproto +@dirrmtry include/X11/extensions diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile new file mode 100644 index 0000000..ef7690a --- /dev/null +++ b/x11/dri2proto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: dri2proto +# Date Created: Jul 28 2008 +# Whom: Florent Thoumie +# +# $FreeBSD: ports/x11/dri2proto/Makefile,v 1.4 2010/02/07 15:24:06 rnoland Exp $ +# + +PORTNAME= dri2proto +PORTVERSION= 2.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= DRI2 prototype headers + +XORG_CAT= proto + +.include diff --git a/x11/dri2proto/distinfo b/x11/dri2proto/distinfo new file mode 100644 index 0000000..71dc2fb --- /dev/null +++ b/x11/dri2proto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/dri2proto-2.2.tar.bz2) = 3ca8ddb42cd4ee31b8690031303221af +SHA256 (xorg/proto/dri2proto-2.2.tar.bz2) = f352950ffee4437d9da3e216d9a348ba0c7cf80c8c0fb30385c77ce3b780b2a1 +SIZE (xorg/proto/dri2proto-2.2.tar.bz2) = 94772 diff --git a/x11/dri2proto/pkg-descr b/x11/dri2proto/pkg-descr new file mode 100644 index 0000000..1e57ddb --- /dev/null +++ b/x11/dri2proto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org DRI2 prototype headers. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11/dri2proto/pkg-plist b/x11/dri2proto/pkg-plist new file mode 100644 index 0000000..006d862 --- /dev/null +++ b/x11/dri2proto/pkg-plist @@ -0,0 +1,4 @@ +include/X11/extensions/dri2proto.h +include/X11/extensions/dri2tokens.h +libdata/pkgconfig/dri2proto.pc +@dirrmtry include/X11/extensions -- cgit v1.2.3