summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 20020825Ying-Chieh Liao2002-10-1017-88/+157
| | | | | | | | PR: 43563 Submitted by: maintainer Notes: svn path=/head/; revision=67762
* add geda-utilsYing-Chieh Liao2002-10-106-0/+45
| | | | | | | | | | gEDA utilities PR: 43563 Submitted by: bruno <bruno@mail.tinkerbox.org> Notes: svn path=/head/; revision=67759
* add geda-symcheckYing-Chieh Liao2002-10-106-0/+41
| | | | | | | | | | gEDA symbol checking utility PR: 43563 Submitted by: bruno <bruno@mail.tinkerbox.org> Notes: svn path=/head/; revision=67757
* BROKEN: Does not compileKris Kennaway2002-10-051-0/+2
| | | | Notes: svn path=/head/; revision=67414
* find->${FIND},xargs->${XARGS}Ying-Chieh Liao2002-09-293-3/+3
| | | | | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=67236
* Fix build (removal of <values.h>)Kris Kennaway2002-09-291-0/+29
| | | | Notes: svn path=/head/; revision=67224
* Update to 6.0.6Mario Sergio Fujikawa Ferreira2002-09-204-5/+35
| | | | Notes: svn path=/head/; revision=66773
* * Make german/linux-eagle slave port of cad/linux-eagle.Oliver Braun2002-09-192-14/+16
| | | | | | | | | | | * Use german distfile for german/linux-eagle. * Fix pkg-plist for german/linux-eagle. * Use german website in german/linux-eagle. Submitted by: maintainer Notes: svn path=/head/; revision=66712
* Add missing filesKris Kennaway2002-09-192-1/+5
| | | | Notes: svn path=/head/; revision=66673
* Add missing directoryKris Kennaway2002-09-191-0/+1
| | | | Notes: svn path=/head/; revision=66651
* Remove dependency on texi2html port; a different version ofKris Kennaway2002-09-181-2/+1
| | | | | | | | | | | | | | texi2html is included in the teTeX port, which is already a dependency. Thus, during a port build the teTeX port will be installed first, which automatically satisfies the dependency check for texi2html, so the latter port is never installed; however during a package build the full set of packages are added, so we end up with the texi2html binary from the texi2html port overwriting that from teTeX, which is incompatible and causes the build to fail. Notes: svn path=/head/; revision=66643
* Unmark BROKEN. It builds fine.Alan Eldridge2002-09-181-2/+0
| | | | Notes: svn path=/head/; revision=66564
* add transcalc 0.13Ying-Chieh Liao2002-09-066-0/+63
| | | | | | | A analysis and synthesis tool for RF and microwave transmission lines Notes: svn path=/head/; revision=65722
* Add URL.OKAZAKI Tetsurou2002-09-011-0/+2
| | | | Notes: svn path=/head/; revision=65402
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-307-7/+14
| | | | | | | | PR: 42188 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65297
* Assign maintainership to "Thomas E. Zander" <riggs@rrr.de> perMario Sergio Fujikawa Ferreira2002-08-272-2/+2
| | | | | | | request Notes: svn path=/head/; revision=65106
* Bump PORTREVISION to indicate that some bugs have been fixed.Joerg Wunsch2002-08-261-0/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=65061
* More FreeBSD tweaking in os_bsd.h:Joerg Wunsch2002-08-251-50/+38
| | | | | | | | | | | . Declare HAS_INTWAITSTATUS in order to get it to compil at all (wonder how this used to work before) . While i was at it, use HAS_SYSVDIRS instead of HAS_BSDDIRS to get rid of the obsolescence warning in <sys/dir.h>. Notes: svn path=/head/; revision=64994
* Do not destroy the graph to be printed too early.Joerg Wunsch2002-08-251-0/+27
| | | | | | | Another old patch of mine the maintainer never responded to. Notes: svn path=/head/; revision=64993
* When destroying a graph, don't attempt to dereference the contents ofJoerg Wunsch2002-08-251-0/+17
| | | | | | | | | | | already free()d client_data. Instead, extract the widget to destroy first, then destroy the client_data, then destroy the remembered widget. The maintainer of this port never responsed to my emails. Notes: svn path=/head/; revision=64992
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-233-3/+3
| | | | | | | maintainership. Notes: svn path=/head/; revision=64863
* Update to 4.09r2Mario Sergio Fujikawa Ferreira2002-08-206-6/+6
| | | | | | | | PR: 41614 Submitted by: Thomas E. Zander <riggs@hadiko.de> Notes: svn path=/head/; revision=64705
* switch to GNOMENGYing-Chieh Liao2002-08-052-23/+24
| | | | | | | | | | Enable PNG support properly PR: 41027 Submitted by: Ports Fury Notes: svn path=/head/; revision=64023
* upgrade to 1.4.16Ying-Chieh Liao2002-08-056-504/+18
| | | | | | | | PR: 41028 Submitted by: Ports Fury Notes: svn path=/head/; revision=64022
* A trivial modification. ${LINUXBASE}/lib/ld.so, referenced in Makefile,Yoshio MITA2002-08-032-2/+2
| | | | | | | | no more exsists in the new linux_base (7.1) whereas it existed for linux_base-6.1. Notes: svn path=/head/; revision=63903
* Chase shlib version.Patrick Li2002-07-171-1/+1
| | | | | | | | PR: ports/40702 Submitted by: maintainer Notes: svn path=/head/; revision=63159
* add gerbv 0.0.9Ying-Chieh Liao2002-07-156-0/+137
| | | | | | | A Free Gerber Viewer Notes: svn path=/head/; revision=63026
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-087-11/+18
| | | | | | | | PR: 39273 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62642
* USE_REINPLACEMario Sergio Fujikawa Ferreira2002-07-031-3/+4
| | | | Notes: svn path=/head/; revision=62386
* Remove acs. Its successor, gnucap, is already in the tree.Thomas Gellekum2002-06-2710-220/+0
| | | | Notes: svn path=/head/; revision=62094
* Install docs and examples.Thomas Gellekum2002-06-272-2/+223
| | | | Notes: svn path=/head/; revision=62093
* Update to 0.40Patrick Li2002-06-233-7/+7
| | | | | | | | PR: 39165 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61762
* upgrade to 3.1.2b3Ying-Chieh Liao2002-06-203-4/+17
| | | | | | | | PR: 39169 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61642
* Chase guile shared lib number.Joe Marcus Clarke2002-06-195-5/+5
| | | | | | | Prompted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=61574
* Fix build on current.Kris Kennaway2002-06-161-0/+11
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=61349
* Update to 0.31Patrick Li2002-06-122-2/+2
| | | | | | | | PR: ports/39162 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61162
* add missing @dirrmYing-Chieh Liao2002-06-102-1/+2
| | | | | | | bump port revision Notes: svn path=/head/; revision=61064
* - Fix PORTVERSIONYing-Chieh Liao2002-06-011-3/+6
| | | | | | | | | | - Conditionalize dependency for archivers/bzip2 PR: 38780 Submitted by: Ports Fury Notes: svn path=/head/; revision=60422
* upgrade to 1.4.14Ying-Chieh Liao2002-05-308-212/+1120
| | | | | | | | PR: 38708 Submitted by: Ports Fury Notes: svn path=/head/; revision=60316
* Update to 2.3.3 to fix problem on bento.Maxim Sobolev2002-05-222-3/+2
| | | | | | | | PR: 38416 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=59697
* Update to 4.09r1.Maxim Sobolev2002-05-226-120/+204
| | | | | | | | PR: 37898 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=59689
* upgrade to 5.59Ying-Chieh Liao2002-05-2119-199/+210
| | | | | | | | PR: 38227 Submitted by: Ports Fury Notes: svn path=/head/; revision=59586
* BROKEN: Does not buildKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59386
* Use new domain name for Tokyo University of Science.Trevor Johnson2002-05-171-1/+1
| | | | | | | | PR: 38196 Submitted by: hrs Notes: svn path=/head/; revision=59350
* add gtkwave 2.0.0p1Ying-Chieh Liao2002-05-1210-0/+152
| | | | | | | Electronic Waveform Viewer Notes: svn path=/head/; revision=58964
* FElt sourceforge subdir changed to all lowercasePatrick Li2002-04-281-1/+1
| | | | | | | | PR: 37528 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=58265
* Update to 6.0.5Mario Sergio Fujikawa Ferreira2002-04-273-3/+11
| | | | | | | | PR: 37508 Prompted by: "Duncan Barclay,Cambridge" <dmlb@dmlb.org> Notes: svn path=/head/; revision=58245
* add qfsm 0.30Ying-Chieh Liao2002-04-118-0/+86
| | | | | | | A graphical tool for designing finite state machines Notes: svn path=/head/; revision=57583
* Don't depend on textinfoDavid W. Chapman Jr.2002-04-021-1/+1
| | | | | | | | PR: 36516 Submitted by: ports@geeksrus.net Notes: svn path=/head/; revision=57231
* Add missing dependencyPatrick Li2002-03-302-0/+2
| | | | | | | | PR: 36513 Submitted by: maintainer Notes: svn path=/head/; revision=56968