New port: IP Accounting Daemon, version 1.0.1 I'm not shure about category of this software, I set it to `sysutils'. # 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: # # ipa # ipa/files # ipa/files/md5 # ipa/pkg # ipa/pkg/COMMENT # ipa/pkg/DESCR # ipa/pkg/PLIST # ipa/Makefile # echo c - ipa mkdir -p ipa > /dev/null 2>&1 echo c - ipa/files mkdir -p ipa/files > /dev/null 2>&1 echo x - ipa/files/md5 sed 's/^X//' >ipa/files/md5 << 'END-of-ipa/files/md5' XMD5 (ipa-1.0.1.tar.gz) = 864d1a622fe85588cb28360d99335e73 END-of-ipa/files/md5 echo c - ipa/pkg mkdir -p ipa/pkg > /dev/null 2>&1 echo x - ipa/pkg/COMMENT sed 's/^X//' >ipa/pkg/COMMENT << 'END-of-ipa/pkg/COMMENT' XIP Accounting Daemon END-of-ipa/pkg/COMMENT echo x - ipa/pkg/DESCR sed 's/^X//' >ipa/pkg/DESCR << 'END-of-ipa/pkg/DESCR' X IP Accounting Daemon allows to make IP accounting (network accounting) Xbased on IP Firewall and/or IP Filter accounting rules. X X XWWW: http://www.simon.org.ua/ipa/ XWWW: http://www.comsys.ntu-kpi.kiev.ua/~simon/ipa/ X X- Andrey Simonenko Xsimon@simon.org.ua Xsimon@comsys.ntu-kpi.kiev.ua END-of-ipa/pkg/DESCR echo x - ipa/pkg/PLIST sed 's/^X//' >ipa/pkg/PLIST << 'END-of-ipa/pkg/PLIST' Xbin/ipa Xbin/ipastat Xetc/ipa.conf.default Xetc/rc.d/ipa.sh.sample END-of-ipa/pkg/PLIST echo x - ipa/Makefile sed 's/^X//' >ipa/Makefile << 'END-of-ipa/Makefile' X# New ports collection makefile for: ipa X# Date created: 2 December 2000 X# Whom: Andrey Simonenko X# X# $FreeBSD$ X# X XPORTNAME= ipa XPORTVERSION= 1.0.1 XCATEGORIES= sysutils XMASTER_SITES= http://www.simon.org.ua/ipa/ \ X http://www.comsys.ntu-kpi.kiev.ua/~simon/ipa/ X XMAINTAINER= simon@simon.org.ua \ X simon@comsys.ntu-kpi.kiev.ua X XMAN5= ipa.5 ipa.conf.5 XMAN8= ipa.8 ipastat.8 X Xpost-install: X strip ${PREFIX}/bin/ipa X strip ${PREFIX}/bin/ipastat X X.include <bsd.port.mk> END-of-ipa/Makefile exit
State Changed From-To: open->closed Committed, thanks! Next time, please use a sane formatting in your Makefile. Also, remember to check for structure changes in the ports system - your port's structure was 2-3 months old. I also removed one of the extra WWW lines in the descr.