Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 05:09:20 -0700 (PDT)
From:      Tae-seong Kim <rapzzard@rapzzard.pe.kr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40768: New port:  korean/netdic
Message-ID:  <200207191209.g6JC9K9r031194@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         40768
>Category:       ports
>Synopsis:       New port:  korean/netdic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 19 05:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tae-seong Kim
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
pro-style.org
>Environment:
FreeBSD rapzzard.pe.kr 4.6-STABLE FreeBSD 4.6-STABLE #4: Sat Jul 13 13:39:11 KST 2002 rapzzard@rapzzard.pe.kr:/usr/obj/usr/src/sys/RAPZZARD  i386

>Description:
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>

>How-To-Repeat:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	netdic
#	netdic/pkg-plist
#	netdic/pkg-descr
#	netdic/pkg-comment
#	netdic/distinfo
#	netdic/Makefile
#
echo c - netdic
mkdir -p netdic > /dev/null 2>&1
echo x - netdic/pkg-plist
sed 's/^X//' >netdic/pkg-plist << 'END-of-netdic/pkg-plist'
Xbin/netdic
END-of-netdic/pkg-plist
echo x - netdic/pkg-descr
sed 's/^X//' >netdic/pkg-descr << 'END-of-netdic/pkg-descr'
XThis is a port of netdic,which is a dictionary 
Xto fetch yahoo's dictionary data(http://dic.yahoo.co.kr/).
X
Xby BiStwo <tadboy82@hotmail.com>
XWWW: http://user.chollian.net/~tadboy(No information this project)
END-of-netdic/pkg-descr
echo x - netdic/pkg-comment
sed 's/^X//' >netdic/pkg-comment << 'END-of-netdic/pkg-comment'
XA network English dictionary utility for Korean
END-of-netdic/pkg-comment
echo x - netdic/distinfo
sed 's/^X//' >netdic/distinfo << 'END-of-netdic/distinfo'
XMD5 (netdic.c) = b47144676fdbf73ed36c84d11d33ed9c
END-of-netdic/distinfo
echo x - netdic/Makefile
sed 's/^X//' >netdic/Makefile << 'END-of-netdic/Makefile'
X# New ports collection makefile for:	netdic
X# Date created:		19 July 2002
X# Whom:			Tae-seong Kim <rapzzard@rapzzard.pe.kr>>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	netdic
XPORTVERSION=	0.1
XCATEGORIES=	korean deskutils
XMASTER_SITES=	http://user.chollian.net/~tadboy/source/NetDic/
XDISTNAME=	netdic
XEXTRACT_SUFX=	.c
X
XMAINTAINER=	rapzzard@rapzzard.pe.kr
X
Xdo-extract:
X	@${RM} -rf ${WRKDIR} && \
X	${MKDIR} ${WRKDIR} && \
X	cd ${WRKDIR} && \
X	${CP} ${DISTDIR}/${DISTFILES} .
X
Xdo-build:
X	${CC} -o ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}.c
X
Xdo-install:
X	${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-netdic/Makefile
exit
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207191209.g6JC9K9r031194>