aboutsummaryrefslogtreecommitdiffstats
path: root/cad/iverilog
Commit message (Collapse)AuthorAgeFilesLines
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* - Convert USE_GMAKE to USESmiwi2014-03-131-2/+1
|
* Update to 0.9.7.zeising2013-12-113-6/+6
| | | | Stagify.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | cad)
* Convert USE_BISON to USES= bisonbapt2013-03-081-7/+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
* Update to 0.9.6zeising2012-09-262-3/+3
| | | | Approved by: kwm (mentor)
* Change maintainer address to my FreeBSD.org mail address.zeising2012-07-031-1/+1
| | | | Approved by: kwm (mentor)
* Update maintainer email addresscrees2012-01-171-1/+1
| | | | | PR: ports/164211 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
* - Update to version 0.9.5pawel2011-11-053-4/+6
| | | | | | | | - Add LICENSE - Update project homepage PR: ports/162280 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (maintainer)
* - Update to version 0.9.4pawel2011-10-302-5/+4
| | | | | | | - Give maintainership to submitter PR: ports/162069 Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Fix a few typos in ports/cad.olgeni2010-07-301-1/+1
|
* - Update to 0.9.2.stas2010-01-093-24/+5
|
* - Update to 0.9.1.stas2009-06-095-25/+38
|
* - Update to 0.8.7.stas2009-01-244-9/+23
|
* - Update 0.8.6.stas2008-04-142-5/+5
|
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* - Update to 0.8.5.stas2007-09-132-4/+4
|
* - Update to 0.8.4.stas2007-04-044-39/+4
|
* - Update to 0.8.3stas2006-11-024-15/+14
|
* - Update to 0.8.2stas2006-10-034-9/+23
| | | | | | | - Fix compiling with gcc 4.1 - Change my email Approved by: sem (mentor)
* Stanislav wants to maintain this ports.itetcu2006-09-061-1/+1
| | | | Requested by: Stanislav (on IRC)
* Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1
| | | | Hat: portmgr
* Update to 0.8.1mnag2005-11-102-5/+8
| | | | | | | | Add second MASTER_SITES Add SHA256 PR: 88749 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> (maintainer)
* Update maintainer's email address.linimon2005-10-121-1/+1
|
* Update to 0.8arved2004-11-053-5/+6
| | | | | PR: 72949 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
* Update to 0.7.20040606.nobutaka2004-07-042-4/+4
| | | | | PR: ports/68643 Submitted by: maintainer
* - Update to version 20040220krion2004-03-192-4/+4
| | | | | PR: ports/64432 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Unbreak on 4.x.linimon2004-01-302-7/+26
| | | | | PR: ports/62073 Submitted by: Hiroki Sato <hrs@freebsd.org>
* Update to 20031202 snapshot. Summary of changes listed onlinimon2003-12-183-8/+20
| | | | | | | | | | | | | | | | | ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20031202.txt: Combination 64bit/32bit runtime support now works fully on AMD64 systems; wait on lists of named events now works; there is no longer a common iverilog.conf, instead there are target specific foo.conf files with a new and cleaner format; 64bit values are more portably handled; several synthesis bugs related to the control inputs of flip-flops have been fixed. Committer is marking this BROKEN on 4.x while we investigate install problems. It works on 5.x only for now. PR: ports/60162 Submitted by: Joachim Strombergson <watchman@ludd.luth.se> (maintainer)
* Mark as broken while we muddle through the compile problem withlinimon2003-11-201-0/+2
| | | | the author.
* Maintainer Update to latest snapshot. Changes: add AMD64 supportlinimon2003-10-273-5/+4
| | | | | | (experimental); time 0 race resolution; identation cleanup; manpage update. PR: ports/58320
* Maintainer update to snapshot version. In addition to fixing the portlinimon2003-10-172-4/+6
| | | | | | | | | | | | | | | for gcc3.3, 10 months of updates are included: - Rework expression parsing and elaboration to accomodate real/realtime values and expressions. - Calculate delay statement delays using elaborated expressions instead of pre-elaborated expression trees. - Implement the wait statement behaviorally instead of as nets. - Support event names as expression elements. - Fix configuration errors, spelling errors, clarification of certain objects. See internal revision logs in each file for more elaboration.
* Partial fix for builds with gcc 3.3. This still blows up later on.kris2003-07-181-0/+10
|
* Change the Maintainer to someone who uses this port more than I do.keichii2003-05-191-1/+1
|
* Fix MAN. This commit completes changes submitted in the PR. I madewill2003-05-171-4/+3
| | | | | | | the earlier changes unaware that the submitter had sent the PR. PR: 51989 Submitted by: Ports Fury
* Fix this port and remove BROKEN.will2003-05-172-18/+4
|
* BROKEN: Does not installkris2003-05-061-0/+2
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to iverilog 0.7keichii2003-02-016-43/+8
| | | | Submitted by: Joachim Str?mbergson <watchman@ludd.luth.se>
* Fix build with bison 1.75.marcus2002-12-023-0/+41
| | | | Reported by: bento
* Add missing fileskris2002-09-192-1/+5
|
* Update to 0.6 after my long absencekeichii2002-03-042-2/+2
| | | | | PR: 35317 Submitted by: Joachim Strömbergson <watchman@ludd.luth.se>
* pass maintainership to keichiiijliao2001-05-191-1/+1
|
* forgot bison dependenceijliao2001-02-221-0/+1
|
* add iverilog, a Verilog simulation and synthesis toolijliao2001-02-135-0/+59