summaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* fix SHA256 line (was wrapped)edwin2006-01-251-2/+1
|
* Remove the NO_CDROM lines: they serve no real purpose, and they'rethierry2006-01-251-8/+1
| | | | | | causing confusion in FreshPorts. Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* SHA256ify (manually done and checked)edwin2006-01-221-0/+1
| | | | Approved by: krion@
* SHA256ifyedwin2006-01-2218-0/+24
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-228-38/+38
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
|
* Fix build on sparcarved2006-01-206-4/+54
|
* BROKEN on sparc64: Does not compilekris2006-01-191-1/+7
|
* Upgrade to 2006.01.19.thierry2006-01-196-334/+348
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-01-18.thierry2006-01-186-14/+20
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Plug Tetgen.thierry2006-01-171-1/+17
| | | | Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* Upgrade to 2006-01-16.thierry2006-01-164-14/+14
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 1.3.0-1.thierry2006-01-155-34/+62
|
* Upgrade to 1.62.0.thierry2006-01-153-4/+5
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* Upgrade to 2006-01-13.thierry2006-01-136-16/+16
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* - Update graphics/libglut to 6.4.1.sem2006-01-123-6/+7
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* Upgrade to 2006-01-06.thierry2006-01-066-14/+16
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Minor cleanups for cad/calculixmaho2006-01-051-3/+3
| | | | | PR: 91252 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Fix maintainership (set to submitter)edwin2006-01-041-1/+1
|
* Upgrade to 2006-01-03.thierry2006-01-038-30/+36
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* cad/linux-GiD doesn't work on amd64edwin2006-01-021-1/+1
| | | | | | | | | When I ported this I added amd64 to give the "benefit of doubt" however I had the chance top test it but it doesn't work, it coredumps. PR: ports/91188 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* - Add SHA256pav2005-12-301-0/+1
| | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
* [Maintainer Update] cad/brlcad 7.6.4 -> 7.6.6edwin2005-12-294-11/+15
| | | | | | | | | | | Another version upgrade. The amd64 problem has been fixed, both as a patch here and in the HEAD of the sf.net repository. This has only been tested on 6.0/ia32 and 6.0/amd64, my 7 box is down and I don't have 4 or 5 anymore. :/ PR: ports/91037 Submitted by: Erik Greenwald <erik@smluc.org>
* [NEW PORT] cad/gplcver: A Verilog HDL simulatoredwin2005-12-294-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | GPL Cver is a full 1995 P1364 Verilog standard HDL simulator. It also implements some of the 2001 P1364 standard features including all three PLI interfaces (tf_, acc_ and vpi_) as defined in the 2001 Language Reference Manual (LRM). Verilog is the name for both a language for describing electronic hardware called a hardware description language (HDL) and the name of the program that simulates HDL circuit descriptions to verify that described circuits will function correctly when the are constructed. Verilog is used only for describing digital logic circuits. Other HDLs such as Spice are used for describing analog circuits. There is an IEEE standard named P1364 that standardizes the Verilog HDL and the behavior of Verilog simulators. Verilog is officially defined in the IEEE P1364 Language Reference Manual (LRM) that can be purchased from IEEE. There are many good books for learning that teach the Verilog HDL and/or that teach digital circuit design using Verilog. WWW: http://www.pragmatic-c.com/gpl-cver/ PR: ports/80968 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Upgrade to 2005-12-22.thierry2005-12-2510-70/+48
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Add file that was missing in the previous commit which read:erwin2005-12-251-0/+285
| | | | | | | | | | | | - Update to 27 - Use a static pkg-plist - Pass maintainership to submitter PR: ports/90818 Submitted by: Soeren Straarup <xride@x12.dk> Submitted by: pointyhat (kris) Pointy hat to: garga
* - Update to 27garga2005-12-232-12/+5
| | | | | | | | - Use a static pkg-plist - Pass maintainership to submitter PR: ports/90818 Submitted by: Soeren Straarup <xride@x12.dk>
* Add systemc 2.1.v1, a modeling platform for system-level C++ models.lawrance2005-12-186-0/+409
| | | | | PR: ports/89987 Submitted by: Daniel Thiele
* - Mark BROKEN on FreeBSD-4;thierry2005-12-132-0/+14
| | | | | | - Fix build on the cluster (unzip used during post-install). Reported by: pointyhat via Kris
* - Don't link readlinetdb2005-12-131-4/+1
| | | | | | PR: 90182 Submitted by: pfgshield-freebsd@yahoo.com Approved by: clement, maintainer
* - Fix fetchbarner2005-12-122-1/+3
| | | | | | | - While here, add SHA256 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer) PR: ports/90174
* - Update to 17tdb2005-12-1110-52/+71
| | | | | | PR: 90182 Submitted by: shuhei <amakawa@jp.freebsd.org> (maintainer) Approved by: clement (mentor)
* Add Kicad, a software for the creation of electronic schematicthierry2005-12-0819-0/+2771
| | | | | | | | | | | | diagrams and printed circuit board artwork. Kicad is a set of four softwares and a project manager: * Eeschema: Schematic entry. * Pcbnew: Board editor. * Gerbview: GERBER viewer (photoplotter documents). * Cvpcb: footprint selector for components used in the circuit design. * Kicad: project manager.
* - Remove bzip2 from list of dependencies,garga2005-11-301-3/+0
| | | | | | | | it has been part of base system since 4.4 PR: 88995 Submitted by: edwin Approved by: maintainer timeout (16 days)
* Upgrade to 1.61.3.thierry2005-11-292-4/+4
|
* - Update to 1.61.2;thierry2005-11-294-24/+5
| | | | | | - Mark BROKEN on FreeBSD-4.11 (1). Reported by: pointyhat via Kris (1).
* - Update to 7.6.4pav2005-11-283-249/+111
| | | | | PR: ports/89593 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* - Upgrade to 1.61.0;thierry2005-11-285-9/+33
| | | | | | - Fix build with Triangle; - Quote NO_CDROM.
* fix pkg-plistmr2005-11-271-2/+4
|
* exclude library again since it conflicts with qcad-partslibmr2005-11-271-3/+3
|
* Simplify build-logic a bitvs2005-11-252-7/+4
|
* - Add SHA256pav2005-11-2430-0/+46
|
* - Make fetchable (at least at my place)pav2005-11-241-1/+0
|
* fix pkg-plistmr2005-11-232-7/+6
| | | | add sha265 checksum
* update to qcad-2.0.5.0-1mr2005-11-233-33/+38
|
* Update port: cad/sceptre update MASTER_SITEedwin2005-11-222-1/+2
| | | | | | | | | | - Update MASTER_SITE to fix fetch problem. Also add sha246 PR: ports/88009 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout
* update to 1.4maho2005-11-1910-48/+161
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* Mark broken on 4.X.marcus2005-11-191-0/+4
| | | | Reported by: pointyhat via kris
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-157-7/+7
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
OpenPOWER on IntegriCloud