summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
committerlioux <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
commita882364f2403bc9d88e823745313b7de799bd176 (patch)
treedd5369640affc2ebaee3c07f6b9fa0a103a5c028 /chinese
parent3e65dfafbbc43ca7f1b56d2c5f043af567b691c7 (diff)
downloadFreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.zip
FreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.tar.gz
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Diffstat (limited to 'chinese')
-rw-r--r--chinese/c2t/Makefile2
-rw-r--r--chinese/c2t/pkg-comment1
-rw-r--r--chinese/cdict5/Makefile1
-rw-r--r--chinese/cdict5/pkg-comment1
-rw-r--r--chinese/celvis/Makefile2
-rw-r--r--chinese/celvis/pkg-comment1
-rw-r--r--chinese/cless/Makefile2
-rw-r--r--chinese/cless/pkg-comment1
-rw-r--r--chinese/cxterm/Makefile2
-rw-r--r--chinese/cxterm/pkg-comment1
-rw-r--r--chinese/gb2ps/Makefile2
-rw-r--r--chinese/gb2ps/pkg-comment1
-rw-r--r--chinese/gbscript/Makefile2
-rw-r--r--chinese/gbscript/pkg-comment1
-rw-r--r--chinese/hanzim/Makefile2
-rw-r--r--chinese/hanzim/pkg-comment1
-rw-r--r--chinese/hc/Makefile2
-rw-r--r--chinese/hc/pkg-comment1
-rw-r--r--chinese/nvi-big5/Makefile2
-rw-r--r--chinese/nvi-big5/pkg-comment1
-rw-r--r--chinese/nvi-euc-cn/Makefile2
-rw-r--r--chinese/nvi-euc-cn/pkg-comment1
-rw-r--r--chinese/nvi-euc-tw/Makefile2
-rw-r--r--chinese/nvi-euc-tw/pkg-comment1
24 files changed, 12 insertions, 23 deletions
diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile
index e50968d..b33fe18 100644
--- a/chinese/c2t/Makefile
+++ b/chinese/c2t/Makefile
@@ -19,8 +19,6 @@ DISTFILES= c2t.tar.gz TONEPY.tit
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Translates GB/Big5 encoding to tone pinyin
-
NO_WRKSUBDIR= yes
EXTRACT_ONLY= c2t.tar.gz
MAN1= c2t.1
diff --git a/chinese/c2t/pkg-comment b/chinese/c2t/pkg-comment
new file mode 100644
index 0000000..783bc4a
--- /dev/null
+++ b/chinese/c2t/pkg-comment
@@ -0,0 +1 @@
+Translates GB/Big5 encoding to tone pinyin
diff --git a/chinese/cdict5/Makefile b/chinese/cdict5/Makefile
index f9b7180..e10be95 100644
--- a/chinese/cdict5/Makefile
+++ b/chinese/cdict5/Makefile
@@ -8,7 +8,6 @@
PORTNAME= cdict5
PORTVERSION= 1.3
-PORTCOMMENT= Chinese-English dictionary
CATEGORIES= chinese textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ijliao
diff --git a/chinese/cdict5/pkg-comment b/chinese/cdict5/pkg-comment
new file mode 100644
index 0000000..63b0b88
--- /dev/null
+++ b/chinese/cdict5/pkg-comment
@@ -0,0 +1 @@
+Chinese-English dictionary
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile
index f75edc4..effb216 100644
--- a/chinese/celvis/Makefile
+++ b/chinese/celvis/Makefile
@@ -18,8 +18,6 @@ DISTNAME= celvis
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A vi/ex clone that speaks Chinese
-
MAN1= celvis.1
MLINKS= celvis.1 cvi.1
diff --git a/chinese/celvis/pkg-comment b/chinese/celvis/pkg-comment
new file mode 100644
index 0000000..e51e77a
--- /dev/null
+++ b/chinese/celvis/pkg-comment
@@ -0,0 +1 @@
+A vi/ex clone that speaks Chinese
diff --git a/chinese/cless/Makefile b/chinese/cless/Makefile
index 923ca4c..37d3eb6 100644
--- a/chinese/cless/Makefile
+++ b/chinese/cless/Makefile
@@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A better pager utility (and it speaks Chinese)
-
GNU_CONFIGURE= yes
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
MAN1= cless.1 clesskey.1
diff --git a/chinese/cless/pkg-comment b/chinese/cless/pkg-comment
new file mode 100644
index 0000000..17c1aea
--- /dev/null
+++ b/chinese/cless/pkg-comment
@@ -0,0 +1 @@
+A better pager utility (and it speaks Chinese)
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile
index e35003e..e696261 100644
--- a/chinese/cxterm/Makefile
+++ b/chinese/cxterm/Makefile
@@ -21,8 +21,6 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= An xterm that speaks Chinese
-
WRKSRC= ${WRKDIR}/cxterm-5.0
USE_IMAKE= yes
diff --git a/chinese/cxterm/pkg-comment b/chinese/cxterm/pkg-comment
new file mode 100644
index 0000000..70312f6
--- /dev/null
+++ b/chinese/cxterm/pkg-comment
@@ -0,0 +1 @@
+An xterm that speaks Chinese
diff --git a/chinese/gb2ps/Makefile b/chinese/gb2ps/Makefile
index b9bb0cb..c752a68 100644
--- a/chinese/gb2ps/Makefile
+++ b/chinese/gb2ps/Makefile
@@ -22,8 +22,6 @@ DISTFILES= ${DISTNAME}.tar.gz \
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Converts Chinese GB (simple) encoded text to PostScript
-
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
WRKSRC= ${WRKDIR}/GB2PS
diff --git a/chinese/gb2ps/pkg-comment b/chinese/gb2ps/pkg-comment
new file mode 100644
index 0000000..06a25ee
--- /dev/null
+++ b/chinese/gb2ps/pkg-comment
@@ -0,0 +1 @@
+Converts Chinese GB (simple) encoded text to PostScript
diff --git a/chinese/gbscript/Makefile b/chinese/gbscript/Makefile
index 01c8591..16dd9bf 100644
--- a/chinese/gbscript/Makefile
+++ b/chinese/gbscript/Makefile
@@ -19,8 +19,6 @@ DISTFILES= gbscript-1.11.tar.gz cclib.24
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Converts GB simplified Chinese text to PostScript
-
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAKEFILE= makefile
CFLAG+= -DPROLOGUE_PATH=\"${PREFIX}/share/chinese/gb\"
diff --git a/chinese/gbscript/pkg-comment b/chinese/gbscript/pkg-comment
new file mode 100644
index 0000000..809363ff
--- /dev/null
+++ b/chinese/gbscript/pkg-comment
@@ -0,0 +1 @@
+Converts GB simplified Chinese text to PostScript
diff --git a/chinese/hanzim/Makefile b/chinese/hanzim/Makefile
index c9847e3..492200c 100644
--- a/chinese/hanzim/Makefile
+++ b/chinese/hanzim/Makefile
@@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A Chinese character learning-aid program
-
BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
diff --git a/chinese/hanzim/pkg-comment b/chinese/hanzim/pkg-comment
new file mode 100644
index 0000000..f51a0be
--- /dev/null
+++ b/chinese/hanzim/pkg-comment
@@ -0,0 +1 @@
+A Chinese character learning-aid program
diff --git a/chinese/hc/Makefile b/chinese/hc/Makefile
index 480402b..f2e8017 100644
--- a/chinese/hc/Makefile
+++ b/chinese/hc/Makefile
@@ -16,8 +16,6 @@ DISTFILES= hc-30.tar.gz hc-supp.tab
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Hanzi Converter -- converts between GB and BIG-5 codes
-
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/hc3
EXTRACT_ONLY= hc-30.tar.gz
diff --git a/chinese/hc/pkg-comment b/chinese/hc/pkg-comment
new file mode 100644
index 0000000..747400a
--- /dev/null
+++ b/chinese/hc/pkg-comment
@@ -0,0 +1 @@
+Hanzi Converter -- converts between GB and BIG-5 codes
diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile
index 5d77f6d..8f4e95d 100644
--- a/chinese/nvi-big5/Makefile
+++ b/chinese/nvi-big5/Makefile
@@ -12,8 +12,6 @@ MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
MAINTAINER= ports@freebsd.org
-PORTCOMMENT= A clone of vi/ex, with multilingual patch, default settings for big5
-
COMMENT= ${.CURDIR}/pkg-comment
CONFIGURE_ARGS+= --enable-multibyte=big5 --program-prefix=n
diff --git a/chinese/nvi-big5/pkg-comment b/chinese/nvi-big5/pkg-comment
new file mode 100644
index 0000000..653cd8f
--- /dev/null
+++ b/chinese/nvi-big5/pkg-comment
@@ -0,0 +1 @@
+A clone of vi/ex, with multilingual patch, default settings for big5
diff --git a/chinese/nvi-euc-cn/Makefile b/chinese/nvi-euc-cn/Makefile
index d0e1eec..c265f62 100644
--- a/chinese/nvi-euc-cn/Makefile
+++ b/chinese/nvi-euc-cn/Makefile
@@ -10,8 +10,6 @@ PKGNAMESUFFIX= -euccn
MAINTAINER= ports@freebsd.org
-PORTCOMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-cn
-
CONFIGURE_ARGS+= --enable-multibyte=euc-cn --program-prefix=n
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
diff --git a/chinese/nvi-euc-cn/pkg-comment b/chinese/nvi-euc-cn/pkg-comment
new file mode 100644
index 0000000..d501202
--- /dev/null
+++ b/chinese/nvi-euc-cn/pkg-comment
@@ -0,0 +1 @@
+A clone of vi/ex, with multilingual patch, default settings for euc-cn
diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile
index 9195e9d..92e4ea8 100644
--- a/chinese/nvi-euc-tw/Makefile
+++ b/chinese/nvi-euc-tw/Makefile
@@ -10,8 +10,6 @@ PKGNAMESUFFIX= -euctw
MAINTAINER= ports@freebsd.org
-PORTCOMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-tw
-
CONFIGURE_ARGS+= --enable-multibyte=euc-tw --program-prefix=n
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
diff --git a/chinese/nvi-euc-tw/pkg-comment b/chinese/nvi-euc-tw/pkg-comment
new file mode 100644
index 0000000..55c7b92
--- /dev/null
+++ b/chinese/nvi-euc-tw/pkg-comment
@@ -0,0 +1 @@
+A clone of vi/ex, with multilingual patch, default settings for euc-tw
OpenPOWER on IntegriCloud