This module aims to provide a nicer syntax and method to catch errors in Perl, similar to what is found in other languages (such as Java, Python or C++). The standard method of using eval {}; if ($@) {} is often prone to subtle bugs, primarily that its far too easy to stomp on the error in error handlers. And also eval/if isn't the nicest idiom. WWW: https://metacpan.org/module/TryCatch ps://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.ruby.mk
Commit message (Expand)AuthorAgeFilesLines
* Propagate RUBY_VER and RUBY_R through DEPENDS_ARGS.knu2004-05-231-0/+2
* Update lang/ruby18 and the bundled modules to the latest 1.8 branchknu2004-05-031-4/+4
* Update lang/ruby16 to the latest snapshot as of 2004-04-16, whichknu2004-04-181-2/+3
* Add utility variables for ruby-iconv.knu2004-03-231-3/+29
* Change the default version of ruby to 1.8 for i386 as well, finally.knu2004-02-271-23/+15
* Update lang/ruby18 to the 1.8.1 final release. Merry Christmas!knu2003-12-251-2/+2
* Update lang/ruby18 to 1.8.1.p4.knu2003-12-221-2/+2
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.knu2003-12-151-7/+7
* Set the configure target properly and unbreak packaging for amd64.knu2003-11-241-3/+3
* Update lang/ruby16 to the latest snapshot as of 2003-10-15.knu2003-11-011-2/+3
* Update the ruby 1.8 feature list for the new ruby16-shim-18.knu2003-11-011-0/+9
* Update lang/ruby18 to 1.8.1-preview2.knu2003-10-311-5/+5
* Update lang/ruby18 to the latest snapshot as of 2003-09-09.knu2003-09-101-2/+2
* Fix the problem that RUBY_WITH_PTHREAD is unwantedly nullified for theknu2003-08-221-1/+3
* Nullify RUBY_WITH_PTHREAD for FreeBSD 5.1-RELEASE and later.knu2003-08-211-0/+4
* Add RUBY18_ONLY to PLIST_SUB.knu2003-08-181-0/+6
* Oops, I forgot to commit this one.knu2003-08-071-2/+3
* Set the default version of ruby to 1.8 on amd64.knu2003-08-051-1/+1
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andknu2003-08-041-4/+4
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyknu2003-06-261-2/+2
* Update lang/ruby-devel to 1.8.0-preview3.knu2003-06-231-3/+3
* Add the ruby dependency to EXTRACT_DEPENDS and PATCH_DEPENDS as wellknu2003-05-141-0/+2
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2003-04-191-5/+7
* ruby-testunit and ruby-runit are now part of ruby 1.8. Do not addknu2003-03-111-0/+2
* Update lang/ruby-devel to 1.8.0-preview2.knu2003-03-041-4/+3
* lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too.knu2003-02-101-0/+3
* Update lang/ruby-devel to the latest snapshot as of 2003.01.28.knu2003-01-291-2/+3
* Update lang/ruby to the latest snapshot as of 2003-01-19, and Oniknu2003-01-251-2/+2
* Correct the definition of RUBY_PORT when RUBY_DEFAULT_VER=1.8 andknu2003-01-241-1/+1
* Set RUBY_DEFAULT_VER to 1.8 on alpha, sparc64 and ia64. Ruby 1.6 hasknu2003-01-111-8/+7
* Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,knu2003-01-111-2/+2
* Turn RUBY_NO_RD_HTML on by default on i386 also and add a RUBY_RD_HTMLknu2002-12-281-2/+8
* lang/ruby:knu2002-12-251-15/+19
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toknu2002-12-121-4/+7
* Rd2 coredumps also on sparc64, so apply RUBY_NO_RD_HTML to sparc64 asknu2002-12-081-3/+3
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-071-10/+24
* Add a new utility variable: RUBY_RD_FILES.knu2002-11-221-0/+23
* Update lang/ruby-devel to the latest snapshot as of 2002-11-22.knu2002-11-221-2/+2
* Update lang/ruby-devel to the latest snapshot as of 2002-11-14.knu2002-11-141-2/+2
* Update lang/ruby to 1.6.8-preview2.knu2002-11-091-2/+2
* Update lang/ruby to 1.6.8-preview1.knu2002-11-061-3/+4
* Update lang/ruby-devel to the latest snapshot as of 2002-10-30.knu2002-11-031-2/+2
* Define DEPEND_RUBY_RDOC properly.knu2002-10-251-1/+1
* Add RUBY_MODNAME, RUBY_MODDOCDIR and RUBY_MODEXAMPLESDIR.knu2002-10-071-0/+10
* Rename USE_RUBY_RD to USE_RUBY_RDTOOL, RUBY_RD to RUBY_RD2,knu2002-10-071-10/+29
* Ruby 1.7 on alpha does not coredump running Racc.knu2002-10-061-1/+1
* http://www.iDaemons.org/distfiles/ -> ftp://ftp.iDaemons.org/pub/distfiles/knu2002-10-051-1/+1
* Set NOPORTDOCS in the USE_RUBY_RD case on alpha, because it is causingkris2002-10-051-0/+4
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichknu2002-09-271-4/+3
* Reroll a stable snapshot tarball as of 2002-09-12 for lang/rubyknu2002-09-251-6/+2
* - Define RUBY_SHIM18_PORT and DEPEND_RUBY_SHIM18.knu2002-09-211-0/+26
* Update lang/ruby-devel to the latset snapshot as of 2002.09.20.knu2002-09-211-2/+3
* Update lang/ruby-devel to the snapshot as of 2002-09-17.knu2002-09-181-2/+2
* Add my iDaemons.org site to MASTER_SITE_BACKUP on which I startedknu2002-09-121-0/+3
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2002-09-121-5/+6
* Set --target="${RUBY_ARCH}" --program-prefix="" to CONFIGURE_ARGS andknu2002-07-181-1/+3
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-07-151-6/+6
* Use {CONFIGURE,BUILD,INSTALL}_WRKSRC where appropriate.knu2002-07-081-7/+7