ports/91072: [NEW PORT]: security/cutlass

Wesley Shields wxs at csh.rit.edu
Thu Dec 29 22:20:07 UTC 2005


>Number:         91072
>Category:       ports
>Synopsis:       [NEW PORT]: security/cutlass
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 29 22:20:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD syn 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Tue Dec 20 08:49:53 EST 2005 root at syn:/usr/obj/usr/src/sys/GENERIC i386

>Description:
The attached shar is for security/cutlass - an encrypted peer-to-peer
voice, text, and file transmission protocol entended to bring encrypted
Internet use to the masses.  Also included is a sample application using
the protocol.

I believe ports/91035 will have to be committed before this port will
build.

>How-To-Repeat:
N/A

>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:
#
#	cutlass
#	cutlass/pkg-descr
#	cutlass/distinfo
#	cutlass/Makefile
#	cutlass/files
#	cutlass/files/patch-libcutlass::filters.cpp
#	cutlass/pkg-plist
#
echo c - cutlass
mkdir -p cutlass > /dev/null 2>&1
echo x - cutlass/pkg-descr
sed 's/^X//' >cutlass/pkg-descr << 'END-of-cutlass/pkg-descr'
XEncrypted peer-to-peer voice, text, and file transmission protocol
Xentended to bring encrypted Internet use to the masses.
X
XWWW: http://www.synacklabs.net/projects/cutlass/
X
X-- WXS
XWesley Shields
Xwxs at csh.rit.edu
END-of-cutlass/pkg-descr
echo x - cutlass/distinfo
sed 's/^X//' >cutlass/distinfo << 'END-of-cutlass/distinfo'
XMD5 (cutlass-0.2.0.tar.gz) = 5c53d90a3ca2d6aee79f6188eff835bd
XSHA256 (cutlass-0.2.0.tar.gz) = 58830dec928a15e7f6f96e49bc355eedc6e6314cf426fd35526addd70462bde8
XSIZE (cutlass-0.2.0.tar.gz) = 259643
END-of-cutlass/distinfo
echo x - cutlass/Makefile
sed 's/^X//' >cutlass/Makefile << 'END-of-cutlass/Makefile'
X# New ports collection makefile for:   cutlass
X# Date created:        28 December 2005
X# Whom:                Wesley Shields <wxs at csh.rit.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cutlass
XPORTVERSION=	0.2.0
XCATEGORIES=	security
XMASTER_SITES=	http://www.synacklabs.net/projects/cutlass/
X
XMAINTAINER=	wxs at csh.rit.edu
XCOMMENT=	Encrypted peer-to-peer voice, text, and file transmission protocol
X
XBUILD_DEPENDS=	botan-config:${PORTSDIR}/security/botan \
X		speexdec:${PORTSDIR}/audio/speex
X
XMAN3=	cutlass.3
X
XINSTALLS_SHLIB=	yes
XGNU_CONFIGURE=	yes
XUSE_GNOME=	libglade2
XCONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"
X
XCPPFLAGS+=	-I${LOCALBASE}/include/speex -I${LOCALBASE}/include
X
X.include <bsd.port.mk>
END-of-cutlass/Makefile
echo c - cutlass/files
mkdir -p cutlass/files > /dev/null 2>&1
echo x - cutlass/files/patch-libcutlass::filters.cpp
sed 's/^X//' >cutlass/files/patch-libcutlass::filters.cpp << 'END-of-cutlass/files/patch-libcutlass::filters.cpp'
X--- libcutlass/filters.cpp.orig	Wed Dec 28 19:49:13 2005
X+++ libcutlass/filters.cpp	Wed Dec 28 19:49:19 2005
X@@ -5,6 +5,7 @@
X #include <cutlass/filters.hpp>
X #include <botan/rng.h>
X #include <botan/lookup.h>
X+#include <botan/bit_ops.h>
X using namespace Botan;
X 
X static void dump(const char* name, const SecureVector<byte>& x)
END-of-cutlass/files/patch-libcutlass::filters.cpp
echo x - cutlass/pkg-plist
sed 's/^X//' >cutlass/pkg-plist << 'END-of-cutlass/pkg-plist'
Xbin/text-cutlass
Xbin/libtestsuite
Xbin/gtk-cutlass
Xinclude/cutlass/action.h
Xinclude/cutlass/alsa.h
Xinclude/cutlass/audio.h
Xinclude/cutlass/audio_types.h
Xinclude/cutlass/audriver-oss.h
Xinclude/cutlass/auencoder-speex.h
Xinclude/cutlass/auth.h
Xinclude/cutlass/channel.h
Xinclude/cutlass/connections.h
Xinclude/cutlass/crypto.h
Xinclude/cutlass/directory.h
Xinclude/cutlass/error.h
Xinclude/cutlass/files.h
Xinclude/cutlass/gaps.h
Xinclude/cutlass/group.h
Xinclude/cutlass/handle.h
Xinclude/cutlass/handshake.h
Xinclude/cutlass/hashtab.h
Xinclude/cutlass/housekeeping.h
Xinclude/cutlass/info.h
Xinclude/cutlass/init.h
Xinclude/cutlass/listener.h
Xinclude/cutlass/lookupa.h
Xinclude/cutlass/message.h
Xinclude/cutlass/msg_crypt.h
Xinclude/cutlass/ping.h
Xinclude/cutlass/recycle.h
Xinclude/cutlass/request.h
Xinclude/cutlass/request_types.h
Xinclude/cutlass/ring.h
Xinclude/cutlass/standard.h
Xinclude/cutlass/table_control.h
Xinclude/cutlass/transport.h
Xinclude/cutlass/userconf.h
Xinclude/cutlass/utils.h
Xinclude/cutlass/filters.hpp
Xinclude/cutlass/kex.hpp
Xinclude/cutlass.h
Xlib/libcutlass.a
X%%DATADIR%%/glade/gtkcutlass.glade
X at dirrm include/cutlass
X at dirrm share/cutlass/glade
X at dirrm share/cutlass/
END-of-cutlass/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list