summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.1b8Kevin Lo2000-11-132-2/+2
| | | | | | | | PR: 22809 Submitted by: Ports Fury Notes: svn path=/head/; revision=35075
* Better handling for the imake dependency when XFREE86_VERSION != 3. TheSteve Price2000-11-081-3/+8
| | | | | | | | old way had us installing imake-4 over the imake that is already a part of the XFree86-3 port. Notes: svn path=/head/; revision=34926
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-072-6/+4
| | | | | | | | | | | | | | | | | 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
* Uphold ${MOTIFLIB}Mario Sergio Fujikawa Ferreira2000-11-021-11/+17
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34619
* - Prevent possible buffer overflowKevin Lo2000-10-284-24/+47
| | | | | | | | | | - Use erfc(3). PR: 22343 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34369
* Update to version 2.1b7Kevin Lo2000-10-283-3/+4
| | | | | | | | PR: 22360 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34359
* Update to 2.1b6Ade Lovett2000-10-174-9/+19
| | | | | | | | PR: 22055 Submitted by: Ports Fury Notes: svn path=/head/; revision=33942
* Update to 1.4.4Ade Lovett2000-10-1318-568/+764
| | | | | | | | PR: 21573 Submitted by: Ports Fury Notes: svn path=/head/; revision=33780
* Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefixSatoshi Asami2000-10-071-1/+1
| | | | | | | (this is a sed template). Notes: svn path=/head/; revision=33476
* Implement USE_GTK, part 1.Jeremy Lea2000-10-051-4/+2
| | | | Notes: svn path=/head/; revision=33424
* Maintainer is now a committer, update email accordinglyMario Sergio Fujikawa Ferreira2000-10-031-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33350
* Try to unbreak this on -current.Jeremy Lea2000-10-013-252/+292
| | | | | | | | | Sort the PLIST. No reply from: maintainer Notes: svn path=/head/; revision=33276
* Support CC/CFLAGS/PREFIX/X11BASE/MAKE properlyAde Lovett2000-09-1628-262/+939
| | | | | | | | | | Sort pkg/PLIST PR: 20418 Submitted by: Ports Fury Notes: svn path=/head/; revision=32720
* Install libs with 0644 perms, not 0664.Chris D. Faulhaber2000-09-141-2/+19
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=32605
* Update to 2.1b3Kevin Lo2000-09-096-22/+36
| | | | | | | | PR: 21135 Submitted by: Ports Fury Notes: svn path=/head/; revision=32449
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsSatoshi Asami2000-09-051-1/+1
| | | | | | | work with both XFree86-3 and XFree86-4. Notes: svn path=/head/; revision=32320
* Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsSatoshi Asami2000-08-111-1/+2
| | | | | | | | | use imake themselves. Submitted by: bento (sort of) Notes: svn path=/head/; revision=31513
* Support X11BASE properlyKevin Lo2000-08-071-2/+2
| | | | | | | | PR: 20417 Submitted by: Ports Fury Notes: svn path=/head/; revision=31354
* Update for new shlib revision from guile 1.4Ade Lovett2000-08-041-1/+1
| | | | Notes: svn path=/head/; revision=31281
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Activate Electric.SADA Kenji2000-07-301-0/+1
| | | | | | | | PR: ports/18380 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br> Notes: svn path=/head/; revision=31126
* New port - Electric is a sophisticated electrical CAD system that can handleSADA Kenji2000-07-307-0/+152
| | | | | | | | | | many forms of circuit design. PR: ports/18380 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br> Notes: svn path=/head/; revision=31125
* Update MD5 (numerous updates without a version change)Chris D. Faulhaber2000-07-121-1/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=30539
* Add bin/loom.Satoshi Asami2000-07-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30215
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-222-2/+2
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Update to 1.4.1.Will Andrews2000-06-208-18/+14
| | | | | | | | PR: 19385 Submitted by: David Gilbert <dgilbert@velocet.ca> Notes: svn path=/head/; revision=29710
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Add gmac.1 and tkgate.1Satoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29363
* Add fsleeper.1.Satoshi Asami2000-06-071-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29292
* Update to version 3.05.Steve Price2000-05-295-40/+24
| | | | | | | | PR: 18513 Submitted by: maintainer Notes: svn path=/head/; revision=28870
* Incorporate some changes from NetBSD, Linux, and the Macquarie University.Steve Price2000-05-2910-4/+382
| | | | | | | | PR: 18509 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=28868
* Mostly docs changes with the addition of some selection filter code thatSteve Price2000-05-281-1/+1
| | | | | | | caused the distfile to change without a version number bump. Notes: svn path=/head/; revision=28809
* Upgrade to 1.4.0.Thomas Gellekum2000-05-178-450/+566
| | | | | | | Approved by: will Notes: svn path=/head/; revision=28508
* Use MASTER_SITE's that actually still carry the distfile :-)Justin M. Seger2000-05-141-1/+2
| | | | Notes: svn path=/head/; revision=28458
* Add PISCES, a two-dimensional device simulator which includesAde Lovett2000-05-0324-0/+1077
| | | | | | | | | | | | models for surface mobility, impact ionization and photo-generation. Quasi-three-dimensional simulation of cylindrically-symmetric devices is also supported. PR: 14686 Submitted by: Gianlorenzo Masini <masini@uniroma3.it> Notes: svn path=/head/; revision=28286
* Mark BROKEN: compiler errorKris Kennaway2000-04-292-0/+4
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28115
* Update MD5 checksum and remove invalid MASTER_SITES.Will Andrews2000-04-222-3/+2
| | | | | | | | PR: 18135 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27878
* Upgrade to 0.26.Thomas Gellekum2000-04-184-6/+6
| | | | Notes: svn path=/head/; revision=27721
* 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-0816-41/+41
| | | | Notes: svn path=/head/; revision=27419
* Update to 1.0Michael Haro2000-03-244-272/+269
| | | | | | | | PR: 17554 Submitted by: maintainer Notes: svn path=/head/; revision=27000
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-222-2/+2
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Update port to 2.0b4Chris D. Faulhaber2000-03-205-29/+35
| | | | | | | | PR: 17459 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26852
* * Support CXX/CXXFLAGS properlyChris D. Faulhaber2000-03-203-16/+22
| | | | | | | | | | * Add WWW PR: 17458 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26850
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Update MASTER_SITES and WWWChris D. Faulhaber2000-02-292-2/+3
| | | | | | | | PR: 16968 Submitted by: Maintainer Notes: svn path=/head/; revision=26419
* Update MASTER_SITE to make this fetch again, and give the port aKris Kennaway2000-02-272-4/+4
| | | | | | | | | maintainer. Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=26350