Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | |||||
* | onvert to UCL & cleanup pkg-message (categories l-m) | Mathieu Arnold | 2019-08-14 | 1 | -1/+6 |
| | |||||
* | Fix build with Perl 5.30+. | Mathieu Arnold | 2019-06-20 | 1 | -1/+1 |
| | | | | With hat: perl@ | ||||
* | - Fix trailing whitespace in pkg-messages | Dmitry Marakasov | 2016-05-19 | 1 | -1/+1 |
| | | | | Approved by: portmgr blanket | ||||
* | - Fix trailing whitespace in pkg-descrs, categories [g-n]* | Dmitry Marakasov | 2016-05-19 | 1 | -3/+3 |
| | | | | Approved by: portmgr blanket | ||||
* | Fix with Perl 5.20+ | Mathieu Arnold | 2015-04-13 | 1 | -1/+1 |
| | | | | | With hat: perl@ Sponsored by: Absolight | ||||
* | Change my non-FreeBSD MAINTAINER mail to bofh@ | Muhammad Moinur Rahman | 2014-12-24 | 1 | -1/+1 |
| | | | | Approved by: bapt | ||||
* | Change the way Perl modules are installed, update the default Perl to 5.18. | Mathieu Arnold | 2014-11-26 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Cleanup plist | Baptiste Daroussin | 2014-10-27 | 1 | -4/+0 |
| | |||||
* | Remove all the bootstrap files (.bs) from the plists. | Mathieu Arnold | 2014-06-10 | 1 | -1/+0 |
| | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight | ||||
* | - Add LICENSE | Sunpoet Po-Chuan Hsieh | 2014-05-09 | 1 | -3/+5 |
| | | | | | | | - Pass maintainership to submitter PR: ports/189334 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> | ||||
* | Release a few ports I don't use anymore. Unfortunately I don't have time to | Florian Smeets | 2014-03-12 | 1 | -1/+1 |
| | | | | maintain them properly currently. | ||||
* | - add stage support | Andrej Zverev | 2014-01-30 | 2 | -3/+2 |
| | | | | Approved by: portmgr (blanket infrastructure) | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-21 | 1 | -0/+1 |
| | | | | lang) | ||||
* | - convert to the new perl5 framework | Andrej Zverev | 2013-09-11 | 1 | -6/+3 |
| | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) | ||||
* | Build with Perl 5.12+ | Sergey Skvortsov | 2011-05-06 | 2 | -2/+1 |
| | |||||
* | - change MAINTAINER to my @FreeBSD.org address | Florian Smeets | 2010-12-28 | 1 | -1/+1 |
| | | | | Approved by: jadawin (mentor) | ||||
* | - Update maintainer email address flo@kasimir.com -> flo@smeets.im | Philip M. Gollucci | 2010-09-23 | 1 | -1/+1 |
| | | | | | PR: ports/150855 Submitted by: maintainer | ||||
* | - Mark MAKE_JOBS_UNSAFE=yes | Philip M. Gollucci | 2010-09-10 | 1 | -0/+2 |
| | | | | Reported by: P6 TB | ||||
* | Introduce Perl 5.10.0 | Sergey Skvortsov | 2009-03-29 | 1 | -1/+1 |
| | |||||
* | - Unbreak after strndup MFC | Martin Wilke | 2009-03-01 | 3 | -13/+34 |
| | | | | | | | - Pass maintainership to submitter PR: 132160 Submitted by: Florian Smeets <flo@kasimir.com> | ||||
* | Also mark broken on 7-stable after strndup MFC. | Mark Linimon | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Mark BROKEN on HEAD after the import of strndup(3). | Erwin Lansing | 2009-01-09 | 1 | -1/+7 |
| | | | | | | As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat | ||||
* | Fix build with gcc4 | Tilman Keskinoz | 2007-05-31 | 1 | -3/+11 |
| | |||||
* | - Add SHA256 | Pav Lucistnik | 2005-11-25 | 1 | -0/+1 |
| | |||||
* | Chase updated mastersite. | Mark Linimon | 2005-10-10 | 1 | -1/+1 |
| | |||||
* | Don't install unused perllocal.pod file. | Jun Kuriyama | 2005-01-26 | 1 | -0/+12 |
| | | | | Reported by: pointyhat via kris | ||||
* | - Introduce MASTER_SITE_OSSP | Pav Lucistnik | 2004-08-21 | 1 | -3/+2 |
| | | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> | ||||
* | Add size data. | Trevor Johnson | 2004-03-19 | 1 | -0/+1 |
| | |||||
* | Resign maintainership of the ports corresponding to software I developed | Ralf S. Engelschall | 2004-03-14 | 1 | -1/+1 |
| | | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports. | ||||
* | Fix patch | Mathieu Arnold | 2004-03-04 | 1 | -2/+2 |
| | | | | | Obtained from: kriss via bento Pointy Hat To: me | ||||
* | Fix build with perl 5.8.x | Mathieu Arnold | 2004-02-25 | 2 | -9/+12 |
| | | | | Remove BROKEN | ||||
* | BROKEN on 5.x: configure fails | Kris Kennaway | 2004-02-06 | 1 | -1/+7 |
| | |||||
* | utilize SITE_PERL | Ying-Chieh Liao | 2003-10-24 | 2 | -11/+10 |
| | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> | ||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | fix MASTER_SITES | Ralf S. Engelschall | 2002-12-08 | 1 | -3/+1 |
| | |||||
* | Make lang/p5-ePerl compiling again. | Edwin Groothuis | 2002-11-21 | 3 | -2/+40 |
| | | | | Seen on: bento | ||||
* | Remove do-configure section, use PERL_CONFIGURE now. | Vanilla I. Shu | 2001-03-01 | 2 | -6/+1 |
| | |||||
* | Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. | Will Andrews | 2000-06-17 | 2 | -4/+58 |
| | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> | ||||
* | Convert to the PORTNAME - PORTVERSION syntax. | David E. O'Brien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Yet more WWW: additions | Michael Haro | 1999-05-03 | 1 | -2/+1 |
| | |||||
* | Rewrite p5- module's PLIST for alpha. | Hidetoshi Shimokawa | 1999-01-11 | 1 | -10/+10 |
| | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami | ||||
* | Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball | Satoshi Asami | 1998-09-16 | 1 | -2/+2 |
| | | | | | | checks haven't missed anything. Submitted by: dima | ||||
* | Make this work with the new perl variables. | Justin M. Seger | 1998-08-23 | 2 | -12/+12 |
| | |||||
* | The first time I tried committing this set of manpage removals it got | Tim Vanderhoek | 1998-08-19 | 1 | -2/+0 |
| | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. | ||||
* | Upgrade to ePerl, Version 2.2.14 | Ralf S. Engelschall | 1998-08-02 | 2 | -5/+5 |
| | |||||
* | Upgrade to ePerl Version 2.2.13 | Ralf S. Engelschall | 1998-07-10 | 3 | -6/+6 |
| | |||||
* | - Upgrade to ePerl 2.2.12 | Ralf S. Engelschall | 1997-12-31 | 2 | -8/+8 |
| | | | | - Reorderd MASTER_SITES the same as in eperl port | ||||
* | - Upgrade to Embedded Perl (ePerl), Version 2.2.11 | Ralf S. Engelschall | 1997-12-30 | 3 | -5/+6 |
| | | | | - fixed PLIST: dir lib/perl5/site_perl/auto/Parse/ePerl/ was not removed. | ||||
* | Also upgraded to ePerl 2.2.10. | Ralf S. Engelschall | 1997-12-29 | 2 | -5/+5 |
| | |||||
* | - Upgrade to ePerl 2.2.9 | Ralf S. Engelschall | 1997-12-27 | 3 | -8/+7 |
| | | | | | - Removed version string from pkg/DESCR - Added official mirror site to MASTER_SITES | ||||
* | Tarballs have moved to subdir on FTP server. | Ralf S. Engelschall | 1997-12-09 | 1 | -2/+2 |
| | |||||
* | Upgrade to ePerl 2.2.8 | Ralf S. Engelschall | 1997-11-18 | 3 | -6/+6 |
| | |||||
* | Upgrade to ePerl 2.2.7 | Ralf S. Engelschall | 1997-11-08 | 2 | -5/+5 |
| | |||||
* | Upgrade to ePerl 2.2.6 | Ralf S. Engelschall | 1997-10-28 | 3 | -7/+7 |
| | |||||
* | Upgrade to ePerl 2.2.5 | Ralf S. Engelschall | 1997-09-03 | 3 | -7/+7 |
| | |||||
* | Upgrade to ePerl 2.2.4 | Ralf S. Engelschall | 1997-09-01 | 3 | -7/+7 |
| | |||||
* | Upgrade to ePerl 2.2.3 | Ralf S. Engelschall | 1997-08-21 | 3 | -7/+7 |
| | |||||
* | Upgrade to ePerl 2.2.2 | Ralf S. Engelschall | 1997-08-14 | 3 | -7/+7 |
| | |||||
* | Import of ePerl (Embedded Perl 5 Language) with its second face: | Ralf S. Engelschall | 1997-08-11 | 6 | -0/+72 |
The integrated Perl 5 Modules Parse::ePerl and Apache::ePerl. This is _NOT_ already installed by the port lang/eperl/ because lang/eperl is the port for the stand-alone ePerl while this port lang/p5-ePerl/ uses the other half of the hybrid distribution. Reviewed by: Andreas Klemm Submitted by: Ralf S. Engelschall |