summaryrefslogtreecommitdiffstats
path: root/archivers/p5-IO-Zlib
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-261-3/+3
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* - Add some NO_ARCH'esamdmi32015-08-261-0/+1
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.mat2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-2/+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
* Clean up plistbapt2014-10-191-3/+0
|
* Support stagebapt2014-01-042-2/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+1
| | | | archivers)
* - convert to the new perl5 frameworkaz2013-09-061-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-8/+1
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-131-1/+8
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* - Get Rid MD5 supportmiwi2011-03-181-1/+0
| | | | With hat: portmgr (myself)
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-4/+9
| | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-221-7/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* Upgrade to 1.10.kuriyama2009-07-152-6/+6
|
* - Use CPAN macro.kuriyama2008-03-271-2/+2
| | | | | PR: ports/121993 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
* - Upgrade to 1.09.kuriyama2008-02-132-4/+4
| | | | | PR: ports/120011, ports/120387, ports/120617 Submitted by: leeym, Felippe de Meirelles Motta <lippemail@gmail.com>, ismail yenigul <ismail@enderunix.org>
* - Update to 1.07leeym2007-09-132-6/+12
| | | | | | PR: 115663 Submitted by: leeym Approved by: maintainer timeout
* - Upgrade to 1.05.kuriyama2007-03-082-5/+4
| | | | | | PR: ports/110056 Submitted by: Steven Kreuzer<skreuzer@f2o.org> Committed from: AsiaBSDCon Registration Desk
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-2/+2
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* search.cpan.org redirect reduction canonicalization project, pass 1: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
* Add a patch to work around on 4-stable (perl-5.00503's Fcntl.pm doeskuriyama2005-02-132-0/+12
| | | | | | | | | not export SEEK_SET symbol). Doing "make test" on 4-stable will fail because perl-5.005 does not support EOF method in TIE HANDLE. Submitted by: lth
* Update to 1.04.kuriyama2005-01-112-3/+3
|
* SIZEify.kuriyama2004-03-181-0/+1
| | | | Submitted by: trevor
* utilize SITE_PERLijliao2003-10-242-8/+7
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* IO:: style interface to Compress::Zlib.kuriyama2002-02-155-0/+39
OpenPOWER on IntegriCloud