non port: devel/p5-Config-JSON/Makefile |
SVNWeb
|
Number of commits found: 25 |
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:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
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.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 1 Jan 2015
|
[ 16:21 sunpoet ]
- Update to 1.5202
- Add LICENSE
- Fix *_DEPENDS: File::Temp 0.18+ and List::Util 1.19+ are already in all
supported Perl releases
Changes: http://search.cpan.org/dist/Config-JSON/Changes
|
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 )
|
Mon, 28 Oct 2013
|
[ 13:46 vanilla ] (Only the first 10 of 211 ports in this commit are shown above. )
support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
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.
|
Fri, 29 Mar 2013
|
[ 00:44 eadler ] (Only the first 10 of 303 ports in this commit are shown above. )
For perl@ owned ports:
- Fix COMMENT
- Trim header
|
Mon, 17 Dec 2012
|
[ 15:39 az ] (Only the first 10 of 44 ports in this commit are shown above. )
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
|
Sat, 1 Oct 2011
|
[ 19:21 swills ]
- Add test depends to enable testing
|
Mon, 27 Dec 2010
|
[ 06:22 wen ]
- Update to 1.5100
ChangeLog: http://cpansearch.perl.org/src/RIZEN/Config-JSON-1.5100/Changes
|
Fri, 24 Sep 2010
|
[ 00:44 pgollucci ] (Only the first 10 of 158 ports in this commit are shown above. )
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@
|
Mon, 13 Sep 2010
|
[ 23:39 pgollucci ] (Only the first 10 of 25 ports in this commit are shown above. )
- Add missing perl5 virtual categories
|
Fri, 25 Dec 2009
|
[ 00:33 kuriyama ]
- Remove test-only and included-in-perl-5.8 dependencies.
|
Sun, 20 Dec 2009
|
[ 15:25 wen ]
- Update to 1.5000
|
Tue, 3 Nov 2009
|
[ 06:21 wen ]
- Update to 1.4.0
PR: ports/140132
Submitted by: Wen Heping (myself)
Approved by: miwi,jadawin(mentors,implicit)
|
[ 02:54 linimon ] (Only the first 10 of 23 ports in this commit are shown above. )
Reset cherry@trombik.org due to maintainer-timeouts and no response
to email.
Hat: portmgr
|
Mon, 5 Jan 2009
|
[ 14:31 leeym ]
- update to 1.3.1
PR: based on 128898
Submitted by: leeym
Approved by: maintainer timeout
|
Wed, 6 Aug 2008
|
[ 15:34 miwi ]
This package parses the config files written in JSON. It also does some
non-JSON stuff, like allowing for comments in the files.
WWW: http://search.cpan.org/dist/Config-JSON/
PR: ports/126119
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
Number of commits found: 25 |