Port details |
- log4j Fast and flexible logging library for Java
- 1.2.17 devel =16 1.2.17Version 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: 2004-11-28 13:06:37
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: apache-ant, help2man, unzip, wget, gmake
- Also Listed In: java
- License: APACHE20
- WWW:
- https://logging.apache.org/log4j/1.2/
- Description:
- Log4J, a fast and flexible logging library for Java.
Log4J is an open source library based on the work of many authors.
It allows the developer to control which log statements are output
with arbitrary granularity. It is fully configurable at runtime
using external configuration files. Best of all, Log4J has a gentle
learning curve. Beware: judging from user feedback, it is also quite
addictive.
- ¦ ¦ ¦ ¦
- 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/log4j/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/log4j
- pkg install log4j
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: log4j
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (log4j-1.2.17.tar.gz) = a528e3771ee6234661b5eb0fa02e14faee89dfec38de94088c163ddf2a0a8663
SIZE (log4j-1.2.17.tar.gz) = 2864448
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:
-
- java : java/openjdk8
- This port is required by:
- for Build
-
- net-p2p/vuze
-
Deleted ports which required this port:
- for Run
-
- databases/mysql-connector-java51
-
Deleted ports which required this port:
- * - 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 log4j-1.2.17:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_log4j
- USES:
- cpe java
- 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.2.17 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
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.2.17 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.2.17 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.2.17 29 Jun 2022 16:32:58 |
Po-Chuan Hsieh (sunpoet) |
devel/log4j: Update WWW |
1.2.17 30 Sep 2021 09:42:19 |
Bernhard Froehlich (decke) |
devel/log4j: Add CPE information
Approved by: portmgr (blanket) |
1.2.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.17 24 Jan 2016 00:45:03 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers |
1.2.17 15 Mar 2015 15:37:37 |
amdmi3 |
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Simplify installation
- Remove empty directory |
1.2.17 06 Mar 2014 15:48:07 |
pawel |
- Update to version 1.2.17 [1]
- Convert to new options framework [1]
- Add LICENSE [1]
- Support staging [1]
- Remove leading article from COMMENT
- Use PORTEXAMPLES to manage examples plist entries
PR: ports/186388 [1]
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
1.2.16 02 Mar 2014 05:22:26 |
tabthorpe |
- Reassign ports to the heap
- Thank you hq@ for your years of service! |
1.2.16 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.2.16 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.2.16 11 Aug 2010 07:00:43 |
hq |
Update to 1.2.16
PR: 149443
Submitted by: Simon Olofsson <simon@olofsson.de> |
1.2.15_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.2.15 02 Mar 2008 10:01:49 |
hq |
Update to 1.2.15
Reported by: mi |
1.2.14_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.14 01 Nov 2006 18:39:39 |
hq |
Update to 1.2.14
PR: 104714
Submitted by: Kay Abendroth <kay.abendroth@raxion.net> |
1.2.13 13 Feb 2006 17:14:19 |
hq |
- Update to 1.2.13
-> New log level: TRACE
- Do not try to mkdir ${JAVAJARDIR} as it is part of mtree
- Calm portlint |
1.2.9 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.9 28 Nov 2004 13:04:55 |
hq |
- Update to 1.2.9
- Rename port as it is no longer port of the Jakarta project
- Dynamic plist
PR: 74468
Submitted by: me |