summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2005-12-22.Thierry Thomas2005-12-2510-70/+48
| | | | | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>. Notes: svn path=/head/; revision=152021
* Add file that was missing in the previous commit which read:Erwin Lansing2005-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 Notes: svn path=/head/; revision=152012
* - Update to 27Renato Botelho2005-12-232-12/+5
| | | | | | | | | | | - Use a static pkg-plist - Pass maintainership to submitter PR: ports/90818 Submitted by: Soeren Straarup <xride@x12.dk> Notes: svn path=/head/; revision=151906
* Add systemc 2.1.v1, a modeling platform for system-level C++ models.Sam Lawrance2005-12-186-0/+409
| | | | | | | | PR: ports/89987 Submitted by: Daniel Thiele Notes: svn path=/head/; revision=151479
* - Mark BROKEN on FreeBSD-4;Thierry Thomas2005-12-132-0/+14
| | | | | | | | | - Fix build on the cluster (unzip used during post-install). Reported by: pointyhat via Kris Notes: svn path=/head/; revision=151112
* - Don't link readlineTim Bishop2005-12-131-4/+1
| | | | | | | | | PR: 90182 Submitted by: pfgshield-freebsd@yahoo.com Approved by: clement, maintainer Notes: svn path=/head/; revision=151094
* - Fix fetchSimon Barner2005-12-122-1/+3
| | | | | | | | | | - While here, add SHA256 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer) PR: ports/90174 Notes: svn path=/head/; revision=150981
* - Update to 17Tim Bishop2005-12-1110-52/+71
| | | | | | | | | PR: 90182 Submitted by: shuhei <amakawa@jp.freebsd.org> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=150893
* Add Kicad, a software for the creation of electronic schematicThierry Thomas2005-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. Notes: svn path=/head/; revision=150689
* - Remove bzip2 from list of dependencies,Renato Botelho2005-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) Notes: svn path=/head/; revision=150032
* Upgrade to 1.61.3.Thierry Thomas2005-11-292-4/+4
| | | | Notes: svn path=/head/; revision=149957
* - Update to 1.61.2;Thierry Thomas2005-11-294-24/+5
| | | | | | | | | - Mark BROKEN on FreeBSD-4.11 (1). Reported by: pointyhat via Kris (1). Notes: svn path=/head/; revision=149937
* - Update to 7.6.4Pav Lucistnik2005-11-283-249/+111
| | | | | | | | PR: ports/89593 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=149816
* - Upgrade to 1.61.0;Thierry Thomas2005-11-285-9/+33
| | | | | | | | | - Fix build with Triangle; - Quote NO_CDROM. Notes: svn path=/head/; revision=149785
* fix pkg-plistMichael Reifenberger2005-11-271-2/+4
| | | | Notes: svn path=/head/; revision=149658
* exclude library again since it conflicts with qcad-partslibMichael Reifenberger2005-11-271-3/+3
| | | | Notes: svn path=/head/; revision=149657
* Simplify build-logic a bitVolker Stolz2005-11-252-7/+4
| | | | Notes: svn path=/head/; revision=149419
* - Add SHA256Pav Lucistnik2005-11-2430-0/+46
| | | | Notes: svn path=/head/; revision=149234
* - Make fetchable (at least at my place)Pav Lucistnik2005-11-241-1/+0
| | | | Notes: svn path=/head/; revision=149233
* fix pkg-plistMichael Reifenberger2005-11-232-7/+6
| | | | | | | add sha265 checksum Notes: svn path=/head/; revision=149195
* update to qcad-2.0.5.0-1Michael Reifenberger2005-11-233-33/+38
| | | | Notes: svn path=/head/; revision=149193
* Update port: cad/sceptre update MASTER_SITEEdwin Groothuis2005-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 Notes: svn path=/head/; revision=149014
* update to 1.4Maho Nakata2005-11-1910-48/+161
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=148823
* Mark broken on 4.X.Joe Marcus Clarke2005-11-191-0/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=148762
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Fix build on 4.xVolker Stolz2005-11-102-4/+33
| | | | Notes: svn path=/head/; revision=147830
* Update to 0.8.1Marcus Alves Grando2005-11-092-5/+8
| | | | | | | | | | | Add second MASTER_SITES Add SHA256 PR: 88749 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> (maintainer) Notes: svn path=/head/; revision=147763
* Remove expired portsKris Kennaway2005-11-058-118/+0
| | | | Notes: svn path=/head/; revision=147349
* Update to 0.40.5.Joe Marcus Clarke2005-11-054-7/+17
| | | | | | | Submitted by: ahze Notes: svn path=/head/; revision=147273
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-0513-4/+13
| | | | Notes: svn path=/head/; revision=147269
* Respect LOCALBASE and X11BASEMarcus Alves Grando2005-11-051-19/+17
| | | | | | | | | | | Depends libglut instead USE_MESA Bump PORTREVISION PR: 88465 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=147255
* Use latest tcl/tk 8.3 -> 8.4Marcus Alves Grando2005-10-221-13/+14
| | | | | | | | | | | Bump PORTREVISION PR: 84741 Submitted by: Carlos A M dos Santos <casantos@urisan.tche.br> Approved by: hansen@cmu.edu (maintainer timeout, 72 days) Notes: svn path=/head/; revision=146093
* - Update to 7.6.2, a minor bugfix releaseEmanuel Haupt2005-10-183-4/+4
| | | | | | | | PR: 87579 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=145811
* - Update to version 3.3.38Renato Botelho2005-10-183-15/+3
| | | | | | | | PR: ports/87533 Submitted by: Ports Fury Notes: svn path=/head/; revision=145730
* Update maintainer's email address.Mark Linimon2005-10-122-2/+2
| | | | Notes: svn path=/head/; revision=145080
* Now buildable againKris Kennaway2005-10-111-4/+0
| | | | Notes: svn path=/head/; revision=144901
* Reset maintainer at his request due to having too limited time right now.Mark Linimon2005-10-102-2/+2
| | | | Notes: svn path=/head/; revision=144763
* Pacify distfile survey.Mark Linimon2005-10-091-1/+1
| | | | Notes: svn path=/head/; revision=144641
* - Upgrade to 0.6.3 [1]Thierry Thomas2005-10-083-4/+4
| | | | | | | | | - Fix a typo in impact script. Reported by: edwin's version check [1] Notes: svn path=/head/; revision=144608
* Drop maintainership.Dag-Erling Smørgrav2005-10-031-1/+1
| | | | Notes: svn path=/head/; revision=144105
* Fix bogus ui files in preparation for Qt 3.3.5Michael Nottebrock2005-09-291-0/+10
| | | | Notes: svn path=/head/; revision=143781
* Update to 4.15Simon Barner2005-09-266-12/+52
| | | | | | | | | Submitted by: Mike Durian <durian@shadetreesoftware.com> PR: ports/86241 Approved by: "Thomas E. Zander" <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=143577
* - Update to 7.6.0Pav Lucistnik2005-09-143-763/+674
| | | | | | | | PR: ports/85983 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=142752
* Fix a coredump in the undo processing when doing a rotate editingJoerg Wunsch2005-09-142-0/+12
| | | | | | | operation. Notes: svn path=/head/; revision=142704
* Update to 5.0.20050217 and unbreak the build on FreeBSD 5.xHiroki Sato2005-09-105-219/+887
| | | | | | | | | | and later. PR: ports/84715 Submitted by: Carlos A M dos Santos (casantos at gama-rt dot urisan dot tche dot br) Notes: svn path=/head/; revision=142393
* Update to 3.3.33Sam Lawrance2005-09-093-5/+5
| | | | | | | | PR: ports/85873 Submitted by: Ports Fury Notes: svn path=/head/; revision=142313
* Move recently added port cad/fig2sxd to a new and more accurate categoryRenato Botelho2005-09-085-76/+0
| | | | | | | | | | graphics, with extra category converters. Pointed by: danfe Approved by: maintainer Notes: svn path=/head/; revision=142227
* Add fig2sxd 0.13, convert .xfig files to the OpenOffice draw format.Renato Botelho2005-09-085-0/+76
| | | | | | | | PR: ports/85794 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=142216
* Update to 7.4.2Simon Barner2005-09-073-795/+782
| | | | | | | | Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) PR: ports/85757 Notes: svn path=/head/; revision=142146
* - Get rid of pkg-plistSergey Matveychuk2005-09-022-3/+3
| | | | | | | | PR: ports/84690 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=141790