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) combination for a given watch list. This is what FreshPorts will look for.

Port details
simlib SIMulation LIBrary for C++ programming language
3.06 science 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 3.06Version of this port present on the latest quarterly branch.
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 search for ports maintained by this maintainer
Port Added: 2004-11-27 21:39:12
Last Update: 2023-12-31 00:37:05
Commit Hash: bbab7f5
License: LGPL20
WWW:
https://www.fit.vutbr.cz/~peringer/SIMLIB/index.html.en
Description:
SIMLIB/C++ is the SIMulation LIBrary for C++ programming language. You can create models directly in C++ language with the use of predefined simulation tools from the library. SIMLIB allows object-oriented description of models based on simulation abstractions. Current version allows a description of continuous, discrete, combined, 2D/3D vector, and fuzzy models. SIMLIB/C++ is developed at the Department of Computer Science and Engineering, Faculty of Electrical Engineering and Computer Science, Brno University of Technology since 1991.
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 (15 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/simlib-3.06/catalog.mk
  3. /usr/local/share/licenses/simlib-3.06/LICENSE
  4. /usr/local/share/licenses/simlib-3.06/LGPL20
  5. include/delay.h
  6. include/optimize.h
  7. include/simlib.h
  8. include/simlib2D.h
  9. include/simlib3D.h
  10. include/zdelay.h
  11. lib/libsimlib.a
  12. lib/libsimlib.so
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • simlib>0:science/simlib
To install the port:
cd /usr/ports/science/simlib/ && make install clean
To add the package, run one of these commands:
  • pkg install science/simlib
  • pkg install simlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: simlib
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: aarch64 armv6 armv7 mips mips64 powerpc powerpc64
distinfo:
TIMESTAMP = 1539927064 SHA256 (simlib-3.06-20181003.tar.gz) = 3624d870bca8303f14b3824dbe59db426bbc0e687586038710ef0edfcdc85012 SIZE (simlib-3.06-20181003.tar.gz) = 1144115

Packages (timestamps in pop-ups are UTC):
simlib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-3.06--3.06---
FreeBSD:13:quarterly-3.06--3.06---
FreeBSD:14:latest-3.06--3.06---
FreeBSD:14:quarterly-3.06--3.06---
FreeBSD:15:latest-3.06n/a-n/a---
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. gmake>=4.3 : devel/gmake
  2. as : devel/binutils
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
science_simlib
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.fit.vutbr.cz/~peringer/SIMLIB/source/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.06
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
3.06
20 Jul 2023 17:42:35
commit hash: e2d633c73125867a5c0014ad647698decc6072c3commit hash: e2d633c73125867a5c0014ad647698decc6072c3commit hash: e2d633c73125867a5c0014ad647698decc6072c3commit hash: e2d633c73125867a5c0014ad647698decc6072c3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
science/simlib: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
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)
3.06
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)
3.06
20 Jul 2022 14:22:51
commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
science: remove 'Created by' lines

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

  *  Andreas Fehlner <fehlner@gmx.de>
  *  Brad Huntting <huntting@glarp.com>
  *  Chao Shin <quakelee@cn.FreeBSD.org>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chia-Hsing Yu <me@davidyu.org>
  *  Chris Rees <utisoft@gmail.com>
  *  David Naylor <dbn@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erik B Knudsen
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.06
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.
3.06
02 Jan 2021 01:46:09
Revision:559904Original commit files touched by this commit
linimon search for other commits by this committer
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
3.06
02 Nov 2018 13:32:35
Revision:483807Original commit files touched by this commit
rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
3.06
19 Oct 2018 05:38:42
Revision:482410Original commit files touched by this commit
yuri search for other commits by this committer
science/simlib: Update 3.02 -> 3.06
3.02_1
07 Jul 2018 21:09:10
Revision:474139Original commit files touched by this commit
tobik search for other commits by this committer
science/simlib: Fix build

- Doesn't build with Clang 6

errors.cc:14:42: error: invalid suffix on literal; C++11 requires a space
between
      literal and identifier [-Wreserved-user-defined-literal]
/* 0 */ "SIMLIB/C++ Simulation Library, "SIMLIB_COPYRIGHT"\0"
                                         ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/simlib-3.02_1.log

- nm crashes during the build on FreeBSD >= 11.1.  Use binutils
  from ports as a workaround. [1]

Assertion failed: (ddata->output.size > 0), function cpp_demangle_read_sname,
file /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c, line 2137.

http://beefy9.nyi.freebsd.org/data/111amd64-default/473790/logs/simlib-3.02_1.log

PR:		223333 [1]
3.02_1
30 Nov 2017 05:55:17
Revision:455165Original commit files touched by this commit
linimon search for other commits by this committer
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
3.02_1
24 Jun 2017 18:36:19
Revision:444237Original commit files touched by this commit
linimon search for other commits by this committer
Sort NOT_FOR_ARCHS.  While here, clean up some BROKEN usages.

Approved by:	portmgr (tier-2 blanket)
3.02_1
16 Nov 2016 09:29:15
Revision:426228Original commit files touched by this commit
linimon search for other commits by this committer
Fix some misspellings that crept in on the last tier-2 cleanup pass.

Approved by:	portmgr (tier-2 blanket)
3.02_1
11 Nov 2016 09:31:03
Revision:425879Original commit files touched by this commit
linimon search for other commits by this committer
Mark various leaf ports broken on aarch64, and, where appropriate, other
tier-2 archs.

Approved by:	portmgr (tier-2 blanket)
3.02_1
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
3.02_1
17 May 2015 14:43:38
Revision:386616Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Strip library
3.02
10 Jun 2014 15:07:59
Revision:357319Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.
3.02
21 Sep 2013 11:02:37
Revision:327803Original commit files touched by this commit
wen search for other commits by this committer
- Update to 3.02
- Fix build on Head
- Reset maintainer to ports@
3.0.20081216
20 Sep 2013 22:48:31
Revision:327767Original 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:
science)
3.0.20081216
03 Jul 2011 13:22:25
Original commit files touched by this commit
ohauer search for other commits by this committer
 - remove MD5
3.0.20081216
01 Apr 2010 10:20:44
Original commit files touched by this commit
linimon search for other commits by this committer
Not for powerpc, either.

Hat:            portmgr
3.0.20081216
17 Feb 2010 10:58:47
Original commit files touched by this commit
linimon search for other commits by this committer
Not for ia64, either.

Feature safe:   yes
3.0.20081216
06 Jul 2009 14:56:42
Original commit files touched by this commit
itetcu search for other commits by this committer
- update to 3.0.20081216 from 3.0.20071212
- fix the build error with custom LOCALBASE [1]

Submitted by:   maintainer
Reported by:    QATty [1]
3.0.20071212
16 Sep 2008 09:18:28
Original commit files touched by this commit
gahr search for other commits by this committer
- Set NOT_FOR_ARCHS for sparc64

Approved by:    portmgr (pav)
3.0.20071212
06 Apr 2008 06:35:14
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 3.0.20071212
- Pass maintainership to submitter
- Enable 64-bit support (experimental per stated by the project web page)

PR:             ports/122337
Submitted by:   Wen heping <wenheping at gmail.com>
2.18.20061212
17 Jan 2007 07:27:25
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 2.18.20061212
- Pet portlint(1)

PR:             ports/108005
Submitted by:   Thomas Abthorpe <thomas at goodking.ca>
2.18.20041107
25 Nov 2005 17:44:39
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
2.18.20041107
30 Dec 2004 09:33:04
Original commit files touched by this commit
krion search for other commits by this committer
Support NO_WRKSUBDIR properly

PR:             ports/75631
Submitted by:   Ports Fury
2.18.20041107
27 Nov 2004 21:38:03
Original commit files touched by this commit
pav search for other commits by this committer
SIMLIB/C++ is the SIMulation LIBrary for C++ programming language. You can
create models directly in C++ language with the use of predefined simulation
tools from the library. SIMLIB allows object-oriented description of models
based on simulation abstractions. Current version allows a description of
continuous, discrete, combined, 2D/3D vector, and fuzzy models.

Requested by:   Roman Divacky

Number of commits found: 29