aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Switch
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.16Philip M. Gollucci2010-01-092-4/+4
| | | | | | | | | PR: ports/141591 Approved by: maintainer timeout (tobez@FreeBSD.org; 25 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=247474
* Update to 2.15.Anton Berezin2009-10-202-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Switch/Changes Notes: svn path=/head/; revision=243104
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-8/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 2.14.Anton Berezin2009-01-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Switch/Changes Notes: svn path=/head/; revision=225544
* Fix a 7.5-years old (!) dependency bug uncovered by a change in [bogus]Anton Berezin2008-11-281-3/+10
| | | | | | | | | | dependency. This snafu of mine actually predates my getting a commit bit. Bump PORTREVISION. Reported by: QAT bot Notes: svn path=/head/; revision=223502
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+2
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 2.13.Anton Berezin2007-02-272-4/+4
| | | | Notes: svn path=/head/; revision=186106
* Update to 2.12.Anton Berezin2006-12-132-4/+4
| | | | Notes: svn path=/head/; revision=179665
* Update to 2.11.Anton Berezin2006-11-282-4/+4
| | | | Notes: svn path=/head/; revision=178164
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 2.10.Anton Berezin2004-10-132-4/+4
| | | | Notes: svn path=/head/; revision=119188
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* utilize SITE_PERLYing-Chieh Liao2003-10-242-6/+5
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 2.09.Anton Berezin2002-06-132-2/+2
| | | | Notes: svn path=/head/; revision=61226
* Update to 2.07.Anton Berezin2002-06-022-2/+2
| | | | Notes: svn path=/head/; revision=60497
* Update to 2.06.Anton Berezin2001-11-182-2/+2
| | | | Notes: svn path=/head/; revision=50194
* Update to 2.05 and add WWW.Anton Berezin2001-09-033-4/+6
| | | | Notes: svn path=/head/; revision=47364
* Upgrade lang/p5-Switch to 2.04.Anton Berezin2001-08-033-3/+2
| | | | Notes: svn path=/head/; revision=45783
* Updated MAINTAINER to my new committer email address.Anton Berezin2001-06-122-2/+2
| | | | | | | | | Do the same for pkg-descr files. Approved by: markm Notes: svn path=/head/; revision=43917
* upgrade to 2.03Ying-Chieh Liao2001-05-192-3/+4
| | | | | | | | PR: 27413 Submitted by: maintainer Notes: svn path=/head/; revision=42752
* Switch.pm provides the syntax and semantics for an explicit caseJosef Karthauser2001-04-285-0/+40
mechanism for Perl. The syntax is minimal, introducing only the keywords switch and case and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. PR: ports/26875 Notes: svn path=/head/; revision=42006