Commit graph

33 commits

Author SHA1 Message Date
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
Kurt Jaeger
bc4b51938e japanese/p5-MeCab: some fixes
- Fix LICENSE(BSD -> BSD3CLAUSE)
- Strip shared library
- Remove unnecessary .if ${PORT_OPTIONS:MEXAMPLES} ... .endif
- remove @dir* from pkg-plist

PR:		191308
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-11-08 09:12:59 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Baptiste Daroussin
3fdd47f985 Support stage 2014-04-08 06:19:29 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
TAKATSU Tomonari
b319d0fe89 - Update to 0.996
- Remove LICENSE_FILE for standard license

PR:		ports/177694
Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
2013-08-11 05:21:05 +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
TAKATSU Tomonari
2bfdf02b46 - Update to 0.995
- Add LICENSE section
- Adopt OptionsNG
- Trim Makefile header
- Remove Author: line from pkg-descr
- Replace tab with space WWW: line in pkg-descr
- Update WWW: line in pkg-descr

PR:		ports/175695 (based on)
Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
2013-03-20 12:41:52 +00:00
TAKATSU Tomonari
2551d671bb - Update to 0.994
- Pet portlint
  * Don't mix PORTDOCS with EXAMPLESDIR
  * Remove specific ABI version numbers from LIB_DEPENDS

PR:		ports/171413 (based on)
Feature safe:	yes
2012-10-13 03:56:48 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Cheng-Lung Sung
329245b138 - Update to 0.98 2010-03-31 08:38:55 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Cheng-Lung Sung
df8d53a22b - Update to 0.97 2008-04-07 08:11:36 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Cheng-Lung Sung
9ff7824d5c - Update to 0.96 2007-07-10 01:51:36 +00:00
Cheng-Lung Sung
3481f2006b - New version 0.95 is released.
PR:		ports/110347
Submitted by:	HASHI Hiroaki <hashiz_AT_tomba dot meridiani dot jp>
2007-03-16 02:27:43 +00:00
Cheng-Lung Sung
cefa3c07e4 - Update to 0.94
PR:		ports/109544
Submitted by:	HASHI Hiroaki <hashiz_AT_tomba dot meridiani dot jp>
2007-03-01 01:16:36 +00:00
Erwin Lansing
541de61a51 - Update to 0.93 [1]
- Mark for perl 5.8.0 and higher only due to its dependency on
  japanese/mecab

PR:		101092
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2006-07-31 11:48:38 +00:00
Cheng-Lung Sung
22e200a62d - update to 0.92
PR:		ports/100405
Submitted by:	KIMURA Yasuhiro <yasu_AT_utahime dot org>
2006-07-17 00:53:35 +00:00
MANTANI Nobutaka
bca5b50572 Update to 0.91.
PR:		ports/96889
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2006-05-07 08:20:30 +00:00
Volker Stolz
2d90c48cd3 Require at least perl 5.6.0 2005-12-15 16:05:49 +00:00
Pav Lucistnik
a5884a575c - Add SHA256 2005-11-24 23:02:13 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Jun Kuriyama
201207451f - Upgrade to 0.81.
- Unbreak on some conditions.
- Update WWW: line.

No response from:	maintainer
2005-05-28 12:58:56 +00:00
Kris Kennaway
7967a34666 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 22:50:27 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Kris Kennaway
9e9dcdd897 BROKEN on 4.x: does not compile 2004-02-21 22:13:46 +00:00
Akinori MUSHA
fa92d445b6 Update to 0.76. Pthread is not required any longer. 2003-08-18 19:25:59 +00:00
Akinori MUSHA
d9a5a28ba6 [Forced commit + pkg-descr update]
Note that this does not work properly on FreeBSD 4.x or prior
since mecab is linked with libc_r but perl is with libc, which
conflict causes memory fault.
2003-04-23 08:22:08 +00:00
Akinori MUSHA
e7e14f405c Add p5-MeCab, MeCab library module for Perl5.
Note that this does not work properly since mecab is linked with libc_r
but perl is with libc, which conflict causes memory fault.
2003-04-23 08:19:23 +00:00