Port details |
- ossp-l2 C library for a flexible and sophisticated Unix logging facility
- 0.9.13_2 devel =3 0.9.13_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-02-01 16:05:21
- Last Update: 2024-02-23 13:55:24
- Commit Hash: 9a9c56e
- People watching this port, also watch:: mDNSResponder, libexif, vcdimager, p5-Event, transfig
- License: not specified in port
- WWW:
- http://www.ossp.org/pkg/lib/l2/
- Description:
- OSSP l2 is a C library providing a very flexible and sophisticated Unix logging
facility. It is based on the model of arbitrary number of channels, stacked
together in a top-down data flow tree structure with filtering channels in
internal nodes and output channels on the leave nodes.
- ¦ ¦ ¦ ¦
- 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-l2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ossp-l2
- pkg install ossp-l2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ossp-l2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (l2-0.9.13.tar.gz) = 5b4b45cb3e7d9488ed86716e483f03ef5472b11108708d187faa73d8330348e3
SIZE (l2-0.9.13.tar.gz) = 432411
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_ossp-l2
- 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 |
0.9.13_2 23 Feb 2024 13:55:24 |
Muhammad Moinur Rahman (bofh) |
devel/ossp-l2: Moved man 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) |
0.9.13_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 ) |
0.9.13_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 ) |
0.9.13_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.13_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.9.13_1 25 Jul 2014 13:50:21 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Strip libraries |
0.9.13 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.9.13 17 Feb 2014 06:56:24 |
miwi |
- Stage support |
0.9.13 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.9.13 01 Feb 2012 15:53:08 |
tabthorpe |
- Reassign to the heap |
0.9.13 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.9.13 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.9.13 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 ) |
0.9.13 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.9.13 16 Jun 2007 15:58:38 |
mnag |
- Update to 0.9.13
- Use USE_LDCONFIG instead of INSTALLS_SHLIB |
0.9.11_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.11_1 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. |
0.9.11_1 09 Nov 2005 02:32:50 |
mnag |
Add SHA256 |
0.9.11_1 19 Oct 2005 16:44:19 |
mnag |
Non-portable usage of va_list objects causes segfault on amd64
Bump PORTREVISION
PR: 87669
Submitted by: Vasil Dimov <vd@datamax.bg> |
0.9.11 03 Oct 2005 18:40:30 |
mnag |
Fix previous commit. build need stay after ":".
Approved by: pav (mentor) |
0.9.11 03 Oct 2005 14:31:12 |
mnag |
Update to 0.9.11
PR: 86865
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: pav (mentor) |
0.9.10 16 Sep 2005 17:58:32 |
mnag |
Update my email
Approved by: pav (mentor) |
0.9.10 29 Aug 2005 06:36:12 |
novel |
Anti Unmaintained Ports Campaign by Marcus Grando.
PR: 854[06-15]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
0.9.10 13 Jul 2005 22:00:51 |
pav |
- Update to 0.9.10
PR: ports/83412
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
0.9.8 21 Aug 2004 15:19:42 |
pav |
- Introduce MASTER_SITE_OSSP
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.9.8 10 May 2004 19:06:13 |
linimon |
Update to 0.9.8.
PR: ports/66383
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.9.5 13 Apr 2004 17:09:32 |
arved |
Attempt to fix build on amd64 by using va_copy |
0.9.5 19 Mar 2004 11:47:04 |
kris |
BROKEN on amd64: Does not compile |
0.9.5 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. |
0.9.5 24 Feb 2004 07:29:01 |
linimon |
Update to 0.9.5: remove log0...4 macros; bugfixes.
PR: ports/63174
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
0.9.1_1 23 Feb 2004 05:11:31 |
kris |
BROKEN on alpha and amd64: Does not compile |
0.9.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.9.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.9.1 14 Nov 2003 17:28:15 |
eik |
Fix some ports that write something after bsd.port.mk
PR: 59254
Approved by: marcus (mentor) |
0.9.1 08 Jun 2003 21:13:49 |
will |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
0.9.1 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. |
0.9.1 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. |
0.9.1 01 Feb 2003 11:51:03 |
alane |
fix portlint errors |
0.9.1 01 Feb 2003 04:38:54 |
alane |
Flexible logging system based on "channels". |