summaryrefslogtreecommitdiffstats
path: root/x11/xkbcomp
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-04-22 04:03:59 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-04-22 04:03:59 +0800
commit4f0ca15201c41878dd4c54bf583c3996abe92c96 (patch)
treef2974bb4975a8e8f634de5dbfe0eb6864964da35 /x11/xkbcomp
parentb3586f1d721a88c3179cd9d68d0e0d5962f35ad3 (diff)
downloadxorg-devel-ports-4f0ca15201c41878dd4c54bf583c3996abe92c96.tar
xorg-devel-ports-4f0ca15201c41878dd4c54bf583c3996abe92c96.tar.gz
xorg-devel-ports-4f0ca15201c41878dd4c54bf583c3996abe92c96.tar.bz2
xorg-devel-ports-4f0ca15201c41878dd4c54bf583c3996abe92c96.tar.lz
xorg-devel-ports-4f0ca15201c41878dd4c54bf583c3996abe92c96.tar.xz
xorg-devel-ports-4f0ca15201c41878dd4c54bf583c3996abe92c96.tar.zst
xorg-devel-ports-4f0ca15201c41878dd4c54bf583c3996abe92c96.zip
- First part of Xorg 1.6.99.901 (aka 7.7 RC1)
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@466 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/xkbcomp')
-rw-r--r--x11/xkbcomp/Makefile24
-rw-r--r--x11/xkbcomp/distinfo2
-rw-r--r--x11/xkbcomp/pkg-descr1
3 files changed, 27 insertions, 0 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile
new file mode 100644
index 0000000..22fb1c7
--- /dev/null
+++ b/x11/xkbcomp/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xkbcomp
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xkbcomp
+PORTVERSION= 1.2.4
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Compile XKB keyboard description
+
+LICENSE= MIT
+
+XORG_CAT= app
+USE_XORG= x11 xkbfile
+
+PLIST_FILES= bin/xkbcomp
+
+MAN1= xkbcomp.1
+
+.include <bsd.port.mk>
diff --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo
new file mode 100644
index 0000000..dbba54b
--- /dev/null
+++ b/x11/xkbcomp/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xorg/app/xkbcomp-1.2.4.tar.bz2) = 91d0c9ab445d21dfe1892dbae5ae5264f39bae68223dd092ffc547c9450b5a2d
+SIZE (xorg/app/xkbcomp-1.2.4.tar.bz2) = 242185
diff --git a/x11/xkbcomp/pkg-descr b/x11/xkbcomp/pkg-descr
new file mode 100644
index 0000000..0745247
--- /dev/null
+++ b/x11/xkbcomp/pkg-descr
@@ -0,0 +1 @@
+This package contains xkbcomp, the X.Org keymap compiler.