mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-WebService-Basecamp 0.1.1, perl interface to the Basecamp API
webservice. PR: ports/102233 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
ca30180fce
commit
fbb96e7992
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171146
@ -810,6 +810,7 @@
|
||||
SUBDIR += p5-WWW-TWSMS
|
||||
SUBDIR += p5-WWW-VenusEnvy
|
||||
SUBDIR += p5-WWW-Wikipedia
|
||||
SUBDIR += p5-WebService-Basecamp
|
||||
SUBDIR += p5-WebService-Bloglines
|
||||
SUBDIR += p5-WebService-NoPaste
|
||||
SUBDIR += p5-WebService-Technorati
|
||||
|
31
www/p5-WebService-Basecamp/Makefile
Normal file
31
www/p5-WebService-Basecamp/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-WebService-Basecamp
|
||||
# Date created: 2006-08-18
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WebService-Basecamp
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WebService
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl interface to the Basecamp API webservice
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WebService::Basecamp.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww
|
||||
IGNORE= requires Perl 5.6.0 or newer. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-WebService-Basecamp/distinfo
Normal file
3
www/p5-WebService-Basecamp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WebService-Basecamp-0.1.1.tar.gz) = 85beddbdd1ce6e4d87a5eef066a95dbc
|
||||
SHA256 (WebService-Basecamp-0.1.1.tar.gz) = 284bba537743326ba883102017332f4373efebc6682c2ab9452c6f34b3411a4a
|
||||
SIZE (WebService-Basecamp-0.1.1.tar.gz) = 23204
|
21
www/p5-WebService-Basecamp/pkg-descr
Normal file
21
www/p5-WebService-Basecamp/pkg-descr
Normal file
@ -0,0 +1,21 @@
|
||||
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/
|
6
www/p5-WebService-Basecamp/pkg-plist
Normal file
6
www/p5-WebService-Basecamp/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Basecamp/.packlist
|
||||
%%SITE_PERL%%/WebService/Basecamp.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Basecamp
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
Loading…
Reference in New Issue
Block a user