summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "WRKSRC=${WRKDIR}" -> "NO_WRKSUBDIR=yes."Satoshi Asami1996-12-241-2/+2
| | | | Notes: svn path=/head/; revision=5076
* Use the original version from EECS, not the patched linux stuff.Thomas Gellekum1996-12-234-64/+62
| | | | | | | | | Closes PR 2254. Submitted by: Julian Jenkins <kaveman@magna.com.au> Notes: svn path=/head/; revision=5070
* Put DISTFILES in right place (purely cosmetic).Satoshi Asami1996-12-061-2/+2
| | | | Notes: svn path=/head/; revision=4845
* Pre-delete RCS files, my patch complains otherwise.Satoshi Asami1996-12-061-1/+5
| | | | Notes: svn path=/head/; revision=4843
* Upgrade magic to version 6.5.Steven Wallace1996-12-061-0/+13
| | | | | | | spice2sim awk script should run /usr/bin/awk, not /bin/awk. Notes: svn path=/head/; revision=4825
* Upgrade irsim to version 9.4.1.Steven Wallace1996-12-061-0/+22
| | | | | | | | Need a small patch to fix bug which references an undefined and never used variable, contline. Notes: svn path=/head/; revision=4824
* Upgrade irsim to version 9.4.1.Steven Wallace1996-12-066-88/+32
| | | | Notes: svn path=/head/; revision=4823
* Upgrade magic to version 6.5.Steven Wallace1996-12-067-557/+28
| | | | | | | Hurray! Distribution now already includes FreeBSD patches. Notes: svn path=/head/; revision=4822
* ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.Satoshi Asami1996-12-031-2/+2
| | | | | | | Hinted by: obrien Notes: svn path=/head/; revision=4751
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-9/+9
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
* Combine my do-install and post-install targets.. there was no need for twoDavid E. O'Brien1996-11-261-3/+1
| | | | | | | targets. Notes: svn path=/head/; revision=4689
* Misc. cleanup. In particular, don't fetch the docfile in theSatoshi Asami1996-11-262-9/+11
| | | | | | | install target. Notes: svn path=/head/; revision=4666
* Support Motif compilation.David E. O'Brien1996-11-251-2/+4
| | | | Notes: svn path=/head/; revision=4655
* Turn on mars and lprpsDavid E. O'Brien1996-11-251-1/+2
| | | | Notes: svn path=/head/; revision=4654
* The Maryland Routing Simulator (MaRS) is a discrete-event simulatorDavid E. O'Brien1996-11-2512-0/+1132
| | | | | | | | providing a flexible platform for the evaluation and comparison of network routing algorithms. Notes: svn path=/head/; revision=4653
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4572
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-156-13/+17
| | | | | | | Added MAINTAINER to many of them. Notes: svn path=/head/; revision=4498
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-151-1/+0
| | | | Notes: svn path=/head/; revision=4486
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-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. Notes: svn path=/head/; revision=4440
* Correctly list all files installed.Masafumi Max NAKANE1996-10-211-40/+118
| | | | | | | Added @dirrm directives to delete empty directories upon deinstallation. Notes: svn path=/head/; revision=4061
* Use ${BINOWN}, ${BINGRP}, etc. macros when doing chmod,chown.Masafumi Max NAKANE1996-10-211-10/+50
| | | | | | | | Take MANCOMPRESS setting into account. Some cosmetic changes. Notes: svn path=/head/; revision=4060
* Trim DESCR to less than a screenful.Thomas Gellekum1996-10-161-29/+0
| | | | Notes: svn path=/head/; revision=3999
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* The latest flex is in the source tree now, so no need to depend on it.Satoshi Asami1996-09-211-3/+2
| | | | Notes: svn path=/head/; revision=3832
* Remove BUILD_DEPENDS on bison, which is now part of the main source tree.Satoshi Asami1996-09-111-2/+1
| | | | Notes: svn path=/head/; revision=3755
* Add examples.Thomas Gellekum1996-08-151-1/+27
| | | | Notes: svn path=/head/; revision=3601
* Install examples and new site config.Thomas Gellekum1996-08-151-3/+8
| | | | | | | Submitted by: Don Yuniskis <dgy@rtd.com> Notes: svn path=/head/; revision=3600
* Put config files into own hierarchy.Thomas Gellekum1996-08-151-2/+2
| | | | | | | Submitted by: Don Yuniskis <dgy@rtd.com> Notes: svn path=/head/; revision=3599
* New file: sample site configuration.Thomas Gellekum1996-08-151-0/+93
| | | | | | | Submitted by: Don Yuniskis <dgy@rtd.com> Notes: svn path=/head/; revision=3598
* While I'm here, change MAINTAINER to tg@freebsd.orgThomas Gellekum1996-08-151-2/+2
| | | | Notes: svn path=/head/; revision=3597
* Add $Id$.Satoshi Asami1996-05-271-0/+1
| | | | Notes: svn path=/head/; revision=3136
* Remove version number. Add newline at end of last line.Satoshi Asami1996-05-272-2/+2
| | | | Notes: svn path=/head/; revision=3135
* Change NO_CDROM to RESTRICTED, the redistribution restriction is toSatoshi Asami1996-05-271-2/+1
| | | | | | | hands unfriendly to the U.S. (what anachronism!). Notes: svn path=/head/; revision=3134
* Add spice.Thomas Gellekum1996-05-231-1/+2
| | | | Notes: svn path=/head/; revision=3121
* Finally, a port of the famous circuit simulation system.Thomas Gellekum1996-05-2310-0/+413
| | | | | | | Submitted by: Julian Jenkins <kaveman@magna.com.au> Notes: svn path=/head/; revision=3120
* Upgrade to version 0.21Thomas Gellekum1996-04-184-18/+18
| | | | Notes: svn path=/head/; revision=3006
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Use ${LOCALBASE} instead of /usr/local. (Yes, this was supposed to goSatoshi Asami1996-04-091-3/+2
| | | | | | | with the bsd.port.mk commit the other night, I was too sleepy.) Notes: svn path=/head/; revision=2958
* Upgrade, 1.2pl3 -> 1.4.Satoshi Asami1996-03-255-111/+117
| | | | | | | Submitted by: janek@gaja.ipan.lublin.pl Notes: svn path=/head/; revision=2885
* Use DIST_SUBDIR, this port requires a file called (of all things)Satoshi Asami1996-03-101-9/+3
| | | | | | | | | "Makefile". Also, look at the number of lines I could delete! I love DIST_SUBDIR! :) Notes: svn path=/head/; revision=2824
* Remove ${KEYWORDS}.Satoshi Asami1996-03-061-2/+1
| | | | Notes: svn path=/head/; revision=2780
* cnf_stuff.c:169: warning: function returns address of local variableJoerg Wunsch1996-02-051-0/+11
| | | | Notes: svn path=/head/; revision=2677
* - Upgrade to version 0.20Thomas Gellekum1995-12-216-30/+49
| | | | | | | | | - Use placeholder @PREFIX@ in patch-aa to allow for non-standard ${PREFIX} - New file scripts/configure Notes: svn path=/head/; revision=2577
* Append "chipmunk/" to MASTER_SITE_OVERRIDE, if set.Satoshi 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. Notes: svn path=/head/; revision=2252
* Add chipmunk, convert to new format along the way.Satoshi Asami1995-08-251-2/+6
| | | | Notes: svn path=/head/; revision=2109
* chipmunk-5.10, an electronic CAD system.Satoshi Asami1995-08-255-0/+115
| | | | | | | Submitted by: Janusz Kokot <JKOKOT@demeter.ipan.lublin.pl> Notes: svn path=/head/; revision=2108
* Distfiles have moved slightly deeper into the filesystem on theSatoshi Asami1995-07-292-4/+4
| | | | | | | | | master site. Submitted by: Chuck Robey <chuckr@Glue.umd.edu> Notes: svn path=/head/; revision=2015
* Clean up subdir Makefiles. They now all look like this:Satoshi 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". Notes: svn path=/head/; revision=1740
* Update (not upgrade, I think).Satoshi Asami1995-05-023-5/+11
| | | | | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de Notes: svn path=/head/; revision=1572