Commit graph

22 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
Baptiste Daroussin
afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Renato Botelho
b2b68f19a3 - Update to 3.404
- Fix build, it needs gcc

PR:		191368
Submitted by:	otaciliodearaujo@gmail.com (maintainer)
2014-06-27 18:59:28 +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
Olli Hauer
2f3121abfc - add stage support
- unbreak
2014-06-01 14:19:13 +00:00
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +00:00
Baptiste Daroussin
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
Baptiste Daroussin
46c6877a4a Convert to new perl framework
Submitted by:	az
2013-09-17 06:12:35 +00:00
Raphael Kubo da Costa
a920e3b708 Update to 3.400.
PR:		ports/177726
Submitted by:	Otacilio <otacilio.neto@ee.ufcg.edu.br> (maintainer)
2013-05-03 21:42:40 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Steve Wills
ae72ccaa56 - Update to 3.316
PR:		ports/171063
Approved by:	otacilio.neto@ee.ufcg.edu.br (maintainer)
2012-08-27 21:49:08 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Sylvio Cesar Teixeira
913a43d5b5 - Update to 3.251
PR:		ports/148726
Submitted by:	Otacilio de Araujo Ramos Neto <otacilio.neto@ee.ufcg.edu.br> (maintainer)
2010-07-23 14:33:24 +00:00
Philip M. Gollucci
1912cd437b - Update to 3.223
PR:             ports/142626
Submitted by:   myself (pgollucci@)
Approved by:    otacilio.neto@ee.ufcg.edu.br (maintainer)
2010-01-18 00:57:34 +00:00
Philip M. Gollucci
b81fea9c9e - Update to 3.222
PR:             ports/141552
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-12-27 02:02:02 +00:00
Martin Wilke
cdd7d962f8 - Update to 3.221
PR:		140231
Submitted by:	Otacílio de Araújo Ramos Neto <otacilio.neto@ee.ufcg.edu.br> (maintainer)
2009-11-04 15:43:10 +00:00
Andrej Zverev
3a99cc0cb9 - Fix compile problem with over optimization caused by -O2 flag for gcc in base
prior OSVERSION 700042
- Unbreak

Approved by:	portmgr (miwi)
Feature safe:	yes
2009-09-15 13:16:14 +00:00
Martin Wilke
f960f17a40 - mark BROKEN does not compile 2009-09-14 06:58:46 +00:00
Andrej Zverev
163163dee5 Update to 2.213
PR:	ports/138081
Submitted by:	tacilio.net at ee.ufcg.edu.br (maintainer)
2009-08-24 06:01:24 +00:00
Philip M. Gollucci
a07e750d89 - Update to 2.11
PR:             ports/136485
Submitted by:   otacilio.neto@ee.ufcg.edu.br (maintainer)
2009-07-15 00:42:29 +00:00
Renato Botelho
ad8bca9081 - Add missing dependency (bison)
Reported by:	QAT
Pointyhat to:	garga
2009-05-26 11:54:56 +00:00
Renato Botelho
a20392af84 The Verilog-Perl library is a building point for Verilog support in the Perl
language. It includes:
* Verilog::Getopt which parses command line options similar to C++ and VCS.
* Verilog::Language which knows the language keywords and parses numbers.
* Verilog::Netlist which builds netlists out of Verilog files. This allows
  easy scripts to determine things such as the hierarchy of modules.
* Verilog::Parser invokes callbacks for language tokens.
* Verilog::Preproc preprocesses the language, and allows reading
  post-processed files right from Perl without temporary files.
* vpassert inserts PLIish warnings and assertions for any simulator.
* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog language.
* vrename renames and cross-references Verilog symbols. Vrename creates Verilog
  cross references and makes it easy to rename signal and module names across
  multiple files. Vrename uses a simple and efficient three step process.
  First, you run vrename to create a list of signals in the design. You then
  edit this list, changing as many symbols as you wish. Vrename is then run a
  second time to apply the changes.

WWW:	http://www.veripool.org/wiki/verilog-perl

PR:		ports/134124
Submitted by:	Otacílio de Araújo Ramos Neto <otacilio.neto at ee.ufcg.edu.br>
2009-05-26 11:01:39 +00:00