diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-10-15 06:34:44 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-10-15 06:34:44 +0000 |
commit | 1ea758f720088391a00b6426321ad8cf952d6711 (patch) | |
tree | f2a6cb44cd75f5e42df7053f4e8400fe5cfb698b /chinese | |
parent | 2a384cb486e9bf674691042bb23179f60d7f7395 (diff) | |
download | ports-1ea758f720088391a00b6426321ad8cf952d6711.tar.gz ports-1ea758f720088391a00b6426321ad8cf952d6711.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/bind8/Makefile | 22 | ||||
-rw-r--r-- | chinese/bind8/distinfo | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 7da2f418ed82..d769e3b8aa94 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -14,6 +14,7 @@ SUBDIR += bg5ps SUBDIR += big5con SUBDIR += big5fs + SUBDIR += bind8 SUBDIR += bitchx SUBDIR += c2t SUBDIR += celvis diff --git a/chinese/bind8/Makefile b/chinese/bind8/Makefile new file mode 100644 index 000000000000..4727b845339a --- /dev/null +++ b/chinese/bind8/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: bind +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $FreeBSD$ +# + +CATEGORES= chinese + +MASTERDIR= ${.CURDIR}/../../net/bind8 + +PATCH_SITES= http://www.sinica.edu.tw/~jihuang/ + +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.diff.gz + +.include "${MASTERDIR}/Makefile" + +MD5_FILE= ${.CURDIR}/distinfo +PKGNAMEPREFIX:= ${PKGNAMEPREFIX} + +MAINTAINER= jihuang@gate.sinica.edu.tw diff --git a/chinese/bind8/distinfo b/chinese/bind8/distinfo new file mode 100644 index 000000000000..e343734e1dd2 --- /dev/null +++ b/chinese/bind8/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-src.tar.gz) = 91ccd5cb59f8fcfa7e2a804d6a65850c +MD5 (bind-doc.tar.gz) = 53daa296c0ccc656dc371fb5ba8ce28e +MD5 (zh-bind-8.2.5.diff.gz) = 0a0be8ef829532ce4f1dda69b22c6bc6 |