Commit Graph

18 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
Richard Gallamore
c80f5fd66c * Updated to 0.99
PR:		220117
Submitted by:	<nistor@snickers.org> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11374
2017-06-27 17:06:04 +00:00
David Naylor
9920d3ae65 qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,

Changes to ports:
 - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
   removed.
 - Ports that have elf(5) payloads have had those files added to
   NO_ARCH_IGNORE.
 - R-cran ports that do not set USES=cran:compiles have NO_ARCH set,

PR:		218976
Reviewed by:	antoine, mat
Approved by:	portmgr
2017-06-18 18:09:16 +00:00
Sunpoet Po-Chuan Hsieh
c16e141e52 - Update to 0.98
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/CDB_File/CHANGES
PR:		201481
Submitted by:	Jon Nistor <nistor@snickers.org> (maintainer)
2015-07-12 16:08:46 +00:00
Dmitry Marakasov
cf40bf04a8 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-29 14:29:58 +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
Andrej Zverev
af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +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
Andrej Zverev
b88c23df87 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 11:32:20 +00:00
Steve Wills
fe9add25cb - Update to 0.97
PR:		ports/171051
Approved by:	maintainer timeout (nistor@snickers.org, >2 weeks)
2012-09-09 01:48:15 +00:00
Sergey Skvortsov
1e430db796 Update to 0.96
Changes:	http://cpansearch.perl.org/src/MSERGEANT/CDB_File-0.96/CHANGES
PR:		ports/132284
Submitted by:	skv
Approved by:	maintainer
2009-03-03 15:44:10 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Ion-Mihai Tetcu
50870dfa80 Update to 0.95
PR:		ports/100971
Submitted by:	Jin-Shan Tseng
Approved by:	maintainer
2006-07-29 06:11:38 +00:00
Sam Lawrance
f225ef5797 Update to 0.94
PR:		ports/84433
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	Jon Nistor <nistor@snickers.org> (maintainer)
2005-08-01 18:55:19 +00:00
Mathieu Arnold
e29ce5b4f5 Update to 0.93
Cleanup Makefile
use %%SITE_PERL%%
Add WWW

PR:		51575
Submitted by:	me
Approved by:	maintainer timeout (+2 month)
2003-09-02 14:10:04 +00:00
Sean Chittenden
9db3dbadcd Update to 0.9.2
PR:		ports/48383
Submitted by:	Jon Nistor <nistor@snickers.org>
2003-02-17 22:12:38 +00:00
Pete Fritchman
1afb61592c Update to 0.91.
PR:		35437
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by:	maintainer timeout
2002-03-30 04:07:38 +00:00
Ying-Chieh Liao
f4d7cd7f73 add p5-CDB_File
Perl5 interface to the CDB package

PR:		28400
Submitted by:	Jon Nistor <nistor@snickers.org>
2001-08-04 08:41:40 +00:00