diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 18:02:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 18:02:31 +0000 |
commit | f155dc3ddca47e3baa9a31630aac238232becd83 (patch) | |
tree | e41d0b4eb7fac97a36c95f527537815a4bf892db /russian/xcyrBGR | |
parent | 2012-10-20 x11-themes/metacity-ana-theme: No more public distfiles (diff) |
2012-10-20 security/sscep: No more public distfiles
2012-10-20 security/py-rijndael: No more public distfiles
2012-10-20 security/pam_af: No more public distfiles
2012-10-20 security/its4: No more public distfiles
2012-10-20 russian/xcyrBGR: No more public distfiles
2012-10-20 russian/wmcyrx: No more public distfiles
2012-10-20 print/advi: No more public distfiles
2012-10-20 palm/plucker: No more public distfiles
2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4
2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4
2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles
2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles
Feature safe: yes
Diffstat (limited to 'russian/xcyrBGR')
-rw-r--r-- | russian/xcyrBGR/Makefile | 33 | ||||
-rw-r--r-- | russian/xcyrBGR/distinfo | 2 | ||||
-rw-r--r-- | russian/xcyrBGR/files/patch-aa | 22 | ||||
-rw-r--r-- | russian/xcyrBGR/files/patch-ab | 26 | ||||
-rw-r--r-- | russian/xcyrBGR/pkg-descr | 8 |
5 files changed, 0 insertions, 91 deletions
diff --git a/russian/xcyrBGR/Makefile b/russian/xcyrBGR/Makefile deleted file mode 100644 index 07d210acd9ed..000000000000 --- a/russian/xcyrBGR/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: xcyrBGR -# Date created: 18 Feb 2001 -# Whom: vess /Veselin Slavov/ <vess@btc.net> -# -# $FreeBSD$ -# - -PORTNAME= xcyrBGR -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= russian -MASTER_SITES= ftp://ftp.slavof.net/pub/FreeBSD/X11/cyrillic/ \ - ftp://mail.partners-bg.org/pub/FreeBSD/X11/cyrillic/ \ - ftp://80.72.71.229/pub/FreeBSD/X11/cyrillic/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Bulgarian Cyrillic keyboard layout manager for X11 - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -PLIST_FILES= bin/xcyrBGR -USE_XORG= x11 xpm -NO_INSTALL_MANPAGES= yes -MAKE_ENV= COPT="${CXXFLAGS} -fpermissive" - -post-extract: - @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xcyrBGR ${PREFIX}/bin/xcyrBGR - -.include <bsd.port.mk> diff --git a/russian/xcyrBGR/distinfo b/russian/xcyrBGR/distinfo deleted file mode 100644 index e4f9545d40a1..000000000000 --- a/russian/xcyrBGR/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xcyrBGR-1.0.tar.gz) = 4a6fcf95bb849c47f42751b4a16fbb10561b436b6935604d24b1064a39331ab0 -SIZE (xcyrBGR-1.0.tar.gz) = 9507 diff --git a/russian/xcyrBGR/files/patch-aa b/russian/xcyrBGR/files/patch-aa deleted file mode 100644 index 0f0890c068a5..000000000000 --- a/russian/xcyrBGR/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- xcyrBGR.cc.orig Sat Feb 17 12:32:23 2001 -+++ xcyrBGR.cc Thu Mar 22 14:09:55 2001 -@@ -1,8 +1,6 @@ - /* - Pached for Bulgarian Cyrilic keyboard --supported BSD and Phonetic -- -- -+supported BDS and Phonetic - */ - #include <X11/Xlib.h> - #include <X11/xpm.h> -@@ -43,8 +41,7 @@ - }; - - AuxLayout auxlayout[]={ --// {XK_slash, XK_question, XK_period, XK_comma}, -- {XK_1, XK_exclam, XK_1, XK_exclam} -+ {XK_z, XK_Z, 0xE7, 0xC7} - }; - - AuxLayout auxlayout1[]={ diff --git a/russian/xcyrBGR/files/patch-ab b/russian/xcyrBGR/files/patch-ab deleted file mode 100644 index bab25af6110f..000000000000 --- a/russian/xcyrBGR/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Sun Sep 8 17:09:50 2002 -+++ Makefile Sun Sep 8 17:10:42 2002 -@@ -1,18 +1,19 @@ - I = -I${LOCALBASE}/include - L = -L${LOCALBASE}/lib -L/usr/lib -lXpm -lX11 -lXext - --CC+= ${CFLAGS} ${COPT} $I -DXLIB_ILLEGAL_ACCESS -+CXX?= c++ -+CXXFLAGS=${COPT} $I -DXLIB_ILLEGAL_ACCESS - - all: xcyrBGR - - xcyrBGR: xcyrBGR.o cyrmapper.o -- $(CC) xcyrBGR.o cyrmapper.o -o xcyrBGR $L -+ $(CXX) $(CXXFLAGS) xcyrBGR.o cyrmapper.o -o xcyrBGR $L - - xcyrBGR.o: xcyrBGR.cc -- $(CC) xcyrBGR.cc -c -o xcyrBGR.o -+ $(CXX) $(CXXFLAGS) xcyrBGR.cc -c -o xcyrBGR.o - - cyrmapper.o: cyrmapper.cc cyrmapper.h -- $(CC) cyrmapper.cc -c -o cyrmapper.o -+ $(CXX) $(CXXFLAGS) cyrmapper.cc -c -o cyrmapper.o - - clean: - rm *.o xcyrBGR diff --git a/russian/xcyrBGR/pkg-descr b/russian/xcyrBGR/pkg-descr deleted file mode 100644 index 1c1f66e55525..000000000000 --- a/russian/xcyrBGR/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -xcyrBGR - The Bulgarian Cyrillic keyboard layout manager for X11 - -Easy toggle layout <English/Cyrillic-BDS/Cyrillic-PHOnetic> -Mouse click to toggle encoding (Win-CP1251/KOI8). - -Cyrillic fonts for X11 (koi8 and cp1251): -${MASTER_SITES}/XFree86-3_cyr_fonts_koi_cp1251.tar.gz -${MASTER_SITES}/XFree86-4_cyr_fonts_cp1251.tar.gz |