diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 05:17:16 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 05:17:16 +0000 |
commit | 260738912d0b287bc5e1a27eb9ff5b7422f022d3 (patch) | |
tree | b90f5f4373cb723a179f375cc1947ac63375bec3 /korean | |
parent | 21ee41aa1fe0512bf5c87969daad4dc95635c211 (diff) | |
download | FreeBSD-ports-260738912d0b287bc5e1a27eb9ff5b7422f022d3.zip FreeBSD-ports-260738912d0b287bc5e1a27eb9ff5b7422f022d3.tar.gz |
New port: korean/netdic
This is a port of netdic,which is a dictionary to fetch
yahoo's dictionary data(http://dic.yahoo.co.kr/).
PR: ports/40768
Submitted by: Tae-seong Kim <rapzzard@rapzzard.pe.kr>
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/netdic/Makefile | 29 | ||||
-rw-r--r-- | korean/netdic/distinfo | 1 | ||||
-rw-r--r-- | korean/netdic/pkg-comment | 1 | ||||
-rw-r--r-- | korean/netdic/pkg-descr | 5 | ||||
-rw-r--r-- | korean/netdic/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 1fc192a..99b1c77 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -54,6 +54,7 @@ SUBDIR += msdosfs SUBDIR += mule-freewnn SUBDIR += munhwafonts-cid + SUBDIR += netdic SUBDIR += netscape48-communicator SUBDIR += netscape48-navigator SUBDIR += nh2ps diff --git a/korean/netdic/Makefile b/korean/netdic/Makefile new file mode 100644 index 0000000..8581537 --- /dev/null +++ b/korean/netdic/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: netdic +# Date created: 19 July 2002 +# Whom: Tae-seong Kim <rapzzard@rapzzard.pe.kr>> +# +# $FreeBSD$ +# + +PORTNAME= netdic +PORTVERSION= 0.1 +CATEGORIES= korean deskutils +MASTER_SITES= http://user.chollian.net/~tadboy/source/NetDic/ +DISTNAME= netdic +EXTRACT_SUFX= .c + +MAINTAINER= rapzzard@rapzzard.pe.kr + +do-extract: + @${RM} -rf ${WRKDIR} && \ + ${MKDIR} ${WRKDIR} && \ + cd ${WRKDIR} && \ + ${CP} ${DISTDIR}/${DISTFILES} . + +do-build: + ${CC} -o ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}.c + +do-install: + ${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/korean/netdic/distinfo b/korean/netdic/distinfo new file mode 100644 index 0000000..90f1121 --- /dev/null +++ b/korean/netdic/distinfo @@ -0,0 +1 @@ +MD5 (netdic.c) = b47144676fdbf73ed36c84d11d33ed9c diff --git a/korean/netdic/pkg-comment b/korean/netdic/pkg-comment new file mode 100644 index 0000000..a84c627 --- /dev/null +++ b/korean/netdic/pkg-comment @@ -0,0 +1 @@ +A network English dictionary utility for Korean diff --git a/korean/netdic/pkg-descr b/korean/netdic/pkg-descr new file mode 100644 index 0000000..e3adba6 --- /dev/null +++ b/korean/netdic/pkg-descr @@ -0,0 +1,5 @@ +This is a port of netdic,which is a dictionary +to fetch yahoo's dictionary data(http://dic.yahoo.co.kr/). + +by BiStwo <tadboy82@hotmail.com> +WWW: http://user.chollian.net/~tadboy(No information this project) diff --git a/korean/netdic/pkg-plist b/korean/netdic/pkg-plist new file mode 100644 index 0000000..a270d30 --- /dev/null +++ b/korean/netdic/pkg-plist @@ -0,0 +1 @@ +bin/netdic |