non port: databases/p5-SQL-Translator/Makefile |
SVNWeb
|
Number of commits found: 59 |
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) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
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, 19 Dec 2020
|
[ 20:17 sunpoet ]
Update version requirement of *_DEPENDS
|
Wed, 23 Sep 2020
|
[ 18:51 sunpoet ]
Update to 1.62
Changes: https://metacpan.org/changes/distribution/SQL-Translator
|
Mon, 20 Apr 2020
|
[ 00:59 wen ]
- Update to 1.61
|
Wed, 4 Dec 2019
|
[ 14:26 swills ]
databases/p5-SQL-Translator: remove unnecessary REINPLACE_CMD
While here, pet portlint
|
Thu, 30 May 2019
|
[ 21:56 sunpoet ]
Update to 1.60
- Fix *_DEPENDS
- Update version requirement of TEST_DEPENDS
Changes: https://metacpan.org/changes/distribution/SQL-Translator
|
Sat, 6 Apr 2019
|
[ 14:43 sunpoet ] (Only the first 10 of 15 ports in this commit are shown above. )
Use real PORTVERSION of devel/p5-Parse-RecDescent
|
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)
|
Thu, 11 Jan 2018
|
[ 18:35 sunpoet ]
Update to 0.11024
Changes: http://search.cpan.org/dist/SQL-Translator/Changes
|
Thu, 7 Dec 2017
|
[ 16:01 sunpoet ]
Update to 0.11023
- Add NO_ARCH
Changes: http://search.cpan.org/dist/SQL-Translator/Changes
|
Thu, 12 Oct 2017
|
[ 08:09 sunpoet ]
Convert to test framework
|
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
|
Tue, 11 Apr 2017
|
[ 00:47 sunpoet ]
Remove Perl core module
- Bump PORTREVISION for dependency change
|
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
|
Mon, 21 Mar 2016
|
[ 14:04 mat ]
Fix DIAGRAM option, add p5-strictures dependency.
PR: 206689
Submitted by: matthew
Sponsored by: Absolight
|
Thu, 12 Feb 2015
|
[ 21:38 pi ]
databases/p5-SQL-Translator: 0.11020 -> 0.11021
- Fix Oracle producer generating an unnecessary / at the end in case there
are no triggers
- Skip HTML tests if CGI is not installed (RT#98027)
- Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)
- Fixes for parsing and producing identifiers and values that need
quoting and escaping for SQLite, MySQL, PostgreSQL, SQLServer and
Oracle (RT#90700, RT#31034)
- Add support for ALTER TABLE ... ADD CONSTRAINT to Oracle parser
- Add trigger support to Oracle parser (RT#62927)
- Fix erroneous PostgreSQL floating point type translations (RT#99725)
- Remove executable bit from Parser/JSON.pm (RT#100532)
- Update the Free Software Foundation's address (RT#100531)
- Provide default index names for SQLite (GH#45)
- Fix multi-column indexes in Parser::DBI::PostgreSQL
- Fix array data types in Parser::PostgreSQL (GH#49)
- Fix multidimensional sizes in Parser::PostgreSQL
PR: 195194
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
|
Sun, 7 Dec 2014
|
[ 07:19 wen ]
- Update to 0.11020
Changes: http://cpansearch.perl.org/src/ILMARI/SQL-Translator-0.11020/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 )
|
Fri, 3 Jan 2014
|
[ 16:22 antoine ]
Fix plist (JSON parser and producer orphaned)
|
Tue, 5 Nov 2013
|
[ 17:56 sunpoet ]
- Update to 0.11018
- Add LICENSE
- Fix and sort *_DEPENDS
- Convert to new options helper
- Use REINPLACE_CMD instead of patch file
Changes: http://search.cpan.org/dist/SQL-Translator/Changes
|
Sun, 3 Nov 2013
|
[ 06:53 vanilla ] (Only the first 10 of 228 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
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.
|
Tue, 1 Jan 2013
|
[ 14:55 tobez ]
Update to 0.11016.
Changes: http://search.cpan.org/dist/SQL-Translator/Changes
|
Thu, 31 May 2012
|
[ 11:19 bapt ] (Only the first 10 of 31 ports in this commit are shown above. )
Convert to new options framework
|
Sun, 13 May 2012
|
[ 12:40 lth ]
- pass maintainership
|
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
|
Sun, 29 Jan 2012
|
[ 21:20 swills ]
- Add missing DEPENDS
PR: ports/164337
Submitted by: swills (myself)
Approved by: maintainer (blanket)
|
Fri, 21 Oct 2011
|
[ 07:50 lth ]
- Update to 0.11010
- Remove obsolete conditional dependency
|
Sun, 12 Jun 2011
|
[ 19:32 lth ]
- Update to 0.11008
- Optional dependencies [1]
PR: ports/157198 [1]
Submitted by: swills [1]
|
Mon, 13 Dec 2010
|
[ 08:34 lth ]
Update to 0.11007
PR: ports/153058
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
|
Tue, 8 Jun 2010
|
[ 11:22 lth ]
Update to 0.11006
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sun, 7 Mar 2010
|
[ 16:58 lth ]
Update to 0.11005
|
Mon, 15 Feb 2010
|
[ 10:57 lth ]
Update to 0.11004
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 29 Jan 2010
|
[ 04:56 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 17).
Approved by: portmgr (itetcu)
|
Fri, 15 Jan 2010
|
[ 13:12 lth ]
Update to 0.11003
PR: ports/142015
Submitted by: Alex Deiter <alex.deiter@gmail.com>
|
Tue, 29 Sep 2009
|
[ 01:27 kuriyama ]
- Remove unneeded dependencies.
- Add a patch to avoid confusing of load() method (obtained from the
latest version).
No response from: lth (24 days)
Feature safe: yes
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tue, 10 Mar 2009
|
[ 14:59 lth ]
Update to 0.09.004 (distversion 0.09004)
|
Wed, 17 Dec 2008
|
[ 12:58 lth ]
Update to 0.09.002 (distversion 0.09002)
|
Thu, 21 Aug 2008
|
[ 07:03 lth ]
Update to 0.09.001 (distversion 0.09001)
|
Mon, 30 Jun 2008
|
[ 11:34 lth ]
Update to 0.09.000 (distversion 0.09000)
|
Fri, 6 Jun 2008
|
[ 13:17 edwin ] (Only the first 10 of 155 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 8 Sep 2007
|
[ 00:54 linimon ] (Only the first 10 of 60 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 25 Jan 2007
|
[ 19:59 lth ]
Fix plist
Noticed by: pointyhat via pav
|
Sat, 30 Dec 2006
|
[ 22:17 lth ]
- Update to 0.08
- Remove repeated text in pkg-descr
|
Tue, 5 Jul 2005
|
[ 20:25 lth ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 0.07
- Port now requires perl 5.6
|
Sat, 11 Jun 2005
|
[ 16:13 skv ] (Only the first 10 of 144 ports in this commit are shown above. )
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
Sun, 24 Oct 2004
|
[ 19:59 lth ]
- Modify patch-collection to fit release
|
Tue, 12 Oct 2004
|
[ 21:14 lth ]
Update to 0.06
PR: ports/71494
Submitted by: mat
|
Tue, 1 Jun 2004
|
[ 12:32 lth ] (Only the first 10 of 51 ports in this commit are shown above. )
Change of email address.
Approved by: erwin (mentor)
|
Mon, 10 May 2004
|
[ 13:21 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Now works with stock perl 5.005_03
PR: 66431
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
|
Thu, 6 May 2004
|
[ 10:39 mat ]
Add p5-SQL-Translator 0.05, manipulate structured data definitions (SQL
and more).
PR: ports/65469
Submitted by: Lars Thegler <lars@thegler.dk>
|
Number of commits found: 59 |