summaryrefslogtreecommitdiff
path: root/net/neat
diff options
context:
space:
mode:
authorrh <rh>2001-05-14 18:05:12 +0000
committerrh <rh>2001-05-14 18:05:12 +0000
commit62c9f47423077851220ef978051e496ae24e09e1 (patch)
tree533b0f41b62a5649c7698da5c56e6661fb059038 /net/neat
parent8049683da9cd5328fd59a4881129ff4227c8650b (diff)
downloadpkgsrc-62c9f47423077851220ef978051e496ae24e09e1.tar.gz
Initial import of neat-4.6, the Netsaint Easy Administration Tools, a set
of Web administration scripts for NetSaint.
Diffstat (limited to 'net/neat')
-rw-r--r--net/neat/Makefile44
-rw-r--r--net/neat/distinfo4
-rw-r--r--net/neat/pkg/DESCR6
-rw-r--r--net/neat/pkg/PLIST14
4 files changed, 68 insertions, 0 deletions
diff --git a/net/neat/Makefile b/net/neat/Makefile
new file mode 100644
index 00000000000..fefc35c7ea3
--- /dev/null
+++ b/net/neat/Makefile
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 18:05:12 rh Exp $
+#
+
+DISTNAME= neatv4.6
+PKGNAME= ${DISTNAME:S/v/-/}
+WRKSRC= ${WRKDIR}/neat4
+CATEGORIES= net
+MASTER_SITES= ftp://netsaint.sourceforge.net/pub/netsaint/contrib/addons/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.netsaint.org/
+COMMENT= Netsaint Easy Administration Tool
+
+DEPENDS+= netsaint-base>=0.0.6:../../net/netsaint-base
+
+USE_PERL5= YES
+NO_BUILD= YES
+
+do-configure:
+.for FILE in neat.cgi neat4.options
+ ${CP} ${WRKSRC}/${FILE} ${WRKSRC}/${FILE}.old
+ ${SED} -e 's|/usr/bin/perl|${PREFIX}/bin/perl|g' \
+ -e 's|/usr/local/netsaint/bin|${PREFIX}/bin|g' \
+ -e 's|/usr/local/netsaint/etc|${PREFIX}/etc/netsaint|g' \
+ -e 's|/usr/local/netsaint/neat4/neat4.options|${PREFIX}/etc/neat4.options|g' \
+ -e 's|/usr/local/netsaint/neat4|${PREFIX}/share/netsaint/neat4|g' \
+ < ${WRKSRC}/${FILE}.old > ${WRKSRC}/${FILE}
+.endfor
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/netsaint/neat4
+ ${INSTALL_DATA} ${WRKSRC}/0.6_entity_defs ${PREFIX}/share/netsaint/neat4/entity_defs
+.for FILE in 0.7_entity_defs deletion_rules ver_tags
+ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/netsaint/neat4
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/neat4.options ${PREFIX}/etc/neat4.options.sample
+ ${INSTALL_SCRIPT} ${WRKSRC}/neat.cgi ${PREFIX}/libexec/netsaint/cgi-bin
+ ${INSTALL_DATA} ${WRKSRC}/adminbar.gif ${PREFIX}/share/netsaint/images
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/neat4
+.for FILE in GPL README.txt revision_history
+ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/neat4
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/neat/distinfo b/net/neat/distinfo
new file mode 100644
index 00000000000..d2b2d616231
--- /dev/null
+++ b/net/neat/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/05/14 18:05:12 rh Exp $
+
+SHA1 (neatv4.6.tar.gz) = 13f121cdae0c41e480c67f6e98b4d711d67425fc
+Size (neatv4.6.tar.gz) = 27255 bytes
diff --git a/net/neat/pkg/DESCR b/net/neat/pkg/DESCR
new file mode 100644
index 00000000000..e66757185e4
--- /dev/null
+++ b/net/neat/pkg/DESCR
@@ -0,0 +1,6 @@
+ NEAT (Netsaint Easy Administration Tool) is a web administration
+interface for NetSaint written in Perl. Neat allows you to
+add, edit, and delete definitions in your host configuration file and
+restart NetSaint upon completion of the configuration changes.
+
+ This software does not require a database to store configuration data.
diff --git a/net/neat/pkg/PLIST b/net/neat/pkg/PLIST
new file mode 100644
index 00000000000..c78d8e4ad36
--- /dev/null
+++ b/net/neat/pkg/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 18:05:12 rh Exp $
+etc/neat4.options.sample
+libexec/netsaint/cgi-bin/neat.cgi
+share/doc/neat4/GPL
+share/doc/neat4/README.txt
+share/doc/neat4/revision_history
+share/netsaint/images/adminbar.gif
+share/netsaint/neat4/0.7_entity_defs
+share/netsaint/neat4/deletion_rules
+share/netsaint/neat4/entity_defs
+share/netsaint/neat4/ver_tags
+@dirrm share/netsaint/neat4
+@dirrm share/doc/neat4
+@dirrm libexec/neat4