Add p5-Net-Delicious 0.6, OOP for managing posts on del.icio.us.
PR: ports/69939 Submitted by: Aaron Straup Cope <ascope@cpan.org>
This commit is contained in:
parent
b855820eed
commit
f241dd6366
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115347
5 changed files with 63 additions and 0 deletions
|
@ -436,6 +436,7 @@
|
|||
SUBDIR += p5-Net-CIDR-Lite
|
||||
SUBDIR += p5-Net-DLookup
|
||||
SUBDIR += p5-Net-Daemon
|
||||
SUBDIR += p5-Net-Delicious
|
||||
SUBDIR += p5-Net-Dict
|
||||
SUBDIR += p5-Net-Divert
|
||||
SUBDIR += p5-Net-Finger
|
||||
|
|
39
net/p5-Net-Delicious/Makefile
Normal file
39
net/p5-Net-Delicious/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: p5-Net-Delicious
|
||||
# Date created: August 03, 2004
|
||||
# Whom: Aaron Straup Cope <ascope@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Delicious
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ascope@cpan.org
|
||||
COMMENT= OOP for managing posts on del.icio.us
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
||||
${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
|
||||
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Delicious.3 \
|
||||
Net::Delicious::Constants.3 \
|
||||
Net::Delicious::Constants::Api.3 \
|
||||
Net::Delicious::Constants::Response.3 \
|
||||
Net::Delicious::Constants::Uri.3 \
|
||||
Net::Delicious::Date.3 \
|
||||
Net::Delicious::Iterator.3 \
|
||||
Net::Delicious::Post.3 \
|
||||
Net::Delicious::Subscription.3 \
|
||||
Net::Delicious::Tag.3 \
|
||||
Net::Delicious::User.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-Delicious/distinfo
Normal file
2
net/p5-Net-Delicious/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Net-Delicious-0.6.tar.gz) = 547f17d0c39f3abea9fc6db0c8e15833
|
||||
SIZE (Net-Delicious-0.6.tar.gz) = 7262
|
4
net/p5-Net-Delicious/pkg-descr
Normal file
4
net/p5-Net-Delicious/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Net::Delicious provides an object oriented interface for
|
||||
managing your posts on http://del.icio.us.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Delicious/
|
17
net/p5-Net-Delicious/pkg-plist
Normal file
17
net/p5-Net-Delicious/pkg-plist
Normal file
|
@ -0,0 +1,17 @@
|
|||
%%SITE_PERL%%/Net/Delicious.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Api.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Response.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Uri.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Date.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Iterator.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Post.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Subscription.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Tag.pm
|
||||
%%SITE_PERL%%/Net/Delicious/User.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Delicious/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Delicious
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Net/Delicious/Constants
|
||||
@dirrm %%SITE_PERL%%/Net/Delicious
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
Loading…
Reference in a new issue