aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Translator
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update version requirement of *_DEPENDSSunpoet Po-Chuan Hsieh2020-12-191-3/+3
| | | | Notes: svn path=/head/; revision=558594
* Update to 1.62Sunpoet Po-Chuan Hsieh2020-09-232-8/+10
| | | | | | | Changes: https://metacpan.org/changes/distribution/SQL-Translator Notes: svn path=/head/; revision=549806
* - Update to 1.61Wen Heping2020-04-202-5/+4
| | | | Notes: svn path=/head/; revision=532171
* databases/p5-SQL-Translator: remove unnecessary REINPLACE_CMDSteve Wills2019-12-041-13/+8
| | | | | | | While here, pet portlint Notes: svn path=/head/; revision=519013
* Update to 1.60Sunpoet Po-Chuan Hsieh2019-05-302-12/+13
| | | | | | | | | | - Fix *_DEPENDS - Update version requirement of TEST_DEPENDS Changes: https://metacpan.org/changes/distribution/SQL-Translator Notes: svn path=/head/; revision=503106
* Use real PORTVERSION of devel/p5-Parse-RecDescentSunpoet Po-Chuan Hsieh2019-04-061-3/+4
| | | | Notes: svn path=/head/; revision=498107
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 0.11024Sunpoet Po-Chuan Hsieh2018-01-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Translator/Changes Notes: svn path=/head/; revision=458768
* Update to 0.11023Sunpoet Po-Chuan Hsieh2017-12-072-5/+5
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/SQL-Translator/Changes Notes: svn path=/head/; revision=455728
* Convert to test frameworkSunpoet Po-Chuan Hsieh2017-10-121-3/+0
| | | | Notes: svn path=/head/; revision=451815
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove Perl core moduleSunpoet Po-Chuan Hsieh2017-04-111-2/+1
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=438228
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-23/+23
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fix DIAGRAM option, add p5-strictures dependency.Mathieu Arnold2016-03-211-0/+3
| | | | | | | | | PR: 206689 Submitted by: matthew Sponsored by: Absolight Notes: svn path=/head/; revision=411567
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-6/+6
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-78/+78
| | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=381151
* databases/p5-SQL-Translator: 0.11020 -> 0.11021Kurt Jaeger2015-02-123-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=378898
* - Update to 0.11020Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/ILMARI/SQL-Translator-0.11020/Changes Notes: svn path=/head/; revision=374172
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-29/+0
| | | | Notes: svn path=/head/; revision=371255
* Fix plist (JSON parser and producer orphaned)Antoine Brodin2014-01-032-0/+5
| | | | Notes: svn path=/head/; revision=338561
* - Update to 0.11018Sunpoet Po-Chuan Hsieh2013-11-053-49/+26
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=332881
* Support STAGEDIR.Vanilla I. Shu2013-11-032-86/+86
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.11016.Anton Berezin2013-01-014-38/+60
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Translator/Changes Notes: svn path=/head/; revision=309773
* Convert to new options frameworkBaptiste Daroussin2012-05-311-4/+6
| | | | Notes: svn path=/head/; revision=297871
* - pass maintainershipLars Thegler2012-05-131-1/+1
| | | | Notes: svn path=/head/; revision=296527
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-0/+3
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-3/+0
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Add missing DEPENDSSteve Wills2012-01-291-1/+6
| | | | | | | | | PR: ports/164337 Submitted by: swills (myself) Approved by: maintainer (blanket) Notes: svn path=/head/; revision=290056
* - Update to 0.11010Lars Thegler2011-10-212-7/+6
| | | | | | | - Remove obsolete conditional dependency Notes: svn path=/head/; revision=284050
* - Update to 0.11008Lars Thegler2011-06-123-8/+15
| | | | | | | | | | - Optional dependencies [1] PR: ports/157198 [1] Submitted by: swills [1] Notes: svn path=/head/; revision=275472
* Update to 0.11007Lars Thegler2010-12-132-7/+11
| | | | | | | | PR: ports/153058 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=266198
* Update to 0.11006Lars Thegler2010-06-082-5/+4
| | | | Notes: svn path=/head/; revision=256099
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 0.11005Lars Thegler2010-03-072-4/+4
| | | | Notes: svn path=/head/; revision=250665
* Update to 0.11004Lars Thegler2010-02-152-5/+4
| | | | Notes: svn path=/head/; revision=249879
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-1/+1
| | | | | | | | | (part 17). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248784
* Fixup pkg-plistLars Thegler2010-01-191-1/+2
| | | | | | | Noted by: pointyhat via pav Notes: svn path=/head/; revision=248135
* Update to 0.11003Lars Thegler2010-01-154-32/+28
| | | | | | | | PR: ports/142015 Submitted by: Alex Deiter <alex.deiter@gmail.com> Notes: svn path=/head/; revision=247942
* - Remove unneeded dependencies.Jun Kuriyama2009-09-292-4/+12
| | | | | | | | | | | - Add a patch to avoid confusing of load() method (obtained from the latest version). No response from: lth (24 days) Feature safe: yes Notes: svn path=/head/; revision=242217
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.09.004 (distversion 0.09004)Lars Thegler2009-03-104-27/+30
| | | | Notes: svn path=/head/; revision=229839
* Update to 0.09.002 (distversion 0.09002)Lars Thegler2008-12-173-4/+15
| | | | Notes: svn path=/head/; revision=224323
* Update to 0.09.001 (distversion 0.09001)Lars Thegler2008-08-212-4/+4
| | | | Notes: svn path=/head/; revision=218940
* Update to 0.09.000 (distversion 0.09000)Lars Thegler2008-06-303-6/+8
| | | | Notes: svn path=/head/; revision=216032