summaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* Misc. cleanup. In particular, don't fetch the docfile in theasami1996-11-262-9/+11
| | | | install target.
* Support Motif compilation.obrien1996-11-251-2/+4
|
* Turn on mars and lprpsobrien1996-11-251-1/+2
|
* The Maryland Routing Simulator (MaRS) is a discrete-event simulatorobrien1996-11-2512-0/+1132
| | | | | providing a flexible platform for the evaluation and comparison of network routing algorithms.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-183-5/+8
| | | | | | | | 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.
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+3
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-156-13/+17
| | | | Added MAINTAINER to many of them.
* Removed unnecessary @cwd directive.max1996-11-151-1/+0
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-131-13/+1
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* Correctly list all files installed.max1996-10-211-40/+118
| | | | Added @dirrm directives to delete empty directories upon deinstallation.
* Use ${BINOWN}, ${BINGRP}, etc. macros when doing chmod,chown.max1996-10-211-10/+50
| | | | | Take MANCOMPRESS setting into account. Some cosmetic changes.
* Trim DESCR to less than a screenful.tg1996-10-161-29/+0
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-104-4/+4
| | | | | | | | | | 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!
* The latest flex is in the source tree now, so no need to depend on it.asami1996-09-211-3/+2
|
* Remove BUILD_DEPENDS on bison, which is now part of the main source tree.asami1996-09-111-2/+1
|
* Add examples.tg1996-08-151-1/+27
|
* Install examples and new site config.tg1996-08-151-3/+8
| | | | Submitted by: Don Yuniskis <dgy@rtd.com>
* Put config files into own hierarchy.tg1996-08-151-2/+2
| | | | Submitted by: Don Yuniskis <dgy@rtd.com>
* New file: sample site configuration.tg1996-08-151-0/+93
| | | | Submitted by: Don Yuniskis <dgy@rtd.com>
* While I'm here, change MAINTAINER to tg@freebsd.orgtg1996-08-151-2/+2
|
* Add $Id$.asami1996-05-271-0/+1
|
* Remove version number. Add newline at end of last line.asami1996-05-272-2/+2
|
* Change NO_CDROM to RESTRICTED, the redistribution restriction is toasami1996-05-271-2/+1
| | | | hands unfriendly to the U.S. (what anachronism!).
* Add spice.tg1996-05-231-1/+2
|
* Finally, a port of the famous circuit simulation system.tg1996-05-2310-0/+413
| | | | Submitted by: Julian Jenkins <kaveman@magna.com.au>
* Upgrade to version 0.21tg1996-04-184-18/+18
|
* pkg/COMMENT files for use by ports READMEs.asami1996-04-091-0/+1
|
* Use ${LOCALBASE} instead of /usr/local. (Yes, this was supposed to goasami1996-04-091-3/+2
| | | | with the bsd.port.mk commit the other night, I was too sleepy.)
* Upgrade, 1.2pl3 -> 1.4.asami1996-03-255-111/+117
| | | | Submitted by: janek@gaja.ipan.lublin.pl
* Use DIST_SUBDIR, this port requires a file called (of all things)asami1996-03-101-9/+3
| | | | | | "Makefile". Also, look at the number of lines I could delete! I love DIST_SUBDIR! :)
* Remove ${KEYWORDS}.asami1996-03-061-2/+1
|
* cnf_stuff.c:169: warning: function returns address of local variablejoerg1996-02-051-0/+11
|
* - Upgrade to version 0.20tg1995-12-216-30/+49
| | | | | | - Use placeholder @PREFIX@ in patch-aa to allow for non-standard ${PREFIX} - New file scripts/configure
* Append "chipmunk/" to MASTER_SITE_OVERRIDE, if set.asami1995-10-041-2/+8
| | | | | | | 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.
* Add chipmunk, convert to new format along the way.asami1995-08-251-2/+6
|
* chipmunk-5.10, an electronic CAD system.asami1995-08-255-0/+115
| | | | Submitted by: Janusz Kokot <JKOKOT@demeter.ipan.lublin.pl>
* Distfiles have moved slightly deeper into the filesystem on theasami1995-07-292-4/+4
| | | | | | master site. Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-1/+2
| | | | | | | | | | | | | | | | | | | ===== # 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".
* Update (not upgrade, I think).asami1995-05-023-5/+11
| | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
* Take out invocation of fake-pkg from do-install target. It is nowasami1995-04-241-2/+1
| | | | done in the main install target itself.
* Updated to conform with new bsd.port.mk targets.asami1995-04-221-4/+3
|
* Remove "@cd lib/X11" and added "lib/X11/" in front of all the files belowasami1995-04-161-95/+94
| | | | that line.
* Changed "USE_IMAKE= " to "USE_IMAKE= yes" (purely cosmetic).asami1995-04-161-2/+2
|
* install depends on build!asami1995-04-161-2/+2
|
* Update the cad Makefiles. Boy, I love these sparse directories! :)asami1995-04-114-12/+20
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-014-3/+7
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Update to patchlevel 3gpalmer1995-03-282-3/+3
|
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}..ats1995-03-201-2/+2
|
* Changed the absolute path /usr/X11R6 to ${X11BASE} in the patch.ats1995-03-191-3/+3
|
* Change all absolute references to /usr/X11R6 to ${X11BASE} instead.ats1995-03-191-1/+1
|
OpenPOWER on IntegriCloud