summaryrefslogtreecommitdiff
path: root/cad (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-10-27Minor style change.David E. O'Brien1-3/+3
Notes: svn path=/head/; revision=22663
1999-10-27update to 2.0a11Michael Haro3-8/+8
PR: 14542 Submitted by: tkato@promtomail.ne.jp Notes: svn path=/head/; revision=22658
1999-10-26Unbreak, should build after your next world.Thomas Gellekum1-3/+2
Notes: svn path=/head/; revision=22652
1999-10-08Add an MLINK from spice.1 to spice3.1, since the actual executable isTim Vanderhoek1-0/+1
installed as spice3 and, despite trying very hard, my hands are hardcoded to type "man binary-name" for help on any executable. Notes: svn path=/head/; revision=22256
1999-10-05Update the secondary MASTER_SITEChris Piazza1-1/+1
PR: 14061 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=22180
1999-09-25Update to version 2.0a10.Steve Price5-49/+87
PR: 13596 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21948
1999-09-24Add two patches forgotten in ugprade to 5.51Chris Piazza2-0/+54
Notes: svn path=/head/; revision=21908
1999-09-24Update to version 5.51Chris Piazza25-65/+921
PR: 13902 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21907
1999-09-21This port doesn't build because texindex is missing. Note that.Satoshi Asami1-2/+3
(Take out BUILD_DEPENDS=texindex:${PORTSDIR}/print/teTeX, teTeX doesn't include texindex anymore.) Notes: svn path=/head/; revision=21845
1999-09-17Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1-1/+1
Notes: svn path=/head/; revision=21694
1999-09-10Update to gEDA-19990516 and make it built done again.Foxfair Hu3-214/+274
Obtained from : bento. Notes: svn path=/head/; revision=21577
1999-09-09USE_X_PREFIX has to be before bsd.port.pre.mk.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=21489
1999-09-06mharo upgraded the DISTNAME/PKGNAME of this port to aChris Piazza1-3/+3
newer version but didn't follow through with the rest of the changes. (this was rev 1.12 which was supposed to be a FreeBSD.ORG -> FreeBSD.org change). Revert to the version that used to be there until someone upgrades it for real. Notes: svn path=/head/; revision=21296
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro2-5/+5
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-29$Id$->$FreeBSD$Peter Wemm3-3/+3
Notes: svn path=/head/; revision=21082
1999-08-28expr -> ${EXPR}Michael Haro1-1/+1
mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
1999-08-25Change Id->FreeBSD.David E. O'Brien14-14/+14
Notes: svn path=/head/; revision=20941
1999-08-22chmod -> ${CHMOD}Michael Haro3-21/+21
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-16Fixed missing MAINTAINER line.Jim Mock1-1/+4
PR: 13168 Submitted by: Oleg V. Volkov <rover@fly.lblobus.ru> Notes: svn path=/head/; revision=20743
1999-08-15Misc fixes.Chris Piazza2-260/+264
PREFIX was being set in the Makefile PR: 13165 Reported by: Oleg V. Volkov <rover@fly.lglobus.ru> Fix the above problem by patching config.h to use __PREFIX_/__LOCALBASE__ where necessary and then sed s:__PREFIX__:${PREFIX}: etc. Remove the version number from PLIST, use a PLIST_SUB to make it easier to upgrade the port. Notes: svn path=/head/; revision=20739
1999-08-07Test if HAVE_G2C is defined rather than if it's value is non-zero.Steve Price1-2/+2
Notes: svn path=/head/; revision=20588
1999-07-17Fix typos and/or cleanup WWW:.Tim Vanderhoek1-2/+1
Notes: svn path=/head/; revision=20242
1999-07-14BROKEN='bad MD5 checksum'David E. O'Brien1-1/+3
Notes: svn path=/head/; revision=20197
1999-07-03Fix to use new master site.Chris Piazza1-2/+2
PR: 12480 Submitted by: maintainer Notes: svn path=/head/; revision=19965
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek7-7/+7
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
1999-06-22Compensate for not having a generic.h on -current boxes.Steve Price3-6/+29
Notes: svn path=/head/; revision=19681
1999-06-06Activate the tkgate port.Steve Price1-1/+2
Notes: svn path=/head/; revision=19258
1999-06-06Initial import of tkgate version 0.9.Steve Price5-0/+305
A Tcl/Tk based digital circuit editor and simulator. PR: 11917 Submitted by: Jeffery Hansen <hansen@cmu.edu> Notes: svn path=/head/; revision=19257
1999-05-29Update to use gtk version 1.2.3.Steve Price2-9/+6
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19055
1999-05-24Fix build for Alpha boxes.Steve Price1-0/+20
Notes: svn path=/head/; revision=18966
1999-05-12Misc. PLIST cleanups.Satoshi Asami1-1/+2
Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18811
1999-05-02WWW: ----------------------------------------------------------------------Tim Vanderhoek2-7/+5
WWW: Enter Log. Lines beginning with `WWW:' are removed automatically Notes: svn path=/head/; revision=18338
1999-04-22Update to the 19990327 release and use gtk12Michael Haro3-33/+103
Notes: svn path=/head/; revision=18090
1999-03-08Fix floating point problem and flatten out multi-file patch.Chuck Robey6-0/+375
PR: 10481 Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp> Notes: svn path=/head/; revision=17067
1999-02-19Upgrade to 19990124, it works with gtk11-devel now.Vanilla I. Shu2-7/+7
Notes: svn path=/head/; revision=16779
1999-02-16This apparently isn't BROKEN any more.Justin M. Seger1-3/+1
Notes: svn path=/head/; revision=16732
1999-02-12New checksum.Satoshi Asami1-1/+1
Submitted by: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=16643
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-2/+2
bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
1999-01-26Avoid floating point exceptions. The program seems to handle theJoerg Wunsch1-0/+23
overflow case well (enough). Notes: svn path=/head/; revision=16364
1999-01-22Oops, forgot to update depends.Jacques Vidrine1-2/+2
Notes: svn path=/head/; revision=16267
1999-01-22Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.Jacques Vidrine1-2/+3
Notes: svn path=/head/; revision=16265
1999-01-10Add USE_X_PREFIX so this builds again.Steve Price2-3/+4
PR: 9365 Submitted by: maintainer Notes: svn path=/head/; revision=15973
1998-12-27Upgrade to 19981213.Vanilla I. Shu3-5/+28
Notes: svn path=/head/; revision=15668
1998-12-26Remove patch-ab. and rename patch-ae to patch-ab.Seiichirou Hiraoka1-13/+40
Notes: svn path=/head/; revision=15624
1998-12-26Update: add patch-ae by MAINTAINERSeiichirou Hiraoka2-2/+3
Notes: svn path=/head/; revision=15623
1998-12-18spice needs X.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=15410
1998-12-16PR: ports/8871Seiichirou Hiraoka4-23/+23
Submitted by: pfgiffun@bachue.usc.unal.edu.co Fix 'labelled as BROKEN' Notes: svn path=/head/; revision=15382
1998-12-10Remove ftp.inet.cz/pub/Mirrors/GtkApps/geda, "No such directory."Vanilla I. Shu1-2/+1
Notes: svn path=/head/; revision=15246
1998-12-09jmz@freebsd.org added an empty MAIN__ function as src/lib/libF77/MAIN.cSteve Price1-3/+1
on 1998/11/16 and this port builds again. Notes: svn path=/head/; revision=15211
1998-12-07Extra MASTER_SITESDavid E. O'Brien1-2/+4
Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=15172