# 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: # # xxfish # xxfish/Makefile # xxfish/distinfo # xxfish/pkg-plist # xxfish/files # xxfish/files/patch-aa # xxfish/pkg-comment # xxfish/pkg-descr # echo c - xxfish mkdir -p xxfish > /dev/null 2>&1 echo x - xxfish/Makefile sed 's/^X//' >xxfish/Makefile << 'END-of-xxfish/Makefile' X# New ports collection makefile for: fish X# Date created: 25 Dec 2001 X# Whom: TAKEMURA Masahiro X# X# $Id: xxfish.txt,v 1.4 2003/05/30 13:44:22 mastake Exp $ X# X XPORTNAME= xxfish XPORTVERSION= 1 XCATEGORIES= japanese XMASTER_SITES= \ X ftp://ftp.vector.co.jp/pack/dos/util/security/cipher/ \ X ftp://vector-mirror.hotcn.ne.jp/pub/pack/dos/util/security/cipher/ \ X ftp://vector-mirror.ctc.ad.jp/pub/pack/dos/util/security/cipher/ \ X http://www.rr.iij4u.or.jp/~mastake/FreeBSD/ X XBUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \ X nkf:${PORTSDIR}/japanese/nkf X XDISTNAME= ${PORTNAME}_${PORTVERSION} XEXTRACT_SUFX= .lzh XEXTRACT_CMD= lha XEXTRACT_BEFORE_ARGS= -x XEXTRACT_AFTER_ARGS= > /dev/null XWRKSRC= ${WRKDIR} X XNKF= `which nkf` -Xe X XMAINTAINER= mas@mstk.que.jp X Xdo-build: X @(cd ${BUILD_WRKSRC} && \ X for f in en de; do \ X ${MV} $${f}fish.c $${f}fish.c.orig; \ X ${NKF} $${f}fish.c.orig > $${f}fish.c; \ X ${CC} -o $${f}fish ${CFLAGS} $${f}fish.c; \ X done) X Xdo-install: X @(cd ${INSTALL_WRKSRC}; \ X for f in en de; do \ X ${INSTALL_PROGRAM} $${f}fish ${PREFIX}/bin/; \ X done; \ X ${INSTALL_DATA} xxfish.doc ${PREFIX}/share/doc/) X X.include END-of-xxfish/Makefile echo x - xxfish/distinfo sed 's/^X//' >xxfish/distinfo << 'END-of-xxfish/distinfo' XMD5 (xxfish_1.lzh) = b3823bfb85f13c6daeaeeb60f72904a3 END-of-xxfish/distinfo echo x - xxfish/pkg-plist sed 's/^X//' >xxfish/pkg-plist << 'END-of-xxfish/pkg-plist' Xbin/enfish Xbin/defish Xshare/doc/xxfish.doc END-of-xxfish/pkg-plist echo c - xxfish/files mkdir -p xxfish/files > /dev/null 2>&1 echo x - xxfish/files/patch-aa sed 's/^X//' >xxfish/files/patch-aa << 'END-of-xxfish/files/patch-aa' X--- defish.c.orig Fri Dec 4 17:30:14 1992 X+++ defish.c Tue Dec 25 23:31:26 2001 X@@ -5,8 +5,6 @@ X #include X #include X #include X-#include X-#include X X #define NISH 1 X END-of-xxfish/files/patch-aa echo x - xxfish/pkg-comment sed 's/^X//' >xxfish/pkg-comment << 'END-of-xxfish/pkg-comment' XFish File Converter enfish/defish encorder and decorder END-of-xxfish/pkg-comment echo x - xxfish/pkg-descr sed 's/^X//' >xxfish/pkg-descr << 'END-of-xxfish/pkg-descr' XFish File Converter enfish/defish encorder and decorder END-of-xxfish/pkg-descr exit