summaryrefslogtreecommitdiff
path: root/cad/mars (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-241-0/+2
| | | | Notes: svn path=/head/; revision=149234
* - Make fetchable (at least at my place)Pav Lucistnik2005-11-241-1/+0
| | | | Notes: svn path=/head/; revision=149233
* Add SIZE.Trevor Johnson2004-01-271-0/+2
| | | | Notes: svn path=/head/; revision=99295
* fix patchfileOliver Lehmann2004-01-231-2/+2
| | | | | | | Noted By: chris Notes: svn path=/head/; revision=98911
* fix build on CURRENTOliver Lehmann2003-12-094-8/+75
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=95487
* Make BROKEN message more specific.Mark Linimon2003-11-221-1/+1
| | | | Notes: svn path=/head/; revision=94722
* Move inclusion of bsd.port.pre.mk past definition of variables.Mark Linimon2003-10-291-6/+6
| | | | | | | Pet portlint. Notes: svn path=/head/; revision=92522
* Mark as broken on 5.x. The distfile dates from 1994 so it looks unlikelyMark Linimon2003-10-251-1/+7
| | | | | | | like it will run on 5.x anytime soon. Notes: svn path=/head/; revision=92099
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-7/+7
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91882
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Make portlint happy regarding EXTRATC_ONLYEdwin Groothuis2002-12-211-1/+1
| | | | Notes: svn path=/head/; revision=71764
* Make cad/mars fetchable again.Edwin Groothuis2002-12-211-0/+1
| | | | | | | Noticed by: portsurvey Notes: svn path=/head/; revision=71762
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add NOPORTDOCS supportMario Sergio Fujikawa Ferreira2001-07-141-7/+7
| | | | | | | | PR: 28754 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=45123
* Return to ports.David E. O'Brien2001-07-091-1/+1
| | | | Notes: svn path=/head/; revision=44974
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+1
| | | | Notes: svn path=/head/; revision=37252
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-5/+3
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* Support X11BASE properlyKevin Lo2000-08-071-2/+2
| | | | | | | | PR: 20417 Submitted by: Ports Fury Notes: svn path=/head/; revision=31354
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-1/+1
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-5/+5
| | | | Notes: svn path=/head/; revision=25734
* Minor style change.David E. O'Brien1999-10-271-3/+3
| | | | Notes: svn path=/head/; revision=22663
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-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
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+2
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Remove empty directories on deinstall.Steve Price1998-09-271-0/+4
| | | | Notes: svn path=/head/; revision=13451
* 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-131-1/+0
| | | | Notes: svn path=/head/; revision=12504
* 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
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Fix the problem that the build fails when `.' is not present in the $PATH.Masafumi Max NAKANE1997-04-251-4/+14
| | | | | | | | PR: 3274 Submitted by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=6298
* fix Bogon.David E. O'Brien1997-02-041-2/+2
| | | | Notes: svn path=/head/; revision=5528
* 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
* 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