svn commit: r378475 - in head/security: . gputty

Jason Helfman jgh at FreeBSD.org
Thu Feb 5 17:01:30 UTC 2015


Author: jgh
Date: Thu Feb  5 17:01:28 2015
New Revision: 378475
URL: https://svnweb.freebsd.org/changeset/ports/378475
QAT: https://qat.redports.org/buildarchive/r378475/

Log:
  GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit.
  
  WWW: http://www.defora.org/os/project/334/gputty
  
  PR:		197331 (based on)
  Submitted by:	Olivier Cochard-Labbe <olivier at cochard.me>

Added:
  head/security/gputty/
  head/security/gputty/Makefile   (contents, props changed)
  head/security/gputty/distinfo   (contents, props changed)
  head/security/gputty/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Feb  5 16:54:08 2015	(r378474)
+++ head/security/Makefile	Thu Feb  5 17:01:28 2015	(r378475)
@@ -163,6 +163,7 @@
     SUBDIR += gpass
     SUBDIR += gpgdir
     SUBDIR += gpgme
+    SUBDIR += gputty
     SUBDIR += gringotts
     SUBDIR += gsasl
     SUBDIR += gsfv

Added: head/security/gputty/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gputty/Makefile	Thu Feb  5 17:01:28 2015	(r378475)
@@ -0,0 +1,25 @@
+# Created by: Olivier Cochard-Labbe <olivier at cochard.me>
+# $FreeBSD$
+
+PORTNAME=	gputty
+PORTVERSION=	0.9.10
+CATEGORIES=	security
+MASTER_SITES=	http://www.defora.org/os/download/download/3381/
+
+MAINTAINER=	olivier at cochard.me
+COMMENT=	Frontend to the SSH client, using the Gtk+ toolkit
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libSystem.so:${PORTSDIR}/devel/deforaos-libsystem
+
+PLIST_FILES=	bin/gputty
+
+MAKE_ARGS=	PREFIX=${PREFIX}
+USES=		pkgconfig
+USE_GNOME=	gtk20
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/security/gputty/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gputty/distinfo	Thu Feb  5 17:01:28 2015	(r378475)
@@ -0,0 +1,2 @@
+SHA256 (gputty-0.9.10.tar.gz) = 361252591e5db8d03c2332bf8fac9853068529dd63947d4d9c2859067f30c307
+SIZE (gputty-0.9.10.tar.gz) = 20272

Added: head/security/gputty/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gputty/pkg-descr	Thu Feb  5 17:01:28 2015	(r378475)
@@ -0,0 +1,3 @@
+GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit.
+
+WWW: http://www.defora.org/os/project/334/gputty


More information about the svn-ports-all mailing list