Bug 72988 - [New Port] www/p5-WWW-SourceForge Retrieve infromation from SourceForge site
Summary: [New Port] www/p5-WWW-SourceForge Retrieve infromation from SourceForge site
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: 2004-10-22 02:50 UTC by Yuan-Chung Hsiao
Modified: 2005-01-26 08:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuan-Chung Hsiao 2004-10-22 02:50:26 UTC
	Retrieve infromation from SourceForge site

How-To-Repeat: 

# 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-WWW-SourceForge/
#	p5-WWW-SourceForge/Makefile
#	p5-WWW-SourceForge/distinfo
#	p5-WWW-SourceForge/pkg-descr
#	p5-WWW-SourceForge/pkg-plist
#
echo c - p5-WWW-SourceForge/
mkdir -p p5-WWW-SourceForge/ > /dev/null 2>&1
echo x - p5-WWW-SourceForge/Makefile
sed 's/^X//' >p5-WWW-SourceForge/Makefile << 'END-of-p5-WWW-SourceForge/Makefile'
X# New ports collection makefile for:	www/p5-WWW-SourceForge
X# Date created:				21 Oct 2004
X# Whom:					Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       WWW-SourceForge
XPORTVERSION=    0.08
XCATEGORIES=     www perl5
XMASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=     ../../authors/id/G/GU/GOD
XPKGNAMEPREFIX=  p5-
X
XMAINTAINER=     ychsiao@ychsiao.idv.tw
XCOMMENT=        Retrieve infromation from SourceForge site
X
XBUILD_DEPENDS=  ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
X		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
XRUN_DEPENDS=    ${BUILD_DEPENDS}
X
XPERL_CONFIGURE= yes
X
XMAN3=	WWW::SourceForge.3 WWW::SourceForge::Project.3
X
X.include <bsd.port.mk>
END-of-p5-WWW-SourceForge/Makefile
echo x - p5-WWW-SourceForge/distinfo
sed 's/^X//' >p5-WWW-SourceForge/distinfo << 'END-of-p5-WWW-SourceForge/distinfo'
XMD5 (WWW-SourceForge-0.08.tar.gz) = 326e537a38a576d17781a5b0143b3fb4
XSIZE (WWW-SourceForge-0.08.tar.gz) = 5327
END-of-p5-WWW-SourceForge/distinfo
echo x - p5-WWW-SourceForge/pkg-descr
sed 's/^X//' >p5-WWW-SourceForge/pkg-descr << 'END-of-p5-WWW-SourceForge/pkg-descr'
XThis package helps to retrieve SourceForge site information in a perl script.
X
XSo far, can only get very basic information. The goal is to be able to fetch 
XTracker and Mailing list data. Please send any suggestions directly to me.
X
XUse at your own risk, the author is not responsible to any damage caused by 
Xusing this package.
X
XWWW: http://search.cpan.org/~gugod/WWW-SourceForge-0.08/
END-of-p5-WWW-SourceForge/pkg-descr
echo x - p5-WWW-SourceForge/pkg-plist
sed 's/^X//' >p5-WWW-SourceForge/pkg-plist << 'END-of-p5-WWW-SourceForge/pkg-plist'
X%%SITE_PERL%%/WWW/SourceForge.pm
X%%SITE_PERL%%/WWW/SourceForge/Project.pm
X%%SITE_PERL%%/WWW/SourceForge/User.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/SourceForge/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/SourceForge
X@unexec rmdir %D/%%SITE_PERL%%/WWW/SourceForge 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/SourceForge 2>/dev/null || true
END-of-p5-WWW-SourceForge/pkg-plist
exit
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2005-01-26 08:17:05 UTC
State Changed
From-To: open->closed

committed, thanks