non port: devel/p5-Data-Serializer/Makefile |
SVNWeb
|
Number of commits found: 41 |
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 )
|
Mon, 6 Sep 2021
|
[ 21:13 Rene Ladan (rene) ] 3f85df4 (Only the first 10 of 140 ports in this commit are shown above. )
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.
|
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.
|
Tue, 21 Apr 2020
|
[ 12:05 culot ]
devel/p5-Data-Serializer: update to 0.65
Changes: https://metacpan.org/changes/distribution/Data-Serializer
PR: 245457
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
|
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
|
Sat, 12 Dec 2015
|
[ 18:58 adamw ]
When I submitted bug #204667, which culot very nicely committed in
r401929, I requested changing USE_PERL5=modbuild to configure. That
winds up breaking building the port under perl > 5.20, where Module::Build
was removed.
Definitely a pointyhat to me for that one.
I'm committing this under the "just fix it" policy.
|
Thu, 19 Nov 2015
|
[ 11:27 culot ]
- Remove unneeded dependencies [1]
- Add NO_ARCH
PR: 204667 [1]
Submitted by: adamw@
|
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 )
|
Fri, 31 Jan 2014
|
[ 15:23 miwi ]
- Stage support
|
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, 30 Aug 2013
|
[ 13:23 culot ]
- Update to 0.60
- Convert to new Uses/perl5.mk framework
- Trim Makefile's header
- Pet portlint(1)
Changes: http://search.cpan.org/dist/Data-Serializer/Changes
|
Tue, 18 Jun 2013
|
[ 13:49 az ] (Only the first 10 of 112 ports in this commit are shown above. )
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
|
Sun, 3 Jun 2012
|
[ 09:09 culot ]
- Remove SITE_PERL from *_DEPENDS, as suggested at:
http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
Submitted by: az@ (via irc)
|
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, 18 Jun 2011
|
[ 09:05 culot ]
- Update to 0.59
Changes: http://search.cpan.org/dist/Data-Serializer/Changes
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
Thu, 16 Jun 2011
|
[ 19:21 culot ]
- Update to 0.58
- Add LICENSE
Changes: http://search.cpan.org/dist/Data-Serializer/Changes
|
Thu, 31 Mar 2011
|
[ 12:03 culot ]
- Update to 0.57
- Take maintainership
Changes: http://search.cpan.org/dist/Data-Serializer/Changes
|
Tue, 21 Sep 2010
|
[ 07:56 mm ] (Only the first 10 of 75 ports in this commit are shown above. )
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
|
Fri, 29 Jan 2010
|
[ 03:01 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 16).
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.
|
Fri, 5 Jun 2009
|
[ 22:46 pgollucci ]
- Update to 0.49
PR: ports/134811
Approved by: maintainer timeout (skv; 15 days)
Submitted by: me
|
Thu, 22 Jan 2009
|
[ 19:24 skv ]
Update to 0.48
Changes:
http://cpansearch.perl.org/src/NEELY/Data-Serializer-0.48/Changes
|
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)
|
Sun, 27 May 2007
|
[ 14:29 skv ]
Update to 0.41
Changes: http://search.cpan.org/src/NEELY/Data-Serializer-0.41/Changes
PR: ports/112360
Submitted by: Steven Kreuzer <skreuzer xx f2o.org>
|
Sun, 3 Dec 2006
|
[ 12:45 demon ] (Only the first 10 of 41 ports in this commit are shown above. )
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
|
Fri, 7 Apr 2006
|
[ 07:44 skv ]
Update to 0.36
Changes: http://search.cpan.org/src/NEELY/Data-Serializer-0.36/Changes
|
Tue, 18 Oct 2005
|
[ 09:28 skv ]
Update to 0.34
Changes: http://search.cpan.org/src/NEELY/Data-Serializer-0.34/Changes
|
Thu, 29 Sep 2005
|
[ 15:38 skv ]
Update to 0.32
Changes: http://search.cpan.org/src/NEELY/Data-Serializer-0.32/Changes
|
Sat, 2 Apr 2005
|
[ 14:59 skv ]
Update to 0.29
|
Tue, 21 Dec 2004
|
[ 10:18 skv ]
Updated to 0.28
|
Sun, 17 Oct 2004
|
[ 15:41 skv ]
Updated to 0.25
|
Mon, 31 May 2004
|
[ 09:02 skv ]
Updated to 0.24
|
Sun, 28 Mar 2004
|
[ 16:14 skv ]
Updated to 0.22
|
Mon, 23 Feb 2004
|
[ 14:46 skv ]
Updated to 0.20
|
Tue, 10 Jun 2003
|
[ 18:02 skv ]
Make workaround for bug in ExtUtils::MM_Unix on perl 5.00503
|
[ 17:49 skv ]
Add missing dependency for p5-YAML.
Pointed by: Mathieu Arnold <mat@mat.cc>
|
Wed, 21 May 2003
|
[ 10:56 skv ]
Updated to 1.17
PR: ports/51843
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 7 Jun 2002
|
[ 13:13 skv ]
Add p5-Data-Serializer 0.11, modules that serialize data structures.
|
Number of commits found: 41 |