Date: Fri, 29 Jan 1999 20:04:00 +0900 (JST) From: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9771: New port: ja-epwutil-1.0 Message-ID: <199901291104.UAA05115@dream.avrl.mei.co.jp>
next in thread | raw e-mail | index | archive | help
>Number: 9771 >Category: ports >Synopsis: New port: ja-epwutil-1.0 >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: Fri Jan 29 03:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoki TAKAMUNE takamune@avrl.mei.co.jp >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: FreeBSD 2.2.8-STABLE(Fri Jan 29 19:04:56 JST 1999) >Description: Epwutil are utilities to manage Japanese EPWING or Electric-Book based CD-ROM. This port uses the parameter '_MANPAGES' to install formatted on-line manual pages to ${PREFIX}/man/ja/cat1/. I feel uneasy about that o Formatted pages may be cleaned up by cron !? o Parameters which begin with '_' should not be used ? >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: # # epwutil # epwutil/files # epwutil/files/md5 # epwutil/pkg # epwutil/pkg/DESCR # epwutil/pkg/COMMENT # epwutil/pkg/PLIST # epwutil/Makefile # echo c - epwutil mkdir -p epwutil > /dev/null 2>&1 echo c - epwutil/files mkdir -p epwutil/files > /dev/null 2>&1 echo x - epwutil/files/md5 sed 's/^X//' >epwutil/files/md5 << 'END-of-epwutil/files/md5' XMD5 (epwutil-1.0.tar.gz) = 3425ac2f0f0ef1e823a654ab824aee6a END-of-epwutil/files/md5 echo c - epwutil/pkg mkdir -p epwutil/pkg > /dev/null 2>&1 echo x - epwutil/pkg/DESCR sed 's/^X//' >epwutil/pkg/DESCR << 'END-of-epwutil/pkg/DESCR' XEpwutil contains following utilities: X Xbookinfo - view a component of the book to know how to downsize it. Xcatdump - edit and concatenate the CD-ROM catalogue files. Xsqueeze - remove multi-media data(image or audio) and indexes for conditional X or compound search from the book. X XBookinfo and squeeze can not be used for EPWING V4 and later. XSee "Section 5: Restriction" in epwutil.doc. X XIn use of this programs, you have to check the agreement of your CD-ROM books Xon making copies or modifying books for personal use. XSee "Section 2: Before using epwutil" in epwutil.doc. END-of-epwutil/pkg/DESCR echo x - epwutil/pkg/COMMENT sed 's/^X//' >epwutil/pkg/COMMENT << 'END-of-epwutil/pkg/COMMENT' XUtilities to manage Japanese EPWING or Electric-Book based CD-ROM. END-of-epwutil/pkg/COMMENT echo x - epwutil/pkg/PLIST sed 's/^X//' >epwutil/pkg/PLIST << 'END-of-epwutil/pkg/PLIST' Xbin/bookinfo Xbin/catdump Xbin/squeeze Xshare/doc/epwutil/epwutil.doc X@dirrm share/doc/epwutil END-of-epwutil/pkg/PLIST echo x - epwutil/Makefile sed 's/^X//' >epwutil/Makefile << 'END-of-epwutil/Makefile' X# New ports collection makefile for: epwutil X# Version required: 1.0 X# Date created: 22 January 1999 X# Whom: Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp> X# X# $Id$ X# X XDISTNAME= epwutil-1.0 XPKGNAME= ja-epwutil-1.0 XCATEGORIES= japanese XMASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/epwutil/ \ X ftp://ring.aist.go.jp/openlab/lookup/edict/ X XMAINTAINER= takamune@avrl.mei.co.jp X XNO_WRKSUBDIR= yes XMAKEFILE= makefile.unx XMANLANG= ja X XEPWPROGS= bookinfo catdump squeeze XEPWDOCS= epwutil.doc XEPWCAT1= ${EPWPROGS:S%$%.1%} XEPWDOCDIR= ${PREFIX}/share/doc/epwutil X X_MANPAGES= ${EPWCAT1:S%^%${MAN1PREFIX}/man/${MANLANG}/cat1/%} X Xdo-install: X cd ${WRKSRC}; ${INSTALL_PROGRAM} ${EPWPROGS} ${PREFIX}/bin X.for file in ${EPWPROGS} X cd ${WRKSRC};\ X ${INSTALL_MAN} ${file}.man ${MANPREFIX}/man/${MANLANG}/cat1/${file}.1 X.endfor X @${MKDIR} ${EPWDOCDIR} X cd ${WRKSRC}; ${INSTALL_DATA} ${EPWDOCS} ${EPWDOCDIR} X X.include <bsd.port.mk> END-of-epwutil/Makefile 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?199901291104.UAA05115>