mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Initial import of npc version 0.83.
An animated web counter. PR: 9610 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
This commit is contained in:
parent
4e6b5aca13
commit
4211eceda2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16352
32
www/npc/Makefile
Normal file
32
www/npc/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: npc.cgi
|
||||
# Version required: 0.83
|
||||
# Date created: 3 December 1998
|
||||
# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= npc-0.83
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www2.biglobe.ne.jp/%7Enir/soft/
|
||||
|
||||
MAINTAINER= yasuf@big.or.jp
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
MAKE_ARGS= INDEX_DIR="${INDEX_DIR}"
|
||||
|
||||
INDEX_DIR= ${PREFIX}/etc/npc
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/www/cgi-bin
|
||||
cd ${WRKSRC}; \
|
||||
${INSTALL_PROGRAM} npc.cgi ${PREFIX}/www/cgi-bin
|
||||
${MKDIR} ${PREFIX}/share/examples/npc
|
||||
cd ${WRKSRC}/../conf; \
|
||||
${INSTALL_DATA} sample1.idx sample2.idx ${PREFIX}/share/examples/npc
|
||||
${MKDIR} ${INDEX_DIR}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/npc/distinfo
Normal file
1
www/npc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (npc-0.83.tar.gz) = 4d9f21cc76c870a1ef4270d9fdf006de
|
1
www/npc/pkg-comment
Normal file
1
www/npc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An animated web counter.
|
9
www/npc/pkg-descr
Normal file
9
www/npc/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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/
|
||||
|
||||
- Yasuhiro Fukuma
|
||||
yasuf@big.or.jp
|
5
www/npc/pkg-message
Normal file
5
www/npc/pkg-message
Normal file
@ -0,0 +1,5 @@
|
||||
****************************************
|
||||
** Then you should create the default
|
||||
** index file as:
|
||||
** ${PREFIX}/etc/npc/npc.idx
|
||||
****************************************
|
6
www/npc/pkg-plist
Normal file
6
www/npc/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
www/cgi-bin/npc.cgi
|
||||
@exec mkdir -p %D/etc/npc
|
||||
@dirrm etc/npc
|
||||
share/examples/npc/sample1.idx
|
||||
share/examples/npc/sample2.idx
|
||||
@dirrm share/examples/npc
|
Loading…
x
Reference in New Issue
Block a user