summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extra MASTER_SITESDavid E. O'Brien1998-12-071-2/+4
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=15172
* Correct mistyped MASTER_SITE that caused fetching to never succeed.David E. O'Brien1998-12-071-2/+3
| | | | | | | | | | Add a second MASTER_SITE that is probably the same machine as the 1st... but maybe a different protocol will work if the 1st site won't answer. Does anybody know of a mirror for this stuff? Notes: svn path=/head/; revision=15166
* Add more desc.Vanilla I. Shu1998-12-071-1/+11
| | | | | | | Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se> Notes: svn path=/head/; revision=15165
* Sort entries. In particular, "large", "medium", "small" sort in this order,Satoshi Asami1998-12-071-2/+2
| | | | | | | | | | | | | dispite their meanings. (Sometimes we're too smart for computers. :) Found by: sorting ports/INDEX by "sort -t '|' +1 -2" (Note: the whole "x11" category appears at the end with the above sort command, but I'll leave that the way it is for now -- "ls" shows it before other x11-* entries.) Notes: svn path=/head/; revision=15163
* Activate geda.Vanilla I. Shu1998-12-061-1/+2
| | | | Notes: svn path=/head/; revision=15152
* GNU Electronic Design Automation.Vanilla I. Shu1998-12-066-0/+349
| | | | Notes: svn path=/head/; revision=15151
* More missing dependencies.Satoshi Asami1998-11-291-1/+2
| | | | Notes: svn path=/head/; revision=14954
* A few more USE_XLIBs.Satoshi Asami1998-11-281-1/+2
| | | | Notes: svn path=/head/; revision=14938
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-283-3/+6
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* OSVERSION was not used anymore.Satoshi Asami1998-11-181-2/+1
| | | | Notes: svn path=/head/; revision=14635
* Distfile moved on MASTER_SITE.Justin M. Seger1998-10-311-2/+2
| | | | Notes: svn path=/head/; revision=14279
* Broken for -stable too (same error).Satoshi Asami1998-10-211-3/+1
| | | | Notes: svn path=/head/; revision=14151
* Recent changes to make(1) in -current fixed this.Steve Price1998-10-201-3/+1
| | | | Notes: svn path=/head/; revision=14095
* Mark BROKEN:Justin M. Seger1998-10-111-1/+3
| | | | | | | | fails here: ln: /usr/ports/cad/sis/work/sis-1.2/sis/unpack/*.o: File exists Notes: svn path=/head/; revision=13871
* Mark BROKEN for current:Justin M. Seger1998-10-111-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | gcc -O3 -I/usr/X11R6/include -I../../include -c xwd.c In file included from xwd.c:27: /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" xwd.c: In function `DumpWidget': xwd.c:68: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:68: too few arguments to function `error' xwd.c:75: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:75: too few arguments to function `error' xwd.c:113: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:113: too few arguments to function `error' xwd.c: In function `Get_XColors': xwd.c:228: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:228: too few arguments to function `error' *** Error code 1 Notes: svn path=/head/; revision=13870
* Discounting a minor glitch in -current's make(1) this will now buildSteve Price1998-10-012-3/+13
| | | | | | | in an ELF world. Notes: svn path=/head/; revision=13573
* Remove empty directories on deinstall.Steve Price1998-09-272-0/+6
| | | | Notes: svn path=/head/; revision=13451
* Make this build in an ELF world.Steve Price1998-09-271-0/+11
| | | | Notes: svn path=/head/; revision=13450
* Mark this port broken, it doesn't build.Steve Price1998-09-271-1/+3
| | | | Notes: svn path=/head/; revision=13449
* Blows up deep in the install target in an ELF world.Steve Price1998-09-271-1/+3
| | | | Notes: svn path=/head/; revision=13448
* I tried to fix this port but it still fails to build complaining aboutSteve Price1998-09-272-7/+13
| | | | | | | | an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it broken for ELF for now. Notes: svn path=/head/; revision=13447
* Take the manpages out of pkg/PLIST and put them in MAN1.Steve Price1998-09-162-2/+3
| | | | Notes: svn path=/head/; revision=13165
* Properly find Motif includes and libs.David E. O'Brien1998-09-131-0/+22
| | | | | | | Problem noticed by: BitS <bits@oldwarez.com> Notes: svn path=/head/; revision=13099
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-137-63/+0
| | | | Notes: svn path=/head/; revision=12504
* Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1998-08-054-14/+15
| | | | | | | the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Enable sis, a new circuit emulator port.Guy Helmer1998-07-011-1/+2
| | | | Notes: svn path=/head/; revision=11641
* Sis, a program suite for synthesis of sequential circuits.Guy Helmer1998-07-016-0/+506
| | | | | | | | PR: ports/5104 Submitted by: Frank Volf <volf@oasis.IAEhv.nl> Notes: svn path=/head/; revision=11640
* Some cleanup of this port.Thomas Gellekum1998-06-088-91/+117
| | | | | | | | PR: 6883 Submitted by: Pedro Giffuni S. <giffunip@asme.org> Notes: svn path=/head/; revision=11347
* Seems like the bleeping md5 already changed.Satoshi Asami1998-06-051-1/+1
| | | | Notes: svn path=/head/; revision=11281
* Upgrade to 1.6.3.Thomas Gellekum1998-06-033-6/+10
| | | | Notes: svn path=/head/; revision=11224
* MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.Bill Fenner1998-05-251-2/+2
| | | | Notes: svn path=/head/; revision=11143
* Activate xcircuit.Matthew Hunt1998-05-181-1/+2
| | | | Notes: svn path=/head/; revision=11042
* Import of xcircuit, an X11 drawing program intended for drawingMatthew Hunt1998-05-186-0/+69
| | | | | | | | | | circuit schematics. PR: 6671 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=11041
* Update to reflect Pedro's new Email address.Steve Price1998-02-201-2/+2
| | | | | | | PR: 5725 Notes: svn path=/head/; revision=9862
* Upgrade to version 1.5.5 and make myself MAINTAINER. Old MAINTAINER didn'tJustin M. Seger1998-01-294-138/+70
| | | | | | | respond to any emails. Notes: svn path=/head/; revision=9505
* Make this build under 3.0.Justin M. Seger1997-11-291-0/+44
| | | | Notes: svn path=/head/; revision=8904
* Make this build under 3.0.Justin M. Seger1997-11-291-0/+16
| | | | Notes: svn path=/head/; revision=8900
* Remove bad MASTER_SITE.Justin M. Seger1997-11-261-3/+2
| | | | Notes: svn path=/head/; revision=8852
* Move distfile into subdirectory. I don't think there are any otherSatoshi Asami1997-11-222-2/+3
| | | | | | | "3.1.1.tar.Z"s out there but it's kinda hard to tell what it is. ;) Notes: svn path=/head/; revision=8752
* Activate kaskade.Thomas Gellekum1997-11-171-1/+2
| | | | Notes: svn path=/head/; revision=8682
* Import kaskade port. kaskade is another Finite Element programThomas Gellekum1997-11-1711-0/+532
| | | | | | | | | | with an X interface. PR: 4529 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=8681
* Add a patch to allow cad/mars to build under 3.0-current.Justin M. Seger1997-11-141-0/+19
| | | | Notes: svn path=/head/; revision=8618
* Port cleanup. Upgrade version number to 3f5.Thomas Gellekum1997-10-228-18/+112
| | | | | | | | PR: 4721 Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co> Notes: svn path=/head/; revision=8324
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* patch-ab causes some problems for users of plain Xaw. I haveThomas Gellekum1997-07-171-0/+22
| | | | | | | | | | | added the patch and a note to DESCR. This is certainly not ideal, but insisting on using Xaw3d isn't either. PR: 4058 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=7356
* () ==> {}David E. O'Brien1997-06-291-4/+4
| | | | Notes: svn path=/head/; revision=7122
* Upgrade, 3.01 -> 3.02.Masafumi Max NAKANE1997-06-165-37/+115
| | | | | | | | PR: 3871 Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co> Notes: svn path=/head/; revision=6951
* Install doc files into ${LOCALBASE}/share/doc/pcb.Masafumi Max NAKANE1997-05-301-0/+22
| | | | | | | | | | Added entry for missing man page. Added @dirrm directives. PR: 3689 Suggested by: mita@jp.freebsd.org Notes: svn path=/head/; revision=6650