Date: Sun, 24 Apr 2016 10:19:31 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413933 - in head/net-im: . oysttyer Message-ID: <201604241019.u3OAJVkd060456@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604241019.u3OAJVkd060456>