aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-Tar
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.04jadawin2015-01-052-4/+3
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Clean up plistbapt2014-10-201-4/+0
|
* - Update to 2.02jadawin2014-09-152-3/+3
|
* Remove quotes that surrounded entire _DESC strings.adamw2014-07-241-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Update to 2.00jadawin2014-06-162-3/+6
| | | | - Add license
* - Update to 1.96jadawin2013-10-313-6/+5
| | | | | | - Support STAGE Sponsored by: OBS
* - Fix typosunpoet2013-09-201-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-7/+2
| | | | archivers)
* - convert to the new perl5 frameworkaz2013-09-161-1/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Update to 1.92jadawin2013-06-192-8/+4
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.92/CHANGES
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-182-20/+0
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Update to 1.90jadawin2012-09-112-3/+3
|
* - Remove SITE_PERL from *_DEPENDSjadawin2012-06-051-1/+1
| | | | Submitted by: az@
* - Update to 1.88jadawin2012-06-052-6/+9
| | | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.88/CHANGES - Convert to the new options framework
* - Update to 1.86jadawin2012-05-252-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.86/CHANGES
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-142-1/+23
| | | | | | | | | 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-092-23/+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
* - Update to 1.84jadawin2012-03-052-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.84/CHANGES
* - Update to 1.82jadawin2011-11-222-3/+3
| | | | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.82/CHANGES Feature safe: yes
* - Update to 1.80jadawin2011-10-182-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.80/CHANGES
* - Update to 1.78jadawin2011-09-092-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.78/CHANGES
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-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
* - Update to 1.76jadawin2011-01-112-3/+4
| | | | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.76/CHANGES Feature safe: yes
* - Update to 1.74jadawin2010-12-282-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.74/CHANGES
* - Update to 1.72jadawin2010-11-192-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.72/CHANGES
* - Update to 1.70jadawin2010-11-162-5/+3
| | | | - Changelog: http://search.cpan.org/src/BINGOS/Archive-Tar-1.70/CHANGES
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-3/+4
| | | | | | 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
* - Update to 1.68jadawin2010-08-242-4/+4
| | | | | | | - Changelog: <http://search.cpan.org/dist/Archive-Tar/CHANGES> PR: ports/149877 Submitted by: Frederic Culot <frederic _AT_ culot.org>
* - Update to 1.66jadawin2010-07-272-4/+4
| | | | - Changelog: <http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.66/CHANGES>
* - Update to 1.64jadawin2010-07-152-4/+4
| | | | - Changelog: <http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.64/CHANGES>
* - Update to 1.62jadawin2010-06-292-4/+4
| | | | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.62/CHANGES Feature safe: yes
* - Update to 1.60jadawin2010-05-052-4/+4
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.60/CHANGES
* - Update to 1.56jadawin2010-02-042-4/+4
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.56/CHANGES
* - Update to 1.54jadawin2009-09-112-4/+4
| | | | - Changelog : http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.54/CHANGES
* - Update to 1.52jadawin2009-06-152-4/+4
|
* - Update to 1.48jadawin2009-04-232-4/+4
|
* Introduce Perl 5.10.0skv2009-03-292-3/+15
|
* - Update to 1.46jadawin2009-03-092-4/+4
|
* - Update to 1.44jadawin2009-01-222-5/+5
| | | | - Take maintainership
* - Update to 1.42jadawin2008-12-162-4/+4
|
* - update to 1.40leeym2008-10-182-8/+14
|
* - use CPAN macroleeym2008-02-261-3/+2
| | | | | - remove the modules which are in perl core list from dependency - bump PORTREVISION
* - Update to 1.38gabor2007-12-272-4/+4
|
* - Update to 1.36miwi2007-09-172-4/+4
|
* - Update to 1.34clsung2007-08-162-4/+4
|
* - Update to 1.32clsung2007-05-292-8/+4
|
* - Update to 1.31clsung2007-05-252-4/+4
| | | | | PR: ports/112965 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - update to 1.30clsung2006-08-022-5/+4
|
* - update to 1.29leeym2006-03-182-13/+5
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - update to 1.28clsung2006-01-202-5/+5
|
* - relocate Test::* to BUILD_DEPENDS only for non-Test::* modulesleeym2006-01-041-4/+24
| | | | | | | - add optional Text::Diff support for ptardiff - unbreak on old perl - bump PORTREVISION - assign to perl@
* - Add SHA256pav2005-11-241-0/+1
|
* Reset maintainer, does not respond to mails for 19 days. Since a fewehaupt2005-10-291-1/+1
| | | | | | | | | | | days his MTA also remains unresponsive [1]. [1] Unable to deliver to destination domain Failed to deliver to domain oven.org after 73 tries. The last error was: CantConnectToHost Approved by: portmgr (linimon)
* - Update to 1.26leeym2005-09-203-3/+4
| | | | | | PR: 85750 Submitted by: leeym Approved by: maintainer timeout
* - Update to 1.24leeym2005-07-292-4/+4
| | | | | | PR: 83544 Submitted by: leeym Approved by: maintainer timeout
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-10/+4
| | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
* Update to 1.23mat2004-12-292-4/+5
| | | | Timeout: almost a month
* Make p5-Test-Simple dependency conditional again which was removedkuriyama2004-08-231-2/+4
| | | | in r1.14 and added with forced-dependency in r1.15.
* - Update to 1.10vanilla2004-08-122-4/+5
| | | | | | | | - add dependency of Test-Simple PR: ports/69411 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Timeout by: maintainer (2 weeks)
* Update to 1.09mat2004-05-253-7/+4
| | | | Approved by: maintainer
* o Remove dependency on p5-Test-Simple for perl-5.8.kuriyama2004-04-151-3/+6
| | | | | | | o Depends on p5-IO-Zlib rather than p5-Compress-Zlib as described in Makefile.PL. No response from: maintainer
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-121-1/+1
| | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* Update to 1.08mat2004-01-132-2/+2
| | | | Approved by: maintainer
* Update to version 1.07.tom2003-10-212-2/+2
| | | | This update fixes a few bugs and adds a new feature.
* Update to 1.05mat2003-08-282-3/+2
| | | | Approved by: maintainer
* Update to 1.04mat2003-08-202-3/+3
| | | | | | PR: 55046 Submitted by: me Approved by: demon (mentor), maintainer timeout (> 3weeks)
* - Update to 1.03erwin2003-07-104-27/+31
| | | | | | | | - Add WWW PR: 54315 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Added dependency on devel/p5-Test-Simpleedwin2003-02-131-1/+3
| | | | Noticed by: bento
* Update: archivers/p5-Archive-Tar 0.22 -> 0.23edwin2003-02-053-3/+7
| | | | | | PR: ports/47612 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by: Roman Shterenzon <roman@xpert.com>
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0
|
* Use standard PERL_CONFIGURE=yes available in bsd.port.mk now.will2001-01-011-3/+1
|
* Add p5-Archive-Tar 0.22, a perl module for the creation and manipulationwill2000-12-195-0/+46
of tar files. PR: 22829 Submitted by: Roman Shterenzon <roman@xpert.com>