Commit graph

27 commits

Author SHA1 Message Date
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
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
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Mathieu Arnold
bf61792a2d Update to 0.77. 2013-06-06 11:08:34 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Mathieu Arnold
1d822befae Update to 0.76
Changes: http://search.cpan.org/dist/Rose-DBx-Object-Renderer/Changes
2010-12-29 15:17:56 +00:00
Wen Heping
4cfe57ae4e - Update to 0.75
ChangeLog: http://cpansearch.perl.org/src/DANNY/Rose-DBx-Object-Renderer-0.75/Changes
2010-12-13 11:05:23 +00:00
Wen Heping
48b9ea4c28 - Update to 0.74
Changelog: http://cpansearch.perl.org/src/DANNY/Rose-DBx-Object-Renderer-0.74/Changes
2010-11-18 01:32:36 +00:00
Philip M. Gollucci
76f3222580 - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
2010-09-24 00:44:29 +00:00
Baptiste Daroussin
05368d283b - Update to 0.73
- Changelog: http://cpansearch.perl.org/src/DANNY/Rose-DBx-Object-Renderer-0.73/Changes

Approved by:	mentors (implicit)
2010-09-01 06:15:43 +00:00
Sahil Tandon
13f32c8cfb - Update to 0.72
- Changes: http:/search.cpan.org/dist/Rose-DBx-Object-Renderer/Changes
2010-07-11 02:41:16 +00:00
Anton Berezin
60695c8e8e Update to 0.71.
Changes: http:/search.cpan.org/dist/Rose-DBx-Object-Renderer/Changes
2010-06-10 12:16:22 +00:00
Philip M. Gollucci
d7689403b4 - Update to 0.70
With Hat:       perl@
Changes:        http:/search.cpan.org/dist/Rose-DBx-Object-Renderer/Changes
2010-06-10 01:31:44 +00:00
Wen Heping
fe288bc865 - Update to 0.69
- Set maintainer to perl@
2010-05-07 02:57:52 +00:00
Wen Heping
ca4e5bc3d0 - Update to 0.68 2010-04-01 08:15:11 +00:00
Wen Heping
69948bd976 - Update to 0.67
Feature safe:	yes
2010-02-22 10:45:26 +00:00
Wen Heping
ef35750197 - Update to 0.65 2010-01-23 06:10:49 +00:00
Wen Heping
5086305e71 - Update to 0.64 2009-12-24 06:10:55 +00:00
Wen Heping
24ed5138d4 - Update to 0.62 2009-12-22 02:12:54 +00:00
Wen Heping
f88420a6b1 - Update to 0.61 2009-12-04 11:30:29 +00:00
Wen Heping
dd298e21d4 - Update to 0.60 2009-11-22 01:11:15 +00:00
Wen Heping
a97d0d5379 - Update to 0.58 2009-11-13 02:15:22 +00:00
Wen Heping
80e59f6554 Rose::DBx::Object::Renderer generates web UIs for Rose::DB::Object.
It encapsulates many web conventions in the generated UIs as default
behaviours. For example, email addresses are by default rendered as
mailto links in tables and appropiate validation is enforced
automatically in forms. These behaviours are highly extensible.

Renderer uses CGI::FormBuilder to generate forms and the Google Chart
API to render charts. Template::Toolkit is used for template processing,
however, Renderer can dynamically generate a full set of UIs without
any templates.

WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer
2009-11-06 13:46:00 +00:00