non port: devel/p5-Data-Visitor/Makefile |
SVNWeb
|
Number of commits found: 41 |
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.
|
Sun, 23 Aug 2020
|
[ 19:39 sunpoet ]
Update to 0.31
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Data-Visitor
|
Sun, 30 Jun 2019
|
[ 16:08 sunpoet ]
Add NO_ARCH
|
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
|
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 )
|
Tue, 29 Oct 2013
|
[ 07:56 vanilla ] (Only the first 10 of 232 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.
|
Thu, 18 Jul 2013
|
[ 13:18 culot ]
- Update to 0.30
- Trim Makefile's header
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by moving TEST_DEPENDS section earlier
Changes: http://search.cpan.org/dist/Data-Visitor/Changes
|
Mon, 17 Dec 2012
|
[ 15:10 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
|
Mon, 13 Feb 2012
|
[ 04:43 sunpoet ]
- Update to 0.28
- Sort *_DEPENDS
- Update TEST_DEPENDS
Changes: http://search.cpan.org/dist/Data-Visitor/Changes
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
Thu, 6 Oct 2011
|
[ 16:32 swills ]
- Add test dependency to allow testing
|
Sat, 17 Sep 2011
|
[ 07:06 sunpoet ] (Only the first 10 of 152 ports in this commit are shown above. )
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
|
Thu, 9 Sep 2010
|
[ 18:28 pgollucci ]
- Does not depend on p5-Data-Alias
PR: ports/150388
Submitted by: Renato Botelho <garga@FreeBSD.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/Data-Visitor/Changes
|
Wed, 3 Feb 2010
|
[ 13:07 tobez ]
Update to 0.27.
Changes: http://search.cpan.org/dist/Data-Visitor/Changes
|
Fri, 4 Sep 2009
|
[ 11:04 tobez ]
Update to 0.26.
Changes: http://search.cpan.org/dist/Data-Visitor/Changes
|
Sun, 16 Aug 2009
|
[ 09:22 linimon ] (Only the first 10 of 137 ports in this commit are shown above. )
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Fri, 19 Jun 2009
|
[ 16:23 pgollucci ]
- Update to 0.25
PR: ports/135744
Approved by: maintainer (lbr)
Submitted by: myself (pgollucci@)
|
Mon, 13 Apr 2009
|
[ 12:11 lbr ]
Update to 0.24
|
Fri, 19 Dec 2008
|
[ 22:56 lbr ]
Update to 0.22
|
Sat, 27 Sep 2008
|
[ 20:27 lbr ]
Update to 0.21
|
Wed, 27 Aug 2008
|
[ 13:30 lbr ]
Update to 0.19
|
Wed, 23 Jul 2008
|
[ 08:07 lbr ]
Update to 0.18
|
Sun, 20 Jul 2008
|
[ 22:33 lbr ]
Update to 0.17
|
Mon, 18 Feb 2008
|
[ 17:09 lbr ]
Update to 0.15.
PR: 120801 (minus the Test-depends)
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
|
Sat, 12 Jan 2008
|
[ 17:39 lbr ]
Update to 0.13
|
Mon, 31 Dec 2007
|
[ 06:34 lbr ]
Update to 0.10
|
Mon, 8 Oct 2007
|
[ 19:53 lbr ]
Update to 0.09
|
Sat, 8 Sep 2007
|
[ 00:56 linimon ] (Only the first 10 of 101 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
|
Mon, 2 Jul 2007
|
[ 09:14 lbr ]
Update to 0.08
|
Fri, 25 May 2007
|
[ 09:16 lbr ]
Update to 0.07
|
Mon, 1 May 2006
|
[ 13:52 lbr ] (Only the first 10 of 80 ports in this commit are shown above. )
Changing email-address on my 80 ports.
Approved by: erwin (mental)
|
Sun, 30 Apr 2006
|
[ 19:20 lbr ]
up to 0.05
Approved by: erwin (mentor)
|
Tue, 4 Apr 2006
|
[ 15:10 erwin ]
Update to 0.04
PR: 95305
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
Sun, 26 Mar 2006
|
[ 21:05 sem ]
This module is a simple visitor implementation for Perl values.
It has a main dispatcher method, visit, which takes a single perl
value and then calls the methods appropriate for that value.
WWW: http://search.cpan.org/dist/Data-Visitor/
PR: ports/94954
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
|
Number of commits found: 41 |