diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 14:21:21 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 14:21:21 +0000 |
commit | 7458e6704734d993a65f12c778ee718b2e220ad2 (patch) | |
tree | f3fb193da75d61a9ba8e68b13ff4573c845c1ae0 /sysutils/ldap-account-manager | |
parent | b4229b4a4aa5d33705f3d99a4af97495b9c971e8 (diff) |
Notes
Diffstat (limited to 'sysutils/ldap-account-manager')
-rw-r--r-- | sysutils/ldap-account-manager/Makefile | 7 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/pkg-plist | 13 |
3 files changed, 17 insertions, 5 deletions
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index 4f3c176a1c04..6b8909d3db51 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -6,11 +6,11 @@ # PORTNAME= LDAP-Account-Manager -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= sysutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lam -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-0 MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server @@ -49,7 +49,8 @@ WWW_USER?= www WWW_GROUP?= www WWW_DIR= config graphics help lib locale sess style templates DOC_FILES= COPYING HISTORY INSTALL README TODO docs/README.fpdf \ - docs/README.lamdaemon.pl docs/README.openldap docs/README.shells + docs/README.openldap docs/README.shells docs/README.hosts \ + docs/README.security docs/README.lamdaemon.pl CVS_DIRS= ${WRKSRC}/lib/font/CVS ${WRKSRC}/lib/font/makefont/CVS diff --git a/sysutils/ldap-account-manager/distinfo b/sysutils/ldap-account-manager/distinfo index dcc5b849fefa..68b091ae95ca 100644 --- a/sysutils/ldap-account-manager/distinfo +++ b/sysutils/ldap-account-manager/distinfo @@ -1 +1 @@ -MD5 (LDAP-Account-Manager-0.3-1.tar.gz) = ad0296a4dfed74785722fd89dfae429b +MD5 (LDAP-Account-Manager-0.4-0.tar.gz) = 6d2a5320f493350ce2bdf078e9f6cdb6 diff --git a/sysutils/ldap-account-manager/pkg-plist b/sysutils/ldap-account-manager/pkg-plist index 3d089a549166..24d8ef8f96da 100644 --- a/sysutils/ldap-account-manager/pkg-plist +++ b/sysutils/ldap-account-manager/pkg-plist @@ -9,6 +9,10 @@ %%WWWROOT%%/config/shells %%WWWROOT%%/graphics/banner.jpg %%WWWROOT%%/graphics/printLogo.jpg +%%WWWROOT%%/graphics/select.png +%%WWWROOT%%/graphics/error.png +%%WWWROOT%%/graphics/info.png +%%WWWROOT%%/graphics/warn.png %%WWWROOT%%/help/extFileExample.php %%WWWROOT%%/help/help_numbers.assign %%WWWROOT%%/help/help.inc @@ -64,6 +68,7 @@ %%WWWROOT%%/templates/profedit/profilehost.php %%WWWROOT%%/templates/profedit/profilemain.php %%WWWROOT%%/templates/profedit/profileuser.php +%%WWWROOT%%/templates/profedit/profilegroup.php %%WWWROOT%%/templates/config/conflogin.php %%WWWROOT%%/templates/config/confmain.php %%WWWROOT%%/templates/config/confsave.php @@ -76,10 +81,13 @@ %%WWWROOT%%/templates/massdetail.php %%WWWROOT%%/templates/domain.php %%WWWROOT%%/templates/initsuff.php -%%WWWROOT%%/templates/account.php %%WWWROOT%%/templates/masscreate.php %%WWWROOT%%/templates/delete.php %%WWWROOT%%/templates/help.php +%%WWWROOT%%/templates/account/hostedit.php +%%WWWROOT%%/templates/account/useredit.php +%%WWWROOT%%/templates/account/groupedit.php +%%WWWROOT%%/templates/getpdf.php %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/HISTORY %%PORTDOCS%%%%DOCSDIR%%/INSTALL @@ -89,6 +97,8 @@ %%PORTDOCS%%%%DOCSDIR%%/README.lamdaemon.pl %%PORTDOCS%%%%DOCSDIR%%/README.openldap %%PORTDOCS%%%%DOCSDIR%%/README.shells +%%PORTDOCS%%%%DOCSDIR%%/README.hosts +%%PORTDOCS%%%%DOCSDIR%%/README.security @dirrm %%PORTDOCS%%%%DOCSDIR%% @dirrm %%WWWROOT%%/graphics @dirrm %%WWWROOT%%/help @@ -99,6 +109,7 @@ @dirrm %%WWWROOT%%/locale/de_DE @dirrm %%WWWROOT%%/locale @dirrm %%WWWROOT%%/style +@dirrm %%WWWROOT%%/templates/account @dirrm %%WWWROOT%%/templates/lists @dirrm %%WWWROOT%%/templates/profedit @dirrm %%WWWROOT%%/templates/config |