Add Net_LDAP3 1.0.3, sucessor of Net_LDAP2 PEAR module
This commit is contained in:
parent
023fa2d524
commit
98f096c57f
6 changed files with 46 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2015,v 1.2501 2015/06/06 03:42:40 taca Exp $
|
||||
$NetBSD: CHANGES-2015,v 1.2502 2015/06/06 05:28:34 manu Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2015:
|
||||
|
||||
|
@ -4734,3 +4734,4 @@ Changes to the packages collection and infrastructure in 2015:
|
|||
Updated www/contao32 to 3.2.21 [taca 2015-06-06]
|
||||
Updated www/contao34 to 3.4.5nb1 [taca 2015-06-06]
|
||||
Added www/contao35 version 3.5.0 [taca 2015-06-06]
|
||||
Added net/pear-Net_LDAP3 version 1.0.3 [manu 2015-06-06]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1072 2015/05/30 02:09:54 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.1073 2015/06/06 05:28:34 manu Exp $
|
||||
#
|
||||
|
||||
COMMENT= Networking tools
|
||||
|
@ -520,6 +520,7 @@ SUBDIR+= pconsole
|
|||
SUBDIR+= pear-Net_DIME
|
||||
SUBDIR+= pear-Net_IDNA2
|
||||
SUBDIR+= pear-Net_LDAP2
|
||||
SUBDIR+= pear-Net_LDAP3
|
||||
SUBDIR+= pear-Net_SMTP
|
||||
SUBDIR+= pear-Net_Sieve
|
||||
SUBDIR+= pear-Net_Socket
|
||||
|
|
7
net/pear-Net_LDAP3/DESCR
Normal file
7
net/pear-Net_LDAP3/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Net_LDAP3 is a successor of Net_LDAP2. Informations on this project
|
||||
are scarce, but it is required for Roundcube LDAP directory feature.
|
||||
|
||||
Obtained by:
|
||||
git clone -b pear-Net-LDAP3-1.0.3 \
|
||||
https://git.kolab.org/diffusion/PNL/php-net_ldap.git Net_LDAP3-1.0.3
|
||||
tar -czf Net_LDAP3-1.0.3.tgz Net_LDAP3-1.0.3
|
27
net/pear-Net_LDAP3/Makefile
Normal file
27
net/pear-Net_LDAP3/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/06/06 05:26:55 manu Exp $
|
||||
|
||||
DISTNAME= Net_LDAP3-1.0.3
|
||||
PKGNAME= pear-${DISTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= pear
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
CATEGORIES+= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Object oriented interface for searching and manipulating LDAP-entries
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
PEAR_LIB= lib/php # duplicate from ../../langf/php/pear.mk
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
USE_TOOLS+= pax
|
||||
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=5.2.12:../../databases/php-ldap
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/lib && ${PAX} -wr * ${DESTDIR}${PREFIX}/${PEAR_LIB}/
|
||||
|
||||
PLIST_SUBST+= PEAR_LIB=${PEAR_LIB:Q}
|
||||
|
||||
.include "../../lang/php/phpversion.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/pear-Net_LDAP3/PLIST
Normal file
3
net/pear-Net_LDAP3/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/06/06 05:26:55 manu Exp $
|
||||
${PEAR_LIB}/Net/LDAP3/Result.php
|
||||
${PEAR_LIB}/Net/LDAP3.php
|
5
net/pear-Net_LDAP3/distinfo
Normal file
5
net/pear-Net_LDAP3/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/06/06 05:26:55 manu Exp $
|
||||
|
||||
SHA1 (pear/Net_LDAP3-1.0.3.tgz) = d579342f094c634eda378cfe1fe130ff11be94e3
|
||||
RMD160 (pear/Net_LDAP3-1.0.3.tgz) = 19ff1411466c7a29d01c7abb5133b4e666922f35
|
||||
Size (pear/Net_LDAP3-1.0.3.tgz) = 163823 bytes
|
Loading…
Reference in a new issue