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
ldap2dns Maintain DNS zones using an LDAP directory
0.4.2_2 net Deleted 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 0.4.2_2Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Unfetchable, unmaintained
Expired This port expired on: 2019-10-16
Ignore IGNORE: is marked as broken: unfetchable
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-09-29 00:48:13
Last Update: 2019-10-16 15:29:32
SVN Revision: 514601
License: GPLv2
WWW:
https://github.com/bklang/ldap2dns
Description:
From the website: ldap2dns is a program to create DNS (Domain Name Service) records directly from a LDAP directory. ldap2dns is designed to write ASCII data files used by tinydns from the djbdns package, but also may be used to write .db-files used by named as found in the BIND package. WWW: https://github.com/bklang/ldap2dns
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. bin/ldap2dns
  2. bin/ldap2dnsd
  3. man/man1/ldap2dns.1.gz
  4. share/ldap2dns/axfr2ldap.pl
  5. share/ldap2dns/data2ldif.pl
  6. share/ldap2dns/ldap2dns.schema
  7. share/ldap2dns/ldap2tinydns-conf
  8. /usr/local/share/licenses/ldap2dns-0.4.2_2/catalog.mk
  9. /usr/local/share/licenses/ldap2dns-0.4.2_2/LICENSE
  10. /usr/local/share/licenses/ldap2dns-0.4.2_2/GPLv2
Collapse this list.
Dependency lines:
  • ldap2dns>0:net/ldap2dns
No installation instructions:
This port has been deleted.
PKGNAME: ldap2dns
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ldap2dns-0.4.2.tar.gz) = 23a24bd2233dafeb40cc2d755fa24cc4bd1207e92fdee614e642ea1064711b98 SIZE (ldap2dns-0.4.2.tar.gz) = 61325

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
Runtime dependencies:
  1. p5-Net-DNS>=0 : dns/p5-Net-DNS
  2. p5-perl-ldap>=0 : net/p5-perl-ldap
  3. perl5>=5.30.r1<5.31 : lang/perl5.30
Library dependencies:
  1. libldap-2.4.so.2 : net/openldap24-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ldap2dns-0.4.2_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
gmake localbase:ldflags perl5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://cloud.github.com/downloads/bklang/ldap2dns/
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
0.4.2_2
16 Oct 2019 15:29:32
Revision:514601Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.2_2
15 Sep 2019 17:28:09
Revision:512125Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports
0.4.2_2
05 Aug 2019 06:37:31
Revision:508138Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: unfetchable
0.4.2_2
30 Sep 2016 19:24:30
Revision:423014Original commit files touched by this commit
tijl search for other commits by this committer
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
0.4.2_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.4.2_2
08 Jan 2016 14:19:56
Revision:405554Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove unneeded WRKSRC
- Switch to USES=localbase
- Switch to options helpers
- Simplify installation
0.4.2_2
20 Dec 2014 19:23:20
Revision:375100Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
0.4.2_2
24 Jul 2014 18:34:16
Revision:362835Original commit files touched by this commit
tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.2_1
11 Jun 2014 14:50:00
Revision:357486Original commit files touched by this commit
tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.2_1
17 May 2014 08:40:47
Revision:354298Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
- Support USE_GITHUB
- Support shebangfix USES macro

PR:		187758
Submitted by:	Ports Fury
0.4.2
20 Sep 2013 22:10:25
Revision:327755Original 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:
net)
0.4.2
03 Aug 2013 13:44:01
Revision:324191Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
0.4.2
25 Oct 2012 22:19:48
Revision:306402Original commit files touched by this commit
bapt search for other commits by this committer
Update 0.4.2
Add license
Respect DOCS
Trim heade
Undeprecate
point to new home

PR:		ports/172040
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
0.4.1_2
21 Sep 2012 10:07:34
Revision:304618Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's
distilator)
0.4.1_2
11 Jul 2012 18:12:29
Original commit files touched by this commit
crees search for other commits by this committer
Reset maintainership for ports maintained by Gerrit Beine.

He had requested this some time ago, so any past timeouts should not be held
against him.

Your work in the past has been much appreciated, thank you.

Submitted by:   maintainer, via private email
0.4.1_2
30 Jun 2012 14:39:14
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
0.4.1_2
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
0.4.1_2
25 Feb 2011 01:32:18
Original commit files touched by this commit
delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
0.4.1_1
05 Jan 2009 19:04:45
Original commit files touched by this commit
delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
0.4.1
25 Jul 2008 12:24:09
Original commit files touched by this commit
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
0.4.1
05 Nov 2006 00:19:13
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4.1

PR:             ports/105038
Submitted by:   Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
0.3.6
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
0.3.6
14 Jan 2006 17:17:58
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.3.6
- Take maintainership

PR:             ports/91790
Submitted by:   Gerrit Beine <gerrit.beine@gmx.de>
0.3.1_1
12 Dec 2005 21:53:40
Original commit files touched by this commit
bms search for other commits by this committer
Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
0.3.1_1
25 Mar 2004 03:13:15
Original commit files touched by this commit
bms search for other commits by this committer
SIZE update jumbo-commit.

Submitted by:   trevor
0.3.1_1
16 Feb 2004 14:37:39
Original commit files touched by this commit
bms search for other commits by this committer
Update this port to use the USE_OPENLDAP switch from bsd.port.mk.

Noticed by:     Oliver Eikemeier
0.3.1_1
16 Feb 2004 14:35:30
Original commit files touched by this commit
bms search for other commits by this committer
Whitespace.
0.3.1_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
0.3.1
03 Jan 2004 20:30:39
Original commit files touched by this commit
dougb search for other commits by this committer
Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.

In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
0.3.1
29 Sep 2003 00:46:56
Original commit files touched by this commit
bms search for other commits by this committer
New port: net/ldap2dns

PR:             ports/50767

Number of commits found: 30