head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.11.01.20.46.07;	author dougb;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.34.55;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.12.31.07.16.58;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.24.16.08.00;	author araujo;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:    libpwstor
# Date created:                         2008-10-23
# Whom:                                 Matt Harris <mattdharris@@users.sourceforge.net>
#
# $FreeBSD: head/security/libpwstor/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=       libpwstor
PORTVERSION=    0.1
CATEGORIES=     security devel
MASTER_SITES=   SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=     ports@@FreeBSD.org
COMMENT=        A password storage library for C programmers

USE_BZIP2=      yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes

PLIST_FILES=	bin/pwtool \
		include/pwstor.h \
		lib/libpwstor.a \
		lib/libpwstor.so \
		lib/libpwstor.so.0.1

MANCOMPESSED=	no
MAN1=		pwtool.1
MAN3=		pwstor.3 \
		pws_version.3 \
		pws_version_int.3 \
		pws_rand_get.3 \
		pws_memnuke.3 \
		pws_base64_encode.3 \
		pws_base64_decode.3 \
		pws_passwords_encode.3 \
		pws_passwords_encodemulti.3 \
		pws_passwords_len.3 \
		pws_passwords_check.3 \
		pws_passwords_checkmulti.3 \
		pws_passwords_converttomulti.3

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
CFLAGS+=	-fPIC -DPIC
.endif

.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=        --enable-debug
.endif

.include <bsd.port.post.mk>
@


1.4
log
@Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@a47 4
.if ${OSVERSION} < 700000
BROKEN=		does not compile on FreeBSD 6.x
.endif

@


1.2
log
@Reset mattdharris@@users.sourceforge.net: address bounces.

Hat:	portmgr
@
text
@d11 1
a11 1
MASTER_SITES=   SF/kageki
@


1.1
log
@- libpwstor is a library implementing a password storage format
for C programmers.  This format provides a reasonable level of
security by utilizing SHA-256 in addition to a random salt to
mitigate dictionary and rainbow table attacks.

WWW: http://sourceforge.net/projects/kageki

PR:		ports/128328
Submitted by:	Matt D. Harris <mattdharris@@users.sourceforge.net>
Reworked by:	myself
@
text
@d13 1
a13 1
MAINTAINER=     mattdharris@@users.sourceforge.net
@

