aboutsummaryrefslogtreecommitdiffstats
path: root/russian/cyrproxy/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-11-02 09:35:45 +0800
committerdougb <dougb@FreeBSD.org>2011-11-02 09:35:45 +0800
commitc0def8a527e5afa3c583466eba5effba4ffe989f (patch)
treef02348dbbf01ebe5ba674c902a9dc50d54dab9bd /russian/cyrproxy/Makefile
parentd0a203c66e3cdf946460a718a34b63a654e8e07e (diff)
downloadfreebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.tar.gz
freebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.tar.zst
freebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.zip
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
Diffstat (limited to 'russian/cyrproxy/Makefile')
-rw-r--r--russian/cyrproxy/Makefile45
1 files changed, 0 insertions, 45 deletions
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>