aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-ProjectDocs
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2018-08-051-8/+1
| | | | Notes: svn path=/head/; revision=476450
* Update to 0.52Sunpoet Po-Chuan Hsieh2018-07-292-6/+6
| | | | | | | Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md Notes: svn path=/head/; revision=475816
* 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
* Update to 0.51Sunpoet Po-Chuan Hsieh2018-02-212-4/+4
| | | | | | | Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md Notes: svn path=/head/; revision=462514
* Update to 0.50Sunpoet Po-Chuan Hsieh2018-01-112-4/+4
| | | | | | | Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md Notes: svn path=/head/; revision=458770
* Update to 0.49Sunpoet Po-Chuan Hsieh2017-09-212-7/+6
| | | | | | | Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md Notes: svn path=/head/; revision=450284
* 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 0.48Sunpoet Po-Chuan Hsieh2017-04-273-8/+15
| | | | | | | Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md Notes: svn path=/head/; revision=439530
* - Update to 0.45Sunpoet Po-Chuan Hsieh2016-11-193-7/+10
| | | | | | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes Notes: svn path=/head/; revision=426508
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-072-14/+7
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-8/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309066
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-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 Notes: svn path=/head/; revision=292977
* - Update to 0.40Sunpoet Po-Chuan Hsieh2011-09-012-6/+18
| | | | | | | Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes Notes: svn path=/head/; revision=280963
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - update to 0.39Yen-Ming Lee2010-10-292-12/+12
| | | | Notes: svn path=/head/; revision=263715
* Update to 0.38. Assign maintainer to perl@.Anton Berezin2010-03-102-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes Notes: svn path=/head/; revision=250871
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-231-4/+2
| | | | | | | | | (part 3). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248395
* With portmgr hat on, reset the maintainership of skv@ for ports thatMark Linimon2010-01-101-1/+1
| | | | | | | he has had one or more maintainer-timeouts on in the past 12 months. Notes: svn path=/head/; revision=247508
* Update to 0.36Sergey Skvortsov2008-06-032-4/+4
| | | | | | | Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.36/Changes Notes: svn path=/head/; revision=214239
* - Update to 0.35Martin Wilke2008-05-312-4/+4
| | | | | | | | | PR: 123478 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=214061
* - 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-8/+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.26Sergey Skvortsov2006-09-142-5/+5
| | | | | | | Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.26/Changes Notes: svn path=/head/; revision=173032
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 0.22Sergey Skvortsov2005-12-272-3/+4
| | | | Notes: svn path=/head/; revision=152208
* Update to 0.21Sergey Skvortsov2005-09-292-3/+4
| | | | | | | Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.21/Changes Notes: svn path=/head/; revision=143790
* Fix plist.Sergey Skvortsov2005-09-161-0/+1
| | | | | | | Pointed by: pointyhat (kris) Notes: svn path=/head/; revision=142936
* Update to 0.18 (from 0.13)Sergey Skvortsov2005-09-152-3/+3
| | | | | | | Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.18/Changes Notes: svn path=/head/; revision=142805
* Add p5-Pod-ProjectDocs 0.13, generates CPAN like pod pages.Sergey Skvortsov2005-08-314-0/+66
Notes: svn path=/head/; revision=141590