aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-07-08 02:43:54 +0800
committermiwi <miwi@FreeBSD.org>2009-07-08 02:43:54 +0800
commit3dc3670484da0ac77cb72d8fcf43935936c81236 (patch)
treea61298d7b78605eb3645b9250cc58543f0b7cb17
parent81ebcda2ef1bc6d8253c3812f92d58f4351e2b3f (diff)
downloadfreebsd-ports-gnome-3dc3670484da0ac77cb72d8fcf43935936c81236.tar.gz
freebsd-ports-gnome-3dc3670484da0ac77cb72d8fcf43935936c81236.tar.zst
freebsd-ports-gnome-3dc3670484da0ac77cb72d8fcf43935936c81236.zip
Woof (Web Offer One File) is a Python small webserver designed to serve one or
several times a file, then shutdown. Woof serves autogenerated archives, when a directory is specified. WWW: http://www.home.unix-ag.org/simon/woof.html PR: ports/136400 Submitted by: Dereckson <dereckson at gmail.com>
-rw-r--r--www/Makefile1
-rw-r--r--www/woof/Makefile26
-rw-r--r--www/woof/distinfo3
-rw-r--r--www/woof/pkg-descr6
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index a0fdce0b21b5..9f035d959c88 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1613,6 +1613,7 @@
SUBDIR += wnews
SUBDIR += woadaptor
SUBDIR += woadaptor-cgi
+ SUBDIR += woof
SUBDIR += wordpress
SUBDIR += wordpress-mu
SUBDIR += wsdlpull
diff --git a/www/woof/Makefile b/www/woof/Makefile
new file mode 100644
index 000000000000..4d1578996c21
--- /dev/null
+++ b/www/woof/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: woof
+# Date created: 7 July 2009
+# Whom: Dereckson <dereckson@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= woof
+PORTVERSION= 2009.02.27
+CATEGORIES= www
+MASTER_SITES= http://www.home.unix-ag.org/simon/
+DISTNAME= woof
+EXTRACT_SUFX=
+EXTRACT_ONLY=
+
+MAINTAINER= dereckson@gmail.com
+COMMENT= Web Offer One File, an ad-hoc single file webserver
+
+USE_PYTHON= yes
+NO_BUILD= #
+PLIST_FILES= bin/woof
+
+do-install:
+ ${INSTALL_DATA} ${DISTDIR}/woof ${PREFIX}/bin/woof
+
+.include <bsd.port.mk>
diff --git a/www/woof/distinfo b/www/woof/distinfo
new file mode 100644
index 000000000000..4185c7d2f1bd
--- /dev/null
+++ b/www/woof/distinfo
@@ -0,0 +1,3 @@
+MD5 (woof) = 87d71978789e3444c115048dd686d418
+SHA256 (woof) = ea4bcb6e01270fe7f53a79b19213cdfc97e347c6d82979e97904ca2d60b7f556
+SIZE (woof) = 14252
diff --git a/www/woof/pkg-descr b/www/woof/pkg-descr
new file mode 100644
index 000000000000..021ca5844f8b
--- /dev/null
+++ b/www/woof/pkg-descr
@@ -0,0 +1,6 @@
+Woof (Web Offer One File) is a Python small webserver designed to serve one or
+several times a file, then shutdown.
+
+Woof serves autogenerated archives, when a directory is specified.
+
+WWW: http://www.home.unix-ag.org/simon/woof.html