From mt@zoo.top.net.ua  Thu Dec  2 16:49:10 2004
Return-Path: <mt@zoo.top.net.ua>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9F6E716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Dec 2004 16:49:10 +0000 (GMT)
Received: from smtp.top.net.ua (smtp.top.net.ua [193.109.60.198])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC98943D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Dec 2004 16:49:08 +0000 (GMT)
	(envelope-from mt@zoo.top.net.ua)
Received: from zoo.top.net.ua (villa.top.net.ua [193.109.61.63])
	by smtp.top.net.ua (8.13.1/8.13.1) with ESMTP id iB2Gn6m4039545
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 2 Dec 2004 18:49:06 +0200 (EET)
	(envelope-from mt@zoo.top.net.ua)
Received: from zoo.top.net.ua (localhost [127.0.0.1])
	by zoo.top.net.ua (8.13.1/8.13.1) with ESMTP id iB2Gn5Zg076842
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 2 Dec 2004 18:49:05 +0200 (EET)
	(envelope-from mt@zoo.top.net.ua)
Received: (from mt@localhost)
	by zoo.top.net.ua (8.13.1/8.13.1/Submit) id iB2Gn5Rv076841;
	Thu, 2 Dec 2004 18:49:05 +0200 (EET)
	(envelope-from mt)
Message-Id: <200412021649.iB2Gn5Rv076841@zoo.top.net.ua>
Date: Thu, 2 Dec 2004 18:49:05 +0200 (EET)
From: Maxim Tuliuk <mt@primats.org.ua>
Reply-To: Maxim Tuliuk <mt@zoo.top.net.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net-mgmt/ipplan (4.0.2)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74621
>Category:       ports
>Synopsis:       New port: net-mgmt/ipplan (4.0.2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 02 16:50:20 GMT 2004
>Closed-Date:    Wed Dec 22 05:32:52 GMT 2004
>Last-Modified:  Wed Dec 22 05:32:52 GMT 2004
>Originator:     Maxim Tuliuk
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
ISP "TopNet"
>Environment:
System: FreeBSD zoo.top.net.ua 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #5: Thu Dec 2 13:39:28 EET 2004 root@zoo.top.net.ua:/usr/obj/usr/src/sys/host i386


>Description:
	New port: net-mgmt/ipplan
	Version: 4.0.2
	Description: IP address management and tracking
>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:
#
#	ipplan
#	ipplan/files
#	ipplan/files/patch-config.php
#	ipplan/Makefile
#	ipplan/distinfo
#	ipplan/pkg-descr
#	ipplan/pkg-message
#	ipplan/pkg-plist
#
echo c - ipplan
mkdir -p ipplan > /dev/null 2>&1
echo c - ipplan/files
mkdir -p ipplan/files > /dev/null 2>&1
echo x - ipplan/files/patch-config.php
sed 's/^X//' >ipplan/files/patch-config.php << 'END-of-ipplan/files/patch-config.php'
X--- config.php.org	Sat Nov 20 12:07:00 2004
X+++ config.php	Thu Dec  2 13:47:54 2004
X@@ -96,7 +96,7 @@
X // not work if php is running in safemode. probing and scanning may 
X // also be against policy for your site!
X //define("NMAP", "");
X-define("NMAP", "/usr/bin/nmap");
X+define("NMAP", "/usr/local/bin/nmap");
X 
X //-------------------------START OF REGISTRAR---------------------------
X 
X@@ -137,7 +137,7 @@
X //   this will usually be the user under which Apache runs. If the 
X // permissions are not correct, the files will be created in the
X // system temp directory, usually /tmp
X-define("DNSEXPORTPATH", "/tmp/dns/");
X+define("DNSEXPORTPATH", "/tmp/ipplan-dns/");
X //-------------------------START OF LANGUAGES---------------------------
X 
X // which languages are supported by ipplan - see TRANSLATIONS to 
END-of-ipplan/files/patch-config.php
echo x - ipplan/Makefile
sed 's/^X//' >ipplan/Makefile << 'END-of-ipplan/Makefile'
X# Ports collection makefile for:  ipplan
X# Date created:			  26 Nov 2004
X# Whom:				  Maxim Tuliuk <mt@primats.org.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ipplan
XPORTVERSION=	4.0.2
XCATEGORIES=	net-mgmt
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	iptrack
XDISTNAME=	${PORTNAME}-4.02
X
XMAINTAINER=	mt@primats.org.ua
XCOMMENT=	IP address management and tracking
X
XUSE_PHP=	gettext
XUSE_MYSQL=	yes
XUSE_REINPLACE=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XIPPLANDIR?=	share/${PORTNAME}
XPLIST_SUB=	IPPLANDIR=${IPPLANDIR}
X
XNO_BUILD=	yes
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/${IPPLANDIR}
X	@${CP} -R ${WRKSRC}/* ${PREFIX}/${IPPLANDIR}
X	@${FIND} ${PREFIX}/${IPPLANDIR} -name '*.orig' -delete
X	@${SED} -e 's|%IPPLANDIR%|${PREFIX}/${IPPLANDIR}|g' ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-ipplan/Makefile
echo x - ipplan/distinfo
sed 's/^X//' >ipplan/distinfo << 'END-of-ipplan/distinfo'
XMD5 (ipplan-4.02.tar.gz) = 95e89a361799d9ce7c2a5c68f8caedf1
XSIZE (ipplan-4.02.tar.gz) = 889789
END-of-ipplan/distinfo
echo x - ipplan/pkg-descr
sed 's/^X//' >ipplan/pkg-descr << 'END-of-ipplan/pkg-descr'
XIPplan is a free (GPL), web based, multilingual, IP address management and
Xtracking tool written in php4, simplifying the administration of your IP
Xaddress space. IPplan goes beyond IP address management including DNS
Xadministration, configuration file management, circuit management and
Xstoring of hardware information. IPplan can handle a single network or
Xcater for multiple networks and customers with overlapping address space.
X
XWWW: http://iptrack.sourceforge.net/
END-of-ipplan/pkg-descr
echo x - ipplan/pkg-message
sed 's/^X//' >ipplan/pkg-message << 'END-of-ipplan/pkg-message'
XIPPlan's installation hasn't completed yet. Please read
X%IPPLANDIR%/INSTALL carefully and follow it.
XIf you won't use Mysql as default database, according to
Xyour database, install required port and read
X%IPPLANDIR%/INSTALL-[ORACLE9i|POSTGRESQL] 
END-of-ipplan/pkg-message
echo x - ipplan/pkg-plist
sed 's/^X//' >ipplan/pkg-plist << 'END-of-ipplan/pkg-plist'
X%%IPPLANDIR%%/CHANGELOG
X%%IPPLANDIR%%/CONTRIBUTORS
X%%IPPLANDIR%%/DNS-USAGE
X%%IPPLANDIR%%/INSTALL
X%%IPPLANDIR%%/INSTALL-IIS+MSSQL
X%%IPPLANDIR%%/INSTALL-ORACLE9i
X%%IPPLANDIR%%/INSTALL-POSTGRESQL
X%%IPPLANDIR%%/INSTALL-WINDOWS
X%%IPPLANDIR%%/INTERNALS
X%%IPPLANDIR%%/IPplan.jpg
X%%IPPLANDIR%%/LICENSE
X%%IPPLANDIR%%/README
X%%IPPLANDIR%%/README.html
X%%IPPLANDIR%%/README.sgml
X%%IPPLANDIR%%/TODO
X%%IPPLANDIR%%/TRANSLATIONS
X%%IPPLANDIR%%/UPGRADE
X%%IPPLANDIR%%/admin/addboundstogroup.php
X%%IPPLANDIR%%/admin/addusertogroup.php
X%%IPPLANDIR%%/admin/admin.php
X%%IPPLANDIR%%/admin/changepassword.php
X%%IPPLANDIR%%/admin/changesettings.php
X%%IPPLANDIR%%/admin/creategroup.php
X%%IPPLANDIR%%/admin/createuser.php
X%%IPPLANDIR%%/admin/deleteaccess.php
X%%IPPLANDIR%%/admin/deletebounds.php
X%%IPPLANDIR%%/admin/displayaccessform.php
X%%IPPLANDIR%%/admin/displayauditlog.php
X%%IPPLANDIR%%/admin/displayboundsform.php
X%%IPPLANDIR%%/admin/exportbase.php
X%%IPPLANDIR%%/admin/exportbaseform.php
X%%IPPLANDIR%%/admin/exportip.php
X%%IPPLANDIR%%/admin/exportipform.php
X%%IPPLANDIR%%/admin/importbase.php
X%%IPPLANDIR%%/admin/importbaseform.php
X%%IPPLANDIR%%/admin/importip.php
X%%IPPLANDIR%%/admin/importipform.php
X%%IPPLANDIR%%/admin/install.php
X%%IPPLANDIR%%/admin/modifygroup.php
X%%IPPLANDIR%%/admin/schemacreate.php
X%%IPPLANDIR%%/adodb/adodb-csvlib.inc.php
X%%IPPLANDIR%%/adodb/adodb-datadict.inc.php
X%%IPPLANDIR%%/adodb/adodb-error.inc.php
X%%IPPLANDIR%%/adodb/adodb-errorhandler.inc.php
X%%IPPLANDIR%%/adodb/adodb-errorpear.inc.php
X%%IPPLANDIR%%/adodb/adodb-exceptions.inc.php
X%%IPPLANDIR%%/adodb/adodb-iterator.inc.php
X%%IPPLANDIR%%/adodb/adodb-lib.inc.php
X%%IPPLANDIR%%/adodb/adodb-pager.inc.php
X%%IPPLANDIR%%/adodb/adodb-pear.inc.php
X%%IPPLANDIR%%/adodb/adodb-perf.inc.php
X%%IPPLANDIR%%/adodb/adodb-perf.inc.php.#.LENS-03-09-05
X%%IPPLANDIR%%/adodb/adodb-php4.inc.php
X%%IPPLANDIR%%/adodb/adodb-time.inc.php
X%%IPPLANDIR%%/adodb/adodb-time.zip
X%%IPPLANDIR%%/adodb/adodb-xmlschema.inc.php
X%%IPPLANDIR%%/adodb/adodb.inc.php
X%%IPPLANDIR%%/adodb/contrib/toxmlrpc.inc.php
X%%IPPLANDIR%%/adodb/cute_icons_for_site/adodb.gif
X%%IPPLANDIR%%/adodb/cute_icons_for_site/adodb2.gif
X%%IPPLANDIR%%/adodb/datadict/datadict-access.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-db2.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-firebird.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-generic.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-ibase.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-informix.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-mssql.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-mysql.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-oci8.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-postgres.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-sapdb.inc.php
X%%IPPLANDIR%%/adodb/datadict/datadict-sybase.inc.php
X%%IPPLANDIR%%/adodb/docs/docs-adodb.htm
X%%IPPLANDIR%%/adodb/docs/docs-datadict.htm
X%%IPPLANDIR%%/adodb/docs/docs-oracle.htm
X%%IPPLANDIR%%/adodb/docs/docs-perf.htm
X%%IPPLANDIR%%/adodb/docs/docs-session.htm
X%%IPPLANDIR%%/adodb/docs/old-changelog.htm
X%%IPPLANDIR%%/adodb/docs/readme.htm
X%%IPPLANDIR%%/adodb/docs/tips_portable_sql.htm
X%%IPPLANDIR%%/adodb/docs/tute.htm
X%%IPPLANDIR%%/adodb/drivers/adodb-access.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-ado.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-ado5.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-ado_access.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-ado_mssql.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-borland_ibase.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-csv.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-db2.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-fbsql.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-firebird.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-ibase.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-informix.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-informix72.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-ldap.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-mssql.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-mssqlpo.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-mysql.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-mysqli.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-mysqlt.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-netezza.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-oci8.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-oci805.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-oci8po.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-odbc.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-odbc_mssql.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-odbc_oracle.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-odbtp.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-odbtp_unicode.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-oracle.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-pdo.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-postgres.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-postgres64.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-postgres7.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-proxy.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-sapdb.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-sqlanywhere.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-sqlite.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-sqlite.inc.php.bak
X%%IPPLANDIR%%/adodb/drivers/adodb-sqlitepo.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-sybase.inc.php
X%%IPPLANDIR%%/adodb/drivers/adodb-vfp.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-ar.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-bg.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-bgutf8.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-ca.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-cn.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-cz.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-de.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-en.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-es.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-fr.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-hu.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-it.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-nl.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-pl.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-pt-br.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-ro.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-ru1251.inc.php
X%%IPPLANDIR%%/adodb/lang/adodb-sv.inc.php
X%%IPPLANDIR%%/adodb/license.txt
X%%IPPLANDIR%%/adodb/pear/Auth/Container/ADOdb.php
X%%IPPLANDIR%%/adodb/pear/readme.Auth.txt
X%%IPPLANDIR%%/adodb/perf/perf-db2.inc.php
X%%IPPLANDIR%%/adodb/perf/perf-informix.inc.php
X%%IPPLANDIR%%/adodb/perf/perf-mssql.inc.php
X%%IPPLANDIR%%/adodb/perf/perf-mysql.inc.php
X%%IPPLANDIR%%/adodb/perf/perf-oci8.inc.php
X%%IPPLANDIR%%/adodb/perf/perf-postgres.inc.php
X%%IPPLANDIR%%/adodb/pivottable.inc.php
X%%IPPLANDIR%%/adodb/readme.txt
X%%IPPLANDIR%%/adodb/rsfilter.inc.php
X%%IPPLANDIR%%/adodb/server.php
X%%IPPLANDIR%%/adodb/session/adodb-compress-bzip2.php
X%%IPPLANDIR%%/adodb/session/adodb-compress-gzip.php
X%%IPPLANDIR%%/adodb/session/adodb-cryptsession.php
X%%IPPLANDIR%%/adodb/session/adodb-encrypt-mcrypt.php
X%%IPPLANDIR%%/adodb/session/adodb-encrypt-md5.php
X%%IPPLANDIR%%/adodb/session/adodb-encrypt-secret.php
X%%IPPLANDIR%%/adodb/session/adodb-sess.txt
X%%IPPLANDIR%%/adodb/session/adodb-session-clob.php
X%%IPPLANDIR%%/adodb/session/adodb-session.php
X%%IPPLANDIR%%/adodb/session/adodb-sessions.mysql.sql
X%%IPPLANDIR%%/adodb/session/adodb-sessions.oracle.clob.sql
X%%IPPLANDIR%%/adodb/session/adodb-sessions.oracle.sql
X%%IPPLANDIR%%/adodb/session/crypt.inc.php
X%%IPPLANDIR%%/adodb/session/old/adodb-cryptsession.php
X%%IPPLANDIR%%/adodb/session/old/adodb-session-clob.php
X%%IPPLANDIR%%/adodb/session/old/adodb-session.php
X%%IPPLANDIR%%/adodb/session/old/crypt.inc.php
X%%IPPLANDIR%%/adodb/tests/benchmark.php
X%%IPPLANDIR%%/adodb/tests/client.php
X%%IPPLANDIR%%/adodb/tests/pdo.php
X%%IPPLANDIR%%/adodb/tests/test-datadict.php
X%%IPPLANDIR%%/adodb/tests/test-perf.php
X%%IPPLANDIR%%/adodb/tests/test-pgblob.php
X%%IPPLANDIR%%/adodb/tests/test-php5.php
X%%IPPLANDIR%%/adodb/tests/test-xmlschema.php
X%%IPPLANDIR%%/adodb/tests/test.php
X%%IPPLANDIR%%/adodb/tests/test2.php
X%%IPPLANDIR%%/adodb/tests/test3.php
X%%IPPLANDIR%%/adodb/tests/test4.php
X%%IPPLANDIR%%/adodb/tests/test5.php
X%%IPPLANDIR%%/adodb/tests/test_rs_array.php
X%%IPPLANDIR%%/adodb/tests/testcache.php
X%%IPPLANDIR%%/adodb/tests/testdatabases.inc.php
X%%IPPLANDIR%%/adodb/tests/testgenid.php
X%%IPPLANDIR%%/adodb/tests/testmssql.php
X%%IPPLANDIR%%/adodb/tests/testoci8.php
X%%IPPLANDIR%%/adodb/tests/testoci8cursor.php
X%%IPPLANDIR%%/adodb/tests/testpaging.php
X%%IPPLANDIR%%/adodb/tests/testpear.php
X%%IPPLANDIR%%/adodb/tests/testsessions.php
X%%IPPLANDIR%%/adodb/tests/time.php
X%%IPPLANDIR%%/adodb/tests/tmssql.php
X%%IPPLANDIR%%/adodb/tests/xmlschema.xml
X%%IPPLANDIR%%/adodb/toexport.inc.php
X%%IPPLANDIR%%/adodb/tohtml.inc.php
X%%IPPLANDIR%%/adodb/xmlschema.dtd
X%%IPPLANDIR%%/adodb/xsl/convert-0.1-0.2.xsl
X%%IPPLANDIR%%/adodb/xsl/convert-0.2-0.1.xsl
X%%IPPLANDIR%%/adodb/xsl/remove-0.2.xsl
X%%IPPLANDIR%%/auth.php
X%%IPPLANDIR%%/class.dbflib.php
X%%IPPLANDIR%%/class.templib.php
X%%IPPLANDIR%%/config.php
X%%IPPLANDIR%%/contrib/bind9_zone.xsl
X%%IPPLANDIR%%/contrib/dumproute.sh
X%%IPPLANDIR%%/contrib/dumproute.txt
X%%IPPLANDIR%%/index.php
X%%IPPLANDIR%%/ipplanlib.php
X%%IPPLANDIR%%/layout/class.layout
X%%IPPLANDIR%%/layout/layoutman.html
X%%IPPLANDIR%%/locale/de/LC_MESSAGES/messages.mo
X%%IPPLANDIR%%/locale/de/LC_MESSAGES/messages.po
X%%IPPLANDIR%%/locale/es/LC_MESSAGES/messages.mo
X%%IPPLANDIR%%/locale/es/LC_MESSAGES/messages.po
X%%IPPLANDIR%%/locale/fr/LC_MESSAGES/messages.mo
X%%IPPLANDIR%%/locale/fr/LC_MESSAGES/messages.po
X%%IPPLANDIR%%/locale/it/LC_MESSAGES/messages.mo
X%%IPPLANDIR%%/locale/it/LC_MESSAGES/messages.po
X%%IPPLANDIR%%/locale/no/LC_MESSAGES/messages.mo
X%%IPPLANDIR%%/locale/no/LC_MESSAGES/messages.po
X%%IPPLANDIR%%/locale/pt/LC_MESSAGES/messages.mo
X%%IPPLANDIR%%/locale/pt/LC_MESSAGES/messages.po
X%%IPPLANDIR%%/messages.po
X%%IPPLANDIR%%/schema.php
X%%IPPLANDIR%%/templates/swip_reassign-simple-modify3.0.xsl
X%%IPPLANDIR%%/templates/swip_reassign-simple-new3.0.xsl
X%%IPPLANDIR%%/templates/swip_reassign-simple-remove3.0.xsl
X%%IPPLANDIR%%/templates/swip_wdb1.4_delete.xsl
X%%IPPLANDIR%%/templates/swip_wdb1.4_modify.xsl
X%%IPPLANDIR%%/templates/swip_wdb1.4_new.xsl
X%%IPPLANDIR%%/user/createarea.php
X%%IPPLANDIR%%/user/createrange.php
X%%IPPLANDIR%%/user/createsubnet.php
X%%IPPLANDIR%%/user/createsubnetform.php
X%%IPPLANDIR%%/user/deletearea.php
X%%IPPLANDIR%%/user/deletecustomer.php
X%%IPPLANDIR%%/user/deleterange.php
X%%IPPLANDIR%%/user/displaybase.php
X%%IPPLANDIR%%/user/displaybaseform.php
X%%IPPLANDIR%%/user/displaycustomerform.php
X%%IPPLANDIR%%/user/displayoverlap.php
X%%IPPLANDIR%%/user/displayoverlapform.php
X%%IPPLANDIR%%/user/displayrouter.php
X%%IPPLANDIR%%/user/displayrouterform.php
X%%IPPLANDIR%%/user/displaysubnet.php
X%%IPPLANDIR%%/user/displayswip.php
X%%IPPLANDIR%%/user/displayswipform.php
X%%IPPLANDIR%%/user/dns.php
X%%IPPLANDIR%%/user/emailswip.php
X%%IPPLANDIR%%/user/findfree.php
X%%IPPLANDIR%%/user/findfreeform.php
X%%IPPLANDIR%%/user/iptemplate.xml
X%%IPPLANDIR%%/user/iptemplate.xml.sample
X%%IPPLANDIR%%/user/logout.php
X%%IPPLANDIR%%/user/modifyarearange.php
X%%IPPLANDIR%%/user/modifyarearangeform.php
X%%IPPLANDIR%%/user/modifybase.php
X%%IPPLANDIR%%/user/modifybaseform.php
X%%IPPLANDIR%%/user/modifycustomer.php
X%%IPPLANDIR%%/user/modifydns.php
X%%IPPLANDIR%%/user/modifydnsform.php
X%%IPPLANDIR%%/user/modifydnsrecord.php
X%%IPPLANDIR%%/user/modifydnsrecordform.php
X%%IPPLANDIR%%/user/modifyipform.php
X%%IPPLANDIR%%/user/modifyipformmul.php
X%%IPPLANDIR%%/user/modifysubnet.php
X%%IPPLANDIR%%/user/modifyzone.php
X%%IPPLANDIR%%/user/modifyzoneform.php
X%%IPPLANDIR%%/user/ping.php
X%%IPPLANDIR%%/user/searchall.php
X%%IPPLANDIR%%/user/searchallform.php
X%%IPPLANDIR%%/user/swiplib.php
X%%IPPLANDIR%%/user/traceroute.php
X%%IPPLANDIR%%/user/whois.php
X%%IPPLANDIR%%/user/whoisclass.php
X%%IPPLANDIR%%/xmllib.php
X@dirrm %%IPPLANDIR%%/admin
X@dirrm %%IPPLANDIR%%/adodb/contrib
X@dirrm %%IPPLANDIR%%/adodb/cute_icons_for_site
X@dirrm %%IPPLANDIR%%/adodb/datadict
X@dirrm %%IPPLANDIR%%/adodb/docs
X@dirrm %%IPPLANDIR%%/adodb/drivers
X@dirrm %%IPPLANDIR%%/adodb/lang
X@dirrm %%IPPLANDIR%%/adodb/pear/Auth/Container
X@dirrm %%IPPLANDIR%%/adodb/pear/Auth
X@dirrm %%IPPLANDIR%%/adodb/pear
X@dirrm %%IPPLANDIR%%/adodb/perf
X@dirrm %%IPPLANDIR%%/adodb/session/old
X@dirrm %%IPPLANDIR%%/adodb/session
X@dirrm %%IPPLANDIR%%/adodb/tests
X@dirrm %%IPPLANDIR%%/adodb/xsl
X@dirrm %%IPPLANDIR%%/adodb
X@dirrm %%IPPLANDIR%%/contrib
X@dirrm %%IPPLANDIR%%/layout
X@dirrm %%IPPLANDIR%%/locale/de/LC_MESSAGES
X@dirrm %%IPPLANDIR%%/locale/de
X@dirrm %%IPPLANDIR%%/locale/es/LC_MESSAGES
X@dirrm %%IPPLANDIR%%/locale/es
X@dirrm %%IPPLANDIR%%/locale/fr/LC_MESSAGES
X@dirrm %%IPPLANDIR%%/locale/fr
X@dirrm %%IPPLANDIR%%/locale/it/LC_MESSAGES
X@dirrm %%IPPLANDIR%%/locale/it
X@dirrm %%IPPLANDIR%%/locale/no/LC_MESSAGES
X@dirrm %%IPPLANDIR%%/locale/no
X@dirrm %%IPPLANDIR%%/locale/pt/LC_MESSAGES
X@dirrm %%IPPLANDIR%%/locale/pt
X@dirrm %%IPPLANDIR%%/locale
X@dirrm %%IPPLANDIR%%/templates
X@dirrm %%IPPLANDIR%%/user
X@dirrm %%IPPLANDIR%%
END-of-ipplan/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Dec 22 05:32:50 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74621 
>Unformatted:
