Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111389112
D35031.id105375.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D35031.id105375.diff
View Options
Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -6302,6 +6302,7 @@
SUBDIR += rubygem-ditz
SUBDIR += rubygem-diva
SUBDIR += rubygem-docile
+ SUBDIR += rubygem-docopt
SUBDIR += rubygem-drb
SUBDIR += rubygem-dry-configurable
SUBDIR += rubygem-dry-container
Index: devel/rubygem-docopt/Makefile
===================================================================
--- /dev/null
+++ devel/rubygem-docopt/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= docopt
+DISTVERSION= 0.6.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= salvadore@FreeBSD.org
+COMMENT= Parse command line arguments based on nothing more than a usage message
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= rubygem-json>=1.6.5<2:devel/rubygem-json
+
+USES= gem python shebangfix
+
+PYTHON_NO_DEPENDS= yes
+
+USE_RUBY= yes
+
+SHEBANG_FILES= ${WRKSRC}/test/language_agnostic_tester.py
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: devel/rubygem-docopt/distinfo
===================================================================
--- /dev/null
+++ devel/rubygem-docopt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1650642167
+SHA256 (rubygem/docopt-0.6.1.gem) = 73f837ed376d015971712c17f7aafa021998b964b77d52997dcaff79d6727467
+SIZE (rubygem/docopt-0.6.1.gem) = 19456
Index: devel/rubygem-docopt/pkg-descr
===================================================================
--- /dev/null
+++ devel/rubygem-docopt/pkg-descr
@@ -0,0 +1,11 @@
+Rubygem implementation of docopt.
+
+Docopt helps you:
+- define an interface for your command-line app, and
+- automatically generate a parser for it.
+
+Docopt is based on conventions that have been used in help messages for decades
+and man pages for describing a program's interface. An interface description in
+docopt is such a help message, but formalized.
+
+WWW: https://github.com/docopt/docopt.rb
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 4, 4:16 AM (13 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16961458
Default Alt Text
D35031.id105375.diff (1 KB)
Attached To
Mode
D35031: devel/rubygem-docopt: Add new port
Attached
Detach File
Event Timeline
Log In to Comment