aboutsummaryrefslogtreecommitdiff
path: root/cad/spice/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-11/+5
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* - Fix device support. The previous version was totally broken.Hiroki Sato2015-02-151-2/+5
| | | | | | | - Fix help(1). Notes: svn path=/head/; revision=379035
* - Add MAKE_JOBS_UNSAFE [*].Hiroki Sato2014-08-311-22/+20
| | | | | | | | | - Simplify LICENSE_COMB=multi handling. PR: 193180 [*] Notes: svn path=/head/; revision=366821
* - Add HiSIM2 support.Hiroki Sato2014-08-251-9/+52
| | | | | | | | - Add LICENSE for DEV_BSIM3, DEV_BSIM3, and DEV_HISIM2 options. - Simplify do-configure. Notes: svn path=/head/; revision=366089
* Add BSIM4v4 support.Hiroki Sato2014-08-221-2/+14
| | | | Notes: svn path=/head/; revision=365638
* - Add BSIM3v3 support. This is disabled by default because its license isHiroki Sato2014-08-221-19/+23
| | | | | | | | | | | | not compatible with SPICE3f5. - Remove bsd.prog.mk dependency. - Put variables in ${FILESDIR}/FreeBSD* configuration file into ${FILES}/Makefile. - Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}. - Remove unnecessary changes in patch-conf_defaults. Notes: svn path=/head/; revision=365609
* - Cleanup ${FILESDIR}/Makefile.Hiroki Sato2014-08-211-1/+2
| | | | | | | - Remove MAKE_JOBS_UNSAFE. Notes: svn path=/head/; revision=365590
* - Fix MASTER_SITES for PS documents.Hiroki Sato2014-08-211-24/+29
| | | | | | | | | - Fix LICENSE. SPICE license is a variant of MIT license, not BSDL, while the copyright holder is UCB. - Style clean-ups. Notes: svn path=/head/; revision=365531
* Stage cad/spiceJohn Marino2014-08-181-18/+16
| | | | Notes: svn path=/head/; revision=365264
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362705
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* - Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".Hiroki Sato2013-04-301-18/+19
| | | | | | | | | | - Style clean-ups. PR: ports/157313 Spotted by: Makoto Kishimoto Notes: svn path=/head/; revision=316960
* Fix build under clang [1]Ryan Steinmetz2011-07-281-1/+3
| | | | | | | | | | | | Add LICENSE Fix usage of PORTDOCS in plist, no bump required PR: ports/159173 Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=278502
* -Clean some warnings by using string.h instead of strings.hPhilip M. Gollucci2010-02-111-1/+1
| | | | | | | | | | | | | | | | | | | Applied several patches from this website: http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/secD.html specifically fixes for: - Where command causes crashes - Recognition of scale factors in arbitrary source - Current Controlled Switch in subckt, parsing error - Noise analysis bug - Save segmentation faults - BSIM1 model xpart parameter random - Tran analysis default TSTEP PR: ports/143727 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=249606
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove bad site:Jean Milanez Melo2006-07-241-3/+2
| | | | | | | * ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps/ Notes: svn path=/head/; revision=168619
* Bump PORTREVISION to reflect the "^" operator bugfix inJohn Polstra2006-05-151-1/+1
| | | | | | | | | patch-src_lib_inp_inpptree_c. Gently nudged by: kris Notes: svn path=/head/; revision=162472
* - Switch to the latest distfiles;Thierry Thomas2006-04-051-7/+6
| | | | | | | | | | | - Import a patch from DragonflyBSD; - Pet portlint. Submitted by: Pedro F. Giffuni <pfgshield-freebsd (at) yahoo.com> Notes: svn path=/head/; revision=158896
* Simplify build-logic a bitVolker Stolz2005-11-251-1/+4
| | | | Notes: svn path=/head/; revision=149419
* Allow the spice port to be built without X11 support by definingJohn Polstra2004-12-291-3/+10
| | | | | | | WITHOUT_X11. Notes: svn path=/head/; revision=125453
* - Fix plist and bump PORTREVISIONKirill Ponomarev2004-01-301-0/+1
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=99555
* - Fix installPav Lucistnik2003-11-201-2/+4
| | | | | | | | | | | | - Add LOCALBASE to path to allow building with gcc from ports PR: ports/58867, ports/59140 Submitted by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de> DoubleF <doublef@tele-kom.ru> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94445
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-4/+2
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* 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. Distfile dates from 1994, last patch dates fromMark Linimon2003-10-251-1/+7
| | | | | | | 1996. It seems time has passed this influential program by. Notes: svn path=/head/; revision=92101
* The tar.Z file disappeared on the ftp. Use the tar.gz file instead.Oliver Lehmann2003-07-211-1/+0
| | | | | | | | MD5 Checksum changed. A diff -ruN old new showed up that the content is identical. Notes: svn path=/head/; revision=85311
* 1. REAL cleaning on this port. The files dir is now organized so theMaho Nakata2003-07-191-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | port can be maintained: previously there were multifile patches and several patches for the same file, now it is a lot cleaner. 2. I also merged a memory leak fix and some fixes from spice3f5-spaghetti. 4. MFB and removed GNUREADLINE support 5. honor CFLAGS and CC. 6. Add documentation. 7. Maho didn't change the name of port spice to spice3. because spice4 might :) appear in the future. version number should be listed on *only* PORTVERSION. 8. drom maintainership PR: 54603 Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=85167
* Add Macquarie University patches:Maho Nakata2003-06-301-5/+2
| | | | | | | | | | | | - new spec command for spectral analysis - JFET level 2 model PATCHLEVEL is now 2 PR: 52410 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=83927
* Fix fgets buffer overflowKris Kennaway2003-06-271-1/+1
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83699
* a. Slight enhancementMaho Nakata2003-05-041-6/+4
| | | | | | | | | b. Maintainer ship dropped (e-mail bounce) Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=80131
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76030
* Bump PORTREVISION to indicate that some bugs have been fixed.Joerg Wunsch2002-08-261-0/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=65061
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38323
* Incorporate some changes from NetBSD, Linux, and the Macquarie University.Steve Price2000-05-291-1/+1
| | | | | | | | PR: 18509 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=28868
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* Add an MLINK from spice.1 to spice3.1, since the actual executable isTim Vanderhoek1999-10-081-0/+1
| | | | | | | | installed as spice3 and, despite trying very hard, my hands are hardcoded to type "man binary-name" for help on any executable. Notes: svn path=/head/; revision=22256
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* This apparently isn't BROKEN any more.Justin M. Seger1999-02-161-3/+1
| | | | Notes: svn path=/head/; revision=16732
* spice needs X.Satoshi Asami1998-12-181-1/+2
| | | | Notes: svn path=/head/; revision=15410
* Blows up deep in the install target in an ELF world.Steve Price1998-09-271-1/+3
| | | | Notes: svn path=/head/; revision=13448
* Some cleanup of this port.Thomas Gellekum1998-06-081-4/+4
| | | | | | | | PR: 6883 Submitted by: Pedro Giffuni S. <giffunip@asme.org> Notes: svn path=/head/; revision=11347
* Port cleanup. Upgrade version number to 3f5.Thomas Gellekum1997-10-221-14/+13
| | | | | | | | PR: 4721 Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co> Notes: svn path=/head/; revision=8324
* Remove RESTRICTED. The web page atThomas Gellekum1997-01-311-2/+1
| | | | | | | | http://hera.eecs.berkeley.edu/~software/spice3f5.html indicates that the export restrictions no longer apply. Notes: svn path=/head/; revision=5474
* "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-231-7/+8
| | | | | | | | | Closes PR 2254. Submitted by: Julian Jenkins <kaveman@magna.com.au> Notes: svn path=/head/; revision=5070
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4572