From nobody@FreeBSD.org  Sun Mar 22 02:51:07 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E4DF11065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Mar 2009 02:51:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D32518FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Mar 2009 02:51:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2M2p79u019475
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Mar 2009 02:51:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2M2p7hK019474;
	Sun, 22 Mar 2009 02:51:07 GMT
	(envelope-from nobody)
Message-Id: <200903220251.n2M2p7hK019474@www.freebsd.org>
Date: Sun, 22 Mar 2009 02:51:07 GMT
From: Julian Dunn <jdunn@aquezada.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: net-im/ttytter (Perl command-line Twitter client)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132920
>Category:       ports
>Synopsis:       New port: net-im/ttytter (Perl command-line Twitter client)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 22 03:00:06 UTC 2009
>Closed-Date:    Sun Mar 22 15:03:46 UTC 2009
>Last-Modified:  Sun Mar 22 15:10:01 UTC 2009
>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:
Class-Changed-From-To: doc-bug->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Mar 22 03:00:18 UTC 2009 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132920 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Mar 22 09:48:37 UTC 2009 
Responsible-Changed-Why:  
q 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132920 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 22 15:03:45 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132920 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132920: commit references a PR
Date: Sun, 22 Mar 2009 15:04:12 +0000 (UTC)

 miwi        2009-03-22 15:03:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im               Makefile 
   Added files:
     net-im/ttytter       Makefile distinfo pkg-descr 
   Log:
   TTYtter is a multi-functional, fully 100% text, Perl command line
   Twitter client. It has the following features:
   
   * A fully interactive client with asynchronous background updates and
     commands. Use it over telnet, ssh or even a dummy terminal.
     Supports ANSI colour, hashtags and Twitter Search!
   * Works within your favourite environment: modify prompt and input
     methods for many popular window and session managers, or use a
     compatible readline library. Or don't: basic editing and screen
     management features built-in.
   * From the command line, use it to update your Twitter in shell scripts,
     from cron, and so on.
   * Supports standard timelines and automatically fetches direct messages.
   * Extensible using the -lib option.
   * Run detached in -daemon mode, and make your own Twitter bot!
   
   WWW: http://www.floodgap.com/software/ttytter/
   
   PR:             ports/132920
   Submitted by:   Julian C. Dunn <jdunn at aquezada.com>
   
   Revision  Changes    Path
   1.106     +1 -0      ports/net-im/Makefile
   1.1       +43 -0     ports/net-im/ttytter/Makefile (new)
   1.1       +3 -0      ports/net-im/ttytter/distinfo (new)
   1.1       +17 -0     ports/net-im/ttytter/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
