Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764026
D3540.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3540.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 03:52 (13 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256874
Default Alt Text
D3540.diff (1 KB)
Attached To
Mode
D3540: New port: www/wurf
Attached
Detach File
Event Timeline
Log In to Comment