1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Program to manage Apache access control files.

PR:		ports/79834
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
This commit is contained in:
Pav Lucistnik 2005-04-15 11:44:30 +00:00
parent 322bff4f9d
commit 484c7ef64b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133418
5 changed files with 55 additions and 0 deletions

View File

@ -226,6 +226,7 @@
SUBDIR += micro_httpd
SUBDIR += middleman
SUBDIR += mini_httpd
SUBDIR += mkapachepw
SUBDIR += mknmz-wwwoffle
SUBDIR += mmosaic
SUBDIR += mnogosearch

29
www/mkapachepw/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: apachepw
# Date Created: 07 April 2005
# Whom: tundra
#
# $FreeBSD$
#
PORTNAME= mkapachepw
PORTVERSION= 1.121
CATEGORIES= www
MASTER_SITES= http://www.tundraware.com/Software/mkapachepw/
MAINTAINER= mkapachepw@tundraware.com
COMMENT= A Group & Password Management Tool For Apache
USE_PYTHON= yes
MANCOMPRESSED= yes
MAN1= mkapachepw.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in WHATSNEW.txt mkapachepw-license.txt mkapachepw.html mkapachepw.pdf mkapachepw.ps mkapachepw.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

2
www/mkapachepw/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (mkapachepw-1.121.tar.gz) = c3684b613f124e6425085be0113241ae
SIZE (mkapachepw-1.121.tar.gz) = 117088

15
www/mkapachepw/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
'mkapachepw' is an Apache user/group management package with a rich set of
features:
- automatically create apache users/groups from underlying os users/groups
- break large, complex user & group data into separately managed files
- specify which particular users/groups are to be included or excluded
- catch (and prevent) redefinition of user/groups
'mkapachepw' is a pure-Python application and should run on any Unix system
that support Python 2.4 or later.
'mkapachepw' is free for individual, non-commerical, personal use. Use in any
setting where there is any remuneration, direct or indirect, requires payment
of a licensing fee. Individual, multiple, and enterprise licensing is
available. Contact mkapachepw@tundraware.com for current pricing.

8
www/mkapachepw/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
bin/mkapachepw.py
%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW.txt
%%PORTDOCS%%%%DOCSDIR%%/mkapachepw-license.txt
%%PORTDOCS%%%%DOCSDIR%%/mkapachepw.html
%%PORTDOCS%%%%DOCSDIR%%/mkapachepw.pdf
%%PORTDOCS%%%%DOCSDIR%%/mkapachepw.ps
%%PORTDOCS%%%%DOCSDIR%%/mkapachepw.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%