Bug 134124 - NEW port: cad/verilog-perl
Summary: NEW port: cad/verilog-perl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-01 02:20 UTC by Otacílio de Araújo Ramos Neto
Modified: 2009-05-26 12:10 UTC (History)
0 users

See Also:


Attachments
file.shar (6.96 KB, text/plain)
2009-05-01 02:20 UTC, Otacílio de Araújo Ramos Neto
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Otacílio de Araújo Ramos Neto 2009-05-01 02:20:01 UTC
The Verilog-Perl library is a building point for Verilog support in the Perl language.

Fix: Patch attached with submission follows:
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2009-05-21 17:16:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2009-05-21 17:25:57 UTC
This port has some common problems, please, install ports-mgmt/porttools and
after run following command inside port directory:

portlint -CN

More information can be found on Porters Handbook [1].

Please, fix it and send a new shar as a followup on this PR.

Thanks

[1] - http://www.freebsd.org/doc/en/books/porters-handbook/
-- 
Renato Botelho <garga @ FreeBSD.org>
               <garga @ freebsdbrasil.com.br>
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

They are called computers simply because computation is
the only significant job that has so far been given to them.
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2009-05-21 17:26:04 UTC
State Changed
From-To: open->feedback

Ask for submitter fix.
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2009-05-26 12:01:48 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-05-26 12:01:56 UTC
garga       2009-05-26 11:01:39 UTC

  FreeBSD ports repository

  Modified files:
    cad                  Makefile 
  Added files:
    cad/p5-Verilog-Perl  Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.108     +1 -0      ports/cad/Makefile
  1.1       +42 -0     ports/cad/p5-Verilog-Perl/Makefile (new)
  1.1       +3 -0      ports/cad/p5-Verilog-Perl/distinfo (new)
  1.1       +19 -0     ports/cad/p5-Verilog-Perl/pkg-descr (new)
  1.1       +33 -0     ports/cad/p5-Verilog-Perl/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"