Port details |
- p5-Verilog-Perl Building point for Verilog support in the Perl language
- 3.478 cad =2 3.478Version of this port present on the latest quarterly branch.
- Maintainer: otacilio.neto@bsd.com.br
- Port Added: 2009-05-26 11:01:59
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART20 LGPL3
- WWW:
- https://www.veripool.org/wiki/verilog-perl
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Verilog-Perl>0:cad/p5-Verilog-Perl
- To install the port:
- cd /usr/ports/cad/p5-Verilog-Perl/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/p5-Verilog-Perl
- pkg install p5-Verilog-Perl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Verilog-Perl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1634810863
SHA256 (Verilog-Perl-3.478.tar.gz) = 221fccecb90a5a6509e5d46fcb85dabb4326ce330398cc55b09583999e0b979c
SIZE (Verilog-Perl-3.478.tar.gz) = 612531
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- cad_p5-Verilog-Perl
- USES:
- bison:wrapper gmake perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.478 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.478 20 Jul 2022 14:20:58 |
Tobias C. Berner (tcberner) |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.478 23 Dec 2021 10:33:28 |
Hiroki Tagato (tagattie) Author: Gian-Simon Purkert |
cad/p5-Verilog-Perl: update to 3.478
Changelog: https://metacpan.org/dist/Verilog-Perl/changes
PR: 259336
Approved by: otacilio.neto@bsd.com.br (maintainer timeout, >2 months) |
3.418 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.418 10 Mar 2020 14:24:19 |
bapt |
Use byacc instead of bison (via the new bison wrapper) |
3.418 16 Feb 2020 09:31:26 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Silence stripping
- Update WWW
Approved by: portmgr blanket |
3.418 12 Oct 2017 08:09:44 |
sunpoet |
Convert to test framework
Approved by: portmgr (blanket) |
3.418 27 Jul 2016 17:04:44 |
pawel |
- Change maintainer email [1]
- 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) |
3.418 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.418 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.418 10 Feb 2016 19:34:24 |
pi |
cad/p5-Verilog-Perl: 3.404 -> 3.418
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) |
3.404_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- 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 |
3.404_1 26 Nov 2014 13:08:38 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
3.404 20 Oct 2014 07:19:23 |
bapt |
Cleanup plist |
3.404 27 Jun 2014 18:59:28 |
garga |
- Update to 3.404
- Fix build, it needs gcc
PR: 191368
Submitted by: otaciliodearaujo@gmail.com (maintainer) |
3.400 10 Jun 2014 12:14:14 |
mat |
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 |
3.400 01 Jun 2014 14:19:13 |
ohauer |
- add stage support
- unbreak |
3.400 09 Apr 2014 09:49:03 |
bapt |
Mark as broken unstaged perl ports
With hat: portmgr |
3.400 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
3.400 17 Sep 2013 06:12:36 |
bapt |
Convert to new perl framework
Submitted by: az |
3.400 03 May 2013 21:42:41 |
rakuco |
Update to 3.400.
PR: ports/177726
Submitted by: Otacilio <otacilio.neto@ee.ufcg.edu.br> (maintainer) |
3.316 08 Mar 2013 11:32:12 |
bapt |
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 |
3.316 27 Aug 2012 21:49:08 |
swills |
- Update to 3.316
PR: ports/171063
Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer) |
3.251 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.251 23 Jul 2010 14:33:24 |
sylvio |
- Update to 3.251
PR: ports/148726
Submitted by: Otacilio de Araujo Ramos Neto <otacilio.neto@ee.ufcg.edu.br>
(maintainer) |
3.223 18 Jan 2010 00:57:34 |
pgollucci |
- Update to 3.223
PR: ports/142626
Submitted by: myself (pgollucci@)
Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer) |
3.222 27 Dec 2009 02:02:02 |
pgollucci |
- Update to 3.222
PR: ports/141552
Approved by: maintainer
Submitted by: myself (pgollucci@) |
3.221 04 Nov 2009 15:43:10 |
miwi |
- Update to 3.221
PR: 140231
Submitted by: Otacílio de Araújo Ramos Neto <otacilio.neto@ee.ufcg.edu.br>
(maintainer) |
3.212 15 Sep 2009 13:16:14 |
az |
- 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 |
3.212 14 Sep 2009 06:58:47 |
miwi |
- mark BROKEN does not compile |
3.212 24 Aug 2009 06:01:24 |
az |
Update to 2.213
PR: ports/138081
Submitted by: tacilio.net at ee.ufcg.edu.br (maintainer) |
3.211 15 Jul 2009 00:42:29 |
pgollucci |
- Update to 2.11
PR: ports/136485
Submitted by: otacilio.neto@ee.ufcg.edu.br (maintainer) |
3.210 26 May 2009 11:54:56 |
garga |
- Add missing dependency (bison)
Reported by: QAT
Pointyhat to: garga |
3.210 26 May 2009 11:01:39 |
garga |
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> |