Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 14:30:33 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40755: New port: textproc/dictfmt - a dictionary formatter for dictd
Message-ID:  <20020719053033.06E725501@hadaly.dyndns.org>

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

>Number:         40755
>Category:       ports
>Synopsis:       New port: textproc/dictfmt - a dictionary formatter for dictd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 18 22:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.6-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.6-RELEASE-p3 FreeBSD 4.6-RELEASE-p3 #4: Thu Jul 18 20:19:25 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
dictfmt converts databases in various formats into working databases
and indices for the DICT server.
	
>How-To-Repeat:
	
>Fix:
# 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:
#
#	dictfmt
#	dictfmt/Makefile
#	dictfmt/distinfo
#	dictfmt/pkg-comment
#	dictfmt/pkg-descr
#	dictfmt/pkg-plist
#
echo c - dictfmt
mkdir -p dictfmt > /dev/null 2>&1
echo x - dictfmt/Makefile
sed 's/^X//' >dictfmt/Makefile << 'END-of-dictfmt/Makefile'
X# New ports collection makefile for:   dictfmt
X# Date created:                19 July 2002
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dictfmt
XPORTVERSION=	1.6.1
XCATEGORIES=	textproc
XMASTER_SITES=	ftp://ftp.dict.org/pub/dict/
XDISTNAME=	${PORTNAME}-${PORTVERSION}-source
X
XMAINTAINER=	fuyuki@hadaly.org
X
XLIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
X
XNO_WRKSUBDIR=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
XUSE_GMAKE=	yes
X
XMAN1=		dictfmt.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/dictfmt ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/dictfmt.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-dictfmt/Makefile
echo x - dictfmt/distinfo
sed 's/^X//' >dictfmt/distinfo << 'END-of-dictfmt/distinfo'
XMD5 (dictfmt-1.6.1-source.tar.gz) = 8e17b9d60b504694293be03569855898
END-of-dictfmt/distinfo
echo x - dictfmt/pkg-comment
sed 's/^X//' >dictfmt/pkg-comment << 'END-of-dictfmt/pkg-comment'
XFormats a DICT protocol dictionary database
END-of-dictfmt/pkg-comment
echo x - dictfmt/pkg-descr
sed 's/^X//' >dictfmt/pkg-descr << 'END-of-dictfmt/pkg-descr'
Xdictfmt converts databases in various formats into working databases
Xand indices for the DICT server.
X
X- Kimura Fuyuki
Xfuyuki@hadaly.org
END-of-dictfmt/pkg-descr
echo x - dictfmt/pkg-plist
sed 's/^X//' >dictfmt/pkg-plist << 'END-of-dictfmt/pkg-plist'
Xbin/dictfmt
END-of-dictfmt/pkg-plist
exit

>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?20020719053033.06E725501>