summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-09-12 19:41:42 +0800
committereadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-09-12 19:41:42 +0800
commitbf98bb9eb6359d6aa1165697272631f61d831d36 (patch)
tree1edddad45a3b3bb491159dc49fa8207c08779983
parent03be124beb1aca3320cc7bb04cede47ca19170b1 (diff)
downloadxorg-devel-ports-bf98bb9eb6359d6aa1165697272631f61d831d36.tar
xorg-devel-ports-bf98bb9eb6359d6aa1165697272631f61d831d36.tar.gz
xorg-devel-ports-bf98bb9eb6359d6aa1165697272631f61d831d36.tar.bz2
xorg-devel-ports-bf98bb9eb6359d6aa1165697272631f61d831d36.tar.lz
xorg-devel-ports-bf98bb9eb6359d6aa1165697272631f61d831d36.tar.xz
xorg-devel-ports-bf98bb9eb6359d6aa1165697272631f61d831d36.tar.zst
xorg-devel-ports-bf98bb9eb6359d6aa1165697272631f61d831d36.zip
These ports were committed on 2011-09-07.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@303 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/pixman/Makefile37
-rw-r--r--x11/pixman/distinfo2
-rw-r--r--x11/pixman/pkg-descr3
-rw-r--r--x11/pixman/pkg-plist8
-rw-r--r--x11/xproto/Makefile20
-rw-r--r--x11/xproto/distinfo2
-rw-r--r--x11/xproto/pkg-descr3
-rw-r--r--x11/xproto/pkg-plist27
-rw-r--r--x11/xrandr/Makefile23
-rw-r--r--x11/xrandr/distinfo2
-rw-r--r--x11/xrandr/pkg-descr2
-rw-r--r--x11/xset/Makefile22
-rw-r--r--x11/xset/distinfo2
-rw-r--r--x11/xset/pkg-descr3
14 files changed, 0 insertions, 156 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
deleted file mode 100644
index b6e94db..0000000
--- a/x11/pixman/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: pixman
-# Date Created: Aug 9 2003
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pixman
-PORTVERSION= 0.22.2
-CATEGORIES= x11
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= Low-level pixel manipulation library
-
-XORG_CAT= lib
-USE_AUTOTOOLS= libtool
-USE_PERL5_BUILD=yes
-USE_GNOME= ltverhack:9
-
-OPTIONS= SIMD "Enable autodetection of SIMD features (MMX, SSE2, VMX)" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITHOUT_SIMD)
-CONFIGURE_ARGS= --disable-vmx --disable-arm-simd
-
-.if ${ARCH:Namd64}
-CONFIGURE_ARGS+= --disable-mmx --disable-sse2
-.endif
-
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo
deleted file mode 100644
index f0e654c..0000000
--- a/x11/pixman/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/lib/pixman-0.22.2.tar.bz2) = 2d0a6dfca175f31ae53fb368292496e8833faff45bbeafdf40b2833d23186272
-SIZE (xorg/lib/pixman-0.22.2.tar.bz2) = 461319
diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr
deleted file mode 100644
index 20e9461..0000000
--- a/x11/pixman/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package contains the pixman library.
-
-WWW: http://www.freedesktop.org/Software/xlibs
diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist
deleted file mode 100644
index 66d6a43..0000000
--- a/x11/pixman/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/pixman-1/pixman-version.h
-include/pixman-1/pixman.h
-lib/libpixman-1.a
-lib/libpixman-1.la
-lib/libpixman-1.so
-lib/libpixman-1.so.9
-libdata/pkgconfig/pixman-1.pc
-@dirrm include/pixman-1
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile
deleted file mode 100644
index ae97d28..0000000
--- a/x11/xproto/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: xproto
-# Date Created: 29 Oct, 2003
-# Whom: Eric Anholt <anholt@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xproto
-PORTVERSION= 7.0.22
-CATEGORIES= x11
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= X11 protocol headers
-
-XORG_CAT= proto
-USE_GNOME= pkgconfig
-
-CONFIGURE_ARGS+=--disable-specs
-
-.include <bsd.port.mk>
diff --git a/x11/xproto/distinfo b/x11/xproto/distinfo
deleted file mode 100644
index f8a8892..0000000
--- a/x11/xproto/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/proto/xproto-7.0.22.tar.bz2) = ad8397dd2a3de7249d2f3fb3a49444fef71483d43681285936c11911663817a8
-SIZE (xorg/proto/xproto-7.0.22.tar.bz2) = 281763
diff --git a/x11/xproto/pkg-descr b/x11/xproto/pkg-descr
deleted file mode 100644
index 9889653..0000000
--- a/x11/xproto/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package contains X protocol and ancillary headers.
-
-WWW: http://www.freedesktop.org/wiki/Software/xlibs
diff --git a/x11/xproto/pkg-plist b/x11/xproto/pkg-plist
deleted file mode 100644
index 77c7571..0000000
--- a/x11/xproto/pkg-plist
+++ /dev/null
@@ -1,27 +0,0 @@
-include/X11/DECkeysym.h
-include/X11/HPkeysym.h
-include/X11/Sunkeysym.h
-include/X11/X.h
-include/X11/XF86keysym.h
-include/X11/XWDFile.h
-include/X11/Xalloca.h
-include/X11/Xarch.h
-include/X11/Xatom.h
-include/X11/Xdefs.h
-include/X11/Xfuncproto.h
-include/X11/Xfuncs.h
-include/X11/Xmd.h
-include/X11/Xos.h
-include/X11/Xos_r.h
-include/X11/Xosdefs.h
-include/X11/Xpoll.h
-include/X11/Xproto.h
-include/X11/Xprotostr.h
-include/X11/Xthreads.h
-include/X11/Xw32defs.h
-include/X11/Xwindows.h
-include/X11/Xwinsock.h
-include/X11/ap_keysym.h
-include/X11/keysym.h
-include/X11/keysymdef.h
-libdata/pkgconfig/xproto.pc
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
deleted file mode 100644
index 7e7b70d..0000000
--- a/x11/xrandr/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: xrandr
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xrandr
-PORTVERSION= 1.3.5
-CATEGORIES= x11
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= Primitive command line interface to the RandR extension
-
-XORG_CAT= app
-USE_XORG= xrandr xrender x11
-
-PLIST_FILES= bin/xrandr \
- bin/xkeystone
-
-MAN1= xrandr.1
-
-.include <bsd.port.mk>
diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo
deleted file mode 100644
index 93465a5..0000000
--- a/x11/xrandr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/app/xrandr-1.3.5.tar.bz2) = 1059ff7a9ad0df8e00a765ffa4e08a505304c02663112da370ac7082030b980e
-SIZE (xorg/app/xrandr-1.3.5.tar.bz2) = 152891
diff --git a/x11/xrandr/pkg-descr b/x11/xrandr/pkg-descr
deleted file mode 100644
index 25be87c..0000000
--- a/x11/xrandr/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This package contains xrandr, a primitive command line interface to
-the RandR extension.
diff --git a/x11/xset/Makefile b/x11/xset/Makefile
deleted file mode 100644
index 296374e..0000000
--- a/x11/xset/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: xset
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xset
-PORTVERSION= 1.2.2
-CATEGORIES= x11
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= User preference utility for X
-
-XORG_CAT= app
-USE_XORG= xmuu
-
-PLIST_FILES= bin/xset
-
-MAN1= xset.1
-
-.include <bsd.port.mk>
diff --git a/x11/xset/distinfo b/x11/xset/distinfo
deleted file mode 100644
index cd58fe5..0000000
--- a/x11/xset/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/app/xset-1.2.2.tar.bz2) = 61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8
-SIZE (xorg/app/xset-1.2.2.tar.bz2) = 129701
diff --git a/x11/xset/pkg-descr b/x11/xset/pkg-descr
deleted file mode 100644
index 87e3a4a..0000000
--- a/x11/xset/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package contains xset, an application used to set various user preference
-options related to the display in the X Window System.
-