aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-LZW
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
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Add some NO_ARCH'esDmitry Marakasov2015-08-101-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393904
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-3/+3
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Fix DEPENDSAntoine Brodin2015-02-141-1/+1
| | | | Notes: svn path=/head/; revision=379024
* - Update to 0.04Frederic Culot2015-02-132-7/+7
| | | | | | | Changes: http://search.cpan.org/dist/Compress-LZW/Changes Notes: svn path=/head/; revision=378935
* 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-4/+0
| | | | Notes: svn path=/head/; revision=371222
* - Update to 0.03Philippe Audeoud2014-02-072-3/+3
| | | | Notes: svn path=/head/; revision=343276
* - Update to 0.02Sunpoet Po-Chuan Hsieh2014-01-203-9/+17
| | | | | | | | | - Add LICENSE Changes: https://github.com/merrilymeredith/p5-Compress-LZW/commits/master Notes: svn path=/head/; revision=340430
* Support stage.Vanilla I. Shu2013-09-252-4/+2
| | | | Notes: svn path=/head/; revision=328274
* 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
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-251-6/+3
| | | | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header - pass maintainership to @perl Information: wiki@ PortsLongtermTargets Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=323639
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - 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
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-10/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - unbreak under old perlYen-Ming Lee2006-09-121-2/+12
| | | | | | | | | | | | - bump PORTREVISION - reset MAINTAINER PR: 103174 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=172855
* - Fix buildCheng-Lung Sung2006-08-071-0/+3
| | | | | | | | PR: ports/101542 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=169904
* Add p5-Compress-LZW 0.01, pure perl implementation of LZW.Cheng-Lung Sung2006-07-284-0/+37
PR: ports/100950 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168917