From owner-svn-ports-all@freebsd.org Sun Apr 24 10:19:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D65AB197E2; Sun, 24 Apr 2016 10:19:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 500191CE7; Sun, 24 Apr 2016 10:19:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3OAJVpC060460; Sun, 24 Apr 2016 10:19:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3OAJVkd060456; Sun, 24 Apr 2016 10:19:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604241019.u3OAJVkd060456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 24 Apr 2016 10:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413933 - in head/net-im: . oysttyer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2016 10:19:32 -0000 Author: pi Date: Sun Apr 24 10:19:31 2016 New Revision: 413933 URL: https://svnweb.freebsd.org/changeset/ports/413933 Log: New port: net-im/oysttyer An interactive console text-based command-line Twitter client written in Perl WWW: http://oysttyer.github.io/docs/userGuide.html WWW: https://github.com/oysttyer/oysttyer According to http://www.floodgap.com/software/ttytter/ it is the official next version of net-im/ttytter. Added: head/net-im/oysttyer/ head/net-im/oysttyer/Makefile (contents, props changed) head/net-im/oysttyer/distinfo (contents, props changed) head/net-im/oysttyer/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Apr 24 09:45:50 2016 (r413932) +++ head/net-im/Makefile Sun Apr 24 10:19:31 2016 (r413933) @@ -82,6 +82,7 @@ SUBDIR += mu-conference SUBDIR += naim SUBDIR += openfire + SUBDIR += oysttyer SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Connection Added: head/net-im/oysttyer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/oysttyer/Makefile Sun Apr 24 10:19:31 2016 (r413933) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= oysttyer +PORTVERSION= 2.6.1 +CATEGORIES= net-im + +MAINTAINER= pi@FreeBSD.org +COMMENT= Interactive console text-based command-line Twitter client + +LICENSE= FFSL +LICENSE_NAME= Floodgap Free Software License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +RUN_DEPENDS= curl:ftp/curl \ + p5-Term-ReadLine>=1.14:devel/p5-Term-ReadLine \ + p5-TimeDate>=2.30:devel/p5-TimeDate + +USES= perl5 shebangfix +USE_GITHUB= yes +GH_ACCOUNT= oysttyer +SHEBANG_FILES= oysttyer.pl +PLIST_FILES= bin/oysttyer + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${INSTALL} ${WRKSRC}/oysttyer.pl ${STAGEDIR}${PREFIX}/bin/oysttyer + +.include Added: head/net-im/oysttyer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/oysttyer/distinfo Sun Apr 24 10:19:31 2016 (r413933) @@ -0,0 +1,2 @@ +SHA256 (oysttyer-oysttyer-2.6.1_GH0.tar.gz) = 8ef2acf18dcec3352bf1628bd58283fb6e696ff4fb1a355f13fb6d80bc2f6573 +SIZE (oysttyer-oysttyer-2.6.1_GH0.tar.gz) = 103540 Added: head/net-im/oysttyer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/oysttyer/pkg-descr Sun Apr 24 10:19:31 2016 (r413933) @@ -0,0 +1,4 @@ +An interactive console text-based command-line Twitter client written in Perl + +WWW: http://oysttyer.github.io/docs/userGuide.html +WWW: https://github.com/oysttyer/oysttyer