Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.85_1 14 Oct 2024 05:26:23 |
Po-Chuan Hsieh (sunpoet) |
converters/p5-Convert-Binary-C: Strip shared library
- Bump PORTREVISION for package change |
0.85 13 Oct 2024 19:14:13 |
Rodrigo Osorio (rodrigo) |
converters/p5-Convert-Binary-C: update to 0.85
Changelog: https://metacpan.org/dist/Convert-Binary-C/changes
Major changes:
* remove bundled Test modules
* small change for compatibility with pre-dor perls
* suppress some gcc warnings during build
* update `ppport.h`, which gets rid of a lot of clang warnings |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.84 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.84 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
0.84 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.84 07 Dec 2020 02:07:05 |
wen |
- Update to 0.84 |
0.79 24 Jul 2020 07:20:07 |
sunpoet |
Update to 0.79
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Convert-Binary-C |
0.78 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.78 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.78 16 Feb 2016 14:14:05 |
jadawin |
- Update to 0.78 |
0.77 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- 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 |
0.77 24 Jul 2015 09:49:40 |
sunpoet |
- Update to 0.77
Changes: http://search.cpan.org/dist/Convert-Binary-C/Changes |
0.76_1 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
0.76_1 26 Nov 2014 13:08:38 |
mat |
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 ) |
0.76 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
0.76 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.76 01 Nov 2013 14:20:56 |
vanilla |
Support STAGEDIR. |
0.76 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.76 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.76 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
0.76 12 Apr 2011 10:54:30 |
bapt |
- update to 0.76
- add licenses
- changes: http://cpansearch.perl.org/src/MHX/Convert-Binary-C-0.76/Changes |
0.74 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.74 12 Dec 2010 21:29:54 |
pgollucci |
- Pass to perl@ |
0.74 10 Jan 2010 03:54:09 |
linimon |
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. |
0.74 03 Jul 2009 19:58:15 |
pgollucci |
- Update to 0.74
PR: ports/135733
Approved by: maintainer timeout (skv; 16 days)
Submitted by: myself (pgollucci@) |
0.73 05 Jun 2009 22:42:27 |
pgollucci |
- Update to 0.73
- Mark MAKE_JOBS_UNSAFE=yes
PR: ports/134803
Approved by: maintainer timeout (skv; 15 days)
Submitted by: me |
0.71 31 May 2008 21:25:42 |
miwi |
- Update to 0.71
PR: 123440
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout |
0.70 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.70 15 Jan 2008 21:56:41 |
skv |
Update to 0.70 |
0.67 06 Feb 2007 17:37:15 |
skv |
Update to 0.67
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.67/Changes
PR: ports/108210
Submitted by: Gea-Suan Lin <gslin xx gslin.org> |
0.66 10 Nov 2006 20:24:54 |
skv |
Update to 0.66
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.66/Changes |
0.65 03 Sep 2006 20:32:26 |
skv |
Update to 0.65
PR: ports/102565
Submitted by: Gea-Suan Lin <gslin xx gslin.org> |
0.64 22 Jan 2006 01:27:58 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.64 18 Jan 2006 13:06:50 |
skv |
Update to 0.64
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.64/Changes |
0.62 02 Dec 2005 17:45:54 |
skv |
Update to 0.62
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.62/Changes |
0.61 03 Nov 2005 10:11:49 |
skv |
Update to 0.61
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.61/Changes |
0.60 27 Oct 2005 16:01:36 |
skv |
Update to 0.60
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.60/Changes |
0.59 16 Jun 2005 12:30:30 |
skv |
Update to 0.59 |
0.58 22 Feb 2005 10:38:36 |
skv |
Update to 0.58 |
0.57 26 Jan 2005 16:42:50 |
skv |
Update to 0.57 |
0.56 12 Oct 2004 12:44:40 |
skv |
Updated to 0.56 |
0.55 25 Aug 2004 06:31:11 |
skv |
Updated to 0.55 |
0.54 30 Jul 2004 09:43:19 |
skv |
Updated to 0.54 |
0.53 26 May 2004 12:24:54 |
skv |
Add p5-Convert-Binary-C 0.53, binary Data Conversion using C Types. |