security/tclgpg: new port

Tcl interface to GNU Privacy Guard with interface similar to TclGPGME

WWW: https://chiselapp.com/user/sgolovan/repository/tclgpg/

PR:		201337
Submitted by:	Mikhail <mp39590@gmail.com>
This commit is contained in:
Bartek Rutkowski 2015-07-15 17:43:37 +00:00
parent 9b17636b06
commit 768e5d4a76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392176
4 changed files with 36 additions and 0 deletions

View file

@ -1027,6 +1027,7 @@
SUBDIR += swatch
SUBDIR += switzerland
SUBDIR += symbion-sslproxy
SUBDIR += tclgpg
SUBDIR += tclsasl
SUBDIR += tcpcrypt
SUBDIR += tinc

30
security/tclgpg/Makefile Normal file
View file

@ -0,0 +1,30 @@
# Created by: mp39590@gmail.com
# $FreeBSD$
PORTNAME= tclgpg
PORTVERSION= 0.0.0.20150324
CATEGORIES= security tcl
MASTER_SITES= http://chiselapp.com/user/sgolovan/repository/tclgpg/tarball/
DISTNAME= tclgpg-4cfd9fa949
MAINTAINER= mp39590@gmail.com
COMMENT= Tcl interface to GNU Privacy Guard with interface similar to TclGPGME
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
USES= autoreconf gmake tcl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/tclgpg-4cfd9fa949
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR}
PLIST_FILES= lib/gpg1.0/libgpg1.0.so \
lib/gpg1.0/pkgIndex.tcl \
lib/gpg1.0/tclgpg.tcl \
man/mann/gpg.n.gz
.include <bsd.port.mk>

2
security/tclgpg/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (tclgpg-4cfd9fa949.tar.gz) = 47b3a9dd1267c2e843c95edda798bd5c78be07bbfb292f2b70e3573a1170e088
SIZE (tclgpg-4cfd9fa949.tar.gz) = 71951

View file

@ -0,0 +1,3 @@
Tcl interface to GNU Privacy Guard with interface similar to TclGPGME
WWW: https://chiselapp.com/user/sgolovan/repository/tclgpg/