Port details |
- nana Support for assertion checking and logging using GNU C and GDB
- 2.5_2 devel
=4 2.5_2Version of this port present on the latest quarterly branch. - Maintainer: pjm@gnu.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: unknown
- Last Update: 2024-02-23 13:55:21
- Commit Hash: b0bfeb0
- People watching this port, also watch:: gdbm, unzip, p5-Digest-MD5, p5-Locale-gettext, p5-I18N-LangTags
- License: not specified in port
- Description:
- Nana provides improved support for assertion checking and logging in C, C++
using GDB. In particular it provides:
o Operations can be implemented directly in C or by generating
debugger commands which do the checking and logging only if the
application is run under the debugger. The debugger based calls
require are very space efficient (0 or 1 bytes per call).
o Support for checking real time constraints.
o Support for assertion (invariant checking) including:
+ Space and time efficient (at least versus <assert.h>)
For example: assert(i>=0) uses 53 bytes on a i386 vs
an optimised nana call which uses 10 bytes per call.
+ Checking can be turned on or off at compile or run time.
+ The action taken when an error is detected can be modified
on a global and per/call basis.
o Support for logging (printf style debugging) including:
+ Logging can be turned on and off at compile or run time.
+ Logging to files, processes or circular buffers in memory
with optional time stamping.
o Support for the quantifiers of predicate calculus (forall, exists).
o Support for before and after state saving and checking (x, x').
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/nana/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/nana
- pkg install nana
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nana
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nana-2.5.tar.gz) = fd1819ffea94b209513959447e4802afe2719600e7d161cd78b265a42812affa
SIZE (nana-2.5.tar.gz) = 359085
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_nana
- 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 |
2.5_2 23 Feb 2024 13:55:21
![commit hash: b0bfeb0f9e28d2980868c7a607172c12f2f2115b commit hash: b0bfeb0f9e28d2980868c7a607172c12f2f2115b](/images/git.png) ![commit hash: b0bfeb0f9e28d2980868c7a607172c12f2f2115b commit hash: b0bfeb0f9e28d2980868c7a607172c12f2f2115b](/images/codeberg.svg) ![commit hash: b0bfeb0f9e28d2980868c7a607172c12f2f2115b commit hash: b0bfeb0f9e28d2980868c7a607172c12f2f2115b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/nana: Moved man to share/man
Approved by: portmgr (blanket) |
2.5_1 20 Jul 2022 14:21:35
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.5_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2.5_1 10 Nov 2018 18:12:58
![Revision:484628 Revision:484628](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.5 19 May 2016 10:21:25
![Revision:415498 Revision:415498](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.5 08 Oct 2015 15:11:28
![Revision:398832 Revision:398832](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove trailing whitespace from Makefiles, A-L. |
2.5 27 Oct 2014 10:40:08
![Revision:371546 Revision:371546](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
2.5 24 May 2014 07:50:41
![Revision:354998 Revision:354998](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build. |
2.5 24 May 2014 07:37:08
![Revision:354997 Revision:354997](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Stageify.
Approved by: portmgr@ |
2.5 03 Jan 2014 00:46:47
![Revision:338511 Revision:338511](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Part 1 at removing now useless FETCH_ARGS redifition |
2.5 20 Sep 2013 17:13:47
![Revision:327724 Revision:327724](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.5 22 Apr 2012 11:03:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
scheidell ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Unbreak by fixing MASTER_SITES [1]
- Remove MASTER_SITE_GENTOO [2]
- Add in http as default [2]
- Change FETCH_ARGS since mirror sends 302 [2]
PR: ports/167163 [1]
Submitted by: Phil Maker <pjm@gnu.org> (maintainer)
Reviewed by: scheidell (me) [2] |
2.5 09 Apr 2012 23:51:44
![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month |
2.5 22 Oct 2011 23:50:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
2.5 03 Jul 2011 14:59:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-remove MD5 |
2.5 22 May 2011 16:34:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark BROKEN, does not fetch. |
2.5 04 Dec 2005 07:18:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Enable use of INFO |
2.5 23 Nov 2005 02:02:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
mnag ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.5
Add secondary master site
Add SHA256
PR: 88502
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout, 18 days |
2.4_1 31 Mar 2004 03:12:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify (maintainer timeout) |
2.4_1 04 Feb 2004 05:21:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.4 21 Feb 2003 11:23:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
De-pkg-comment. |
14 Feb 2001 05:43:01
![commit hash: fp1.9576@dev.null.freshports.org commit hash: fp1.9576@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.9576@dev.null.freshports.org commit hash: fp1.9576@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.9576@dev.null.freshports.org commit hash: fp1.9576@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
lioux ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
typo clean up police: \s -> \t |
08 Oct 2000 02:10:04
![commit hash: fp1.4741@dev.null.freshports.org commit hash: fp1.4741@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4741@dev.null.freshports.org commit hash: fp1.4741@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4741@dev.null.freshports.org commit hash: fp1.4741@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert category devel to new layout. |
07 Jun 2000 09:21:39
![commit hash: fp1.679@dev.null.freshports.org commit hash: fp1.679@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.679@dev.null.freshports.org commit hash: fp1.679@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.679@dev.null.freshports.org commit hash: fp1.679@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Seems like nana.info has grown and now has three files instead of two. |