summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-11-02 01:35:45 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-11-02 01:35:45 +0000
commita1b8c7234f3d864683b1cfabf75c94d3e69f8daa (patch)
tree58d8bed54b0e8f5b37e2efeb21a5ef5725734914 /russian
parent- Mark BROKEN: does not install (diff)
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
Notes
Notes: svn path=/head/; revision=284893
Diffstat (limited to 'russian')
-rw-r--r--russian/Makefile1
-rw-r--r--russian/cyrproxy/Makefile45
-rw-r--r--russian/cyrproxy/distinfo2
-rw-r--r--russian/cyrproxy/files/patch-Makefile35
-rw-r--r--russian/cyrproxy/files/patch-ab37
-rw-r--r--russian/cyrproxy/files/patch-ae36
-rw-r--r--russian/cyrproxy/files/patch-af23
-rw-r--r--russian/cyrproxy/files/patch-ag30
-rw-r--r--russian/cyrproxy/files/patch-cyrproxy.conf.tmpl83
-rw-r--r--russian/cyrproxy/files/patch-discover-Makefile15
-rw-r--r--russian/cyrproxy/files/patch-readconf.c11
-rw-r--r--russian/cyrproxy/pkg-descr7
-rw-r--r--russian/cyrproxy/pkg-plist26
13 files changed, 0 insertions, 351 deletions
diff --git a/russian/Makefile b/russian/Makefile
index e1322bf54ca3..6b3a0e83e90d 100644
--- a/russian/Makefile
+++ b/russian/Makefile
@@ -10,7 +10,6 @@
SUBDIR += aspell
SUBDIR += bugzilla-ru
SUBDIR += bugzilla3-ru
- SUBDIR += cyrproxy
SUBDIR += d1489
SUBDIR += eric4
SUBDIR += fortune-bashorgru
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile
deleted file mode 100644
index db93ede0cea7..000000000000
--- a/russian/cyrproxy/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: cyrproxy
-# Date created: 20 May 1997
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= cyrproxy
-PORTVERSION= 1.4.2.20010208
-PORTREVISION= 2
-CATEGORIES= russian net www
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/
-DISTNAME= cyrproxy-1.4.2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cyrillic proxy for network protocols
-
-BROKEN= Does not fetch
-
-post-extract:
- @ ${RM} ${WRKSRC}/discover/discover
-
-do-install:
- @ ${MKDIR} ${DATADIR}
- @ ${MKDIR} ${PREFIX}/www/cgi-bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrproxy ${PREFIX}/libexec
- @ ${INSTALL_PROGRAM} ${WRKSRC}/tcpspy ${PREFIX}/libexec
- @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrtrans ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/discover/discover ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrwww ${PREFIX}/www/cgi-bin
- @ ${INSTALL_DATA} ${WRKSRC}/config.gen ${PREFIX}/etc/cyrproxy.conf.sample
-.for f in alt-iso alt-koi8 alt-win iso-alt iso-koi8 iso-win koi8-alt koi8-iso \
- koi8-mac koi8-win mac-koi8 win-alt win-iso win-koi8
- @ ${INSTALL_DATA} ${WRKSRC}/tables/${f} ${DATADIR}
-.endfor
-
-post-install:
-.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${DOCSDIR}
-.for f in History README README.http
- @ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/russian/cyrproxy/distinfo b/russian/cyrproxy/distinfo
deleted file mode 100644
index 2e95f3c0fa61..000000000000
--- a/russian/cyrproxy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cyrproxy-1.4.2.tar.gz) = 5a97f8438e7d954ba047701bbf8aa66a1303b112b9816f0f4d03f4abda180a69
-SIZE (cyrproxy-1.4.2.tar.gz) = 202556
diff --git a/russian/cyrproxy/files/patch-Makefile b/russian/cyrproxy/files/patch-Makefile
deleted file mode 100644
index 1887a702c820..000000000000
--- a/russian/cyrproxy/files/patch-Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Fri Feb 9 04:33:53 2001
-+++ Makefile Sat Mar 6 18:25:24 2004
-@@ -65,7 +65,7 @@
-
-
- subdirmake:
-- @for i in ${SUBDIRS}; do echo "Making all in $$i" ;cd $$i; pmake all; cd ..; done
-+ @for i in ${SUBDIRS}; do echo "Making all in $$i" ;cd $$i; make all; cd ..; done
-
- .SUFFIXES: .a .o .c
-
-@@ -78,12 +78,12 @@
- rm -f config.gen cyrproxy.config.sample alldefs.h
-
- clean-sub:
-- @for i in ${SUBDIRS}; do echo "Make clean in $$i" ; cd $$i; pmake clean; cd .. ; done
-+ @for i in ${SUBDIRS}; do echo "Make clean in $$i" ; cd $$i; make clean; cd .. ; done
-
- install: install-bin install-config install-tables install-sub
-
- install-sub:
-- @for i in ${SUBDIRS} ; do cd $$i ; pmake install; cd ..; done
-+ @for i in ${SUBDIRS} ; do cd $$i ; make install; cd ..; done
-
- install-bin: ${CYRPROXY} ${SPY}
- cp ${CYRPROXY} ${BINDIR}
-@@ -128,7 +128,7 @@
- awk '/^\#/{print $0}' <policy.h >alldefs.h
-
- config.gen: cyrproxy.conf.tmpl Makefile alldefs.h
-- ${CC} ${CFLAGS} -P -E - < cyrproxy.conf.tmpl | awk -f extranl.awk >config.gen
-+ ${CC} ${CFLAGS} -P -E - < cyrproxy.conf.tmpl | awk -f extranl.awk | sed 's,^%,#,' >config.gen
-
- ${CYRPROXY}: ${OBJS}
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${CYRPROXY} ${OBJS} ${EXTRALIBS}
diff --git a/russian/cyrproxy/files/patch-ab b/russian/cyrproxy/files/patch-ab
deleted file mode 100644
index c7c2692f6f5e..000000000000
--- a/russian/cyrproxy/files/patch-ab
+++ /dev/null
@@ -1,37 +0,0 @@
-*** cyrcoder/Makefile.orig Fri Jul 19 00:28:29 1996
---- cyrcoder/Makefile Thu Jun 19 10:14:36 1997
-***************
-*** 1,7 ****
- # $Id: Makefile,v 1.7 1996/07/18 20:28:29 lexa Exp $
-
- TDIR=../tables
-! UTILDIR?=/usr/local/bin
- BINLIST=cyrtrans transtree transfiles
- CHOWN?=/usr/sbin/chown
- CHMOD?=chmod
---- 1,8 ----
- # $Id: Makefile,v 1.7 1996/07/18 20:28:29 lexa Exp $
-
- TDIR=../tables
-! UTILDIR?=${PREFIX}/bin
-! CGIPATH=${PREFIX}/www/cgi-bin
- BINLIST=cyrtrans transtree transfiles
- CHOWN?=/usr/sbin/chown
- CHMOD?=chmod
-***************
-*** 9,15 ****
- BINOWNER=root.wheel
- TESTBIN=cytest
-
-! CC=gcc -O
- ENCLIST?=alt iso koi8 win
-
- #### DO NOT CHANGE BELOW THIS LINE ###########
---- 10,16 ----
- BINOWNER=root.wheel
- TESTBIN=cytest
-
-! #CC=gcc -O
- ENCLIST?=alt iso koi8 win
-
- #### DO NOT CHANGE BELOW THIS LINE ###########
diff --git a/russian/cyrproxy/files/patch-ae b/russian/cyrproxy/files/patch-ae
deleted file mode 100644
index af440b5565a5..000000000000
--- a/russian/cyrproxy/files/patch-ae
+++ /dev/null
@@ -1,36 +0,0 @@
-*** policy.h.bak Mon May 5 20:47:06 1997
---- policy.h Thu Jun 19 15:31:36 1997
-***************
-*** 94,100 ****
-
- /* #define NO_VSNPRINTF */
-
-! #if defined(_AIX) || !defined(NO_VSNPRINTF)
- #define NO_VSNPRINTF
- #endif
-
---- 94,100 ----
-
- /* #define NO_VSNPRINTF */
-
-! #if defined(_AIX)
- #define NO_VSNPRINTF
- #endif
-
-***************
-*** 105,111 ****
- */
- /* #define NO_HSTRERROR */
-
-! #if defined(_AIX) || !defined(NO_HSTRERROR)
- #define NO_HSTRERROR
- #endif
-
---- 105,111 ----
- */
- /* #define NO_HSTRERROR */
-
-! #if defined(_AIX)
- #define NO_HSTRERROR
- #endif
-
diff --git a/russian/cyrproxy/files/patch-af b/russian/cyrproxy/files/patch-af
deleted file mode 100644
index 6e805790487a..000000000000
--- a/russian/cyrproxy/files/patch-af
+++ /dev/null
@@ -1,23 +0,0 @@
-*** http_gw.c.bak Sat May 3 15:57:21 1997
---- http_gw.c Sat Jun 21 03:13:55 1997
-***************
-*** 353,360 ****
- char *p = strstr(buf,"charset=");
- if(p)
- sprintf(p,"charset=%s\n",enc->clientcharset);
-- #if 0 /* commented out. I'm not sure, that we must force charset addition
-- for documents, which not contains it! */
- else
- {
- p=strchr(buf,'\n');
---- 353,358 ----
-***************
-*** 369,375 ****
- strcat(buf,"\n");
- }
- }
-- #endif
- n=strlen(buf);
- }
-
---- 367,372 ----
diff --git a/russian/cyrproxy/files/patch-ag b/russian/cyrproxy/files/patch-ag
deleted file mode 100644
index 8a980973fd4c..000000000000
--- a/russian/cyrproxy/files/patch-ag
+++ /dev/null
@@ -1,30 +0,0 @@
---- com_gw.c.orig Sat May 3 20:57:20 1997
-+++ com_gw.c Mon Dec 21 21:19:58 1998
-@@ -169,7 +169,7 @@
- int cnt = 0; \
- while(cnt < ENTLEN && *from && *from!=';' && !isspace(*from)) \
- {\
-- *to++=*str++;\
-+ *to++=*from++;\
- cnt++;\
- }\
- *to='\0';\
-@@ -222,12 +222,15 @@
- if(!strncasecmp(buf,"Content-Type:",13))
- {
- parseContentType(buf+13,ctype,ocharset,garbage);
-- fprintf(stderr,"Content: %s, charset: %s\n",ctype,ocharset);
-+// if enabled, crushes into the mail - mailers get crazy
-+// fprintf(stderr,"Content: %s, charset: %s\n",ctype,ocharset);
- if(!strcasecmp(ctype,"text/plain") && strcasecmp(ocharset,"us-ascii")
- && strlen(garbage)==0)
- {
-- fprintf(stderr,"Content: %s, charset: %s\n",ctype,ocharset);
-- sprintf(buf,"Content-Type: text/plain; charset=%s\n",charset);
-+// if enabled, crushes into the mail - mailers get crazy
-+// fprintf(stderr,"Content: %s, charset: %s\n",ctype,ocharset);
-+// not everyone lives in the UNIX world... \r is still needed :)
-+ sprintf(buf,"Content-Type: text/plain; charset=%s\r\n",charset);
- blen = strlen(buf);
- }
- }
diff --git a/russian/cyrproxy/files/patch-cyrproxy.conf.tmpl b/russian/cyrproxy/files/patch-cyrproxy.conf.tmpl
deleted file mode 100644
index 6ae6eda36842..000000000000
--- a/russian/cyrproxy/files/patch-cyrproxy.conf.tmpl
+++ /dev/null
@@ -1,83 +0,0 @@
---- cyrproxy.conf.tmpl.orig Sat May 3 16:37:05 1997
-+++ cyrproxy.conf.tmpl Sat Mar 6 18:23:59 2004
-@@ -1,31 +1,31 @@
- #include "alldefs.h"
-
--# tabledir - диpектоpия с табличками
--tabledir /usr/local/share/proxy
-+% tabledir - диpектоpия с табличками
-+tabledir /usr/local/share/cyrproxy
-
--# encoding name table_from_client table_to_client
--# none is reserved filename - no encoding
-+% encoding name table_from_client table_to_client
-+% none is reserved filename - no encoding
- encoding koi8 NONE NONE
- encoding alt alt-koi8 koi8-alt
- encoding win win-koi8 koi8-win
--#encoding iso iso-koi8 koi8-iso
--#encoding mac mac-koi8 koi8-mac
-+%encoding iso iso-koi8 koi8-iso
-+%encoding mac mac-koi8 koi8-mac
-
-
--# add MIME charset descriptions for each encoding
--# emailcharset encoding_name server-charset client-charset
--#
--# different charset rules for different clients
--# can be described with _several_ encodings with same tables
--# and different emailcharset strings
--#
-+% add MIME charset descriptions for each encoding
-+% emailcharset encoding_name server-charset client-charset
-+%
-+% different charset rules for different clients
-+% can be described with _several_ encodings with same tables
-+% and different emailcharset strings
-+%
- emailcharset win koi8-r windows-1251
- emailcharset alt koi8-r cp866
-
-
-
- #ifdef TRANSPARENT_HOST
--#
-+%
- transparenthost ns.lexa.ru
- #endif
-
-@@ -34,24 +34,24 @@
-
- default koi8
-
--# options.
-+% options.
- option port 23 protocol telnet
- option port 70 protocol gopher
- option port 8080 protocol http
- option port 110 protocol pop
- option port 25 protocol smtp
-
--# option tos 16 protocol telnet
-+% option tos 16 protocol telnet
-
--# peer section.
--# Syntax:
--# Peer address encoding
-+% peer section.
-+% Syntax:
-+% Peer address encoding
- peer 1.2.3.4 win
-
--# Virtualhost
--# virtualhost koi8.lexa.ru koi8
-+% Virtualhost
-+% virtualhost koi8.lexa.ru koi8
- virtualhost win.lexa.ru win
--#virtualhost iso.lexa.ru iso
-+%virtualhost iso.lexa.ru iso
- virtualhost dos.lexa.ru alt
--# virtualhost mac.lexa.ru mac
--# virtualhost 127.0.0.1 koi8
-+% virtualhost mac.lexa.ru mac
-+% virtualhost 127.0.0.1 koi8
diff --git a/russian/cyrproxy/files/patch-discover-Makefile b/russian/cyrproxy/files/patch-discover-Makefile
deleted file mode 100644
index ce739ecb8615..000000000000
--- a/russian/cyrproxy/files/patch-discover-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- discover/Makefile.orig Tue Mar 26 02:24:35 1996
-+++ discover/Makefile Sat Mar 6 18:37:20 2004
-@@ -1,9 +1,9 @@
- # $Id: Makefile,v 1.1 1996/03/25 20:24:35 lexa Exp $
-
--CC=gcc
--CFLAGS=
-+CC?=gcc
-+CFLAGS?=
- BINARY=encdiscover
--UTILDIR?=/usr/local/bin
-+UTILDIR?=${PREFIX}/bin
- BINOWN?=root.wheel
- BINMODE?=755
- CHOWN?=/usr/sbin/chown
diff --git a/russian/cyrproxy/files/patch-readconf.c b/russian/cyrproxy/files/patch-readconf.c
deleted file mode 100644
index 7f6e6b127892..000000000000
--- a/russian/cyrproxy/files/patch-readconf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- readconf.c.orig Sat May 3 18:57:22 1997
-+++ readconf.c Tue Oct 28 02:46:38 2003
-@@ -648,7 +648,7 @@
- retval=NULL; \
- while(list!=NULL) \
- { \
-- if(list->##fieldn == compval) \
-+ if(list->fieldn == compval) \
- retval=list; \
- list=list->chain; \
- } \
diff --git a/russian/cyrproxy/pkg-descr b/russian/cyrproxy/pkg-descr
deleted file mode 100644
index 6f74722a9a0c..000000000000
--- a/russian/cyrproxy/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Cyrillic transcoder for network protocols.
-
-It allows transcode text-based tcp protocols from/to
-following cyrillic text coding standards: CP866 (DOS),
-Macintosh, ISO, KOI8 (UNIX), CP1251 (Windows).
-
-WWW: http://www.lexa.ru/programs/cyrproxy.html
diff --git a/russian/cyrproxy/pkg-plist b/russian/cyrproxy/pkg-plist
deleted file mode 100644
index d81ceaef9225..000000000000
--- a/russian/cyrproxy/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-bin/cyrtrans
-bin/discover
-etc/cyrproxy.conf.sample
-libexec/cyrproxy
-libexec/tcpspy
-%%DATADIR%%/alt-iso
-%%DATADIR%%/alt-koi8
-%%DATADIR%%/alt-win
-%%DATADIR%%/iso-alt
-%%DATADIR%%/iso-koi8
-%%DATADIR%%/iso-win
-%%DATADIR%%/koi8-alt
-%%DATADIR%%/koi8-iso
-%%DATADIR%%/koi8-mac
-%%DATADIR%%/koi8-win
-%%DATADIR%%/mac-koi8
-%%DATADIR%%/win-alt
-%%DATADIR%%/win-iso
-%%DATADIR%%/win-koi8
-%%PORTDOCS%%%%DOCSDIR%%/History
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.http
-www/cgi-bin/cyrwww
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry www/cgi-bin