aboutsummaryrefslogtreecommitdiffstats
path: root/cad/adms
Commit message (Collapse)AuthorAgeFilesLines
* Convert all c categories to USE=pkgconfigbapt2013-04-231-7/+2
|
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* - Update to 2.3.0miwi2012-03-044-29/+24
| | | | | PR: 165570 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* - Fix MASTER_SITESmiwi2011-11-261-2/+6
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 162821 Submitted by: Ports Fury Feature safe: yes
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with B,C
* - Update to 2.2.9.stas2008-07-263-5/+9
|
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update too 2.2.8.stas2008-04-143-12/+8
|
* - Update to 2.2.7.stas2007-05-293-22/+13
|
* - Update to 2.2.5.stas2007-04-274-24/+24
|
* - Change my email.stas2007-03-281-1/+1
| | | | Suggested by: skv
* ADMS is a code generator that converts electrical compact device modelsitetcu2006-07-305-0/+105
specified in high-level description language into ready-to-compile c code for the API of spice simulators. WWW: http://mot-adms.sourceforge.net/ PR: ports/101014 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>