Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.00020 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.00020 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.00020 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.00020 30 Sep 2019 04:18:40
  |
sunpoet  |
Update to 0.00020
Changes: https://metacpan.org/changes/distribution/DBIx-Class-EncodedColumn |
0.00018 27 Sep 2019 21:28:50
  |
sunpoet  |
Update to 0.00018
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/DBIx-Class-EncodedColumn |
0.00016 13 Jun 2019 15:49:45
  |
sunpoet  |
Update to 0.00016
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/DBIx-Class-EncodedColumn |
0.00015 06 Oct 2018 13:06:45
  |
des  |
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) |
0.00015 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.00015 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.00015 21 Jun 2016 15:06:21
  |
mat  |
Update to 0.00015.
Sponsored by: Absolight |
0.00013_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.00013_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.00013_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.00013 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
0.00013 25 Mar 2014 19:34:18
  |
sunpoet  |
- Update to 0.00013
- Sort *_DEPENDS
- Convert to new options helper
- Remove USE_PERL5=extract and outdated post-extract:
- Remove no-op SHA option
Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes |
0.00012 03 Nov 2013 06:53:55
  |
vanilla  |
Support STAGEDIR. |
0.00012 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.00012 31 Jul 2013 06:54:10
  |
az  |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
0.00012 30 Apr 2013 08:42:04
  |
tobez  |
Update to 0.00012.
Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes |
0.00011 29 Mar 2013 00:44:54
  |
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.00011 17 Dec 2012 09:39:00
  |
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.00011 31 May 2012 11:19:32
 |
bapt  |
Convert to new options framework |
0.00011 13 Mar 2012 16:15:36
 |
pgollucci  |
- 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) |
0.00011 08 Mar 2012 18:45:38
 |
pgollucci  |
- 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 |
0.00011 15 Dec 2011 15:30:38
 |
swills  |
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS |
0.00011 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.00011 12 Apr 2011 11:05:57
 |
bapt  |
- update to 0.00011
- add licenses
- changes:
http://cpansearch.perl.org/src/WREIS/DBIx-Class-EncodedColumn-0.00011/Changes |
0.00010_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.00010_1 21 Sep 2010 16:08:11
 |
mm  |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
0.00010 01 Sep 2010 05:57:31
 |
bapt  |
- Update to 0.00010
- Changelog says add support for crypt() see
http://cpansearch.perl.org/src/WREIS/DBIx-Class-EncodedColumn-0.00010/Changes
Approved by: tabthorpe (co-mentor) |
0.00009 10 Jun 2010 01:31:21
 |
pgollucci  |
- Update to 0.00009
With Hat: perl@
Changes: http:/search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes |
0.00006_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.00006_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.00006 26 Jan 2010 14:27:34
 |
tobez  |
Update to 0.00006.
Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes |
0.00005_1 16 Jan 2010 14:45:49
 |
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec. |
0.00005 05 Nov 2009 19:58:27
 |
miwi  |
- Update to 0.00005 |
0.00004 04 Sep 2009 06:28:38
 |
tobez  |
Update to 0.00004.
Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes |
0.00002 16 Aug 2009 09:22:05
 |
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.00002 29 Mar 2009 16:43:29
 |
lbr  |
New port databases/p5-DBIx-Class-EncodedColumn:
This DBIx::Class component can be used to automatically encode a
column's contents whenever the value of that column is set. |