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
diradmin A smart LDAP directory management tool
1.5.1_13 net Deleted on this many watch lists=3 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.5.1_13Version of this port present on the latest quarterly branch.
Maintainer: lewiz@compsoc.man.ac.uk search for ports maintained by this maintainer
Port Added: 2003-08-28 12:10:00
Last Update: 2013-10-15 09:23:29
SVN Revision: 330376
People watching this port, also watch:: lsof, vcdimager
License: not specified in port
WWW:
http://diradmin.open-it.org/
Description:
Directory administrator is a smart LDAP directory management tool. It can be used to manage UNIX users and groups in a single sign-on setup, corporate address book , information, host-based access control and advanced mail routing. It's extremely easy to install and use, yet powerful at the same time. Along with popular software, it's the preferred solution for single sign-on maintenance. WWW: http://diradmin.open-it.org/ lewiz <purple@lewiz.info>
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • diradmin>0:net/diradmin
No installation instructions:
This port has been deleted.
PKGNAME: diradmin
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

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. libcrypto.so.8 : security/openssl
  2. gmake : devel/gmake
Runtime dependencies:
  1. libcrypto.so.8 : security/openssl
Library dependencies:
  1. ldap-2.4.8 : net/openldap24-client
  2. esd.2 : audio/esound
  3. glib-12.3 : devel/glib12
  4. gnome.5 : x11/gnome-libs
  5. gtk-12.2 : x11-toolkits/gtk12
  6. Imlib.5 : graphics/imlib
  7. xml.5 : textproc/libxml
  8. ORBit.2 : devel/ORBit
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://diradmin.open-it.org/releases/
  3. http://diradmin.open-it.org/releases/old/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.1_13
15 Oct 2013 09:23:29
Revision:330376Original commit files touched by this commit
bapt search for other commits by this committer
Remove one more port depending on gnome1

Approved by:	lewiz@compsoc.man.ac.uk (maintainer)
1.5.1_13
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)
1.5.1_13
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
1.5.1_12
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
1.5.1_12
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
1.5.1_11
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
1.5.1_10
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
1.5.1_9
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
1.5.1_8
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
1.5.1_7
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
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 View all of this commit message)
1.5.1_7
06 Jun 2008 13:50:32
Original commit files touched by this commit
edwin search for other commits by this committer
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.5.1_6
24 Oct 2007 23:37:25
Original commit files touched by this commit
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.1_5
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.5.1_4
14 Oct 2006 08:54:54
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
1.5.1_3
07 Mar 2006 08:28:06
Original commit files touched by this commit
ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
1.5.1_2
22 Jan 2006 21:24:05
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.5.1_2
22 Jan 2006 02:46:07
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
1.5.1_2
23 Jul 2005 15:22:35
Original commit files touched by this commit
krion search for other commits by this committer
Fix MASTER_SITES.
Fix plist.

PR:             ports/83953
Submitted by:   Andrej Zverev <az at inec dot ru>
1.5.1_2
23 Jul 2005 02:53:43
Original commit files touched by this commit
kris search for other commits by this committer
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
1.5.1_2
08 Apr 2005 03:41:18
Original commit files touched by this commit
linimon search for other commits by this committer
Update maintainer's email address.

Requested by:   maintainer
1.5.1_2
28 Feb 2005 00:22:07
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
1.5.1_2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.5.1_2
24 Feb 2004 15:19:15
Original commit files touched by this commit
krion search for other commits by this committer
- Fix SSL/TLS support

PR:             ports/63308
Submitted by:   Yuri Khotyaintsev <yuri@irfu.se>
Approved by:    maintainer
1.5.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)
1.5.1
22 Jan 2004 09:43:42
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.5.1

PR:             ports/61696
Submitted by:   Guillaume Paquet <amyfoub@videotron.ca>
Approved by:    maintainer
1.3.5
21 Jan 2004 23:41:26
Original commit files touched by this commit
pav search for other commits by this committer
- Update maintainer's email, old address bounces
1.3.5
28 Aug 2003 12:08:55
Original commit files touched by this commit
edwin search for other commits by this committer
New port for LDAP Directory Administrator

        Port for LDAP Directory Administrator -- a GTK+/GNOME(1)
        frontend for managing user accounts on an LDAP server using
        the poisx schema.

PR:             ports/51402
Submitted by:   lewiz <purple@lewiz.info>

Number of commits found: 27