notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
adms Model generator for SPICE simulators
2.3.7 cad on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.7Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-07-29 21:41:49
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv3+
WWW:
https://github.com/Qucs/ADMS
Description:
ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile C code for the API of spice simulators.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. bin/admsCheck
  2. bin/admsXml
  3. include/adms/constants.vams
  4. include/adms/disciplines.vams
  5. share/man/man1/admsCheck.1.gz
  6. share/man/man1/admsXml.1.gz
  7. @ldconfig
  8. /usr/local/share/licenses/adms-2.3.7/catalog.mk
  9. /usr/local/share/licenses/adms-2.3.7/LICENSE
  10. /usr/local/share/licenses/adms-2.3.7/GPLv3+
Collapse this list.
Dependency lines:
  • adms>0:cad/adms
To install the port:
cd /usr/ports/cad/adms/ && make install clean
To add the package, run one of these commands:
  • pkg install cad/adms
  • pkg install adms
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: adms
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1615768048 SHA256 (Qucs-ADMS-release-2.3.7_GH0.tar.gz) = 0d24f645d7ce0daa447af1b0cff1123047f3b73cc41cf403650f469721f95173 SIZE (Qucs-ADMS-release-2.3.7_GH0.tar.gz) = 184339

Packages (timestamps in pop-ups are UTC):
adms
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.72.3.72.3.6_12.3.72.3.7-2.3.6_1-
FreeBSD:13:quarterly2.3.72.3.72.3.72.3.72.3.72.3.72.3.72.3.7
FreeBSD:14:latest2.3.72.3.72.3.72.3.72.3.72.3.7-2.3.7
FreeBSD:14:quarterly2.3.72.3.7-2.3.72.3.72.3.72.3.72.3.7
FreeBSD:15:latest2.3.72.3.7n/a2.3.7n/a2.3.72.3.72.3.7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
  2. bison : devel/bison
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. cad/qucsator

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. cad/qucs*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
cad_adms
USES:
bison cmake perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Qucs/ADMS/tar.gz/release-2.3.7?dummy=/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.3.7
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.7
20 Jul 2022 14:20:58
commit hash: b46abf8056cc9f1f1f579710126929b99b36f966commit hash: b46abf8056cc9f1f1f579710126929b99b36f966commit hash: b46abf8056cc9f1f1f579710126929b99b36f966commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cad: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Andersson <anders@hack.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Christoph Moench-Tegeder <cmt@FreeBSD.org>
  *  David Yeske <dyeske@gmail.com>
  *  Diane Bruce <db@db.net>
  *  Joachim Strombergson <watchman@ludd.ltu.se>
  *  Johnny Sorocil <jsorocil@gmail.com>
  *  Julian Jenkins <kaveman@magna.com.au>
  *  Marc Fonvieille <blackend@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.7
11 Jul 2022 04:26:19
commit hash: 883e7f87cfe873c13f0dab36958589f183396871commit hash: 883e7f87cfe873c13f0dab36958589f183396871commit hash: 883e7f87cfe873c13f0dab36958589f183396871commit hash: 883e7f87cfe873c13f0dab36958589f183396871 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
cad/adms: Fix dependencies and WWW; Cleanup
2.3.7
11 Jul 2022 04:08:29
commit hash: e93a181742195a5e507521927048dc03a2224855commit hash: e93a181742195a5e507521927048dc03a2224855commit hash: e93a181742195a5e507521927048dc03a2224855commit hash: e93a181742195a5e507521927048dc03a2224855 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
cad/adms: Take maintainership
2.3.7
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.3.7
15 Mar 2021 00:40:04
Revision:568423Original commit files touched by this commit
nc search for other commits by this committer
cad/adms: Update to 2.3.7
2.3.6_1
21 Apr 2017 10:22:08
Revision:439040Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix LICENSE
- Fix plist
2.3.6
11 Mar 2017 07:02:50
Revision:435881Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2.3.6.

Submitted by:	John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon)
2.3.5
09 Sep 2016 19:42:46
Revision:421635Original commit files touched by this commit
amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.5
20 Feb 2016 11:57:00
Revision:409232Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 2.3.5.

PR:		207156
Submitted by:	Ports Fury.
2.3.4
30 Aug 2014 18:47:50
Revision:366664Original commit files touched by this commit
wg search for other commits by this committer
cad/adms: update to 2.3.4

PR:		193027
Submitted by:	Ports Fury
2.3.2
22 Jul 2014 22:14:33
Revision:362598Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.3.2 (fixing fetch)
- Switch to USES=libtool, drop .la files
- Strup libraries
2.3.0
30 Dec 2013 18:36:10
Revision:338158Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
2.3.0
20 Sep 2013 15:58:42
Revision:327711Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
2.3.0
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
2.3.0
23 Apr 2013 06:34:47
Revision:316310Original commit files touched by this commit
bapt search for other commits by this committer
Convert all c categories to USE=pkgconfig
2.3.0
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
2.3.0
26 Jul 2012 05:40:24
Original commit files touched by this commit
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
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)
2.3.0
23 Jul 2012 01:33:56
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2.3.0
04 Mar 2012 05:47:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to  2.3.0

PR:             165570
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
2.2.9
25 Nov 2011 16:32:03
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

PR:             162821
Submitted by:   Ports Fury
Feature safe:   yes
2.2.9
24 Oct 2011 03:33:20
Original commit files touched by this commit
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  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).
2.2.9
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
2.2.9
22 Aug 2009 00:15:15
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
2.2.9
25 Jul 2008 22:07:29
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 2.2.9.
2.2.8_1
25 Jul 2008 14:34:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2.2.8_1
06 Jun 2008 13:14:15
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
2.2.8
13 Apr 2008 19:24:27
Original commit files touched by this commit
stas search for other commits by this committer
- Update too 2.2.8.
2.2.7
29 May 2007 05:37:04
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 2.2.7.
2.2.5
27 Apr 2007 14:20:36
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 2.2.5.
2.2.4
27 Mar 2007 22:12:03
Original commit files touched by this commit
stas search for other commits by this committer
- Change my email.

Suggested by:   skv
2.2.4
29 Jul 2006 21:10:26
Original commit files touched by this commit
itetcu search for other commits by this committer
ADMS is a code generator that converts electrical compact device models
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>

Number of commits found: 33