aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-POE-Filter-LZO
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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
* 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
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 1.72Sunpoet Po-Chuan Hsieh2017-02-222-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/POE-Filter-LZO/Changes Notes: svn path=/head/; revision=434605
* Use real PORTVERSIONSunpoet Po-Chuan Hsieh2017-02-051-3/+5
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=433359
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Add some NO_ARCH'esDmitry Marakasov2015-08-261-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=395329
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-241-1/+0
| | | | | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers). Notes: svn path=/head/; revision=390487
* 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
* Clean up plistBaptiste Daroussin2014-10-191-5/+0
| | | | Notes: svn path=/head/; revision=371222
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-282-3/+1
| | | | Notes: svn path=/head/; revision=328604
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 1.7.0.Mathieu Arnold2013-06-052-3/+3
| | | | Notes: svn path=/head/; revision=319960
* Cleanup archives/p5-POE-Filter-* ports a bit:Alexey Dokuchaev2012-12-181-8/+3
| | | | | | | | | - Switch to modern two-line Makefile header - Drop indefinite article from COMMENT line - Consistently set BUILD_DEPENDS and RUN_DEPENDS Notes: svn path=/head/; revision=309147
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+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
* - Make dependencies on archivers/p5-Compress-LZO and devel/p5-POE buildSteve Wills2011-05-191-0/+2
| | | | | | | dependencies to silence build warnings Notes: svn path=/head/; revision=274289
* Fix fetch issue.Andrej Zverev2011-02-262-1/+1
| | | | Notes: svn path=/head/; revision=269822
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 1.6.8Cheng-Lung Sung2008-07-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/POE-Filter-LZO/Changes Notes: svn path=/head/; revision=217730
* - update to 1.66Yen-Ming Lee2008-03-112-7/+6
| | | | | | | | Submitted by: leeym Approved by: clsung Notes: svn path=/head/; revision=208793
* - Update to 1.6.4 (1.64)Cheng-Lung Sung2008-01-052-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/POE-Filter-LZO/Changes Notes: svn path=/head/; revision=205052
* - Update to 1.6.2Cheng-Lung Sung2007-08-072-4/+4
| | | | Notes: svn path=/head/; revision=197249
* - Update to 1.6.1Cheng-Lung Sung2007-02-272-4/+4
| | | | Notes: svn path=/head/; revision=186129
* - Update to 1.60Cheng-Lung Sung2007-02-052-4/+5
| | | | Notes: svn path=/head/; revision=184237
* Add p5-POE-Filter-LZO 1.5, a POE filter wrapped around Compress::LZO.Cheng-Lung Sung2006-09-274-0/+42
PR: ports/103098 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=173960