Date: Fri, 22 Jan 1999 09:15:30 +0900 From: yasuf@big.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9610: New port: www/npc Message-ID: <19990122091530K.yasuf@big.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 9610 >Category: ports >Synopsis: New port: www/npc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 21 16:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: FreeBSD smoove.ouchi-net.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #6: Thu Jan 14 07:28:51 JST 1999 yasuf@smoove.ouchi-net.jp:/usr/src/sys/compile/ARMADILLO i386 >Description: A web access counter, with real animation and other various features. For more informations, please referer to the official web site (written in Japanese): http://www2.biglobe.ne.jp/%7Enir/npc/ >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: # # npc # npc/files # npc/files/md5 # npc/pkg # npc/pkg/COMMENT # npc/pkg/DESCR # npc/pkg/PLIST # npc/pkg/MESSAGE # npc/Makefile # echo c - npc mkdir -p npc > /dev/null 2>&1 echo c - npc/files mkdir -p npc/files > /dev/null 2>&1 echo x - npc/files/md5 sed 's/^X//' >npc/files/md5 << 'END-of-npc/files/md5' XMD5 (npc-0.83.tar.gz) = 4d9f21cc76c870a1ef4270d9fdf006de END-of-npc/files/md5 echo c - npc/pkg mkdir -p npc/pkg > /dev/null 2>&1 echo x - npc/pkg/COMMENT sed 's/^X//' >npc/pkg/COMMENT << 'END-of-npc/pkg/COMMENT' XAn animated web counter. END-of-npc/pkg/COMMENT echo x - npc/pkg/DESCR sed 's/^X//' >npc/pkg/DESCR << 'END-of-npc/pkg/DESCR' XA web access counter, with real animation and other various features. X XFor more informations, please referer to the official web site X(written in Japanese): X X http://www2.biglobe.ne.jp/%7Enir/npc/ X X- Yasuhiro Fukuma Xyasuf@big.or.jp END-of-npc/pkg/DESCR echo x - npc/pkg/PLIST sed 's/^X//' >npc/pkg/PLIST << 'END-of-npc/pkg/PLIST' Xwww/cgi-bin/npc.cgi X@exec mkdir -p %D/etc/npc X@dirrm etc/npc Xshare/examples/npc/sample1.idx Xshare/examples/npc/sample2.idx X@dirrm share/examples/npc END-of-npc/pkg/PLIST echo x - npc/pkg/MESSAGE sed 's/^X//' >npc/pkg/MESSAGE << 'END-of-npc/pkg/MESSAGE' X**************************************** X** Then you should create the default X** index file as: X** ${PREFIX}/etc/npc/npc.idx X**************************************** END-of-npc/pkg/MESSAGE echo x - npc/Makefile sed 's/^X//' >npc/Makefile << 'END-of-npc/Makefile' X# New ports collection makefile for: npc.cgi X# Version required: 0.83 X# Date created: 3 December 1998 X# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> X# X# $Id$ X# X XDISTNAME= npc-0.83 XCATEGORIES= www XMASTER_SITES= http://www2.biglobe.ne.jp/%7Enir/soft/ X XMAINTAINER= yasuf@big.or.jp X XWRKSRC= ${WRKDIR}/${DISTNAME}/src XMAKE_ARGS= INDEX_DIR="${INDEX_DIR}" X XINDEX_DIR= ${PREFIX}/etc/npc X Xdo-install: X ${MKDIR} ${PREFIX}/www/cgi-bin X cd ${WRKSRC}; \ X ${INSTALL_PROGRAM} npc.cgi ${PREFIX}/www/cgi-bin X ${MKDIR} ${PREFIX}/share/examples/npc X cd ${WRKSRC}/../conf; \ X ${INSTALL_DATA} sample1.idx sample2.idx ${PREFIX}/share/examples/npc X ${MKDIR} ${INDEX_DIR} X Xpost-install: X @${CAT} ${PKGDIR}/MESSAGE X X.include <bsd.port.mk> END-of-npc/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?19990122091530K.yasuf>