Port details |
- ossp-ex Small exception handling library for use in C
- 1.0.6_2 devel =3 1.0.6_2Version 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
- Port Added: 2003-01-31 20:21:46
- Last Update: 2024-01-23 14:51:25
- Commit Hash: 7bdd361
- People watching this port, also watch:: mDNSResponder, libexif, vcdimager, p5-Event, transfig
- License: not specified in port
- WWW:
- http://www.ossp.org/pkg/lib/ex/
- Description:
- OSSP ex is a small ISO-C++ style exception handling library for use in the
ISO-C language. It allows you to use the paradigm of throwing and catching
exceptions in order to reduce the amount of error handling code without
making your program less robust.
- ¦ ¦ ¦ ¦
- 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/ossp-ex/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ossp-ex
- pkg install ossp-ex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ossp-ex
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ex-1.0.6.tar.gz) = 12939f204cad448754aec45c1e828fbed5cf2aac9f03cd8c6cba3249c99f6907
SIZE (ex-1.0.6.tar.gz) = 329591
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- devel/ossp-al
- devel/ossp-cfg
- devel/ossp-val
- mail/lmtp2nntp
- net/ossp-sa
Configuration Options:
- No options to configure
- Options name:
- devel_ossp-ex
- USES:
- libtool
- 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.0.6_2 23 Jan 2024 14:51:25 |
Muhammad Moinur Rahman (bofh) |
devel/ossp-ex: Impelled to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.0.6_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.0.6_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.6_1 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
1.0.6_1 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
1.0.6_1 07 Nov 2014 15:59:11 |
ak |
- Remove file unused after STAGE conversion |
1.0.6_1 25 Jul 2014 13:50:29 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Strip libraries |
1.0.6 31 Jan 2014 09:02:07 |
miwi |
- Stage support
- Convert to USES |
1.0.6 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.6 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.6 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.0.6 10 Feb 2009 13:48:01 |
miwi |
- Reset maintainer (mail bounce)
Approved by: portmgr (linimon) |
1.0.6 09 Feb 2009 17:38:59 |
miwi |
- Update to 1.0.6
PR: 130990
Submitted by: Dennis Herrmann <adox@mcx2.org>
Approved by: maintainer timeout |
1.0.5 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.5 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.0.5 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.5 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.5 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.5 03 Oct 2005 18:43:07 |
mnag |
Update to 1.0.5
PR: 86858
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: davidyu@ucsd.edu (maintainer), pav (mentor) |
1.0.4 08 Feb 2005 15:32:27 |
pav |
- Update maintainer's address
PR: ports/77201
Submitted by: David Yu <davidyu@ucsd.edu> (maintainer) |
1.0.4 21 Aug 2004 15:19:42 |
pav |
- Introduce MASTER_SITE_OSSP
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
1.0.4 06 Apr 2004 13:52:39 |
krion |
- Update to version 1.0.4
PR: ports/65213
Submitted by: maintainer |
1.0.2_3 25 Mar 2004 07:54:08 |
krion |
- Fix compile error on 4-stable
- Fix compiler warning message
PR: ports/64682
Submitted by: maintainer |
1.0.2_2 24 Mar 2004 22:47:20 |
krion |
- Fix build on AMD64
- Assign maintainership to submitter
PR: ports/64649
Submitted by: Chia-Hsing Yu <davidyu@speech.csie.ntu.edu.tw> |
1.0.2_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.0.2_1 23 Feb 2004 05:12:11 |
kris |
BROKEN on alpha and amd64: Does not compile |
1.0.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0.2 14 Nov 2003 17:28:15 |
eik |
Fix some ports that write something after bsd.port.mk
PR: 59254
Approved by: marcus (mentor) |
1.0.2 08 Jun 2003 21:13:49 |
will |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
1.0.2 08 Jun 2003 21:06:22 |
will |
REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed. |
1.0.2 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.0.2 01 Feb 2003 09:09:53 |
alane |
fix portlint warnings |
1.0.2 31 Jan 2003 20:21:24 |
alane |
OSSP ex is a small ISO-C++ style exception handling library for use in the
ISO-C language. It allows you to use the paradigm of throwing and catching
exceptions in order to reduce the amount of error handling code without
making your program less robust. By Ralf Engelschall. His s***'s not ****ed
up. |