diff options
author | rene <rene@FreeBSD.org> | 2017-05-07 23:04:55 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-05-07 23:04:55 +0800 |
commit | 7b88743952dfb40fe75406d1e826f5a583070ce2 (patch) | |
tree | ababd7fbc1714aa25094f891d88e30b8d78cd11b /chinese | |
parent | a1a1eed2404c25901a76bcd2344d8b2c860ec7a0 (diff) | |
download | freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.tar.gz freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.tar.zst freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.zip |
Remove expired ports:
2017-04-30 devel/ccons: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fortune: Unfetchable for more than six months (google code has gone away)
2017-05-05 benchmarks/gobench: Builds each time it runs
2017-04-30 sysutils/grok: Unfetchable for more than six months (google code has gone away)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/fortune/Makefile | 38 | ||||
-rw-r--r-- | chinese/fortune/distinfo | 2 | ||||
-rw-r--r-- | chinese/fortune/files/patch-src-fortune-zh | 56 | ||||
-rw-r--r-- | chinese/fortune/files/pkg-message.in | 17 | ||||
-rw-r--r-- | chinese/fortune/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/fortune/pkg-plist | 36 |
7 files changed, 0 insertions, 155 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 7ae68456214d..7fa14e0ea845 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -43,7 +43,6 @@ SUBDIR += fcitx-ui-light SUBDIR += fireflyttf SUBDIR += font-std - SUBDIR += fortune SUBDIR += fortunetw SUBDIR += gb2jis SUBDIR += gb2ps diff --git a/chinese/fortune/Makefile b/chinese/fortune/Makefile deleted file mode 100644 index 4db995cd2fd9..000000000000 --- a/chinese/fortune/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Ju Pengfei <jupengfei@gmail.com> -# $FreeBSD$ - -PORTNAME= fortune -PORTVERSION= 1.2.2 -PORTREVISION= 2 -CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE -DISTNAME= fortune-mod-zh-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Classic fortune file in Chinese - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -RUN_DEPENDS= autob5:chinese/autoconvert - -PROJECTHOST= chinese-fortune -NO_BUILD= yes -USES= tar:bzip2 gmake -SUB_FILES= pkg-message - -.if exists(/usr/games/strfile) -STRFILE= /usr/games/strfile -.elif exists(/usr/bin/strfile) -STRFILE= /usr/bin/strfile -.else -IGNORE= needs strfile command. Please install games distribution of base system -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|" \ - -e "s|strfile|${STRFILE}|" \ - ${WRKSRC}/src/Makefile - -.include <bsd.port.mk> diff --git a/chinese/fortune/distinfo b/chinese/fortune/distinfo deleted file mode 100644 index 907eca0e953c..000000000000 --- a/chinese/fortune/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fortune-mod-zh-1.2.2.tar.bz2) = 79298e2f78094489e8108f608f53216924aa2e928452d0d2a3ce91ad74ca457b -SIZE (fortune-mod-zh-1.2.2.tar.bz2) = 304978 diff --git a/chinese/fortune/files/patch-src-fortune-zh b/chinese/fortune/files/patch-src-fortune-zh deleted file mode 100644 index 19e4205d2bb2..000000000000 --- a/chinese/fortune/files/patch-src-fortune-zh +++ /dev/null @@ -1,56 +0,0 @@ ---- src/fortune-zh.orig 2010-06-13 10:07:36.000000000 +0800 -+++ src/fortune-zh 2010-06-13 10:10:00.000000000 +0800 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # fortune-zh v1.2 - # -@@ -18,7 +18,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - --FORTUNE="/usr/bin/fortune" -+FORTUNE="/usr/games/fortune" - CMD=`basename "$0"` - - if [ -f $HOME/.fortune-zh.conf ] -@@ -32,16 +32,13 @@ - LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT \ - LC_IDENTIFICATION LC_ALL; - do -- if [ ! -z ${!category} ] -- then -- LANG="${!category}"; -- break; -- fi -+ eval LANG="\$$category" -+ [ x"$LANG" = x ] || break - done - - CHARSET=`echo ${LANG#*.} | tr A-Z a-z | sed -e 's/-//g'` - --if test $CMD == "fortune-zh"; then -+if test $CMD = "fortune-zh"; then - case "$CHARSET" in - big5) - LC_ALL=zh_CN.GB18030 $FORTUNE $FILE | autob5 -@@ -50,7 +47,7 @@ - LC_ALL=$LANG $FORTUNE $FILE - ;; - esac --elif test $CMD == "fortune-sc"; then -+elif test $CMD = "fortune-sc"; then - case "$CHARSET" in - big5) - echo 'Not available in BIG5 environment, try UTF-8' -@@ -59,7 +56,7 @@ - LC_ALL=$LANG $FORTUNE $FILE - ;; - esac --elif test $CMD == "fortune-tc"; then -+elif test $CMD = "fortune-tc"; then - case "$CHARSET" in - gb*) - echo 'Not available in GB environment, try UTF-8' - diff --git a/chinese/fortune/files/pkg-message.in b/chinese/fortune/files/pkg-message.in deleted file mode 100644 index 8b503124558e..000000000000 --- a/chinese/fortune/files/pkg-message.in +++ /dev/null @@ -1,17 +0,0 @@ -************************************************************ -You should create your own ~/.fortune-zh.conf file, and put -one or more lines such as the following into the file: - -%%DATADIR%%/zh/caigentan -%%DATADIR%%/zh/dao -%%DATADIR%%/zh/joke -%%DATADIR%%/zh/lunyu -%%DATADIR%%/zh/maoshici -%%DATADIR%%/zh/maoyulu -%%DATADIR%%/zh/proverb -%%DATADIR%%/zh/song100 -%%DATADIR%%/zh/songproses -%%DATADIR%%/zh/tang300 -%%DATADIR%%/zh/zengguang -************************************************************ - diff --git a/chinese/fortune/pkg-descr b/chinese/fortune/pkg-descr deleted file mode 100644 index d6fbf742c13a..000000000000 --- a/chinese/fortune/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains classcial Chinese poems and -quotes from other classical Chinese literatures, -like novels, fictions and so on. - -WWW: http://code.google.com/p/chinese-fortune diff --git a/chinese/fortune/pkg-plist b/chinese/fortune/pkg-plist deleted file mode 100644 index 676c9b7fd90e..000000000000 --- a/chinese/fortune/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/fortune-sc -bin/fortune-tc -bin/fortune-zh -%%DATADIR%%/zh/caigentan -%%DATADIR%%/zh/caigentan.dat -%%DATADIR%%/zh/caigentan.u8 -%%DATADIR%%/zh/dao -%%DATADIR%%/zh/dao.dat -%%DATADIR%%/zh/dao.u8 -%%DATADIR%%/zh/joke -%%DATADIR%%/zh/joke.dat -%%DATADIR%%/zh/joke.u8 -%%DATADIR%%/zh/lunyu -%%DATADIR%%/zh/lunyu.dat -%%DATADIR%%/zh/lunyu.u8 -%%DATADIR%%/zh/maoshici -%%DATADIR%%/zh/maoshici.dat -%%DATADIR%%/zh/maoshici.u8 -%%DATADIR%%/zh/maoyulu -%%DATADIR%%/zh/maoyulu.dat -%%DATADIR%%/zh/maoyulu.u8 -%%DATADIR%%/zh/proverb -%%DATADIR%%/zh/proverb.dat -%%DATADIR%%/zh/proverb.u8 -%%DATADIR%%/zh/song100 -%%DATADIR%%/zh/song100.dat -%%DATADIR%%/zh/song100.u8 -%%DATADIR%%/zh/songproses -%%DATADIR%%/zh/songproses.dat -%%DATADIR%%/zh/songproses.u8 -%%DATADIR%%/zh/tang300 -%%DATADIR%%/zh/tang300.dat -%%DATADIR%%/zh/tang300.u8 -%%DATADIR%%/zh/zengguang -%%DATADIR%%/zh/zengguang.dat -%%DATADIR%%/zh/zengguang.u8 |