non port: textproc/p5-Pod-ProjectDocs/Makefile |
SVNWeb
|
Number of commits found: 34 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 30 May 2021
|
[ 19:57 Po-Chuan Hsieh (sunpoet) ] 16ed4ea
textproc/p5-Pod-ProjectDocs: Update to 0.53
Changes: https://metacpan.org/changes/distribution/Pod-ProjectDocs
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 5 Aug 2018
|
[ 19:08 sunpoet ]
Remove outdated PERL_LEVEL check
|
Sun, 29 Jul 2018
|
[ 19:23 sunpoet ]
Update to 0.52
Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md
|
Wed, 21 Feb 2018
|
[ 13:39 sunpoet ]
Update to 0.51
Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md
|
Thu, 11 Jan 2018
|
[ 18:35 sunpoet ]
Update to 0.50
Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md
|
Thu, 21 Sep 2017
|
[ 17:21 sunpoet ]
Update to 0.49
Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Thu, 27 Apr 2017
|
[ 07:59 sunpoet ]
Update to 0.48
Changes: https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md
|
Sat, 19 Nov 2016
|
[ 17:11 sunpoet ]
- Update to 0.45
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Nov 2013
|
[ 03:52 vanilla ] (Only the first 10 of 572 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Mon, 17 Dec 2012
|
[ 06:32 az ]
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- Revert ports/165605 as requested by portmgr@
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)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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
|
Thu, 1 Sep 2011
|
[ 13:07 sunpoet ]
- Update to 0.40
Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes
|
Fri, 29 Oct 2010
|
[ 06:22 leeym ]
- update to 0.39
|
Wed, 10 Mar 2010
|
[ 21:51 tobez ]
Update to 0.38. Assign maintainer to perl@.
Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes
|
Sat, 23 Jan 2010
|
[ 07:28 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu)
|
Sun, 10 Jan 2010
|
[ 03:54 linimon ] (Only the first 10 of 71 ports in this commit are shown above. )
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
|
Tue, 3 Jun 2008
|
[ 12:44 skv ]
Update to 0.36
Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.36/Changes
|
Sat, 31 May 2008
|
[ 21:39 miwi ]
- Update to 0.35
PR: 123478
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- Take advantage of CPAN macro from bsd.sites.mk, change
${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)
|
Sat, 8 Sep 2007
|
[ 01:06 linimon ] (Only the first 10 of 79 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Thu, 14 Sep 2006
|
[ 11:31 skv ]
Update to 0.26
Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.26/Changes
|
Tue, 27 Dec 2005
|
[ 16:34 skv ]
Update to 0.22
|
Thu, 29 Sep 2005
|
[ 15:43 skv ]
Update to 0.21
Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.21/Changes
|
Thu, 15 Sep 2005
|
[ 10:44 skv ]
Update to 0.18 (from 0.13)
Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.18/Changes
|
Wed, 31 Aug 2005
|
[ 14:50 skv ]
Add p5-Pod-ProjectDocs 0.13, generates CPAN like pod pages.
|
Number of commits found: 34 |