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) combination for a given watch list. This is what FreshPorts will look for.

Port details
apache-commons-daemon Wrapper code to start/stop a Java application as a daemon
1.3.4 devel on this many watch lists=1 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.3.4Version of this port present on the latest quarterly branch.
Maintainer: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-10-07 08:21:03
Last Update: 2023-09-19 13:31:36
Commit Hash: f99a961
People watching this port, also watch:: slf4j, py39-pycparser, libxcb, gitup, libksba
Also Listed In: java
License: APACHE20
WWW:
https://commons.apache.org/proper/commons-daemon/
Description:
Wrapper code to start/stop a Java application as a daemon. Daemon is made of 2 parts. One written in C that makes the interface to the operating system and the other in Java that provides the Daemon API.
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 (5 items)
Collapse this list.
  1. bin/jsvc
  2. share/java/classes/commons-daemon.jar
  3. /usr/local/share/licenses/apache-commons-daemon-1.3.4/catalog.mk
  4. /usr/local/share/licenses/apache-commons-daemon-1.3.4/LICENSE
  5. /usr/local/share/licenses/apache-commons-daemon-1.3.4/APACHE20
Collapse this list.
Dependency lines:
  • apache-commons-daemon>0:devel/apache-commons-daemon
To install the port:
cd /usr/ports/devel/apache-commons-daemon/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/apache-commons-daemon
  • pkg install apache-commons-daemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: apache-commons-daemon
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1695119680 SHA256 (commons-daemon-1.3.4-native-src.tar.gz) = de59ea724ac26cdb899e2e73439b024d92a860164409cf1ab9602bfe3cd12c30 SIZE (commons-daemon-1.3.4-native-src.tar.gz) = 214214

Expand this list (2 items)

Collapse this list.

SHA256 (commons-daemon-1.3.4-bin.tar.gz) = 9fdce674f0b89cbb3f467b61f6ea2391ce4a83921f80445baf4f133af10d4744 SIZE (commons-daemon-1.3.4-bin.tar.gz) = 378873

Collapse this list.


Packages (timestamps in pop-ups are UTC):
apache-commons-daemon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.41.3.4-1.3.41.3.4---
FreeBSD:13:quarterly1.3.41.3.41.3.21.3.41.3.4-1.3.41.3.4
FreeBSD:14:latest1.3.41.3.41.3.2-1.3.4--1.3.2
FreeBSD:14:quarterly1.3.41.3.4--1.3.4-1.3.41.3.4
FreeBSD:15:latest1.3.41.3.4n/a-n/a-1.3.41.3.4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Run
  1. www/tomcat-devel
  2. www/tomcat101
  3. www/tomcat85
  4. www/tomcat9
  5. www/tomee

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. www/tomcat10*
  2. www/tomcat7*
  3. 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 apache-commons-daemon-1.3.4: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_apache-commons-daemon
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.4
19 Sep 2023 13:31:36
commit hash: f99a961b9895dd9898d02adb68957fd81a635e45commit hash: f99a961b9895dd9898d02adb68957fd81a635e45commit hash: f99a961b9895dd9898d02adb68957fd81a635e45commit hash: f99a961b9895dd9898d02adb68957fd81a635e45 files touched by this commit
Alex Dupre (ale) search for other commits by this committer
devel/apache-commons-daemon: update to 1.3.4 release

PR:		273928
Submitted by:	girgen
1.3.2
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
1.3.2
23 Jun 2023 19:30:41
commit hash: 9b38437ab28f16daa376f7782ec5e674bf8cec14commit hash: 9b38437ab28f16daa376f7782ec5e674bf8cec14commit hash: 9b38437ab28f16daa376f7782ec5e674bf8cec14commit hash: 9b38437ab28f16daa376f7782ec5e674bf8cec14 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/apache-commons-daemon: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
1.3.2
13 Oct 2022 12:49:02
commit hash: 870ccf2fe9fdf9096a4411c7126f597318179a5bcommit hash: 870ccf2fe9fdf9096a4411c7126f597318179a5bcommit hash: 870ccf2fe9fdf9096a4411c7126f597318179a5bcommit hash: 870ccf2fe9fdf9096a4411c7126f597318179a5b files touched by this commit
Alex Dupre (ale) search for other commits by this committer
devel/apache-commons-daemon: update to 1.3.2 release.
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.2.4
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.2.4
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.2.4
29 Jun 2022 16:32:57
commit hash: 3769cae33b07c545f7a24e16ea0bce2f9f46843fcommit hash: 3769cae33b07c545f7a24e16ea0bce2f9f46843fcommit hash: 3769cae33b07c545f7a24e16ea0bce2f9f46843fcommit hash: 3769cae33b07c545f7a24e16ea0bce2f9f46843f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/apache-commons-daemon: Update WWW

Approved by:	portmgr (blanket)
1.2.4
31 Jan 2022 12:22:46
commit hash: 0a13ec776e0c7f00d616dbd22d16fd3d411e6297commit hash: 0a13ec776e0c7f00d616dbd22d16fd3d411e6297commit hash: 0a13ec776e0c7f00d616dbd22d16fd3d411e6297commit hash: 0a13ec776e0c7f00d616dbd22d16fd3d411e6297 files touched by this commit
Alex Dupre (ale) search for other commits by this committer
devel/apache-commons-daemon: update to 1.2.4 release
1.2.3
12 Oct 2021 07:07:55
commit hash: 475c97360ec6fcbc2c0c1691b86eb9c7834f5228commit hash: 475c97360ec6fcbc2c0c1691b86eb9c7834f5228commit hash: 475c97360ec6fcbc2c0c1691b86eb9c7834f5228commit hash: 475c97360ec6fcbc2c0c1691b86eb9c7834f5228 files touched by this commit
Alex Dupre (ale) search for other commits by this committer
devel/apache-commons-daemon: fix MASTER_SITES breakage
1.2.3
11 Oct 2021 18:56:31
commit hash: cb45ee126b359e3b202393baa37c336632dc8eb5commit hash: cb45ee126b359e3b202393baa37c336632dc8eb5commit hash: cb45ee126b359e3b202393baa37c336632dc8eb5commit hash: cb45ee126b359e3b202393baa37c336632dc8eb5 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
devel/apache-commons-daemon: Update MASTER_SITES

Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites

Approved by:	ale (port maintainer), arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32431
1.2.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.2.3
12 Sep 2020 12:31:45
Revision:548356Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.2.3 release.
1.2.2
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
1.2.2
07 Oct 2019 08:19:49
Revision:513928Original commit files touched by this commit
ale search for other commits by this committer
Update commons-daemon to 1.2.2 release and rename from jakarta to apache.

Number of commits found: 15