diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 08:00:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 08:00:22 +0000 |
commit | c0a4b616084967712c4efea8bf234da437abf45d (patch) | |
tree | 7abe670e0cbe18c6558dcd978588392dbae44a69 /chinese | |
parent | Make MAINTAINER section conditional, a slave port might want to set it. (diff) |
New port: chinese/cdrtools
cdrtools NLS 2byte patch.
PR: ports/58051
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Notes
Notes:
svn path=/head/; revision=97185
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/cdrtools/Makefile | 20 | ||||
-rw-r--r-- | chinese/cdrtools/distinfo | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 60158f2e6354..9ba4d4681a5c 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -20,6 +20,7 @@ SUBDIR += bitchx SUBDIR += c2t SUBDIR += cdict5 + SUBDIR += cdrtools SUBDIR += celvis SUBDIR += chinput SUBDIR += chinput2 diff --git a/chinese/cdrtools/Makefile b/chinese/cdrtools/Makefile new file mode 100644 index 000000000000..6c2fe9757564 --- /dev/null +++ b/chinese/cdrtools/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: zh-cdrtools +# Date created: 29 March 2003 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +CATEGORIES= chinese sysutils audio + +PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/cdrtools/ +PATCHFILES= cdrtools-1.11-NLS-2byte.patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= statue@freebsd.sinica.edu.tw + +MASTERDIR= ${.CURDIR}/../../sysutils/cdrtools + +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/chinese/cdrtools/distinfo b/chinese/cdrtools/distinfo new file mode 100644 index 000000000000..ed63d3eec282 --- /dev/null +++ b/chinese/cdrtools/distinfo @@ -0,0 +1,2 @@ +MD5 (cdrtools-2.00.3.tar.gz) = c0cdfa2dbe9f4c977b0a71fb08ddff0e +MD5 (cdrtools-1.11-NLS-2byte.patch.gz) = 4481090bf1e75fa32ba6ba7d8323eac8 |