diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:50:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:50:21 +0000 |
commit | 59e9906d68d33bb83a6368e48fa84e88e6384abe (patch) | |
tree | e083c5663d77915415705235b5d29dd647b9bab7 /security/poc | |
parent | Add towitoko 2.0.6, an UNIX driver for Towitoko smartcard readers. (diff) |
Add poc 1.2, a program for managing passwords on smartcards.
PR: 39168
Submitted by: king@v2project.com
Notes
Notes:
svn path=/head/; revision=61791
Diffstat (limited to 'security/poc')
-rw-r--r-- | security/poc/Makefile | 24 | ||||
-rw-r--r-- | security/poc/distinfo | 1 | ||||
-rw-r--r-- | security/poc/files/patch-aa | 11 | ||||
-rw-r--r-- | security/poc/pkg-comment | 1 | ||||
-rw-r--r-- | security/poc/pkg-descr | 15 | ||||
-rw-r--r-- | security/poc/pkg-plist | 1 |
6 files changed, 53 insertions, 0 deletions
diff --git a/security/poc/Makefile b/security/poc/Makefile new file mode 100644 index 000000000000..98a8e4142705 --- /dev/null +++ b/security/poc/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: poc +# Date created: Tue Jun 11 22:43:06 CEST 2002 +# Whom: king@v2project.com +# +# $FreeBSD$ +# + +PORTNAME= poc +PORTVERSION= 1.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR=poc + +MAINTAINER= king@v2project.com + +LIB_DEPENDS= towitoko.2:${PORTSDIR}/devel/towitoko + +USE_GMAKE= YES +GNU_CONFIGURE= YES + +CONFIGURE_ENV+=CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +.include <bsd.port.mk> diff --git a/security/poc/distinfo b/security/poc/distinfo new file mode 100644 index 000000000000..12b27692cd98 --- /dev/null +++ b/security/poc/distinfo @@ -0,0 +1 @@ +MD5 (poc-1.2.tar.gz) = 06cdaa49f3ca5703b170b229e83a0375 diff --git a/security/poc/files/patch-aa b/security/poc/files/patch-aa new file mode 100644 index 000000000000..ef4f73989e62 --- /dev/null +++ b/security/poc/files/patch-aa @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Tue Jun 11 22:28:46 2002 ++++ src/Makefile.in Tue Jun 11 22:29:07 2002 +@@ -93,7 +93,7 @@ + + # debugging + #CFLAGS = -g -Wall +-CFLAGS = -Wall -O2 ++CFLAGS = -Wall -O2 -I/usr/local/include -L/usr/local/lib + CPPFLAGS = + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h diff --git a/security/poc/pkg-comment b/security/poc/pkg-comment new file mode 100644 index 000000000000..e0dce591fae1 --- /dev/null +++ b/security/poc/pkg-comment @@ -0,0 +1 @@ +Program for managing passwords on smartcards diff --git a/security/poc/pkg-descr b/security/poc/pkg-descr new file mode 100644 index 000000000000..3e2e540e2c76 --- /dev/null +++ b/security/poc/pkg-descr @@ -0,0 +1,15 @@ +GNU POC is a program for managing passwords on smartcards + +Each password is stored together with a description on the card. +All data on the card is stored encrypted so others won't be able to +get your passwords by reading the card. + +POC encrypts using Blowfish or Rijndael (AES) with a 192 or 256 bit key +(depending on the security level selected by the user). +Other algorithms can be added easily + +POC needs a CT-API library. I use the one by Carlos Prados +(http://www.geocities.com/cprados/) for TOWITOKO readers. +for TOWITOKO readers + +WWW: http://www.gnu.org/software/poc/poc.html diff --git a/security/poc/pkg-plist b/security/poc/pkg-plist new file mode 100644 index 000000000000..23d011c4c8b9 --- /dev/null +++ b/security/poc/pkg-plist @@ -0,0 +1 @@ +bin/poc |