Date: Tue, 06 Jan 2009 09:50:09 -0800 (PST) From: Dennis Herrmann <adox@mcx2.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/130240: [NEW PORT] devel/rubygem-trollop: A commandline option parser for Ruby that gets out of your way Message-ID: <496399d1.0aa5660a.32d4.ffffea13@mx.google.com> Resent-Message-ID: <200901061800.n06I09P8028651@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130240 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-trollop: A commandline option parser for Ruby that gets out of your way >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 06 18:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 7.1-RELEASE i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 7.1-RELEASE FreeBSD 7.1-RELEASE #3: Sat Jan 3 19:40:04 CET >Description: Trollop is a commandline option parser for Ruby that gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page (fit to your screen size!), robust option parsing, command subcompletion, and sensible defaults for everything you don't specify. WWW: http://trollop.rubyforge.org/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rubygem-trollop-1.10.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-trollop # rubygem-trollop/pkg-descr # rubygem-trollop/Makefile # rubygem-trollop/pkg-plist # rubygem-trollop/distinfo # echo c - rubygem-trollop mkdir -p rubygem-trollop > /dev/null 2>&1 echo x - rubygem-trollop/pkg-descr sed 's/^X//' >rubygem-trollop/pkg-descr << '39191ca136b820d1969561bfda68de9a' XTrollop is a commandline option parser for Ruby that gets out of your way. XOne line of code per option is all you need to write. For that, you get a Xnice automatically-generated help page (fit to your screen size!), robust Xoption parsing, command subcompletion, and sensible defaults for everything Xyou don't specify. X XWWW: http://trollop.rubyforge.org/ 39191ca136b820d1969561bfda68de9a echo x - rubygem-trollop/Makefile sed 's/^X//' >rubygem-trollop/Makefile << '1ac847bd52d6d8a3ce09b40b7cf9f3e5' X# New ports collection makefile for: rubygem-trollop X# Date created: 06/01/2009 X# Whom: Dennis Herrmann <adox@mcx2.org> X# X# $FreeBSD$ X# X XPORTNAME= trollop XPORTVERSION= 1.10.2 XCATEGORIES= devel rubygems XMASTER_SITES= RF/trollop X XMAINTAINER= adox@mcx2.org XCOMMENT= A commandline option parser for Ruby that gets out of your way X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XUSE_RAKE= yes X X.include <bsd.port.mk> 1ac847bd52d6d8a3ce09b40b7cf9f3e5 echo x - rubygem-trollop/pkg-plist sed 's/^X//' >rubygem-trollop/pkg-plist << 'e8d9cd585884ffe279d0af5af9ed55c3' X%%GEM_CACHE%% X%%GEM_SPEC%% X%%GEM_DOC_DIR%%/rdoc/rdoc-style.css X%%GEM_DOC_DIR%%/rdoc/files/lib/trollop_rb.html X%%GEM_DOC_DIR%%/rdoc/files/FAQ_txt.html X%%GEM_DOC_DIR%%/rdoc/files/History_txt.html X%%GEM_DOC_DIR%%/rdoc/files/Manifest_txt.html X%%GEM_DOC_DIR%%/rdoc/files/README_txt.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop.src/M000001.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop.src/M000002.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000003.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000004.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000005.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000006.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000008.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000009.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000010.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000011.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000012.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src/M000013.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/HelpNeeded.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/VersionNeeded.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop/CommandlineError.html X%%GEM_DOC_DIR%%/rdoc/classes/Trollop.html X%%GEM_DOC_DIR%%/rdoc/fr_file_index.html X%%GEM_DOC_DIR%%/rdoc/fr_class_index.html X%%GEM_DOC_DIR%%/rdoc/fr_method_index.html X%%GEM_DOC_DIR%%/rdoc/index.html X%%GEM_DOC_DIR%%/rdoc/created.rid X%%GEM_LIB_DIR%%/FAQ.txt X%%GEM_LIB_DIR%%/History.txt X%%GEM_LIB_DIR%%/Manifest.txt X%%GEM_LIB_DIR%%/README.txt X%%GEM_LIB_DIR%%/Rakefile X%%GEM_LIB_DIR%%/lib/trollop.rb X%%GEM_LIB_DIR%%/test/test_trollop.rb X@dirrmtry %%GEM_LIB_DIR%%/test X@dirrmtry %%GEM_LIB_DIR%%/lib X@dirrmtry %%GEM_LIB_DIR%% X@dirrmtry %%GEM_DOC_DIR%%/rdoc/files/lib X@dirrmtry %%GEM_DOC_DIR%%/rdoc/files X@dirrmtry %%GEM_DOC_DIR%%/rdoc/classes/Trollop/Parser.src X@dirrmtry %%GEM_DOC_DIR%%/rdoc/classes/Trollop.src X@dirrmtry %%GEM_DOC_DIR%%/rdoc/classes/Trollop X@dirrmtry %%GEM_DOC_DIR%%/rdoc/classes X@dirrmtry %%GEM_DOC_DIR%%/rdoc X@dirrmtry %%GEM_DOC_DIR%% e8d9cd585884ffe279d0af5af9ed55c3 echo x - rubygem-trollop/distinfo sed 's/^X//' >rubygem-trollop/distinfo << '91adc62c0e5f515082acc6da65a1edb7' XMD5 (rubygem/trollop-1.10.2.gem) = 02d53f41bd58f74047128be180455a65 XSHA256 (rubygem/trollop-1.10.2.gem) = 6bdd4b961f2ab74379aa6174221b110a479aa87d79f85ef2c3e09c48309f3d9b XSIZE (rubygem/trollop-1.10.2.gem) = 18432 91adc62c0e5f515082acc6da65a1edb7 exit --- rubygem-trollop-1.10.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?496399d1.0aa5660a.32d4.ffffea13>