From owner-freebsd-ports Thu Jan 21 16:20:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22987 for freebsd-ports-outgoing; Thu, 21 Jan 1999 16:20:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22934 for ; Thu, 21 Jan 1999 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA07493; Thu, 21 Jan 1999 16:20:01 -0800 (PST) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22532 for ; Thu, 21 Jan 1999 16:16:55 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.8.8/3.7W) with ESMTP id JAA14985 for ; Fri, 22 Jan 1999 09:16:41 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.59]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA9858 for ; Fri, 22 Jan 1999 09:15:35 +0900 Message-Id: <19990122091530K.yasuf@big.or.jp> Date: Fri, 22 Jan 1999 09:15:30 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9610: New port: www/npc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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