summaryrefslogtreecommitdiff
path: root/cad
AgeCommit message (Collapse)Author
1996-12-06Put DISTFILES in right place (purely cosmetic).Satoshi Asami
1996-12-06Pre-delete RCS files, my patch complains otherwise.Satoshi Asami
1996-12-06Upgrade magic to version 6.5.Steven Wallace
spice2sim awk script should run /usr/bin/awk, not /bin/awk.
1996-12-06Upgrade irsim to version 9.4.1.Steven Wallace
Need a small patch to fix bug which references an undefined and never used variable, contline.
1996-12-06Upgrade irsim to version 9.4.1.Steven Wallace
1996-12-06Upgrade magic to version 6.5.Steven Wallace
Hurray! Distribution now already includes FreeBSD patches.
1996-12-03${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.Satoshi Asami
Hinted by: obrien
1996-11-30Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami
changes made in rev. 1.232 of bsd.port.mk.
1996-11-26Combine my do-install and post-install targets.. there was no need for twoDavid E. O'Brien
targets.
1996-11-26Misc. cleanup. In particular, don't fetch the docfile in theSatoshi Asami
install target.
1996-11-25Support Motif compilation.David E. O'Brien
1996-11-25Turn on mars and lprpsDavid E. O'Brien
1996-11-25The Maryland Routing Simulator (MaRS) is a discrete-event simulatorDavid E. O'Brien
providing a flexible platform for the evaluation and comparison of network routing algorithms.
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
1996-11-18Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-11-15CATAGORIES+= -> CATAGORIES=David E. O'Brien
Added MAINTAINER to many of them.
1996-11-15Removed unnecessary @cwd directive.Masafumi Max NAKANE
1996-11-13Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-10-21Correctly list all files installed.Masafumi Max NAKANE
Added @dirrm directives to delete empty directories upon deinstallation.
1996-10-21Use ${BINOWN}, ${BINGRP}, etc. macros when doing chmod,chown.Masafumi Max NAKANE
Take MANCOMPRESS setting into account. Some cosmetic changes.
1996-10-16Trim DESCR to less than a screenful.Thomas Gellekum
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami
all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
1996-09-21The latest flex is in the source tree now, so no need to depend on it.Satoshi Asami
1996-09-11Remove BUILD_DEPENDS on bison, which is now part of the main source tree.Satoshi Asami
1996-08-15Add examples.Thomas Gellekum
1996-08-15Install examples and new site config.Thomas Gellekum
Submitted by: Don Yuniskis <dgy@rtd.com>
1996-08-15Put config files into own hierarchy.Thomas Gellekum
Submitted by: Don Yuniskis <dgy@rtd.com>
1996-08-15New file: sample site configuration.Thomas Gellekum
Submitted by: Don Yuniskis <dgy@rtd.com>
1996-08-15While I'm here, change MAINTAINER to tg@freebsd.orgThomas Gellekum
1996-05-27Add $Id$.Satoshi Asami
1996-05-27Remove version number. Add newline at end of last line.Satoshi Asami
1996-05-27Change NO_CDROM to RESTRICTED, the redistribution restriction is toSatoshi Asami
hands unfriendly to the U.S. (what anachronism!).
1996-05-23Add spice.Thomas Gellekum
1996-05-23Finally, a port of the famous circuit simulation system.Thomas Gellekum
Submitted by: Julian Jenkins <kaveman@magna.com.au>
1996-04-18Upgrade to version 0.21Thomas Gellekum
1996-04-09pkg/COMMENT files for use by ports READMEs.Satoshi Asami
1996-04-09Use ${LOCALBASE} instead of /usr/local. (Yes, this was supposed to goSatoshi Asami
with the bsd.port.mk commit the other night, I was too sleepy.)
1996-03-25Upgrade, 1.2pl3 -> 1.4.Satoshi Asami
Submitted by: janek@gaja.ipan.lublin.pl
1996-03-10Use DIST_SUBDIR, this port requires a file called (of all things)Satoshi Asami
"Makefile". Also, look at the number of lines I could delete! I love DIST_SUBDIR! :)
1996-03-06Remove ${KEYWORDS}.Satoshi Asami
1996-02-05cnf_stuff.c:169: warning: function returns address of local variableJoerg Wunsch
1995-12-21- Upgrade to version 0.20Thomas Gellekum
- Use placeholder @PREFIX@ in patch-aa to allow for non-standard ${PREFIX} - New file scripts/configure
1995-10-04Append "chipmunk/" to MASTER_SITE_OVERRIDE, if set.Satoshi Asami
Also, add ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/chipmunk/ to MASTER_SITES, in case the real master site is unavailable. This is admittedly ugly, but a fix to bsd.port.mk to handle these cases is not trivial.
1995-08-25Add chipmunk, convert to new format along the way.Satoshi Asami
1995-08-25chipmunk-5.10, an electronic CAD system.Satoshi Asami
Submitted by: Janusz Kokot <JKOKOT@demeter.ipan.lublin.pl>
1995-07-29Distfiles have moved slightly deeper into the filesystem on theSatoshi Asami
master site. Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
1995-05-14Clean up subdir Makefiles. They now all look like this:Satoshi Asami
===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
1995-05-02Update (not upgrade, I think).Satoshi Asami
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
1995-04-24Take out invocation of fake-pkg from do-install target. It is nowSatoshi Asami
done in the main install target itself.
1995-04-22Updated to conform with new bsd.port.mk targets.Satoshi Asami