Port details |
- cider Mixed-level circuit and device simulator (includes SPICE3)
- 1.b1_8 cad
=3 1.b1_8Version of this port present on the latest quarterly branch.
- BROKEN: No public distfiles
DEPRECATED: Broken for more than 6 months This port expired on: 2018-06-06 IGNORE: is marked as broken: No public distfiles
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2018-06-07 00:34:18
- SVN Revision: 471892
- People watching this port, also watch:: pcre, python, zip, popt
- License: not specified in port
- WWW:
- http://infopad.eecs.berkeley.edu/~icdesign/SPICE/
- Description:
- CIDER is a mixed-level circuit and device simulator. CIDER attempts to
provide greater simulation accuracy than a stand-alone circuit or device
simulator can provide. CIDER is based on the sequential mixed-level
circuit and device simulator, CODECS. In common with CODECS, CIDER embeds
the circuit simulator, SPICE3, which provides circuit simulation
capabilities, analytical models for semiconductor devices, and an
interactive user interface. An interface to the captive device simulator,
DSIM, provides accurate, one- and two-dimensional numerical models based
on the solution of Poisson's equation, and the electron and hole current-
continuity equations. The input format of CIDER couples SPICE-like
circuit descriptions to a device description format similar to the one
used by the PISCES device simulator developed at Stanford University.
As a result, CIDER should seem reasonably familiar to designers already
accustomed to both these tools.
SPICE is a general-purpose circuit simulation program for nonlinear DC,
nonlinear transient, and linear AC analyses. Circuits may contain resistors,
capacitors, inductors, mutual inductors, independent voltage and current
sources, four types of dependent sources, lossless and lossy transmission
lines (two separate implementations), switches, uniform distributed RC
lines, and the five most common semiconductor devices: diodes, BJTs, JFETs,
MESFETs, and MOSFETs.
WWW: http://infopad.eecs.berkeley.edu/~icdesign/SPICE/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: cider
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cider1b1.tar.gz) = 85e8a616bdc1001d763457b16bb2d2fb1dcad1933d892ddd2b419f088f2f514a
SIZE (cider1b1.tar.gz) = 1821055
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xt.pc : x11-toolkits/libXt
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- Runtime dependencies:
-
- xt.pc : x11-toolkits/libXt
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cider-1.b1_8:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.b1_8 07 Jun 2018 00:34:18 |
rene |
Remove expired ports:
2018-06-06 biology/ssaha: Broken for more than 6 months
2018-06-06 biology/crux: Broken for more than 6 months
2018-06-06 biology/ariadne: Broken for more than 6 months
2018-06-06 cad/sceptre: Broken for more than 6 months
2018-06-06 cad/cider: Broken for more than 6 months
2018-06-06 chinese/scim-array: Broken for more than 6 months
2018-06-06 chinese/xpdf: Broken for more than 6 months
2018-06-06 chinese/telnet: Broken for more than 6 months
2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring
comms/java-commapi
2018-06-06 comms/soundmodem: Broken for more than 6 months
2018-06-06 comms/jsdr: Broken for more than 6 months
2018-06-06 comms/java-commapi: Broken for more than 6 months
2018-06-06 converters/pdf2djvu: Broken for more than 6 months
2018-06-06 databases/rdb: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.b1_8 05 May 2018 10:49:36 |
antoine |
Deprecate ports broken for more than 6 months |
1.b1_8 13 Oct 2017 11:06:09 |
bapt |
Mark as broken: no public distfiles |
1.b1_8 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
1.b1_8 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
1.b1_8 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.b1_8 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
1.b1_8 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.b1_8 22 Mar 2015 19:21:44 |
bdrewery |
Unreak.
This does not require fmake. It just has bad return values which
don't build with clang. The build is using 'make -k' so the errors
are ignored. I did not fix that though. |
1.b1_8 20 Oct 2014 07:19:23 |
bapt |
Cleanup plist |
1.b1_8 18 Aug 2014 15:41:36 |
marino |
Stage cad/cider. Mark BROKEN on F10+ caused by bmake
This port generates a makefile and then passes it to "make" via stdin,
which makes it different to troubleshoot. When I finally saw the file
in order to figure out why several internal static libraries weren't
getting built leading to some programs not getting built, I saw a
generic static library target made up of variables. fmake likes it;
bmake does not.
I tried USES+= fmake along with some patching but I must have missed
some hardcoded "make" commands because bmake got called again. This
software is 20 years old so I finally gave it. It got a stay of
execution by getting staged. If somebody wants to study a target that
bmake just doesn't get, this is a good place to start. |
1.b1_7 23 Jul 2014 16:44:28 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
1.b1_7 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
1.b1_7 21 Feb 2014 13:35:33 |
ehaupt |
Remove trailing whitespaces from category cad |
1.b1_7 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.b1_7 03 Jan 2014 15:53:43 |
adamw |
Convert cad to MDOCS and MEXAMPLES |
1.b1_7 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
1.b1_7 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.b1_7 30 Jul 2010 14:51:37 |
olgeni |
Fix a few typos in ports/cad. |
1.b1_7 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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). |
1.b1_6 25 Jul 2008 09:08:42 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.b1_6 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
1.b1_5 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.b1_4 15 Apr 2007 19:07:20 |
miwi |
- Use termios.h
PR: 110440
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer |
1.b1_4 22 Jan 2007 08:30:59 |
miwi |
- Fix build with gcc 4.1
PR: ports/107134
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer) |
1.b1_3 12 Dec 2005 11:47:15 |
barner |
- Fix fetch
- While here, add SHA256
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
PR: ports/90174 |
1.b1_3 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.b1_3 21 Nov 2003 22:32:47 |
pav |
- Don't link with randline
PR: ports/58238
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
Approved by: adamw (mentor) |
1.b1_2 23 May 2003 00:38:00 |
edwin |
cad/cider fix unfetchable distfile problem
PR: ports/52594
Submitted by: AMAKAWA Shuhei <amakawa@jp.freebsd.org> |
1.b1_2 21 Feb 2003 11:04:55 |
knu |
De-pkg-comment. |
09 Oct 2001 12:21:39 |
mita |
Applied patch for maintainer's update. |
04 Jul 2001 17:01:22 |
dannyboy |
Fix plist to use %%PORTDOCS%%. |
28 Oct 2000 17:13:06 |
kevlo |
- Prevent possible buffer overflow - Use erfc(3). |
08 Oct 2000 00:25:37 |
asami |
Convert category cad to new layout. |