Commit graph

19 commits

Author SHA1 Message Date
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
f50e351fa1 Update to 2.03
Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2017-04-19 14:39:46 +00:00
Sunpoet Po-Chuan Hsieh
28da58b867 - Update to 2.02
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2016-05-28 17:08:13 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Sunpoet Po-Chuan Hsieh
8a8355f812 - Update to 2.00
Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2015-05-28 14:03:10 +00:00
Sunpoet Po-Chuan Hsieh
72b1a9806d - Use real PORTVERSION 2014-12-08 16:16:21 +00:00
Sunpoet Po-Chuan Hsieh
b73db0664b - Add LICENSE
- Use real PORTVERSION
2014-12-08 16:12:07 +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
Sunpoet Po-Chuan Hsieh
0b3e66e0f4 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:17 +00:00
Sunpoet Po-Chuan Hsieh
1932b7bf5e - Support STAGEDIR 2013-09-30 19:41:57 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
e15628ebf6 - Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
2013-08-21 14:55:43 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
2d225ae6e1 - Update to 1.006003
Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2012-03-03 07:13:29 +00:00
Sunpoet Po-Chuan Hsieh
a15dab89de - Update to 1.006001
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2012-02-21 04:47:05 +00:00
Sunpoet Po-Chuan Hsieh
7170bf9b54 - Update to 1.006
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2011-10-02 14:36:06 +00:00
Sunpoet Po-Chuan Hsieh
00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00
Sunpoet Po-Chuan Hsieh
33769004ce - Add p5-JavaScript-Packer 1.004
JavaScript::Packer, a JavaScript compressor, is an adaptation of Dean Edwards'
Packer.js. Additional information: http://dean.edwards.name/packer/

WWW: http://search.cpan.org/dist/JavaScript-Packer/
     http://github.com/nevesenin/javascript-packer-perl
2011-07-23 09:26:07 +00:00