diff options
author | nox <nox@FreeBSD.org> | 2009-07-04 04:58:10 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-07-04 04:58:10 +0800 |
commit | cbad2a89435e20564ebe18f56426b637a9857272 (patch) | |
tree | 4a8195eece4d1f6dd30efbebafe2bf650344ed71 /net/linux-f10-openldap | |
parent | 3b50dcf0bd61e49231f812314e3ffbb3b1c99648 (diff) | |
download | freebsd-ports-gnome-cbad2a89435e20564ebe18f56426b637a9857272.tar.gz freebsd-ports-gnome-cbad2a89435e20564ebe18f56426b637a9857272.tar.zst freebsd-ports-gnome-cbad2a89435e20564ebe18f56426b637a9857272.zip |
This is a Linux Fedora 10 infrastructure port for...
OpenLDAP is a suite of Lightweight Directory Access Protocol (v3) servers,
clients, utilities and development tools.
This package includes the following major components:
* slapd - a stand-alone LDAP directory server
* LDIF tools - data conversion tools for use with slapd
This is the latest stable release of OpenLDAP Software for general use.
WWW: http://www.OpenLDAP.org/
Obtained from: Peter Jeremy <peterjeremy@optushome.com.au>
Diffstat (limited to 'net/linux-f10-openldap')
-rw-r--r-- | net/linux-f10-openldap/Makefile | 38 | ||||
-rw-r--r-- | net/linux-f10-openldap/distinfo.i386 | 6 |
2 files changed, 44 insertions, 0 deletions
diff --git a/net/linux-f10-openldap/Makefile b/net/linux-f10-openldap/Makefile new file mode 100644 index 000000000000..f7f3cabd3678 --- /dev/null +++ b/net/linux-f10-openldap/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: net/linux-f10-openldap +# Date created: 2009-06-07 +# Whom: peter +# +# $FreeBSD$ +# + +PORTNAME= openldap +PORTVERSION= 2.4.12 +CATEGORIES= net linux +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Lightweight Directory Access Protocol libraries (Linux Fedora 10) + +USE_LINUX_RPM= yes +LINUX_DIST_VER= 10 +RPMVERSION= 1.fc10 +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../openldap24-server/pkg-descr + +PLIST_FILES= usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.2.0 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.2.0 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.2.0 +DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README +MANPREFIX= ${PREFIX}/usr/share +MAN5= ldap.conf.5 ldif.5 +MANCOMPRESSED= yes + +# do not install any openldap configuration directories/files +post-extract: + ${RM} -rf ${WRKSRC}/etc + +# use a native openldap configuration directories/files +post-install: + ${LN} -sf ${LOCALBASE}/etc/openldap ${PREFIX}/etc + +.include <bsd.port.mk> diff --git a/net/linux-f10-openldap/distinfo.i386 b/net/linux-f10-openldap/distinfo.i386 new file mode 100644 index 000000000000..ee0522b3f4e9 --- /dev/null +++ b/net/linux-f10-openldap/distinfo.i386 @@ -0,0 +1,6 @@ +MD5 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.i386.rpm) = e3ea12058a8cdc54d6f270c802c92a00 +SHA256 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.i386.rpm) = 2a71dcfdbfb1dc9b4e056c951518474d5958147c033f3584dc06e784fd67d567 +SIZE (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.i386.rpm) = 323504 +MD5 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.src.rpm) = f28ec039fad4f81abc6df09c5542bdaa +SHA256 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.src.rpm) = 84bff280805bf046849d96ba80bd6b0d0da895da07f0e6d6efde2667b4ff1e1c +SIZE (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.src.rpm) = 16905121 |