mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
[NEW PORT]: security/cutlass
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. Please note that the patch ommited from the PR will have to be added when ports/91035 : [UPDATE]: security/botan is commited. PR: ports/91072 Submitted by: Wesley Shields <wxs@csh.rit.edu>
This commit is contained in:
parent
58da84ba21
commit
1146e3e7e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152406
@ -69,6 +69,7 @@
|
||||
SUBDIR += cryptlib
|
||||
SUBDIR += cryptopp
|
||||
SUBDIR += cryptplug
|
||||
SUBDIR += cutlass
|
||||
SUBDIR += cvm
|
||||
SUBDIR += cyrus-sasl
|
||||
SUBDIR += cyrus-sasl2
|
||||
|
28
security/cutlass/Makefile
Normal file
28
security/cutlass/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: cutlass
|
||||
# Date created: 28 December 2005
|
||||
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cutlass
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.synacklabs.net/projects/cutlass/
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
COMMENT= Encrypted peer-to-peer voice, text, and file transmission protocol
|
||||
|
||||
BUILD_DEPENDS= botan-config:${PORTSDIR}/security/botan \
|
||||
speexdec:${PORTSDIR}/audio/speex
|
||||
|
||||
MAN3= cutlass.3
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= libglade2
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/speex -I${LOCALBASE}/include
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/cutlass/distinfo
Normal file
3
security/cutlass/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (cutlass-0.2.0.tar.gz) = 5c53d90a3ca2d6aee79f6188eff835bd
|
||||
SHA256 (cutlass-0.2.0.tar.gz) = 58830dec928a15e7f6f96e49bc355eedc6e6314cf426fd35526addd70462bde8
|
||||
SIZE (cutlass-0.2.0.tar.gz) = 259643
|
8
security/cutlass/pkg-descr
Normal file
8
security/cutlass/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Encrypted peer-to-peer voice, text, and file transmission protocol
|
||||
entended to bring encrypted Internet use to the masses.
|
||||
|
||||
WWW: http://www.synacklabs.net/projects/cutlass/
|
||||
|
||||
-- WXS
|
||||
Wesley Shields
|
||||
wxs@csh.rit.edu
|
46
security/cutlass/pkg-plist
Normal file
46
security/cutlass/pkg-plist
Normal file
@ -0,0 +1,46 @@
|
||||
bin/text-cutlass
|
||||
bin/libtestsuite
|
||||
bin/gtk-cutlass
|
||||
include/cutlass/action.h
|
||||
include/cutlass/alsa.h
|
||||
include/cutlass/audio.h
|
||||
include/cutlass/audio_types.h
|
||||
include/cutlass/audriver-oss.h
|
||||
include/cutlass/auencoder-speex.h
|
||||
include/cutlass/auth.h
|
||||
include/cutlass/channel.h
|
||||
include/cutlass/connections.h
|
||||
include/cutlass/crypto.h
|
||||
include/cutlass/directory.h
|
||||
include/cutlass/error.h
|
||||
include/cutlass/files.h
|
||||
include/cutlass/gaps.h
|
||||
include/cutlass/group.h
|
||||
include/cutlass/handle.h
|
||||
include/cutlass/handshake.h
|
||||
include/cutlass/hashtab.h
|
||||
include/cutlass/housekeeping.h
|
||||
include/cutlass/info.h
|
||||
include/cutlass/init.h
|
||||
include/cutlass/listener.h
|
||||
include/cutlass/lookupa.h
|
||||
include/cutlass/message.h
|
||||
include/cutlass/msg_crypt.h
|
||||
include/cutlass/ping.h
|
||||
include/cutlass/recycle.h
|
||||
include/cutlass/request.h
|
||||
include/cutlass/request_types.h
|
||||
include/cutlass/ring.h
|
||||
include/cutlass/standard.h
|
||||
include/cutlass/table_control.h
|
||||
include/cutlass/transport.h
|
||||
include/cutlass/userconf.h
|
||||
include/cutlass/utils.h
|
||||
include/cutlass/filters.hpp
|
||||
include/cutlass/kex.hpp
|
||||
include/cutlass.h
|
||||
lib/libcutlass.a
|
||||
%%DATADIR%%/glade/gtkcutlass.glade
|
||||
@dirrm include/cutlass
|
||||
@dirrm share/cutlass/glade
|
||||
@dirrm share/cutlass/
|
Loading…
Reference in New Issue
Block a user