Remove x11/xfree86_xkb_xml
The project is discontinued see http://gswitchit.sourceforge.net/
This commit is contained in:
parent
42b6030366
commit
bf9666f9a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493726
9 changed files with 1 additions and 61 deletions
1
MOVED
1
MOVED
|
@ -11638,3 +11638,4 @@ devel/libgalago||2019-02-23|Abandonned since 2006, not depended on
|
|||
net-im/libyahoo2||2019-02-23|Yahoo messenger has been discontinued in July 17, 2018
|
||||
net-im/py-xmpppy-yahoo||2019-02-23|Yahoo messenger has been discontinued in July 17, 2018
|
||||
graphics/glitz||2019-02-23|Development stopped in 2008, not depended on
|
||||
x11/xfree86_xkb_xml||2019-02-24|The project is discontinued
|
||||
|
|
|
@ -419,7 +419,6 @@
|
|||
SUBDIR += xfindproxy
|
||||
SUBDIR += xfishtank
|
||||
SUBDIR += xforward
|
||||
SUBDIR += xfree86_xkb_xml
|
||||
SUBDIR += xfwp
|
||||
SUBDIR += xgamma
|
||||
SUBDIR += xgc
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfree86_xkb_xml
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/gswitchit/OldFiles
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Little set of XML files useful for dealing with XKB rules
|
||||
|
||||
USES= gettext gmake iconv perl5
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5= build
|
||||
CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/lib/X11/xkb
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (xfree86_xkb_xml-0.4.tar.gz) = 7a2ef265aa17a77b1f0bb031ef918e02d905eb356b61fc3a3bb989622be96ed0
|
||||
SIZE (xfree86_xkb_xml-0.4.tar.gz) = 251930
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig Wed Dec 18 16:26:19 2002
|
||||
+++ Makefile.in Tue Sep 30 01:27:54 2003
|
||||
@@ -118,7 +118,7 @@
|
||||
am__quote = @am__quote@
|
||||
install_sh = @install_sh@
|
||||
xkb_base = @xkb_base@
|
||||
-SUBDIRS = m4 po intl
|
||||
+SUBDIRS = m4 po
|
||||
|
||||
xml_in_files = xfree86.xml.in
|
||||
xml_DATA = $(xml_in_files:.xml.in=.xml) xkb.dtd
|
|
@ -1,10 +0,0 @@
|
|||
--- configure 2002/05/31 11:00:12 1.1
|
||||
+++ configure 2002/05/31 11:00:19
|
||||
@@ -895,7 +895,6 @@
|
||||
|
||||
|
||||
|
||||
-prefix=/usr
|
||||
|
||||
# Check whether --with-xkb_base or --without-xkb_base was given.
|
||||
if test "${with_xkb_base+set}" = set; then
|
|
@ -1,11 +0,0 @@
|
|||
--- intltool-merge.in.orig Fri Oct 31 14:46:55 2003
|
||||
+++ intltool-merge.in Fri Oct 31 14:47:27 2003
|
||||
@@ -381,7 +381,7 @@
|
||||
{
|
||||
my ($pre_encoded) = @_;
|
||||
|
||||
- my @list_of_chars = unpack ('U*', $pre_encoded);
|
||||
+ my @list_of_chars = unpack ('C*', $pre_encoded);
|
||||
|
||||
if ($PASS_THROUGH_ARG) {
|
||||
return join ('', map (&entity_encode_int_even_high_bit, @list_of_chars));
|
|
@ -1 +0,0 @@
|
|||
A little set of XML files useful for dealing with XKB rules
|
|
@ -1,4 +0,0 @@
|
|||
lib/X11/xkb/rules/xfree86.xml
|
||||
lib/X11/xkb/rules/xkb.dtd
|
||||
share/locale/bg/LC_MESSAGES/xfree86_xkb_xml.mo
|
||||
share/locale/ru/LC_MESSAGES/xfree86_xkb_xml.mo
|
Loading…
Reference in a new issue