1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

new version 1.14.6

added 'authwn' passwd authentication module.
this can handle ascii or .db formats

added 'mkpasswd' script (requires perl5 for .db format)
This commit is contained in:
Adam David 1996-08-29 04:17:34 +00:00
parent 9f5c4d2f3c
commit 6722aad051
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3716
3 changed files with 8 additions and 4 deletions

View File

@ -3,10 +3,10 @@
# Date created: 4 May 1995
# Whom: adam
#
# $Id: Makefile,v 1.12 1996/05/26 18:10:21 adam Exp $
# $Id: Makefile,v 1.13 1996/08/16 01:27:23 adam Exp $
#
DISTNAME= wn-1.14.5
DISTNAME= wn-1.14.6
CATEGORIES+= www
MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/
@ -18,11 +18,13 @@ pre-patch:
@cp ${WRKSRC}/config.h.dist ${WRKSRC}/config.h
post-install:
@mkdir -p ${PREFIX}/wn/wnlogs
@mkdir -p ${PREFIX}/wn/wnlogs ${PREFIX}/wn/bin
@cp -PR ${WRKSRC}/docs ${PREFIX}/wn
@install -c -o bin -g bin ${WRKSRC}/bin/wn ${PREFIX}/libexec
@install -c -o bin -g bin ${WRKSRC}/bin/swn ${PREFIX}/sbin
@install -c -o bin -g bin ${WRKSRC}/bin/wndex ${PREFIX}/bin
@install -c -o bin -g bin ${WRKSRC}/bin/mkpasswd ${PREFIX}/wn/bin
@install -c -o bin -g bin ${WRKSRC}/bin/authwn ${PREFIX}/wn/bin
@if [ -s ${PREFIX}/etc/wn_mime.types ]; then \
cmp -s ${PREFIX}/etc/wn_mime.types ${WRKSRC}/lib/mime.types || \
echo Warning: new ${PREFIX}/etc/wn_mime.types not installed; \

View File

@ -1 +1 @@
MD5 (wn-1.14.5.tar.gz) = 138a3319682310da5143031e5837bb49
MD5 (wn-1.14.6.tar.gz) = 1c46fb0089601d0f71af33e2fc5961cd

View File

@ -3,6 +3,8 @@ etc/wn_mime.types
libexec/wn
sbin/swn
bin/wndex
wn/bin/mkpasswd
wn/bin/authwn
wn/docs
wn/index
wn/wnlogs