notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
p5-Verilog-Perl Building point for Verilog support in the Perl language
3.478 cad on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.478Version of this port present on the latest quarterly branch.
Maintainer: otacilio.neto@bsd.com.br search for ports maintained by this maintainer
Port Added: 2009-05-26 11:01:59
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (60 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Verilog-Perl-3.478/catalog.mk
  2. /usr/local/share/licenses/p5-Verilog-Perl-3.478/LICENSE
  3. /usr/local/share/licenses/p5-Verilog-Perl-3.478/ART20
  4. /usr/local/share/licenses/p5-Verilog-Perl-3.478/LGPL3
  5. bin/vhier
  6. bin/vpassert
  7. bin/vppreproc
  8. bin/vrename
  9. bin/vsplitmodule
  10. lib/perl5/site_perl/mach/5.32/Verilog/EditFiles.pm
  11. lib/perl5/site_perl/mach/5.32/Verilog/Getopt.pm
  12. lib/perl5/site_perl/mach/5.32/Verilog/Language.pm
  13. lib/perl5/site_perl/mach/5.32/Verilog/Netlist.pm
  14. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Cell.pm
  15. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/ContAssign.pm
  16. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Defparam.pm
  17. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/File.pm
  18. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Interface.pm
  19. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Logger.pm
  20. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/ModPort.pm
  21. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Module.pm
  22. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Net.pm
  23. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Pin.pm
  24. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/PinSelection.pm
  25. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Port.pm
  26. lib/perl5/site_perl/mach/5.32/Verilog/Netlist/Subclass.pm
  27. lib/perl5/site_perl/mach/5.32/Verilog/Parser.pm
  28. lib/perl5/site_perl/mach/5.32/Verilog/Preproc.pm
  29. lib/perl5/site_perl/mach/5.32/Verilog/SigParser.pm
  30. lib/perl5/site_perl/mach/5.32/Verilog/Std.pm
  31. lib/perl5/site_perl/mach/5.32/auto/Verilog/Parser/Parser.so
  32. lib/perl5/site_perl/mach/5.32/auto/Verilog/Preproc/Preproc.so
  33. lib/perl5/site_perl/man/man1/vhier.1.gz
  34. lib/perl5/site_perl/man/man1/vpassert.1.gz
  35. lib/perl5/site_perl/man/man1/vppreproc.1.gz
  36. lib/perl5/site_perl/man/man1/vrename.1.gz
  37. lib/perl5/site_perl/man/man3/Verilog::EditFiles.3.gz
  38. lib/perl5/site_perl/man/man3/Verilog::Getopt.3.gz
  39. lib/perl5/site_perl/man/man3/Verilog::Language.3.gz
  40. lib/perl5/site_perl/man/man3/Verilog::Netlist.3.gz
  41. lib/perl5/site_perl/man/man3/Verilog::Netlist::Cell.3.gz
  42. lib/perl5/site_perl/man/man3/Verilog::Netlist::ContAssign.3.gz
  43. lib/perl5/site_perl/man/man3/Verilog::Netlist::Defparam.3.gz
  44. lib/perl5/site_perl/man/man3/Verilog::Netlist::File.3.gz
  45. lib/perl5/site_perl/man/man3/Verilog::Netlist::Interface.3.gz
  46. lib/perl5/site_perl/man/man3/Verilog::Netlist::Logger.3.gz
  47. lib/perl5/site_perl/man/man3/Verilog::Netlist::ModPort.3.gz
  48. lib/perl5/site_perl/man/man3/Verilog::Netlist::Module.3.gz
  49. lib/perl5/site_perl/man/man3/Verilog::Netlist::Net.3.gz
  50. lib/perl5/site_perl/man/man3/Verilog::Netlist::Pin.3.gz
  51. lib/perl5/site_perl/man/man3/Verilog::Netlist::PinSelection.3.gz
  52. lib/perl5/site_perl/man/man3/Verilog::Netlist::Port.3.gz
  53. lib/perl5/site_perl/man/man3/Verilog::Netlist::Subclass.3.gz
  54. lib/perl5/site_perl/man/man3/Verilog::Parser.3.gz
  55. lib/perl5/site_perl/man/man3/Verilog::Preproc.3.gz
  56. lib/perl5/site_perl/man/man3/Verilog::SigParser.3.gz
  57. lib/perl5/site_perl/man/man3/Verilog::Std.3.gz
  58. @owner
  59. @group
  60. @mode
Collapse this list.
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):
p5-Verilog-Perl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.4783.4783.4183.4783.478-3.418-
FreeBSD:13:quarterly3.4783.4783.4783.4783.4783.4783.4783.478
FreeBSD:14:latest3.4783.4783.4783.4783.4783.478-3.478
FreeBSD:14:quarterly3.4783.478-3.4783.4783.4783.4783.478
FreeBSD:15:latest3.4783.478n/a3.478n/a3.4783.4783.478
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. 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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Verilog/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Verilog/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Verilog/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Verilog/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Verilog/
  7. http://backpan.perl.org/modules/by-module/Verilog/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Verilog/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Verilog/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Verilog/
  12. https://www.cpan.org/modules/by-module/Verilog/
Collapse this list.

There are no commits on branch 2022Q2 for this port