View | Details | Raw Unified | Return to bug 55169
Collapse All | Expand All

(-)security/pear-Auth/Makefile (-2 / +10 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Auth
8
PORTNAME=	Auth
9
PORTVERSION=	1.2.0
9
PORTVERSION=	1.2.2
10
PORTREVISION=	1
11
CATEGORIES=	security www
10
CATEGORIES=	security www
12
11
13
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
Lines 20-25 Link Here
20
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
19
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
21
20
22
MANIFEST=	Auth.php Container Container.php
21
MANIFEST=	Auth.php Container Container.php
22
TESTDIR=	${PEARDIR}/tests/${PORTNAME}
23
23
24
do-install:
24
do-install:
25
	@${MKDIR} ${PEARDIR}/Auth
25
	@${MKDIR} ${PEARDIR}/Auth
Lines 28-32 Link Here
28
.endfor
28
.endfor
29
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth
29
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth
30
	@${CHMOD} -R a-x ${PEARDIR}/Auth/Container/*.php
30
	@${CHMOD} -R a-x ${PEARDIR}/Auth/Container/*.php
31
.if !defined(NOPORTDOCS)
32
	@${MKDIR} ${TESTDIR}
33
	@${CP} -Rp ${WRKSRC}/tests/* ${TESTDIR}
34
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TESTDIR}
35
	@${ECHO_MSG} "===> Examples installed in ${TESTDIR}."
36
	@${ECHO_MSG} "     (These tests require PHPUnit - see"
37
	@${ECHO_MSG} "     <http://pear.php.net/package-info.php?package=PHPUnit>)."
38
.endif
31
39
32
.include <bsd.port.post.mk>
40
.include <bsd.port.post.mk>
(-)security/pear-Auth/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (PEAR/Auth-1.2.0.tgz) = aadd95475e7ecd22a2f17143027ee0c1
1
MD5 (PEAR/Auth-1.2.2.tgz) = 6f8b343bf0ee9aef1bb063c9600898f8
(-)security/pear-Auth/pkg-descr (-1 / +3 lines)
Lines 5-16 Link Here
5
the login data:
5
the login data:
6
6
7
* All databases supported by the PEAR database layer
7
* All databases supported by the PEAR database layer
8
* All databases supported by the MDB database layer
8
* Plaintext files
9
* Plaintext files
9
* LDAP servers
10
* LDAP servers
10
* POP3 servers
11
* POP3 servers
11
* IMAP servers
12
* IMAP servers
12
* vpopmail accounts
13
* vpopmail accounts
13
* RADIUS
14
* RADIUS
15
* SAMBA password files
14
* SOAP.
16
* SOAP.
15
17
16
WWW: http://pear.php.net/manual/en/packages.auth.auth.php
18
WWW: http://pear.php.net/package-info.php?package=Auth
(-)security/pear-Auth/pkg-plist (-1 / +15 lines)
Lines 4-14 Link Here
4
%%PEARDIR%%/Auth/Container/File.php
4
%%PEARDIR%%/Auth/Container/File.php
5
%%PEARDIR%%/Auth/Container/IMAP.php
5
%%PEARDIR%%/Auth/Container/IMAP.php
6
%%PEARDIR%%/Auth/Container/LDAP.php
6
%%PEARDIR%%/Auth/Container/LDAP.php
7
%%PEARDIR%%/Auth/Container/MDB.php
7
%%PEARDIR%%/Auth/Container/POP3.php
8
%%PEARDIR%%/Auth/Container/POP3.php
8
%%PEARDIR%%/Auth/Container/RADIUS.php
9
%%PEARDIR%%/Auth/Container/RADIUS.php
10
%%PEARDIR%%/Auth/Container/SMBPasswd.php
9
%%PEARDIR%%/Auth/Container/SOAP.php
11
%%PEARDIR%%/Auth/Container/SOAP.php
10
%%PEARDIR%%/Auth/Container/vpopmail.php
12
%%PEARDIR%%/Auth/Container/vpopmail.php
11
%%PKGREGDIR%%/package.xml
13
%%PKGREGDIR%%/package.xml
14
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/DBContainer.php
15
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/FileContainer.php
16
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/POP3Container.php
17
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/POP3aContainer.php
18
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/TestAuthContainer.php
19
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_db_options.php
20
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_file_options.php
21
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_pop3_options.php
22
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_pop3a_options.php
23
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/tests.php
24
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/users
12
@dirrm %%PEARDIR%%/Auth/Container
25
@dirrm %%PEARDIR%%/Auth/Container
13
@dirrm %%PEARDIR%%/Auth
26
@unexec rmdir %D/%%PEARDIR%%/Auth 2>/dev/null || true
14
@dirrm %%PKGREGDIR%%
27
@dirrm %%PKGREGDIR%%
28
%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/Auth

Return to bug 55169