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/xset | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/xset')
-rw-r--r-- | x11/xset/Makefile | 22 | ||||
-rw-r--r-- | x11/xset/distinfo | 3 | ||||
-rw-r--r-- | x11/xset/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xset/Makefile b/x11/xset/Makefile new file mode 100644 index 000000000000..f26644fda9eb --- /dev/null +++ b/x11/xset/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xset +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xset +PORTVERSION= 1.0.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 new file mode 100644 index 000000000000..bf8a79c6e067 --- /dev/null +++ b/x11/xset/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xset-1.0.2.tar.bz2) = 1b781a0802c7b8fb9619a6665607b3f0 +SHA256 (xorg/app/xset-1.0.2.tar.bz2) = ce1e17c513a4499526e648a59c39ba01777c99c86093433cf392f27654b795c9 +SIZE (xorg/app/xset-1.0.2.tar.bz2) = 92940 diff --git a/x11/xset/pkg-descr b/x11/xset/pkg-descr new file mode 100644 index 000000000000..bdbb142c16df --- /dev/null +++ b/x11/xset/pkg-descr @@ -0,0 +1,5 @@ +This package contains xset, an application used to set various user preference +options related to the display in the X Window System. + +- Joel Dahl +joel@FreeBSD.org |