diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
commit | 3238fdf3ff17469da035ed1994e6665fd9e73827 (patch) | |
tree | b59222f25b60b559896a43dd9b991b27c5bc4287 /net/openldap20 | |
parent | Convert to ELF. (diff) |
Initial import of OpenLDAP version 1.0.1.
Open source LDAP client and server software.
PR: 7995
Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
Notes
Notes:
svn path=/head/; revision=13833
Diffstat (limited to 'net/openldap20')
-rw-r--r-- | net/openldap20/Makefile | 39 | ||||
-rw-r--r-- | net/openldap20/distinfo | 1 | ||||
-rw-r--r-- | net/openldap20/files/manpages | 164 | ||||
-rw-r--r-- | net/openldap20/pkg-comment | 1 | ||||
-rw-r--r-- | net/openldap20/pkg-descr | 12 | ||||
-rw-r--r-- | net/openldap20/pkg-plist | 42 |
6 files changed, 259 insertions, 0 deletions
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile new file mode 100644 index 000000000000..5a3db43bf9ef --- /dev/null +++ b/net/openldap20/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: openldap +# Version required: 1.0.1 +# Date created: 20 Sep 1998 +# Whom: Lachlan O'Dea +# +# $Id$ +# + +DISTNAME= openldap-1.0.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ulmo@earthling.net + +WRKSRC= ${WRKDIR}/ldap +MANCOMPRESSED= yes + +.include "files/manpages" + +MAKE_ENV= LDAP_PREFIX=${PREFIX} \ + EXTRACFLAGS="${CFLAGS}" + +pre-patch: + ${CP} ${WRKSRC}/Make-common.dist ${WRKSRC}/Make-common + +post-install: + strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ + ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ + ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ + ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ + ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ + ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ + ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ + ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ + ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ + ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm + +.include <bsd.port.mk> diff --git a/net/openldap20/distinfo b/net/openldap20/distinfo new file mode 100644 index 000000000000..9357252deebc --- /dev/null +++ b/net/openldap20/distinfo @@ -0,0 +1 @@ +MD5 (openldap-1.0.1.tgz) = 26ea15718640bd76a41598ce413c8e24 diff --git a/net/openldap20/files/manpages b/net/openldap20/files/manpages new file mode 100644 index 000000000000..5cf07a5e7a8d --- /dev/null +++ b/net/openldap20/files/manpages @@ -0,0 +1,164 @@ +MAN1+= ldapdelete.1 +MAN1+= ldapmodify.1 +MAN1+= ldapmodrdn.1 +MAN1+= ldapsearch.1 +MAN1+= ud.1 +MAN3+= cldap_close.3 +MAN3+= cldap_open.3 +MAN3+= cldap_search_s.3 +MAN3+= cldap_setretryinfo.3 +MAN3+= lber-decode.3 +MAN3+= lber-encode.3 +MAN3+= ldap.3 +MAN3+= ldap_abandon.3 +MAN3+= ldap_add.3 +MAN3+= ldap_bind.3 +MAN3+= ldap_cache.3 +MAN3+= ldap_charset.3 +MAN3+= ldap_compare.3 +MAN3+= ldap_delete.3 +MAN3+= ldap_disptmpl.3 +MAN3+= ldap_entry2text.3 +MAN3+= ldap_error.3 +MAN3+= ldap_first_attribute.3 +MAN3+= ldap_first_entry.3 +MAN3+= ldap_friendly.3 +MAN3+= ldap_get_dn.3 +MAN3+= ldap_get_values.3 +MAN3+= ldap_getfilter.3 +MAN3+= ldap_modify.3 +MAN3+= ldap_modrdn.3 +MAN3+= ldap_open.3 +MAN3+= ldap_result.3 +MAN3+= ldap_search.3 +MAN3+= ldap_searchprefs.3 +MAN3+= ldap_sort.3 +MAN3+= ldap_ufn.3 +MAN3+= ldap_url.3 +MAN3+= regex.3 +MAN5+= ldapfilter.conf.5 +MAN5+= ldapfriendly.5 +MAN5+= ldapsearchprefs.conf.5 +MAN5+= ldaptemplates.conf.5 +MAN5+= ldif.5 +MAN5+= slapd.conf.5 +MAN5+= slapd.replog.5 +MAN5+= ud.conf.5 +MAN8+= centipede.8 +MAN8+= chlog2replog.8 +MAN8+= edb2ldif.8 +MAN8+= go500.8 +MAN8+= go500gw.8 +MAN8+= in.xfingerd.8 +MAN8+= ldapd.8 +MAN8+= ldbmcat.8 +MAN8+= ldif.8 +MAN8+= ldif2ldbm.8 +MAN8+= mail500.8 +MAN8+= rcpt500.8 +MAN8+= slapd.8 +MAN8+= slurpd.8 +MLINKS+= ldap.3 cldap.3 +MLINKS+= ldap_add.3 ldap_add_s.3 +MLINKS+= ldap_bind.3 ldap_bind_s.3 +MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 +MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 +MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 +MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 +MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 +MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 +MLINKS+= ldap_bind.3 ldap_simple_bind.3 +MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 +MLINKS+= ldap_bind.3 ldap_unbind.3 +MLINKS+= ldap_bind.3 ldap_unbind_s.3 +MLINKS+= ldap_cache.3 ldap_destroy_cache.3 +MLINKS+= ldap_cache.3 ldap_disable_cache.3 +MLINKS+= ldap_cache.3 ldap_enable_cache.3 +MLINKS+= ldap_cache.3 ldap_flush_cache.3 +MLINKS+= ldap_cache.3 ldap_set_cache_options.3 +MLINKS+= ldap_cache.3 ldap_uncache_entry.3 +MLINKS+= ldap_cache.3 ldap_uncache_request.3 +MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 +MLINKS+= ldap_charset.3 ldap_enable_translation.3 +MLINKS+= ldap_charset.3 ldap_set_string_translators.3 +MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 +MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 +MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 +MLINKS+= ldap_compare.3 ldap_compare_s.3 +MLINKS+= ldap_delete.3 ldap_delete_s.3 +MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 +MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 +MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 +MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 +MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 +MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 +MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 +MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 +MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 +MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 +MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 +MLINKS+= ldap_entry2text.3 ldap_entry2html.3 +MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 +MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 +MLINKS+= ldap_entry2text.3 ldap_vals2html.3 +MLINKS+= ldap_entry2text.3 ldap_vals2text.3 +MLINKS+= ldap_error.3 ld_errno.3 +MLINKS+= ldap_error.3 ldap_err2string.3 +MLINKS+= ldap_error.3 ldap_errlist.3 +MLINKS+= ldap_error.3 ldap_perror.3 +MLINKS+= ldap_error.3 ldap_result2error.3 +MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 +MLINKS+= ldap_first_entry.3 ldap_count_entries.3 +MLINKS+= ldap_first_entry.3 ldap_next_entry.3 +MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 +MLINKS+= ldap_friendly.3 ldap_friendly_name.3 +MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 +MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 +MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 +MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 +MLINKS+= ldap_get_values.3 ldap_count_values.3 +MLINKS+= ldap_get_values.3 ldap_count_values_len.3 +MLINKS+= ldap_get_values.3 ldap_get_values_len.3 +MLINKS+= ldap_get_values.3 ldap_value_free.3 +MLINKS+= ldap_get_values.3 ldap_value_free_len.3 +MLINKS+= ldap_getfilter.3 ldap_build_filter.3 +MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 +MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 +MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 +MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 +MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 +MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 +MLINKS+= ldap_modify.3 ldap_modify_s.3 +MLINKS+= ldap_modify.3 ldap_mods_free.3 +MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 +MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 +MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 +MLINKS+= ldap_open.3 ldap_init.3 +MLINKS+= ldap_result.3 ldap_msgfree.3 +MLINKS+= ldap_search.3 ldap_search_s.3 +MLINKS+= ldap_search.3 ldap_search_st.3 +MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 +MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 +MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 +MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 +MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 +MLINKS+= ldap_sort.3 ldap_sort_entries.3 +MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 +MLINKS+= ldap_sort.3 ldap_sort_values.3 +MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 +MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 +MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 +MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 +MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 +MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 +MLINKS+= ldap_url.3 ldap_free_urldesc.3 +MLINKS+= ldap_url.3 ldap_is_ldap_url.3 +MLINKS+= ldap_url.3 ldap_url_parse.3 +MLINKS+= ldap_url.3 ldap_url_search.3 +MLINKS+= ldap_url.3 ldap_url_search_s.3 +MLINKS+= ldap_url.3 ldap_url_search_st.3 +MLINKS+= ldapmodify.1 ldapadd.1 +MLINKS+= ldif2ldbm.8 ldif2id2children.8 +MLINKS+= ldif2ldbm.8 ldif2id2entry.8 +MLINKS+= ldif2ldbm.8 ldif2index.8 +MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap20/pkg-comment b/net/openldap20/pkg-comment new file mode 100644 index 000000000000..50adddf59d8a --- /dev/null +++ b/net/openldap20/pkg-comment @@ -0,0 +1 @@ +Open source LDAP client and server software. diff --git a/net/openldap20/pkg-descr b/net/openldap20/pkg-descr new file mode 100644 index 000000000000..5fddbe209201 --- /dev/null +++ b/net/openldap20/pkg-descr @@ -0,0 +1,12 @@ +OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, +clients, utilities and development tools. LDAP is an Internet standard +directory service protocol that can be used stand-alone, or as a front end +to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. + +OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is +distributed under a Perl-style "Artistic License". + +http://www.openldap.org/ + +Lachlan O'Dea +ulmo@earthling.net diff --git a/net/openldap20/pkg-plist b/net/openldap20/pkg-plist new file mode 100644 index 000000000000..c62b9f0c8ca3 --- /dev/null +++ b/net/openldap20/pkg-plist @@ -0,0 +1,42 @@ +bin/ldapadd +bin/ldapdelete +bin/ldapmodify +bin/ldapmodrdn +bin/ldapsearch +bin/ud +bin/xrpcomp +etc/ldap/go500gw.help +etc/ldap/ldapfilter.conf +etc/ldap/ldapfriendly +etc/ldap/ldapsearchprefs.conf +etc/ldap/ldaptemplates.conf +etc/ldap/rcpt500.help +etc/ldap/slapd.at.conf +etc/ldap/slapd.conf +etc/ldap/slapd.oc.conf +include/disptmpl.h +include/lber.h +include/ldap.h +include/proto-lber.h +include/proto-ldap.h +include/srchpref.h +lib/liblber.a +lib/libldap.a +libexec/fax500 +libexec/go500 +libexec/go500gw +libexec/in.xfingerd +libexec/mail500 +libexec/rcpt500 +libexec/rp500 +libexec/slapd +libexec/slurpd +sbin/centipede +sbin/ldbmcat +sbin/ldbmtest +sbin/ldif +sbin/ldif2id2children +sbin/ldif2id2entry +sbin/ldif2index +sbin/ldif2ldbm +@dirrm etc/ldap |