1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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>
This commit is contained in:
Edwin Groothuis 2003-01-20 05:17:16 +00:00
parent 5290fd0740
commit 9a87812e0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73603
6 changed files with 38 additions and 0 deletions

View File

@ -54,6 +54,7 @@
SUBDIR += msdosfs
SUBDIR += mule-freewnn
SUBDIR += munhwafonts-cid
SUBDIR += netdic
SUBDIR += netscape48-communicator
SUBDIR += netscape48-navigator
SUBDIR += nh2ps

29
korean/netdic/Makefile Normal file
View File

@ -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>

1
korean/netdic/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (netdic.c) = b47144676fdbf73ed36c84d11d33ed9c

View File

@ -0,0 +1 @@
A network English dictionary utility for Korean

5
korean/netdic/pkg-descr Normal file
View File

@ -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)

1
korean/netdic/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/netdic