diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-30 01:01:03 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-30 01:01:03 +0800 |
commit | 4cf1e5729ee98d37315b5a2c11e305d2372b6e08 (patch) | |
tree | 7f3fd3167af819f79e9183a282856696bf77fef5 /security | |
parent | 1159ed27664a342f330d641bf184ea82b7e65d01 (diff) | |
download | freebsd-ports-gnome-4cf1e5729ee98d37315b5a2c11e305d2372b6e08.tar.gz freebsd-ports-gnome-4cf1e5729ee98d37315b5a2c11e305d2372b6e08.tar.zst freebsd-ports-gnome-4cf1e5729ee98d37315b5a2c11e305d2372b6e08.zip |
add libecc 0.3.0
C++ Elliptic Curve Library
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/libecc/Makefile | 21 | ||||
-rw-r--r-- | security/libecc/distinfo | 1 | ||||
-rw-r--r-- | security/libecc/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | security/libecc/pkg-comment | 1 | ||||
-rw-r--r-- | security/libecc/pkg-descr | 3 | ||||
-rw-r--r-- | security/libecc/pkg-plist | 8 |
7 files changed, 50 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 94c2f1a72953..429b9cabd35d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -96,6 +96,7 @@ SUBDIR += labrea SUBDIR += lcrzo SUBDIR += lcrzoex + SUBDIR += libecc SUBDIR += libfwbuilder SUBDIR += libgcrypt SUBDIR += libident diff --git a/security/libecc/Makefile b/security/libecc/Makefile new file mode 100644 index 000000000000..0d6cc90e5b11 --- /dev/null +++ b/security/libecc/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: libecc +# Date created: Oct 29, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libecc +PORTVERSION= 0.3.0 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_GCC= 3.1 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/security/libecc/distinfo b/security/libecc/distinfo new file mode 100644 index 000000000000..1a6bb892af56 --- /dev/null +++ b/security/libecc/distinfo @@ -0,0 +1 @@ +MD5 (libecc-0.3.0.tar.gz) = 6b359fc3de2e86612182514320b593eb diff --git a/security/libecc/files/patch-ltmain.sh b/security/libecc/files/patch-ltmain.sh new file mode 100644 index 000000000000..1862c1d4c669 --- /dev/null +++ b/security/libecc/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Fri Sep 27 08:33:23 2002 ++++ ltmain.sh Wed Oct 30 00:58:58 2002 +@@ -4210,10 +4211,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/security/libecc/pkg-comment b/security/libecc/pkg-comment new file mode 100644 index 000000000000..78615d54ab56 --- /dev/null +++ b/security/libecc/pkg-comment @@ -0,0 +1 @@ +C++ Elliptic Curve Library diff --git a/security/libecc/pkg-descr b/security/libecc/pkg-descr new file mode 100644 index 000000000000..e33345a29e4c --- /dev/null +++ b/security/libecc/pkg-descr @@ -0,0 +1,3 @@ +Libecc is an elliptic curve crypto library for C++ developers. + +WWW: http://libecc.sourceforge.net/ diff --git a/security/libecc/pkg-plist b/security/libecc/pkg-plist new file mode 100644 index 000000000000..a6cd6029a05f --- /dev/null +++ b/security/libecc/pkg-plist @@ -0,0 +1,8 @@ +include/libecc/bitset.h +include/libecc/config.h +include/libecc/debug.h +include/libecc/rng.h +include/libecc/sha.h +@dirrm include/libecc +lib/libecc.so +lib/libecc.so.3 |