Page MenuHomeDevCentral

D3540.diff
No OneTemporary

D3540.diff

diff --git a/www/wurf/Makefile b/www/wurf/Makefile
new file mode 100644
--- /dev/null
+++ b/www/wurf/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= wurf
+PORTVERSION= 1.0.0
+CATEGORIES= www
+
+MAINTAINER= dereckson@gmail.com
+COMMENT= Web Upload and Receive Files, an ad-hoc single file webserver
+WWW= https://agora.nasqueron.org/wurf
+
+LICENSE= GPLv2+
+
+USES= python shebangfix
+
+USE_GITHUB= yes
+GH_ACCOUNT= nasqueron
+GH_TAGNAME= v${PORTVERSION}
+
+NO_BUILD= yes
+SHEBANG_FILES= src/wurf.py
+PLIST_FILES= bin/wurf bin/woof share/man/man1/wurf.1.gz
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/wurf.py ${STAGEDIR}${PREFIX}/bin/wurf
+ @(cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s wurf woof)
+ ${INSTALL_MAN} ${WRKSRC}/doc/wurf.1 ${STAGEDIR}${PREFIX}/share/man/man1
+
+.include <bsd.port.mk>
diff --git a/www/wurf/distinfo b/www/wurf/distinfo
new file mode 100644
--- /dev/null
+++ b/www/wurf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1729345273
+SHA256 (nasqueron-wurf-1.0.0-v1.0.0_GH0.tar.gz) = 4b6ee8bb37a57966eaf3d062983ddc3b32ec2502317bef4db008b131e1f655dd
+SIZE (nasqueron-wurf-1.0.0-v1.0.0_GH0.tar.gz) = 9332
diff --git a/www/wurf/pkg-descr b/www/wurf/pkg-descr
new file mode 100644
--- /dev/null
+++ b/www/wurf/pkg-descr
@@ -0,0 +1,4 @@
+wurf (Web Upload and Receive Files) is a Python small webserver designed
+to serve one or several times a file, then shutdown.
+
+wurf serves autogenerated archives, when a directory is specified.

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 23, 16:23 (15 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2212104
Default Alt Text
D3540.diff (1 KB)

Event Timeline