Bug 58414 - New port: net/p5-Net-Amazon
Summary: New port: net/p5-Net-Amazon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-23 09:00 UTC by Cheng-Lung Sung
Modified: 2003-10-28 16:34 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (4.23 KB, text/plain)
2003-10-23 09:00 UTC, Cheng-Lung Sung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2003-10-23 09:00:30 UTC
New port, require perl 5.6.1 or later
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-10-28 15:55:15 UTC
State Changed
From-To: open->feedback

Looks like you missed a dependency or two, could you investigate? 

Warning: prerequisite LWP::UserAgent failed to load: Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 .) at (eval 15) line 3. 
Warning: prerequisite URI failed to load: Can't locate URI.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 .) at (eval 27) line 3.
Comment 2 clsung 2003-10-28 16:23:25 UTC
Sorry for that, 
	now I have reproduced another shar file as following:

# 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-Net-Amazon
#	p5-Net-Amazon/Makefile
#	p5-Net-Amazon/distinfo
#	p5-Net-Amazon/pkg-descr
#	p5-Net-Amazon/pkg-plist
#
echo c - p5-Net-Amazon
mkdir -p p5-Net-Amazon > /dev/null 2>&1
echo x - p5-Net-Amazon/Makefile
sed 's/^X//' >p5-Net-Amazon/Makefile << 'END-of-p5-Net-Amazon/Makefile'
X# New ports collection makefile for:	Net-Amazon
X# Date created:	   			Oct 23 2003
X# Whom:		   			clsung@dragon2.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-Amazon
XPORTVERSION=	0.16
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	clsung@dragon2.net
XCOMMENT=	Framework for accessing amazon.com via SOAP and XML/HTTP
X
XBUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
X		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
X		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
X		${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::Amazon.3 Net::Amazon::Attribute::Review.3 \
X		Net::Amazon::Attribute::ReviewSet.3 \
X		Net::Amazon::Property.3 \
X		Net::Amazon::Property::Book.3 \
X		Net::Amazon::Property::DVD.3 \
X		Net::Amazon::Property::Music.3 \
X		Net::Amazon::Response.3 \
X		Net::Amazon::Request.3 \
X		Net::Amazon::Request::ASIN.3 \
X		Net::Amazon::Request::Artist.3 \
X		Net::Amazon::Request::BrowseNode.3 \
X		Net::Amazon::Request::Keyword.3 \
X		Net::Amazon::Request::Power.3 \
X		Net::Amazon::Request::Similar.3 \
X		Net::Amazon::Request::UPC.3 \
X		Net::Amazon::Request::Wishlist.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601
XIGNORE=         This port requires perl 5.6.x or later. Install lang/perl5 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Net-Amazon/Makefile
echo x - p5-Net-Amazon/distinfo
sed 's/^X//' >p5-Net-Amazon/distinfo << 'END-of-p5-Net-Amazon/distinfo'
XMD5 (Net-Amazon-0.16.tar.gz) = b7b86a8726ff99c5203d3bdd8d879765
END-of-p5-Net-Amazon/distinfo
echo x - p5-Net-Amazon/pkg-descr
sed 's/^X//' >p5-Net-Amazon/pkg-descr << 'END-of-p5-Net-Amazon/pkg-descr'
XNet::Amazon provides an object-oriented interface to amazon.com's
XSOAP and XML/HTTP interfaces. This way it's possible to create applications
Xusing Amazon's vast amount of data via a functional interface, without
Xhaving to worry about the underlying communication mechanism.
X
XWWW: http://search.cpan.org/dist/Net-Amazon/
X
XAuthor: Mike Schilli <net-amazon-devel@lists.sourceforge.net>
END-of-p5-Net-Amazon/pkg-descr
echo x - p5-Net-Amazon/pkg-plist
sed 's/^X//' >p5-Net-Amazon/pkg-plist << 'END-of-p5-Net-Amazon/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/.packlist
X%%SITE_PERL%%/Net/Amazon/Response/BrowseNode.pm
X%%SITE_PERL%%/Net/Amazon/Property.pm
X%%SITE_PERL%%/Net/Amazon/Request/Artist.pm
X%%SITE_PERL%%/Net/Amazon/Attribute/Review.pm
X%%SITE_PERL%%/Net/Amazon/Request/Wishlist.pm
X%%SITE_PERL%%/Net/Amazon/Request/Keyword.pm
X%%SITE_PERL%%/Net/Amazon/Response/Artist.pm
X%%SITE_PERL%%/Net/Amazon/Property/DVD.pm
X%%SITE_PERL%%/Net/Amazon/Response/UPC.pm
X%%SITE_PERL%%/Net/Amazon/Response/Power.pm
X%%SITE_PERL%%/Net/Amazon/Response/Keyword.pm
X%%SITE_PERL%%/Net/Amazon/Request/BrowseNode.pm
X%%SITE_PERL%%/Net/Amazon/Property/Music.pm
X%%SITE_PERL%%/Net/Amazon/Request.pm
X%%SITE_PERL%%/Net/Amazon/Response/ASIN.pm
X%%SITE_PERL%%/Net/Amazon/Attribute/ReviewSet.pm
X%%SITE_PERL%%/Net/Amazon.pm
X%%SITE_PERL%%/Net/Amazon/Request/UPC.pm
X%%SITE_PERL%%/Net/Amazon/Response/Similar.pm
X%%SITE_PERL%%/Net/Amazon/Request/Similar.pm
X%%SITE_PERL%%/Net/Amazon/Request/ASIN.pm
X%%SITE_PERL%%/Net/Amazon/Response/Wishlist.pm
X%%SITE_PERL%%/Net/Amazon/Property/Book.pm
X%%SITE_PERL%%/Net/Amazon/Request/Power.pm
X%%SITE_PERL%%/Net/Amazon/Response.pm
X@dirrm %%SITE_PERL%%/Net/Amazon/Attribute
X@dirrm %%SITE_PERL%%/Net/Amazon/Property
X@dirrm %%SITE_PERL%%/Net/Amazon/Response
X@dirrm %%SITE_PERL%%/Net/Amazon/Request
X@dirrm %%SITE_PERL%%/Net/Amazon
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon
X@unexec rmdir %D/%%SITE_PERL%%/Net/Amazon 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
END-of-p5-Net-Amazon/pkg-plist
exit
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2003-10-28 16:34:07 UTC
State Changed
From-To: feedback->closed

Port added, thanks!