aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Switch
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536768
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Regenerate with 'make makepatch'.Dag-Erling Smørgrav2018-09-101-2/+2
| | | | Notes: svn path=/head/; revision=479396
* Reassign all of tobez@'s p5 ports to perl@.Dag-Erling Smørgrav2018-09-101-1/+1
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=479390
* - Add LICENSEDmitry Marakasov2018-06-151-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=472437
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371587
* Update to 2.17 andAnton Berezin2014-08-013-4/+19
| | | | | | | | | | apply a patch to fix interaction with modern Filter.pm. PR: 191730 Submitted by: Ting-Wei Lan Notes: svn path=/head/; revision=363704
* - add stage supportAndrej Zverev2014-01-292-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341765
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Convert to new perl frameworkAndrej Zverev2013-08-051-6/+3
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-202-2/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - 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