aboutsummaryrefslogtreecommitdiff
path: root/cad/p5-Verilog-Perl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Use byacc instead of bison (via the new bison wrapper)Baptiste Daroussin2020-03-101-3/+1
| | | | Notes: svn path=/head/; revision=528176
* - Fix LICENSEDmitry Marakasov2020-02-162-4/+6
| | | | | | | | | | | - Add LICENSE_FILE - Silence stripping - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=526258
* Convert to test frameworkSunpoet Po-Chuan Hsieh2017-10-121-3/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=451814
* - Change maintainer email [1]Pawel Pekala2016-07-271-4/+5
| | | | | | | | | | | | - Add LICENSE info [1] - Strip more binaries [1] - No need to include bsd.port.pre.mk PR: 210844 [1] Submitted by: otacilio.neto@bsd.com.br (maintainer) Notes: svn path=/head/; revision=419189
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* cad/p5-Verilog-Perl: 3.404 -> 3.418Kurt Jaeger2016-02-106-43/+40
| | | | | | | | | | | | Changes: http://cpansearch.perl.org/src/WSNYDER/Verilog-Perl-3.418/Changes Removed dependency of gcc. Now, p5-Verilog-Perl compiles with clang. PR: 207050 Submitted by: otacilio.neto@ee.ufcg.edu.br (maintainer) Notes: svn path=/head/; revision=408645
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-4/+4
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371238
* - Update to 3.404Renato Botelho2014-06-277-9/+103
| | | | | | | | | | - Fix build, it needs gcc PR: 191368 Submitted by: otaciliodearaujo@gmail.com (maintainer) Notes: svn path=/head/; revision=359597
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-2/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=357300
* - add stage supportOlli Hauer2014-06-012-26/+33
| | | | | | | - unbreak Notes: svn path=/head/; revision=356126
* Mark as broken unstaged perl portsBaptiste Daroussin2014-04-091-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350675
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-5/+2
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=327450
* Update to 3.400.Raphael Kubo da Costa2013-05-032-3/+4
| | | | | | | | PR: ports/177726 Submitted by: Otacilio <otacilio.neto@ee.ufcg.edu.br> (maintainer) Notes: svn path=/head/; revision=317268
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313635
* - Update to 3.316Steve Wills2012-08-272-3/+3
| | | | | | | | PR: ports/171063 Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer) Notes: svn path=/head/; revision=303256
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 3.251Sylvio Cesar Teixeira2010-07-233-7/+9
| | | | | | | | PR: ports/148726 Submitted by: Otacilio de Araujo Ramos Neto <otacilio.neto@ee.ufcg.edu.br> (maintainer) Notes: svn path=/head/; revision=258101
* - Update to 3.223Philip M. Gollucci2010-01-182-4/+4
| | | | | | | | | PR: ports/142626 Submitted by: myself (pgollucci@) Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer) Notes: svn path=/head/; revision=248046
* - Update to 3.222Philip M. Gollucci2009-12-272-4/+4
| | | | | | | | | PR: ports/141552 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246738
* - Update to 3.221Martin Wilke2009-11-043-7/+9
| | | | | | | | PR: 140231 Submitted by: Otacílio de Araújo Ramos Neto <otacilio.neto@ee.ufcg.edu.br> (maintainer) Notes: svn path=/head/; revision=243787
* - Fix compile problem with over optimization caused by -O2 flag for gcc in baseAndrej Zverev2009-09-151-3/+8
| | | | | | | | | | | prior OSVERSION 700042 - Unbreak Approved by: portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=241459
* - mark BROKEN does not compileMartin Wilke2009-09-141-0/+2
| | | | Notes: svn path=/head/; revision=241366
* Update to 2.213Andrej Zverev2009-08-242-4/+4
| | | | | | | | PR: ports/138081 Submitted by: tacilio.net at ee.ufcg.edu.br (maintainer) Notes: svn path=/head/; revision=240246
* - Update to 2.11Philip M. Gollucci2009-07-153-34/+36
| | | | | | | | PR: ports/136485 Submitted by: otacilio.neto@ee.ufcg.edu.br (maintainer) Notes: svn path=/head/; revision=237842
* - Add missing dependency (bison)Renato Botelho2009-05-261-0/+1
| | | | | | | | Reported by: QAT Pointyhat to: garga Notes: svn path=/head/; revision=234578
* The Verilog-Perl library is a building point for Verilog support in the PerlRenato Botelho2009-05-264-0/+97
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> Notes: svn path=/head/; revision=234576