FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 12:56 AM BST
Port details
p5-Verilog-Perl 3.251 cad on this many watch lists=0 search for ports that depend on this port
Building point for Verilog support in the Perl language
Maintained by: otacilio.neto@ee.ufcg.edu.br search for ports maintained by this maintainer
Port Added: 26 May 2009 11:01:59
Also Listed In: perl5
License: not specified in port


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
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: textproc/flex, devel/gmake, devel/bison, lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/cad/p5-Verilog-Perl/ && make install clean
To add the package: pkg_add -r p5-Verilog-Perl


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Verilog/
http://www.cpan.dk/modules/by-module/Verilog/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Verilog/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Verilog/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Verilog/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Verilog/
http://ring.nict.go.jp/archives/CPAN/modules/by-module/Verilog/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Verilog/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Verilog/
http://at.cpan.org/modules/by-module/Verilog/
http://ring.riken.jp/archives/CPAN/modules/by-module/Verilog/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Verilog/
http://backpan.perl.org/modules/by-module/Verilog/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Verilog/
http://cpan.nctu.edu.tw/modules/by-module/Verilog/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2011 12:54:45
Original commit files touched by this commit  3.251
miwi search for other commits by this committer
- Get Rid MD5 support
23 Jul 2010 14:33:24
Original commit files touched by this commit  3.251
sylvio search for other commits by this committer
- Update to 3.251

PR:             ports/148726
Submitted by:   Otacilio de Araujo Ramos Neto <otacilio.neto@ee.ufcg.edu.br>
(maintainer)
18 Jan 2010 00:57:34
Original commit files touched by this commit  3.223
pgollucci search for other commits by this committer
- Update to 3.223

PR:             ports/142626
Submitted by:   myself (pgollucci@)
Approved by:    otacilio.neto@ee.ufcg.edu.br (maintainer)
27 Dec 2009 02:02:02
Original commit files touched by this commit  3.222
pgollucci search for other commits by this committer
- Update to 3.222

PR:             ports/141552
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
04 Nov 2009 15:43:10
Original commit files touched by this commit  3.221
miwi search for other commits by this committer
- Update to 3.221

PR:             140231
Submitted by:   Otacílio de Araújo Ramos Neto <otacilio.neto@ee.ufcg.edu.br>
(maintainer)
15 Sep 2009 13:16:14
Original commit files touched by this commit  3.212
az search for other commits by this committer
- 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
14 Sep 2009 06:58:47
Original commit files touched by this commit  3.212
miwi search for other commits by this committer
- mark BROKEN does not compile
24 Aug 2009 06:01:24
Original commit files touched by this commit  3.212
az search for other commits by this committer
Update to 2.213

PR:     ports/138081
Submitted by:   tacilio.net at ee.ufcg.edu.br (maintainer)
15 Jul 2009 00:42:29
Original commit files touched by this commit  3.211
pgollucci search for other commits by this committer
- Update to 2.11

PR:             ports/136485
Submitted by:   otacilio.neto@ee.ufcg.edu.br (maintainer)
26 May 2009 11:54:56
Original commit files touched by this commit  3.210
garga search for other commits by this committer
- Add missing dependency (bison)

Reported by:    QAT
Pointyhat to:   garga
26 May 2009 11:01:39
Original commit files touched by this commit  3.210
garga search for other commits by this committer
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>

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 15
new 48 hours33
new 7 days60
new fortnight181
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.138 seconds.