Index: head/security/seccure/Makefile =================================================================== --- head/security/seccure/Makefile (revision 274717) +++ head/security/seccure/Makefile (revision 274718) @@ -1,21 +1,21 @@ # New ports collection makefile for: seccure # Date created: 30 August 2007 # Whom: Lukasz Komsta # # $FreeBSD$ # PORTNAME= seccure -PORTVERSION= 0.3 -PORTREVISION= 3 +PORTVERSION= 0.4 CATEGORIES= security -MASTER_SITES= http://point-at-infinity.org/seccure/ +MASTER_SITES= http://point-at-infinity.org/seccure/ \ + ${MASTER_SITE_NETBSD} -MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl -COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption +MAINTAINER= rpsfsa@rit.edu +COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt MAN1= seccure.1 .include Property changes on: head/security/seccure/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/seccure/distinfo =================================================================== --- head/security/seccure/distinfo (revision 274717) +++ head/security/seccure/distinfo (revision 274718) @@ -1,3 +1,2 @@ -MD5 (seccure-0.3.tar.gz) = 01f2a24ef84743795b6be007e4ca4e5c -SHA256 (seccure-0.3.tar.gz) = 8d9cadca8319b253ae24644c22958898babb67abafd2d90caadd97714d824a47 -SIZE (seccure-0.3.tar.gz) = 30376 +SHA256 (seccure-0.4.tar.gz) = 33d690a7034ee349bce4911a8b7c73e6e3cd13a140f429e9e628d5cd5a3bb955 +SIZE (seccure-0.4.tar.gz) = 31881 Property changes on: head/security/seccure/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/seccure/files/patch-Makefile =================================================================== --- head/security/seccure/files/patch-Makefile (revision 274717) +++ head/security/seccure/files/patch-Makefile (revision 274718) @@ -1,36 +1,35 @@ ---- Makefile.orig Wed Aug 16 22:13:57 2006 -+++ Makefile Thu Aug 30 13:33:58 2007 -@@ -1,4 +1,7 @@ --CFLAGS = -O2 # -D NOBEEP # -D NOMEMLOCK -+CFLAGS = -L/usr/local/lib -I/usr/local/include -O2 -DNOBEEP -DNOMEMLOCK -+DESTDIR = /usr/local +--- Makefile 2009-04-09 08:42:50.000000000 -0400 ++++ /tmp/Makefile 2011-05-26 19:30:35.000000000 -0400 +@@ -1,4 +1,6 @@ +-CFLAGS = -O2 -Wall # -D NOBEEP ++CFLAGS = -L$(LOCALBASE)/lib -I$(LOCALBASE)/include -O2 -DNOBEEP -DNOMEMLOCK + +all: default default: binaries # doc -@@ -8,15 +11,15 @@ +@@ -8,15 +10,15 @@ doc: seccure.1 seccure.1.html install: default - install -m0755 seccure-key $(DESTDIR)/usr/bin - ln -f $(DESTDIR)/usr/bin/seccure-key $(DESTDIR)/usr/bin/seccure-encrypt - ln -f $(DESTDIR)/usr/bin/seccure-key $(DESTDIR)/usr/bin/seccure-decrypt - ln -f $(DESTDIR)/usr/bin/seccure-key $(DESTDIR)/usr/bin/seccure-sign - ln -f $(DESTDIR)/usr/bin/seccure-key $(DESTDIR)/usr/bin/seccure-verify - ln -f $(DESTDIR)/usr/bin/seccure-key $(DESTDIR)/usr/bin/seccure-signcrypt - ln -f $(DESTDIR)/usr/bin/seccure-key $(DESTDIR)/usr/bin/seccure-veridec - ln -f $(DESTDIR)/usr/bin/seccure-key $(DESTDIR)/usr/bin/seccure-dh - install -m0644 seccure.1 $(DESTDIR)/usr/share/man/man1 -+ install -m0755 seccure-key $(DESTDIR)/bin -+ ln -f $(DESTDIR)/bin/seccure-key $(DESTDIR)/bin/seccure-encrypt -+ ln -f $(DESTDIR)/bin/seccure-key $(DESTDIR)/bin/seccure-decrypt -+ ln -f $(DESTDIR)/bin/seccure-key $(DESTDIR)/bin/seccure-sign -+ ln -f $(DESTDIR)/bin/seccure-key $(DESTDIR)/bin/seccure-verify -+ ln -f $(DESTDIR)/bin/seccure-key $(DESTDIR)/bin/seccure-signcrypt -+ ln -f $(DESTDIR)/bin/seccure-key $(DESTDIR)/bin/seccure-veridec -+ ln -f $(DESTDIR)/bin/seccure-key $(DESTDIR)/bin/seccure-dh -+ install -m0644 seccure.1 $(DESTDIR)/man/man1 ++ install -m0755 seccure-key $(PREFIX)/bin ++ ln -f $(PREFIX)/bin/seccure-key $(PREFIX)/bin/seccure-encrypt ++ ln -f $(PREFIX)/bin/seccure-key $(PREFIX)/bin/seccure-decrypt ++ ln -f $(PREFIX)/bin/seccure-key $(PREFIX)/bin/seccure-sign ++ ln -f $(PREFIX)/bin/seccure-key $(PREFIX)/bin/seccure-verify ++ ln -f $(PREFIX)/bin/seccure-key $(PREFIX)/bin/seccure-signcrypt ++ ln -f $(PREFIX)/bin/seccure-key $(PREFIX)/bin/seccure-veridec ++ ln -f $(PREFIX)/bin/seccure-key $(PREFIX)/bin/seccure-dh ++ install -m0644 seccure.1 $(PREFIX)/man/man1 clean: - rm -f *.o seccure-key seccure-encrypt seccure-decrypt seccure-sign \ + rm -f *.o *~ seccure-key seccure-encrypt seccure-decrypt seccure-sign \ Property changes on: head/security/seccure/files/patch-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/seccure/pkg-descr =================================================================== --- head/security/seccure/pkg-descr (revision 274717) +++ head/security/seccure/pkg-descr (revision 274718) @@ -1,6 +1,16 @@ -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. +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. +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. WWW: http://point-at-infinity.org/seccure/ Author: B. Poettering Property changes on: head/security/seccure/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property