aboutsummaryrefslogtreecommitdiff
path: root/net/p5-File-RsyncP
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.74Lars Thegler2015-02-172-4/+3
| | | | Notes: svn path=/head/; revision=379154
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-15/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-2/+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 Notes: svn path=/head/; revision=357300
* - stage supportAndrej Zverev2014-01-052-6/+4
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338808
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkAndrej Zverev2013-08-071-1/+2
| | | | | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer) Notes: svn path=/head/; revision=324352
* - mark port as JOBS_UNSAFELars Thegler2012-03-071-0/+2
| | | | | | | | PR: ports/165778 Submitted by: swills Notes: svn path=/head/; revision=292892
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 0.70Lars Thegler2010-07-312-6/+5
| | | | Notes: svn path=/head/; revision=258547
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-241-4/+1
| | | | | | | | | (part 4). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248459
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-9/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.68Lars Thegler2006-11-222-4/+4
| | | | Notes: svn path=/head/; revision=177828
* Update to 0.66Lars Thegler2006-11-162-4/+4
| | | | Notes: svn path=/head/; revision=177401
* Fix case of man fileLars Thegler2006-09-071-1/+1
| | | | | | | | PR: ports/102965 Submitted by: Johan Strom <johan@stromnet.org> Notes: svn path=/head/; revision=172469
* Update to 0.64Lars Thegler2006-09-062-12/+11
| | | | | | | | PR: ports/101103 [1], ports/101160 [2] Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> [1], Gea-Suan Lin <gslin@gslin.org> [2] Notes: svn path=/head/; revision=172398
* Update to 0.62. Now requires perl from ports.Lars Thegler2006-07-142-14/+11
| | | | | | | | PR: ports/100163 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=167824
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill 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 Notes: svn path=/head/; revision=143304
* Change of email address.Lars Thegler2004-06-011-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=110600
* Update to 0.52.Lars Thegler2004-05-312-3/+3
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=110543
* Update to 0.51Erwin Lansing2004-05-242-3/+3
| | | | | | | | PR: 67097 Submitted by: maintainer Notes: svn path=/head/; revision=109833
* Update to 0.50.Kevin Lo2004-03-302-3/+3
| | | | | | | | RP: ports/64905 Submitted by: MAINTAINER Notes: svn path=/head/; revision=105666
* Update to 0.47.Vanilla I. Shu2004-03-212-3/+3
| | | | | | | | PR: ports/64520 Submitted by: maintainer Notes: svn path=/head/; revision=104790
* - Update to 0.46Erwin Lansing2004-02-228-174/+15
| | | | | | | | | | - Make PREFIX-clean under perl 5.005_03 PR: 63242 Submitted by: maintainer Notes: svn path=/head/; revision=101755
* Add p5-File-RsyncP 0.44, perl Rsync client.Anton Berezin2004-01-1210-0/+223
PR: 61240 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=97990