19 Commits

Author SHA1 Message Date
Mathieu Arnold
afae652a2a 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
2015-09-14 12:19:48 +00:00
Adam Weinberger
9e00ce3f62 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.
2015-03-12 23:00:02 +00:00
Kurt Jaeger
04dc94ab9c 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>
2015-02-12 21:38:08 +00:00
Mathieu Arnold
eee58d187e 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
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Antoine Brodin
f623c8be90 Fix plist (JSON parser and producer orphaned) 2014-01-03 16:22:02 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Anton Berezin
e287f2ec7d Update to 0.11016.
Changes:	http://search.cpan.org/dist/SQL-Translator/Changes
2013-01-01 14:55:43 +00:00
Lars Thegler
a847ea041f - Update to 0.11008
- Optional dependencies [1]

PR:		ports/157198 [1]
Submitted by:	swills [1]
2011-06-12 19:32:29 +00:00
Lars Thegler
22ac40a824 Fixup pkg-plist
Noted by:	pointyhat via pav
2010-01-19 07:54:43 +00:00
Lars Thegler
0fd1fbcb12 Update to 0.11003
PR:		ports/142015
Submitted by:	Alex Deiter <alex.deiter@gmail.com>
2010-01-15 13:12:21 +00:00
Lars Thegler
bbc96eb642 Update to 0.09.004 (distversion 0.09004) 2009-03-10 14:59:58 +00:00
Lars Thegler
8a143db013 Update to 0.09.002 (distversion 0.09002) 2008-12-17 12:58:16 +00:00
Lars Thegler
4e935e3935 Update to 0.09.000 (distversion 0.09000) 2008-06-30 11:34:17 +00:00
Lars Thegler
2e468f39e3 Fix plist
Noticed by:	pointyhat via pav
2007-01-25 19:59:52 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Lars Thegler
cb47803e21 - Update to 0.07
- Port now requires perl 5.6
2005-07-05 20:25:57 +00:00
Lars Thegler
fc34289a6f Update to 0.06
PR:		ports/71494
Submitted by:	mat
2004-10-12 21:14:49 +00:00
Mathieu Arnold
761e3c301b Add p5-SQL-Translator 0.05, manipulate structured data definitions (SQL
and more).

PR:		ports/65469
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-05-06 10:39:26 +00:00