summaryrefslogtreecommitdiffstats
path: root/net/netscript
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-30 13:25:41 +0000
committerijliao <ijliao@FreeBSD.org>2001-05-30 13:25:41 +0000
commit1f1e718eaf1ce591f8d4b084ea8b3c5f29a3db14 (patch)
tree10bc9656d2fca70bf0ca3e34d21057e2d627f2d0 /net/netscript
parent6ddd4aeae8c011f8224d8b1aa63bcaff48af87dd (diff)
downloadFreeBSD-ports-1f1e718eaf1ce591f8d4b084ea8b3c5f29a3db14.zip
FreeBSD-ports-1f1e718eaf1ce591f8d4b084ea8b3c5f29a3db14.tar.gz
add netscript
(portable/multi-platform) lightweight tcp socket scripting
Diffstat (limited to 'net/netscript')
-rw-r--r--net/netscript/Makefile25
-rw-r--r--net/netscript/distinfo1
-rw-r--r--net/netscript/pkg-comment1
-rw-r--r--net/netscript/pkg-descr13
-rw-r--r--net/netscript/pkg-plist11
5 files changed, 51 insertions, 0 deletions
diff --git a/net/netscript/Makefile b/net/netscript/Makefile
new file mode 100644
index 0000000..07a4405
--- /dev/null
+++ b/net/netscript/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# New ports collection makefile for: netscript
+# Date created: May 30, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= netscript
+PORTVERSION= 1.6.0
+CATEGORIES= net
+MASTER_SITES= http://www.realhalo.org/netscript/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ijliao@FreeBSD.org
+
+ALL_TARGET= bsd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/netscript ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/examples/netscript
+ (cd ${WRKSRC}/examples ; \
+ ${INSTALL_DATA} * ${PREFIX}/share/examples/netscript)
+
+.include <bsd.port.mk>
diff --git a/net/netscript/distinfo b/net/netscript/distinfo
new file mode 100644
index 0000000..cbc0025
--- /dev/null
+++ b/net/netscript/distinfo
@@ -0,0 +1 @@
+MD5 (netscript-1.6.0.tgz) = 2376df4d995909b2205ab2f89ce67dbf
diff --git a/net/netscript/pkg-comment b/net/netscript/pkg-comment
new file mode 100644
index 0000000..4271f8d
--- /dev/null
+++ b/net/netscript/pkg-comment
@@ -0,0 +1 @@
+(portable/multi-platform) lightweight tcp socket scripting
diff --git a/net/netscript/pkg-descr b/net/netscript/pkg-descr
new file mode 100644
index 0000000..663a762
--- /dev/null
+++ b/net/netscript/pkg-descr
@@ -0,0 +1,13 @@
+ __ _ __
+ _ __ ___| /_ ___ ___ _ __(_)_ __ | /_ (portable/multi-platform) lightwei-
+| '_ \./ _ \ __/ __)/ __| '__| | '_ \| __) ght tcp socket scripting. intende-
+| | | | ._/ |_(__ \ (__| | | | |_) ) |_ d for (non-)experienced persons to
+|_| |_|\___|\__|___/\___|_| |_| .__/ \__) be able to use to automate situati-
+[TCP socket scripting program] |_| [1.6.0] ons, built on a word-to-word rules-
+ et response system. includes wild-
+card support, character replacement, random replacement, argument inclusion,
+server timeout, initial send, display altering, multiple character dump forma-
+ts, telnet protocol support, logging, program to socket dumping, executable
+ruleset support, reverse binding, and module support among other things.
+
+WWW: http://netscript.sourceforge.net/
diff --git a/net/netscript/pkg-plist b/net/netscript/pkg-plist
new file mode 100644
index 0000000..7e2668d
--- /dev/null
+++ b/net/netscript/pkg-plist
@@ -0,0 +1,11 @@
+bin/netscript
+share/examples/netscript/README
+share/examples/netscript/binddump.ruleset
+share/examples/netscript/dictd.ruleset
+share/examples/netscript/ftpd.ruleset
+share/examples/netscript/httpd.ruleset
+share/examples/netscript/ircd.ruleset
+share/examples/netscript/pop3d.ruleset
+share/examples/netscript/smtpd.ruleset
+share/examples/netscript/telnetd.ruleset
+@dirrm share/examples/netscript
OpenPOWER on IntegriCloud