Port details |
- ldapbrowser Java/Swing-based LDAP browser and editor
- 2.8.2_4 net =6 2.8.2_4Version of this port present on the latest quarterly branch.
- Maintainer: ronald@FreeBSD.org
- Port Added: 2003-12-08 18:20:12
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: unzip, gdbm, libxml2, rdesktop, xorg-libraries
- Also Listed In: java
- License: ldapbrowser-license
- WWW:
- https://web.archive.org/web/20081218031210/http://www.mcs.anl.gov/~gawor/ldap/
- Description:
- The LDAP Browser/Editor provides a user-friendly Windows Explorer-like
interface to LDAP directories with tightly integrated browsing and
editing capabilities. It is entirely written in Java with the help
of the JFC (SwingSet) and JNDI class libraries. It connects to LDAP
v2 and v3 servers.
See also: https://web.archive.org/web/20041019084702/http://www.iit.edu/~gawojar/ldap/
See also: https://web.archive.org/web/20090224235755/http://ldapmanager.com/en/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ldapbrowser>0:net/ldapbrowser
- To install the port:
- cd /usr/ports/net/ldapbrowser/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install net/ldapbrowser
- pkg install ldapbrowser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Browser282b2.tar.gz) = c5d30a79314610e28e6b66ef8be630ec8d349bf58b5693faf8de636084ca9ddf
SIZE (Browser282b2.tar.gz) = 651283
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_ldapbrowser
- USES:
- 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 |
2.8.2_4 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 |
2.8.2_4 26 Nov 2022 20:38:26 |
Ronald Klop (ronald) |
Change maintainer of the remainder of my ports to my new @FreeBSD.org address.
Approved by: pkubaj (mentor)
Differential Revision: https://reviews.freebsd.org/D37495 |
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) |
2.8.2_4 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 ) |
2.8.2_4 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.8.2_4 15 May 2021 09:20:05 |
Tobias Kortkamp (tobik) |
Unbreak more ports after 3505159e72da2d8313ce2a8ddc527de700b5bc37
With LICENSE=${PORTNAME} and LICENSE_TEXT set the framework creates
${WRKDIR}/${PORTNAME} however WRKSRC=${WRKDIR}/${PORTNAME} too.
Rename the licenses to fix this. |
2.8.2_4 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
2.8.2_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.2_4 30 Jan 2021 20:43:29 |
amdmi3 |
- Add WWWs based on readme (only available from archive.org)
Approved by: portmgr blanket |
2.8.2_4 26 Nov 2019 21:46:13 |
jkim |
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 |
2.8.2_4 09 Oct 2019 14:14:17 |
tobik |
Drop nop NO_FETCH, NO_WRKSRC, NO_MAN, NOMAN |
2.8.2_4 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.8.2_3 21 Apr 2015 14:38:13 |
danfe |
http://www.klop.ws/distfiles/ is back online, so add it to MASTER_SITES again.
Submitted by: maintainer (via private email) |
2.8.2_3 21 Apr 2015 10:15:46 |
danfe |
Unbreak this valuable port by providing three additional working mirrors
(unfortunately, they are all FTP). Remove now defunct mirrors, but keep
freebsd.nsu.ru (last Sunday, machine suffered hardware failure, probably
power supply related, but should hopefully get back in order again soon). |
2.8.2_3 21 Apr 2015 09:06:12 |
antoine |
Mark BROKEN: unfetchable
Reported by: pkg-fallout |
2.8.2_3 04 Dec 2014 18:16:29 |
rm |
net/ldapbrowser: provide additional distfile mirror
PR: 195310
Submitted by: Ronald Klop (maintainer) |
2.8.2_3 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
2.8.2_3 04 Jun 2014 21:01:35 |
mandree |
Support staging.
Update maintainer address.
Drop the @mode 755 from pkg-plist and instead fix the CHMOD in the
Makefile to address the STAGEDIR.
PR: 190611
Submitted by: ronald@echteman.nl (maintainer) |
2.8.2_3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.8.2_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.8.2_3 31 Aug 2013 10:27:31 |
danfe |
- Make it fetchable again by providing two backup sites for the time being
- While here: touch COMMENT, wrap overly long lines, do not hardcode tar(1)
program name and use -C switch, utilize REINPLACE_ARGS, remove old-school
attribution from the port description and now-defunct WWW address line |
2.8.2_3 31 Aug 2013 01:29:57 |
bdrewery |
- Mark BROKEN, fails to fetch |
2.8.2_3 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
2.8.2_3 25 Jul 2012 11:24:11 |
cs |
Fix typos in COMMENT |
2.8.2_3 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
2.8.2_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.8.2_3 20 Mar 2009 23:34:25 |
beat |
- Currently ldapbrowser always chdirs to ${PREFIX}/lib/ldapbrowser. This
directory
is not writable for the average user and ldapbrowser tries to write in the
current
directory sometimes. With this change ldapbrowser can been started from every
directory, so the user can decide where to put its config files. [1]
- Remove dead mastersite
- Add additional mirror [2]
- Bump PORTREVISION
PR: ports/132806 [1], ports/132835 [2]
Submitted by: Ronald Klop <ronald AT echteman.nl> (maintainer)
Approved by: miwi (mentor) |
2.8.2_2 20 Mar 2009 00:52:53 |
linimon |
Over to new volunteer. |
2.8.2_2 12 Mar 2009 13:58:59 |
itetcu |
Provide backup MASTER_SITES on my server and unbreak fetching.
Prompted by: QAT QA run
Distfile obtain from: Yuri Pankov |
2.8.2_2 05 Dec 2008 17:15:31 |
itetcu |
MASTER_SITE has moved, catch up with this.
Prompted by: QAT QA run |
2.8.2_2 06 Jun 2008 13:50:32 |
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) |
2.8.2_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}. |
2.8.2 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
2.8.2 12 Dec 2005 21:53:40 |
bms |
Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain. |
2.8.2 13 Oct 2005 02:28:29 |
edwin |
[PATCH] net/ldapbrowser: update to 2.8.2
PR: ports/80523
Submitted by: sylvio cesar <sylvioc@gmail.com>
Approved by: maintainer timeout |
2.8.1 18 May 2005 14:00:39 |
bms |
Fix installation.
Submitted by: Jean-Baptiste Quenot |
2.8.1 25 Apr 2005 21:13:23 |
bms |
Tabify. Use bsd.java.mk 2.0 syntax.
PR: ports/80226, ports/80247 |
2.8.1 25 Apr 2005 20:55:45 |
bms |
Fix install (do not create a file in /, use WRKDIR instead).
Submitted by: Andreas Kohn |
2.8.1 27 Mar 2005 00:34:33 |
kris |
BROKEN: Creates a file in /
Approved by: portmgr (self) |
2.8.1 25 Mar 2004 03:13:15 |
bms |
SIZE update jumbo-commit.
Submitted by: trevor |
2.8.1 08 Dec 2003 18:16:37 |
bms |
New port: ldapbrowser, a Java Swing-based LDAP browser and editor, tested
and operational with OpenLDAP 1.2 and 2.0. |