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
xxl C/C++ library for exception handling and asset management
1.0.1_3 devel 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 1.0.1_3Version 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: 2003-08-29 11:50:55
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD3CLAUSE
WWW:
https://web.archive.org/web/20120106082715/http://www.zork.org/xxl/
Description:
XXL is a library for C and C++ that provides exception handling and asset management. Asset management is integrated with the exception handling mechanism such that assets may be automatically cleaned up if an exception is thrown, which allows for much simplified program structure with respect to error handling. By allowing XXL to track assets and using its exception handling features, the programmer no longer has to check error conditions on every function call and cleanup the assets on failure because XXL does the work.
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 (9 items)
Collapse this list.
  1. include/xxl.h
  2. lib/libxxl.a
  3. lib/libxxl.so
  4. lib/libxxl.so.1
  5. lib/libxxl.so.1.1.0
  6. @ldconfig
  7. /usr/local/share/licenses/xxl-1.0.1_3/catalog.mk
  8. /usr/local/share/licenses/xxl-1.0.1_3/LICENSE
  9. /usr/local/share/licenses/xxl-1.0.1_3/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • xxl>0:devel/xxl
To install the port:
cd /usr/ports/devel/xxl/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/xxl
  • pkg install xxl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: xxl
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (xxl-1.0.1.tar.gz) = 7decbada52dabb0f7298b36982371c7ba4d817b281797498d0515ec2440b20f9 SIZE (xxl-1.0.1.tar.gz) = 456048

Packages (timestamps in pop-ups are UTC):
xxl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.1_31.0.1_31.0.1_31.0.1_31.0.1_3-1.0.1_3-
FreeBSD:13:quarterly1.0.1_31.0.1_31.0.1_31.0.1_31.0.1_31.0.1_31.0.1_31.0.1_3
FreeBSD:14:latest1.0.1_31.0.1_31.0.1_31.0.1_31.0.1_31.0.1_3-1.0.1_3
FreeBSD:14:quarterly1.0.1_31.0.1_3-1.0.1_31.0.1_31.0.1_31.0.1_31.0.1_3
FreeBSD:15:latest1.0.1_31.0.1_3n/a1.0.1_3n/a1.0.1_31.0.1_31.0.1_3
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/safestr*
  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:
===> The following configuration options are available for xxl-1.0.1_3: DOCS=on: Build and/or install documentation THREADS=on: Threading support ===> Use 'make config' to modify these settings
Options name:
devel_xxl
USES:
libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://launchpadlibrarian.net/39195019/
Collapse this list.

Number of commits found: 31

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)
1.0.1_3
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)
1.0.1_3
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.0.1_3
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.
1.0.1_3
02 Oct 2020 19:42:25
Revision:551230Original commit files touched by this commit
0mp search for other commits by this committer
Clean up MASTER_SITES and point to Web Archive version of the homepage
1.0.1_2
27 Jun 2016 09:05:20
Revision:417641Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to new test framework
- Switch to options helpers
1.0.1_2
27 May 2014 18:27:39
Revision:355553Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Strip libraries
1.0.1_1
04 Apr 2014 15:26:13
Revision:350133Original commit files touched by this commit
pawel search for other commits by this committer
- Add staging support
- More precise LICENSE
- Switch to PLIST_FILES
- Use option helper
1.0.1_1
20 Sep 2013 17:17:45
Revision:327726Original 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:
devel part 4)
1.0.1_1
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)
1.0.1_1
14 Feb 2013 09:42:13
Revision:312209Original commit files touched by this commit
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
1.0.1_1
13 Dec 2012 11:53:08
Revision:308845Original commit files touched by this commit
araujo search for other commits by this committer
- Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Add regression-test.

PR:		ports/172503
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Reviewed by:	myself
1.0.1_1
07 Dec 2012 17:57:16
Revision:308442Original commit files touched by this commit
mi search for other commits by this committer
Undeprecate by providing a new location (Launchpad).

Feature safe:	yes
1.0.1_1
26 Oct 2012 14:57:51
Revision:306447Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
1.0.1_1
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).
1.0.1_1
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
1.0.1_1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.0.1_1
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
1.0.1_1
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
1.0.1_1
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
1.0.1_1
01 Feb 2007 02:42:06
Original commit files touched by this commit
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
1.0.1_1
14 Aug 2006 16:08:54
Original commit files touched by this commit
rafan search for other commits by this committer
- Enable threading (it works well even on 4.x). Can be disabled
- Install supplimentary docs
- Bump PORTREVISION for changes above
- Fix comment
- Replace deprecated variable (INSTALLS_SHLIB)
- Pass maintainership to submitter

PR:             ports/101943
Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>
1.0.1
19 Jul 2006 07:21:13
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.0.1

PR:             ports/99416
Submitted by:   miwi
Approved by:    markus (co mentor), maintainer timeout
1.0.0
15 Jul 2006 08:07:49
Original commit files touched by this commit
linimon search for other commits by this committer
Reset unresponsive maintainer.

Hat:            portmgr
1.0.0
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
1.0.0
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.0.0
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
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.0
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
1.0.0
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.0.0
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
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.0
29 Aug 2003 11:50:08
Original commit files touched by this commit
krion search for other commits by this committer
New port - devel/xxl

XXL is a library for C and C++ that provides exception handling
and asset management. Asset management is integrated with the
exception handling mechanism such that assets may be
automatically cleaned up if an exception is thrown, which
allows for much simplified program structure with respect to
error handling.

By allowing XXL to track assets and using its exception
handling features, the programmer no longer has to check error
conditions on every function call and cleanup the assets on
failure because XXL does the work.

PR:             56128
Submitted by:   Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>

Number of commits found: 31