head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.07.15.21.15.28;	author zi;	state Exp;
branches;
next	1.8;

1.8
date	2011.07.03.11.40.48;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2011.05.27.12.50.02;	author wxs;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.27.01.10.53;	author wxs;	state Exp;
branches;
next	1.5;

1.5
date	2010.07.27.01.25.18;	author wxs;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.06.13.01.11;	author rafan;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.06.14.01.04;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2008.02.28.21.47.05;	author arved;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.07.08.15.24;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for: seccure
# Date created:        30 August 2007
# Whom:                Lukasz Komsta
#
# $FreeBSD: head/security/seccure/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	seccure
PORTVERSION=	0.4
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://point-at-infinity.org/seccure/ \
		${MASTER_SITE_NETBSD}

MAINTAINER=	zi@@FreeBSD.org
COMMENT=	Elliptic Curve Crypto Utility for Reliable Encryption

LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt

MAN1=		seccure.1

.include <bsd.port.mk>
@


1.9
log
@Update my email address on the ports I maintain.

Approved by: wxs@@ (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Chase the libgcrypt shared lib version
@
text
@d15 1
a15 1
MAINTAINER=	rpsfa@@rit.edu
@


1.7
log
@Correct typo in new maintainer address.
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	gcrypt.17:${PORTSDIR}/security/libgcrypt
@


1.6
log
@- Update to 0.4.
- Pass maintainer to submitter. Previous maintainer address bounced, even
  after removing the anti-spam measure.
- Cleanup COMMENT and pkg-descr.
- Also, respect PREFIX.

PR:		ports/157361
Submitted by:	Ryan Steinmetz <rpsfa@@rit.edu>
@
text
@d14 1
a14 1
MAINTAINER=	rpsfsa@@rit.edu
@


1.5
log
@Chase security/libgcrypt shlib bump.

PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp>
@
text
@d9 1
a9 2
PORTVERSION=	0.3
PORTREVISION=	3
d11 2
a12 1
MASTER_SITES=	http://point-at-infinity.org/seccure/
d14 2
a15 2
MAINTAINER=	luke@@REMOVE_IT.novum.am.lublin.pl
COMMENT=	SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
@


1.4
log
@- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:		 ports/127478
@
text
@d10 1
a10 1
PORTREVISION=	2
d17 1
a17 1
LIB_DEPENDS=	gcrypt.16:${PORTSDIR}/security/libgcrypt
@


1.3
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 2
PORTEVISION=	1
PORTREVISION=	1
d17 1
a17 1
LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt
@


1.2
log
@Chase libgcrypt library version
@
text
@d11 1
@


1.1
log
@New port: security/seccure - SECCURE Elliptic Curve Crypto Utility for Reliable Encryption

	The seccure toolset implements a selection of asymmetric
	algorithms based on elliptic curve cryptography (ECC). In
	particular it offers public key encryption / decryption,
	signature generation / verification and key establishment.

	ECC schemes offer a much better key size to security ratio
	than classical systems (RSA, DSA). Keys are short enough
	to make direct specification of keys on the command line
	possible (sometimes this is more convenient than the
	management of PGP-like key rings). seccure builds on this
	feature and therefore is the tool of choice whenever
	lightweight asymmetric cryptography -- independent of key
	servers, revocation certificates, the Web of Trust or even
	configuration files -- is required.

PR:		ports/115943
Submitted by:	Lukasz Komsta <luke@@novum.am.lublin.pl>
@
text
@d8 5
a12 4
PORTNAME=      seccure
PORTVERSION=   0.3
CATEGORIES=    security
MASTER_SITES=  http://point-at-infinity.org/seccure/
d14 2
a15 2
MAINTAINER=    luke@@REMOVE_IT.novum.am.lublin.pl
COMMENT=       SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
d17 1
a17 1
LIB_DEPENDS=   gcrypt.13:${PORTSDIR}/security/libgcrypt
d19 1
a19 1
MAN1=          seccure.1
@

