From owner-cvs-ports@FreeBSD.ORG Tue Aug 4 12:19:43 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D00D106566C; Tue, 4 Aug 2009 12:19:43 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8368FC16; Tue, 4 Aug 2009 12:19:43 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n74CJhIV022779; Tue, 4 Aug 2009 12:19:43 GMT (envelope-from lippe@repoman.freebsd.org) Received: (from lippe@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n74CJhZf022778; Tue, 4 Aug 2009 12:19:43 GMT (envelope-from lippe) Message-Id: <200908041219.n74CJhZf022778@repoman.freebsd.org> From: Felippe de Meirelles Motta Date: Tue, 4 Aug 2009 12:19:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Twitter-Lite Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 12:19:43 -0000 lippe 2009-08-04 12:19:43 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Twitter-Lite Makefile distinfo pkg-descr pkg-plist Log: This module provides a perl interface to the Twitter APIs. It uses the same API definitions as Net::Twitter, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. This module is related to, but is not part of the "Net::Twitter" distribution. It's API methods and API method documentation are generated from "Net::Twitter"'s internals. It exists for those who cannot, or prefer not to install Moose and its dependencies. WWW: http://search.cpan.org/dist/Net-Twitter-Lite/ Revision Changes Path 1.2129 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/p5-Net-Twitter-Lite/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Twitter-Lite/distinfo (new) 1.1 +11 -0 ports/net/p5-Net-Twitter-Lite/pkg-descr (new) 1.1 +9 -0 ports/net/p5-Net-Twitter-Lite/pkg-plist (new)