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
dhisd DHIS server for dynamic updates on the server using specific engines
5.5 dns on this many watch lists=2 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 5.5Version of this port present on the latest quarterly branch.
Maintainer: egypcio@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-09-05 04:55:22
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: python, p5-Net-Domain-TLD, p5-Lingua-Stem-Fr, sysinfo
License: BSD2CLAUSE
WWW:
https://www.dhis.org/
Description:
DHIS is a client-server based system architecture primarily meant for updating DNS for hosts that have dynamic IP addresses. With DHIS you can have your computer always recognised and available on the Internet with the same unique name, even if its IP address changes frequently. It supports both IPv4 and IPv6. For more information on the services, you should look at the official DHIS website.
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 (15 items)
Collapse this list.
  1. /usr/local/share/licenses/dhisd-5.5/catalog.mk
  2. /usr/local/share/licenses/dhisd-5.5/LICENSE
  3. /usr/local/share/licenses/dhisd-5.5/BSD2CLAUSE
  4. @dir(dhis,dhis,750) /var/log/dhis
  5. @dir(dhis,dhis,750) /var/run/dhis
  6. @sample etc/dhisd.conf.sample
  7. @sample etc/dhisd.db.sample
  8. sbin/dhisd
  9. sbin/dhisgenkeys
  10. share/doc/dhisd/CONTRIBUTORS
  11. share/doc/dhisd/INSTALL
  12. share/doc/dhisd/README
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • dhisd>0:dns/dhisd
To install the port:
cd /usr/ports/dns/dhisd/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/dhisd
  • pkg install dhisd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dhisd
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1535492360 SHA256 (dhisd-5.5.tar.gz) = 736352209b18fb3b95a82782ddbf2fb524c0e9019ca11ba525a22f97f41936d3 SIZE (dhisd-5.5.tar.gz) = 26221

Packages (timestamps in pop-ups are UTC):
dhisd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.55.55.55.55.5-5.5-
FreeBSD:13:quarterly5.55.55.55.55.55.55.55.5
FreeBSD:14:latest5.55.55.55.55.55.5-5.5
FreeBSD:14:quarterly5.55.5-5.55.55.55.55.5
FreeBSD:15:latest5.55.5n/a5.5n/a5.55.55.5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libgmp.so : math/gmp
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for dhisd-5.5: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
dns_dhisd
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. ftp://ftp.dhis.org/pub/dhis/
  2. http://distcache.FreeBSD.org/local-distfiles/meta/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/meta/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/meta/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/meta/
Collapse this list.

Number of commits found: 30

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)
5.5
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)
5.5
20 Jul 2022 14:21:47
commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
dns: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Allan Jude <allanjude@freebsd.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Greenwood <greenwood.andy@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.5
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
5.5
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.
5.5
05 Dec 2018 14:09:12
Revision:486672Original commit files touched by this commit
egypcio search for other commits by this committer
use @FreeBSD.org as MAINTAINER instead of my private address

  benchmarks/vegeta
  devel/busybee
  devel/git-lfs
  devel/gnu-efi
  devel/hub
  devel/libe
  devel/py-fabric3
  devel/py-fabric3
  dns/dhisd
  dns/dnscrypt-proxy2
  dns/go-geodns
  emulators/hatari
  irc/weechat-otr
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.5
12 Nov 2018 09:15:38
Revision:484793Original commit files touched by this commit
egypcio search for other commits by this committer
dns/dhisd: update to 5.5

  * while here, adopt the port;

  * files/patch-Makefile;
      use CC=${CC} for clang and GCC compatibility;
      use PREFIX instead of hardcoding "/usr/local";
      better use WFLAGS+= (with a plus).

  * also updated 'pkg-descr' with a longer description about the port.

PR:		230990
Submitted by:	egypcio
Approved by:	rene (mentor)
5.1_5
04 Mar 2017 09:01:47
Revision:435385Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=localbase
- Switch to options helpers
- Simplify installation
- Switch to pkg-message
5.1_5
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
5.1_5
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
5.1_5
17 Mar 2015 03:07:19
Revision:381459Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Drop @dirrm* from plist
5.1_5
12 Jul 2014 06:03:22
Revision:361599Original commit files touched by this commit
leeym search for other commits by this committer
- support stage
5.1_5
05 Jul 2014 00:18:18
Revision:360706Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
5.1_5
02 Jul 2014 20:22:56
Revision:360256Original commit files touched by this commit
antoine search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
5.1_5
01 Jul 2014 14:21:47
Revision:360016Original commit files touched by this commit
bapt search for other commits by this committer
Use modern LIB_DEPENDS

With hat:	portmgr
5.1_5
20 Sep 2013 16:31:58
Revision:327719Original 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:
dns)
5.1_5
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
5.1_5
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
5.1_5
19 Apr 2010 10:43:43
Original commit files touched by this commit
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
5.1_4
13 May 2009 09:46:02
Original commit files touched by this commit
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
5.1_3
05 Jan 2009 19:44:02
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
5.1_3
10 May 2006 14:46:48
Original commit files touched by this commit
ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
5.1_2
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
5.1_2
22 Jan 2006 08:31:47
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
5.1_2
20 Apr 2004 14:04:00
Original commit files touched by this commit
netchild search for other commits by this committer
Use the @FreeBSD.org address of the maintainer.
5.1_2
19 Mar 2004 01:51:15
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
5.1_2
25 Nov 2003 18:54:38
Original commit files touched by this commit
netchild search for other commits by this committer
- Fix compilation on FreeBSD 5.2-BETA.
- Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5
  only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on
  architectures other than alpha and i386 (tested on FreeBSD/sparc64).
- Respect CC and CFLAGS.
- Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5.
- Give maintainership to submitter.

Submitted by:   marius@alchemy.franken.de
Approved by:    portmgr
5.1_1
19 Nov 2003 19:28:40
Original commit files touched by this commit
eik search for other commits by this committer
Reset unreachable MAINTAINERs to ports@FreeBSD.org

PR:             59109
Approved by:    marcus (mentor)
5.1_1
03 Nov 2003 22:01:54
Original commit files touched by this commit
edwin search for other commits by this committer
remove broken mastersite.
5.1_1
05 Sep 2003 04:54:37
Original commit files touched by this commit
edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr

Number of commits found: 30