Skip site navigation (1)Skip section navigation (2)
Date:      11 Jun 2002 20:59:16 -0000
From:      Joseph King <king@v2project.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39168: New port: security/poc
Message-ID:  <20020611205916.49545.qmail@main.v2project.com>

next in thread | raw e-mail | index | archive | help

>Number:         39168
>Category:       ports
>Synopsis:       New port: security/poc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 11 14:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joseph King
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:


>Description:

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. 

	
	
>How-To-Repeat:
	
>Fix:

	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	poc
#	poc/Makefile
#	poc/distinfo
#	poc/pkg-comment
#	poc/pkg-descr
#	poc/files
#	poc/files/patch-aa
#	poc/pkg-plist
#
echo c - poc
mkdir -p poc > /dev/null 2>&1
echo x - poc/Makefile
sed 's/^X//' >poc/Makefile << 'END-of-poc/Makefile'
X# New ports collection makefile for:	poc
X# Date created:		Tue Jun 11 22:43:06 CEST 2002
X# Whom:			king@v2project.com
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	poc
XPORTVERSION=	1.2
XCATEGORIES=	security
XMASTER_SITES=	${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=poc
X
XMAINTAINER=	king@v2project.com
X
XLIB_DEPENDS=	towitoko.2:${PORTSDIR}/devel/towitoko
X
XUSE_GMAKE=	YES
XGNU_CONFIGURE=	YES
X
XCONFIGURE_ENV+=CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include \
X		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
X
X.include <bsd.port.mk>
END-of-poc/Makefile
echo x - poc/distinfo
sed 's/^X//' >poc/distinfo << 'END-of-poc/distinfo'
XMD5 (poc-1.2.tar.gz) = 06cdaa49f3ca5703b170b229e83a0375
END-of-poc/distinfo
echo x - poc/pkg-comment
sed 's/^X//' >poc/pkg-comment << 'END-of-poc/pkg-comment'
XGNU POC is a program for managing passwords on smartcards
END-of-poc/pkg-comment
echo x - poc/pkg-descr
sed 's/^X//' >poc/pkg-descr << 'END-of-poc/pkg-descr'
XGNU POC is a program for managing passwords on smartcards
X
XEach password is stored together with a description on the card. 
XAll data on the card is stored encrypted so others won't be able to 
Xget your passwords by reading the card. 
X
XPOC encrypts using Blowfish or Rijndael (AES) with a 192 or 256 bit key 
X(depending on the security level selected by the user). 
XOther algorithms can be added easily
X
XPOC needs a CT-API library. I use the one by Carlos Prados 
X(http://www.geocities.com/cprados/) for TOWITOKO readers.
Xfor TOWITOKO readers
X
XWWW: http://www.gnu.org/software/poc/poc.html
END-of-poc/pkg-descr
echo c - poc/files
mkdir -p poc/files > /dev/null 2>&1
echo x - poc/files/patch-aa
sed 's/^X//' >poc/files/patch-aa << 'END-of-poc/files/patch-aa'
X--- src/Makefile.in.orig	Tue Jun 11 22:28:46 2002
X+++ src/Makefile.in	Tue Jun 11 22:29:07 2002
X@@ -93,7 +93,7 @@
X 
X # debugging
X #CFLAGS = -g -Wall
X-CFLAGS = -Wall -O2
X+CFLAGS = -Wall -O2 -I/usr/local/include -L/usr/local/lib
X CPPFLAGS = 
X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
X CONFIG_HEADER = ../config.h
END-of-poc/files/patch-aa
echo x - poc/pkg-plist
sed 's/^X//' >poc/pkg-plist << 'END-of-poc/pkg-plist'
Xbin/poc
END-of-poc/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020611205916.49545.qmail>