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/xkbprint | |
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/xkbprint')
-rw-r--r-- | x11/xkbprint/Makefile | 22 | ||||
-rw-r--r-- | x11/xkbprint/distinfo | 3 | ||||
-rw-r--r-- | x11/xkbprint/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xkbprint/Makefile b/x11/xkbprint/Makefile new file mode 100644 index 000000000000..be4469df9ae5 --- /dev/null +++ b/x11/xkbprint/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xkbprint +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xkbprint +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Utility for printing an XKB keyboard description + +XORG_CAT= app +USE_XORG= xkbfile x11 + +PLIST_FILES= bin/xkbprint + +MAN1= xkbprint.1 + +.include <bsd.port.mk> diff --git a/x11/xkbprint/distinfo b/x11/xkbprint/distinfo new file mode 100644 index 000000000000..ce46307d7a44 --- /dev/null +++ b/x11/xkbprint/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xkbprint-1.0.1.tar.bz2) = b98ae2d8b21c545b7b322d0b302efefa +SHA256 (xorg/app/xkbprint-1.0.1.tar.bz2) = 008dffea5b213880cb3ebd40d0b9bf0cc10392fb0349831efdebf2a428dd2e17 +SIZE (xorg/app/xkbprint-1.0.1.tar.bz2) = 115206 diff --git a/x11/xkbprint/pkg-descr b/x11/xkbprint/pkg-descr new file mode 100644 index 000000000000..ce84f5663f3d --- /dev/null +++ b/x11/xkbprint/pkg-descr @@ -0,0 +1,5 @@ +This package contains xkbprint, an utility for printing an XKB keyboard +description. + +- Joel Dahl +joel@FreeBSD.org |