Date: Sun, 22 Mar 2009 02:51:07 GMT From: Julian Dunn <jdunn@aquezada.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132920: New port: net-im/ttytter (Perl command-line Twitter client) Message-ID: <200903220251.n2M2p7hK019474@www.freebsd.org> Resent-Message-ID: <200903220300.n2M306rY069771@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132920 >Category: ports >Synopsis: New port: net-im/ttytter (Perl command-line Twitter client) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 22 03:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Julian Dunn >Release: 7.1-STABLE >Organization: >Environment: FreeBSD aphrodite.acf.aquezada.com 7.1-STABLE FreeBSD 7.1-STABLE #12: Mon Jan 5 22:11:06 EST 2009 jdunn@aphrodite.acf.aquezada.com:/usr/obj/usr/src/sys/APHRODITE i386 >Description: TTYtter is a popular text-based Perl command-line Twitter client. >How-To-Repeat: N/A >Fix: See attached SHAR Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net-im/ttytter # net-im/ttytter/distinfo # net-im/ttytter/pkg-descr # net-im/ttytter/Makefile # echo c - net-im/ttytter mkdir -p net-im/ttytter > /dev/null 2>&1 echo x - net-im/ttytter/distinfo sed 's/^X//' >net-im/ttytter/distinfo << '826574d71a76f183a24f6fa08ad0719e' XMD5 (ttytter.txt) = 3654e88a176d8a716a4b85b90bb551cf XSHA256 (ttytter.txt) = d2c9420eb257f3756ade37a0a71df5847ae3ebad3541d4649f19cbb136eb9042 XSIZE (ttytter.txt) = 65237 826574d71a76f183a24f6fa08ad0719e echo x - net-im/ttytter/pkg-descr sed 's/^X//' >net-im/ttytter/pkg-descr << '4cf6529694ef196d5ab6e9e474f4a3d0' XTTYtter is a multi-functional, fully 100% text, Perl command line XTwitter client. It has the following features: X X* A fully interactive client with asynchronous background updates and X commands. Use it over telnet, ssh or even a dummy terminal. X Supports ANSI colour, hashtags and Twitter Search! X* Works within your favourite environment: modify prompt and input X methods for many popular window and session managers, or use a X compatible readline library. Or don't: basic editing and screen X management features built-in. X* From the command line, use it to update your Twitter in shell scripts, X from cron, and so on. X* Supports standard timelines and automatically fetches direct messages. X* Extensible using the -lib option. X* Run detached in -daemon mode, and make your own Twitter bot! X XWWW: http://www.floodgap.com/software/ttytter/ 4cf6529694ef196d5ab6e9e474f4a3d0 echo x - net-im/ttytter/Makefile sed 's/^X//' >net-im/ttytter/Makefile << '087c9fd8825b887ab4d990dd5749464f' X# New ports collection makefile for: ttytter X# Date created: 21 March 2009 X# Whom: Julian C. Dunn <jdunn@aquezada.com> X# X# $FreeBSD$ X XPORTNAME= ttytter XPORTVERSION= 0.9.4 XCATEGORIES= net-im XMASTER_SITES= http://www.floodgap.com/software/ttytter/ XDISTFILES= ${PORTNAME}.txt XEXTRACT_ONLY= X XMAINTAINER= jdunn@aquezada.com XCOMMENT= Command-line Twitter client in Perl X XRUN_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ X curl:${PORTSDIR}/ftp/curl X XNO_BUILD= yes XUSE_PERL5_RUN= yes X XOPTIONS= READLINE "Include rich readline support" on X XPLIST_FILES= bin/${PORTNAME} X X.include <bsd.port.pre.mk> X X.if defined(WITH_READLINE) XRUN_DEPENDS+= ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl X.endif X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${DISTDIR}/${PORTNAME}.txt ${WRKSRC}/${PORTNAME} X Xpost-patch: X @${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/${PORTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include <bsd.port.post.mk> 087c9fd8825b887ab4d990dd5749464f exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903220251.n2M2p7hK019474>