Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2006 21:44:38 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/102233: [NEW PORT] www/p5-WebService-Basecamp: Perl interface to the Basecamp API webservice
Message-ID:  <20060818134438.2A8751FD@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608181350.k7IDoIvW047655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102233
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-WebService-Basecamp: Perl interface to the Basecamp API webservice
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 18 13:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
Basecamp is a web based project collaboration tool that makes it
simple to communicate and collaborate on projects. Basecamp is built
on the Ruby on Rails platform but provides a webservice API to many of
the application functions. WebService::Basecamp is a Perl interface to
the Basecamp web service API.

For more information on Basecamp, visit the Basecamp website.
http://www.basecamphq.com.

This module does much of the heavy lifting for you when accessing the
Basecamp API. Once initialising a WebService::Basecamp object you can
access the API function via method calls. The module takes care of the
creation and parsing of the XML (using XML::Simple) that relays the
data across the web service, however there is an option to access the
XML directly (see new()).

The documentation for this module is based on the Basecamp API docs
available at http://www.basecamphq.com/api. It is recommended you read
the official docs to become familiar with the data reference.

WWW:	http://search.cpan.org/dist/WebService-Basecamp/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-WebService-Basecamp-0.1.1.shar begins here ---
# 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:
#
#	p5-WebService-Basecamp
#	p5-WebService-Basecamp/pkg-descr
#	p5-WebService-Basecamp/Makefile
#	p5-WebService-Basecamp/pkg-plist
#	p5-WebService-Basecamp/distinfo
#
echo c - p5-WebService-Basecamp
mkdir -p p5-WebService-Basecamp > /dev/null 2>&1
echo x - p5-WebService-Basecamp/pkg-descr
sed 's/^X//' >p5-WebService-Basecamp/pkg-descr << 'END-of-p5-WebService-Basecamp/pkg-descr'
XBasecamp is a web based project collaboration tool that makes it
Xsimple to communicate and collaborate on projects. Basecamp is built
Xon the Ruby on Rails platform but provides a webservice API to many of
Xthe application functions. WebService::Basecamp is a Perl interface to
Xthe Basecamp web service API.
X
XFor more information on Basecamp, visit the Basecamp website.
Xhttp://www.basecamphq.com.
X
XThis module does much of the heavy lifting for you when accessing the
XBasecamp API. Once initialising a WebService::Basecamp object you can
Xaccess the API function via method calls. The module takes care of the
Xcreation and parsing of the XML (using XML::Simple) that relays the
Xdata across the web service, however there is an option to access the
XXML directly (see new()).
X
XThe documentation for this module is based on the Basecamp API docs
Xavailable at http://www.basecamphq.com/api. It is recommended you read
Xthe official docs to become familiar with the data reference.
X
XWWW:	http://search.cpan.org/dist/WebService-Basecamp/
END-of-p5-WebService-Basecamp/pkg-descr
echo x - p5-WebService-Basecamp/Makefile
sed 's/^X//' >p5-WebService-Basecamp/Makefile << 'END-of-p5-WebService-Basecamp/Makefile'
X# New ports collection makefile for:	p5-WebService-Basecamp
X# Date created:		2006-08-18
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	WebService-Basecamp
XPORTVERSION=	0.1.1
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	WebService
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Perl interface to the Basecamp API webservice
X
XRUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
X		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
X
XPERL_CONFIGURE=	yes
X
XMAN3=		WebService::Basecamp.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600	# Inherited from www/p5-libwww
XIGNORE=		requires Perl 5.6.0 or newer. Please install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-WebService-Basecamp/Makefile
echo x - p5-WebService-Basecamp/pkg-plist
sed 's/^X//' >p5-WebService-Basecamp/pkg-plist << 'END-of-p5-WebService-Basecamp/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Basecamp/.packlist
X%%SITE_PERL%%/WebService/Basecamp.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Basecamp
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
X@dirrmtry %%SITE_PERL%%/WebService
END-of-p5-WebService-Basecamp/pkg-plist
echo x - p5-WebService-Basecamp/distinfo
sed 's/^X//' >p5-WebService-Basecamp/distinfo << 'END-of-p5-WebService-Basecamp/distinfo'
XMD5 (WebService-Basecamp-0.1.1.tar.gz) = 85beddbdd1ce6e4d87a5eef066a95dbc
XSHA256 (WebService-Basecamp-0.1.1.tar.gz) = 284bba537743326ba883102017332f4373efebc6682c2ab9452c6f34b3411a4a
XSIZE (WebService-Basecamp-0.1.1.tar.gz) = 23204
END-of-p5-WebService-Basecamp/distinfo
exit
--- p5-WebService-Basecamp-0.1.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060818134438.2A8751FD>