summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-02-04 05:26:27 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-02-04 05:26:27 +0800
commite887eba0e5985dca13c57038d28848a20efe3029 (patch)
tree054467632f2b49edc809f8317043dd950595d0ff
parent4af1dab50433c38f45bb95f9ce089a917b8555eb (diff)
downloadxorg-devel-ports-e887eba0e5985dca13c57038d28848a20efe3029.tar
xorg-devel-ports-e887eba0e5985dca13c57038d28848a20efe3029.tar.gz
xorg-devel-ports-e887eba0e5985dca13c57038d28848a20efe3029.tar.bz2
xorg-devel-ports-e887eba0e5985dca13c57038d28848a20efe3029.tar.lz
xorg-devel-ports-e887eba0e5985dca13c57038d28848a20efe3029.tar.xz
xorg-devel-ports-e887eba0e5985dca13c57038d28848a20efe3029.tar.zst
xorg-devel-ports-e887eba0e5985dca13c57038d28848a20efe3029.zip
remove, merged to ports.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@658 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/xkbcomp/Makefile24
-rw-r--r--x11/xkbcomp/distinfo2
-rw-r--r--x11/xkbcomp/pkg-descr1
3 files changed, 0 insertions, 27 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile
deleted file mode 100644
index 4a921a2..0000000
--- a/x11/xkbcomp/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $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 \
- libdata/pkgconfig/xkbcomp.pc
-
-MAN1= xkbcomp.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo
deleted file mode 100644
index dbba54b..0000000
--- a/x11/xkbcomp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 0745247..0000000
--- a/x11/xkbcomp/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This package contains xkbcomp, the X.Org keymap compiler.