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

(-)ldap-account-manager/Makefile (-3 / +4 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	LDAP-Account-Manager
8
PORTNAME=	LDAP-Account-Manager
9
PORTVERSION=	0.3
9
PORTVERSION=	0.4
10
CATEGORIES=	sysutils www
10
CATEGORIES=	sysutils www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	lam
12
MASTER_SITE_SUBDIR=	lam
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-0
14
14
15
MAINTAINER=	sheepkiller@cultdeadsheep.org
15
MAINTAINER=	sheepkiller@cultdeadsheep.org
16
COMMENT=	Webfrontend for managing accounts stored in an OpenLDAP server
16
COMMENT=	Webfrontend for managing accounts stored in an OpenLDAP server
Lines 49-55 Link Here
49
WWW_GROUP?=	www
49
WWW_GROUP?=	www
50
WWW_DIR=	config graphics help lib locale sess style templates
50
WWW_DIR=	config graphics help lib locale sess style templates
51
DOC_FILES=	COPYING HISTORY INSTALL README TODO docs/README.fpdf \
51
DOC_FILES=	COPYING HISTORY INSTALL README TODO docs/README.fpdf \
52
		docs/README.lamdaemon.pl docs/README.openldap docs/README.shells
52
		docs/README.openldap docs/README.shells docs/README.hosts \
53
		docs/README.security docs/README.lamdaemon.pl
53
54
54
CVS_DIRS=	${WRKSRC}/lib/font/CVS ${WRKSRC}/lib/font/makefont/CVS
55
CVS_DIRS=	${WRKSRC}/lib/font/CVS ${WRKSRC}/lib/font/makefont/CVS
55
56
(-)ldap-account-manager/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (LDAP-Account-Manager-0.3-1.tar.gz) = ad0296a4dfed74785722fd89dfae429b
1
MD5 (LDAP-Account-Manager-0.4-0.tar.gz) = 6d2a5320f493350ce2bdf078e9f6cdb6
(-)ldap-account-manager/pkg-plist (-1 / +12 lines)
Lines 9-14 Link Here
9
%%WWWROOT%%/config/shells
9
%%WWWROOT%%/config/shells
10
%%WWWROOT%%/graphics/banner.jpg
10
%%WWWROOT%%/graphics/banner.jpg
11
%%WWWROOT%%/graphics/printLogo.jpg
11
%%WWWROOT%%/graphics/printLogo.jpg
12
%%WWWROOT%%/graphics/select.png
13
%%WWWROOT%%/graphics/error.png
14
%%WWWROOT%%/graphics/info.png
15
%%WWWROOT%%/graphics/warn.png
12
%%WWWROOT%%/help/extFileExample.php
16
%%WWWROOT%%/help/extFileExample.php
13
%%WWWROOT%%/help/help_numbers.assign
17
%%WWWROOT%%/help/help_numbers.assign
14
%%WWWROOT%%/help/help.inc
18
%%WWWROOT%%/help/help.inc
Lines 64-69 Link Here
64
%%WWWROOT%%/templates/profedit/profilehost.php
68
%%WWWROOT%%/templates/profedit/profilehost.php
65
%%WWWROOT%%/templates/profedit/profilemain.php
69
%%WWWROOT%%/templates/profedit/profilemain.php
66
%%WWWROOT%%/templates/profedit/profileuser.php
70
%%WWWROOT%%/templates/profedit/profileuser.php
71
%%WWWROOT%%/templates/profedit/profilegroup.php
67
%%WWWROOT%%/templates/config/conflogin.php
72
%%WWWROOT%%/templates/config/conflogin.php
68
%%WWWROOT%%/templates/config/confmain.php
73
%%WWWROOT%%/templates/config/confmain.php
69
%%WWWROOT%%/templates/config/confsave.php
74
%%WWWROOT%%/templates/config/confsave.php
Lines 76-85 Link Here
76
%%WWWROOT%%/templates/massdetail.php
81
%%WWWROOT%%/templates/massdetail.php
77
%%WWWROOT%%/templates/domain.php
82
%%WWWROOT%%/templates/domain.php
78
%%WWWROOT%%/templates/initsuff.php
83
%%WWWROOT%%/templates/initsuff.php
79
%%WWWROOT%%/templates/account.php
80
%%WWWROOT%%/templates/masscreate.php
84
%%WWWROOT%%/templates/masscreate.php
81
%%WWWROOT%%/templates/delete.php
85
%%WWWROOT%%/templates/delete.php
82
%%WWWROOT%%/templates/help.php
86
%%WWWROOT%%/templates/help.php
87
%%WWWROOT%%/templates/account/hostedit.php
88
%%WWWROOT%%/templates/account/useredit.php
89
%%WWWROOT%%/templates/account/groupedit.php
90
%%WWWROOT%%/templates/getpdf.php
83
%%PORTDOCS%%%%DOCSDIR%%/COPYING
91
%%PORTDOCS%%%%DOCSDIR%%/COPYING
84
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
92
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
85
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
93
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
Lines 89-94 Link Here
89
%%PORTDOCS%%%%DOCSDIR%%/README.lamdaemon.pl
97
%%PORTDOCS%%%%DOCSDIR%%/README.lamdaemon.pl
90
%%PORTDOCS%%%%DOCSDIR%%/README.openldap
98
%%PORTDOCS%%%%DOCSDIR%%/README.openldap
91
%%PORTDOCS%%%%DOCSDIR%%/README.shells
99
%%PORTDOCS%%%%DOCSDIR%%/README.shells
100
%%PORTDOCS%%%%DOCSDIR%%/README.hosts
101
%%PORTDOCS%%%%DOCSDIR%%/README.security
92
@dirrm %%PORTDOCS%%%%DOCSDIR%%
102
@dirrm %%PORTDOCS%%%%DOCSDIR%%
93
@dirrm %%WWWROOT%%/graphics
103
@dirrm %%WWWROOT%%/graphics
94
@dirrm %%WWWROOT%%/help
104
@dirrm %%WWWROOT%%/help
Lines 99-104 Link Here
99
@dirrm %%WWWROOT%%/locale/de_DE
109
@dirrm %%WWWROOT%%/locale/de_DE
100
@dirrm %%WWWROOT%%/locale
110
@dirrm %%WWWROOT%%/locale
101
@dirrm %%WWWROOT%%/style
111
@dirrm %%WWWROOT%%/style
112
@dirrm %%WWWROOT%%/templates/account
102
@dirrm %%WWWROOT%%/templates/lists
113
@dirrm %%WWWROOT%%/templates/lists
103
@dirrm %%WWWROOT%%/templates/profedit
114
@dirrm %%WWWROOT%%/templates/profedit
104
@dirrm %%WWWROOT%%/templates/config
115
@dirrm %%WWWROOT%%/templates/config

Return to bug 58699