diff options
author | delphij <delphij@FreeBSD.org> | 2006-05-04 14:57:58 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-05-04 14:57:58 +0000 |
commit | 1fe88b47d7f5d194c5ab7f1024c3793b45de4475 (patch) | |
tree | 46104c110325a7ea429b1a6bf844e5d5c4e2b4e9 /chinese | |
parent | fb7953f346185580def8623a309f5d13f6e8b8ff (diff) | |
download | FreeBSD-ports-1fe88b47d7f5d194c5ab7f1024c3793b45de4475.zip FreeBSD-ports-1fe88b47d7f5d194c5ab7f1024c3793b45de4475.tar.gz |
Add new port: chinese/gbk2uni, a TeX applet used to generate correct
Chinese PDF bookmarks.
Submitted by: Yuan Jue <yuanjue@yuanjue.net>
PR: ports/95621
Approved by: sem (mentor)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/gbk2uni/Makefile | 19 | ||||
-rw-r--r-- | chinese/gbk2uni/distinfo | 3 | ||||
-rw-r--r-- | chinese/gbk2uni/pkg-descr | 7 |
4 files changed, 30 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 66fd5b5..366a96e 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -34,6 +34,7 @@ SUBDIR += dfsongsd SUBDIR += dictd-database SUBDIR += docproj + SUBDIR += gbk2uni SUBDIR += emacs20 SUBDIR += enscript SUBDIR += eterm diff --git a/chinese/gbk2uni/Makefile b/chinese/gbk2uni/Makefile new file mode 100644 index 0000000..a0de3eb --- /dev/null +++ b/chinese/gbk2uni/Makefile @@ -0,0 +1,19 @@ +# New ports collection Makefile for: zh-gbk2uni +# Date created: 09 April 2006 +# Whom: Yuan, Jue (yuanjue@yuanjue.net) +# +# $FreeBSD$ +# + +PORTNAME= gbk2uni +PORTVERSION= 0.22 +CATEGORIES= chinese converters +MASTER_SITES= http://www.yuanjue.net/download/ +PKGNAMEPREFIX= zh- + +MAINTAINER= yuanjue@yuanjue.net +COMMENT= TeX applet used to generate correct Chinese PDF bookmarks + +PLIST_FILES= bin/gbk2uni + +.include <bsd.port.mk> diff --git a/chinese/gbk2uni/distinfo b/chinese/gbk2uni/distinfo new file mode 100644 index 0000000..8a51879 --- /dev/null +++ b/chinese/gbk2uni/distinfo @@ -0,0 +1,3 @@ +MD5 (gbk2uni-0.22.tar.gz) = 67b82ea15e68895f8150284a095586da +SHA256 (gbk2uni-0.22.tar.gz) = 2565641bfd0f7b6253b04338739c16f84e58ae8e739ed2b9a93981ef4af42dd4 +SIZE (gbk2uni-0.22.tar.gz) = 69551 diff --git a/chinese/gbk2uni/pkg-descr b/chinese/gbk2uni/pkg-descr new file mode 100644 index 0000000..2684399 --- /dev/null +++ b/chinese/gbk2uni/pkg-descr @@ -0,0 +1,7 @@ +gbk2uni is a command-line applet for TeX writing which is +used to generate correct PDF bookmark that includes +Chinese characters. It transforms GBK characters in +.out file to unicode code. + +- Yuan Jue +yuanjue@yuanjue.net |