Port details |
- yptransitd Replacement for nss_ldap
- 0.5_8 net =2 0.5_8Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2003-08-28 11:42:32
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD4CLAUSE
- WWW:
- https://yptransitd.sourceforge.net/
- Description:
- An alternative to nss_ldap using an ldap based NIS/YP server.
This is a UNIX daemon providing NIS services with a modular
backend interface. The current focus is the development of
an LDAP module for the backend data source.
This daemon was (and is being written) in order to migrate a
large install base of UNIX systems utilizing NIS to an LDAP
based solution, eventually facilitating a migration of all
corporate services that rely on similar data to LDAP.
This (and future) LDAP related tools are being released under
the BSD License (with advertising clause).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- yptransitd>0:net/yptransitd
- To install the port:
- cd /usr/ports/net/yptransitd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/yptransitd
- pkg install yptransitd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yptransitd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (yptransitd-0.5.tar.gz) = 9f301bb596af1d2e74e63993568121e0609e4bf0f65d9dd13344e072186d21fc
SIZE (yptransitd-0.5.tar.gz) = 57159
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- Library dependencies:
-
- libldap.so.2 : net/openldap26-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_yptransitd
- USES:
- ldap bison
- pkg-message:
- For install:
- a) Make sure the following is in your slapd.conf file.
#needed for yptransitd
include ${LOCALBASE}/openldap/schema/cosine.schema
include ${LOCALBASE}/openldap/schema/nis.schema
b) Make sure the following files have been localised.
${LOCALBASE}/openldap/ldap.conf
${LOCALBASE}/openldap/slapd.conf
${LOCALBASE}/yptransitd/ldap.conf
${LOCALBASE}/yptransitd/yptransitd.conf
c) The following URL should help in getting this beast running.
http://www.openldap.org/lists/openldap-software/200010/msg00097.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_8 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.5_8 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
0.5_8 20 Jul 2023 10:22:39 |
Muhammad Moinur Rahman (bofh) |
net/yptransitd: Fix build with llvm16
- Pet portclippy
- Adopt port
Sponsored by: The FreeBSD Foundation |
0.5_8 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
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) |
0.5_8 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 ) |
0.5_8 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 ) |
0.5_8 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
0.5_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5_7 01 Sep 2020 08:17:29 |
danfe |
Split the patch in the "context diff" format added pack in r130923 which
no longer applies by modern FreeBSD patch(1). Patch was applied on the
FreeBSD 8.4 and new patches generated with ``make makepatch''. Repocopy
was waived since three-way split would make the diff unnecessarily noisy
and there's not much history to preserve anyways as the patch had not
been modified since its inception. While here, unbreak the build against
modern compilers (Clang 11, GCC 10) by forcing the `-fcommon' mode.
Reported by: pkg-fallout |
0.5_7 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.5_7 03 Feb 2015 21:28:44 |
amdmi3 |
- Fix install from non-root and properly stage |
0.5_7 20 Dec 2014 19:23:20 |
bapt |
cleanup plist |
0.5_7 10 Dec 2014 23:55:30 |
feld |
Fix "BSD" license in net category |
0.5_7 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.5_7 24 Jul 2014 18:34:16 |
tijl |
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 ) |
0.5_6 27 Feb 2014 14:49:56 |
miwi |
- Remove empty dirs and files |
0.5_6 15 Jan 2014 09:12:07 |
vanilla |
1: Support CC/CFLAGS properly
2: Add LICENSE
3: support stagedir.
PR: ports/185710
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.5_5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.5_5 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.5_5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.5_5 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
0.5_4 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
0.5_4 05 Jan 2009 19:04:45 |
delphij |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
0.5_3 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.5_2 30 Jun 2007 23:17:58 |
danfe |
Reindent Makefile header while here. |
0.5_2 30 Jun 2007 23:16:37 |
danfe |
- Fix the build with GCC 4.2 [1]
- Improve on pkg-descr (kill EOL spaces, etc.)
- Utilize PKGMESSAGE variable in Makefile
Reported by: pointyhat (logs) [1] |
0.5_2 15 Aug 2006 00:56:24 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.5_2 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
0.5_2 11 Mar 2005 19:54:24 |
sem |
- Add patch to learn yptransitd support FreeBSD NIS Map: master.passwd.*
PR: ports/66266
Submitted by: Yen-Shuo Su <yssu@CCCA.Net> |
0.5_2 06 Nov 2004 23:14:36 |
linimon |
With portmgr hat on, reset bouncing maintainer address. |
0.5_2 03 May 2004 12:36:54 |
eik |
Change direct dependency on OpenLDAP 2.0 to USE_OPENLDAP in order
to avoid breaking the INDEX with the removal of OpenLDAP 2.0.
Aprroved by: maintainer silence
Notifications:
http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009261.html
http://lists.freebsd.org/pipermail/freebsd-ports/2004-March/010683.html
http://lists.freebsd.org/pipermail/freebsd-ports/2004-April/011965.html
http://cvsweb.freebsd.org/ports/net/openldap20-server/Makefile#rev1.76
http://cvsweb.freebsd.org/ports/net/openldap20-server/Makefile#rev1.77 |
0.5_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.5_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.5 28 Aug 2003 11:41:55 |
edwin |
New port yptransitd, an nss_ldap replacement.
An alternative to nss_ldap using an ldap based NIS/YP server.
PR: ports/43394
Submitted by: wolf <mjoyner@hq.dyns.cx> |