aboutsummaryrefslogtreecommitdiff
path: root/www/woof
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-07 18:43:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-07 18:43:54 +0000
commite3f9547b29d604b04e8f282ef27e8b00fc06277e (patch)
tree1ea91c10d2c852f5fb8cef0c486974932dcc3dc0 /www/woof
parentf3a4a652604c6c2afdf68a568241e246fd5c2d2a (diff)
downloadports-e3f9547b29d604b04e8f282ef27e8b00fc06277e.tar.gz
ports-e3f9547b29d604b04e8f282ef27e8b00fc06277e.zip
Notes
Diffstat (limited to 'www/woof')
-rw-r--r--www/woof/Makefile26
-rw-r--r--www/woof/distinfo3
-rw-r--r--www/woof/pkg-descr6
3 files changed, 35 insertions, 0 deletions
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