Bug 132306 - [NEW PORT] www/WWW-NicoVideo-Download: Perl module of download FLV/MP4/SWF files from nicovideo.jp
Summary: [NEW PORT] www/WWW-NicoVideo-Download: Perl module of download FLV/MP4/SWF fi...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 11:40 UTC by kaoru
Modified: 2009-03-12 16:50 UTC (History)
1 user (show)

See Also:


Attachments
WWW-NicoVideo-Download-0.02.shar (2.53 KB, text/plain)
2009-03-04 11:40 UTC, kaoru
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaoru 2009-03-04 11:40:01 UTC
Perl module of download FLV/MP4/SWF files from nicovideo.jp (Nico Nico Douga).

WWW:	http://search.cpan.org/dist/WWW-NicoVideo-Download/

Generated with FreeBSD Port Tools 0.77
Comment 1 kaoru 2009-03-04 11:46:17 UTC
I forgot to add "PKGNAMEPREFIX=p5-".
Please add "PKGNAMEPREFIX=p5-".

diff -ruN p5-WWW-NicoVideo-Download.orig/Makefile p5-WWW-NicoVideo-Download/Makefile
--- p5-WWW-NicoVideo-Download.orig/Makefile	2009-03-04 20:24:45.000000000 +0900
+++ p5-WWW-NicoVideo-Download/Makefile	2009-03-04 20:41:12.000000000 +0900
@@ -9,6 +9,7 @@
 PORTVERSION=	0.02
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kaoru@kaisei.org
 COMMENT=	Perl module of download FLV/MP4/SWF files from nicovideo.jp
Comment 2 kaoru 2009-03-04 11:57:39 UTC
I found more typo.
Please use following shar archive instead.

--- p5-WWW-NicoVideo-Download-0.02.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-WWW-NicoVideo-Download
#	p5-WWW-NicoVideo-Download/pkg-descr
#	p5-WWW-NicoVideo-Download/Makefile
#	p5-WWW-NicoVideo-Download/pkg-plist
#	p5-WWW-NicoVideo-Download/distinfo
#
echo c - p5-WWW-NicoVideo-Download
mkdir -p p5-WWW-NicoVideo-Download > /dev/null 2>&1
echo x - p5-WWW-NicoVideo-Download/pkg-descr
sed 's/^X//' >p5-WWW-NicoVideo-Download/pkg-descr << 'ceea79227cc95d2bd36be51e9f18fef4'
XPerl module of download FLV/MP4/SWF files from nicovideo.jp (Nico Nico Douga).
X
XWWW:	http://search.cpan.org/dist/WWW-NicoVideo-Download/
ceea79227cc95d2bd36be51e9f18fef4
echo x - p5-WWW-NicoVideo-Download/Makefile
sed 's/^X//' >p5-WWW-NicoVideo-Download/Makefile << '682153349ffd13f9b03ed3834b43d975'
X# New ports collection makefile for:	p5-WWW-NicoVideo-Download
X# Date created:		2009-03-03
X# Whom:			TAKAHASHI Kaoru <kaoru@kaisei.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	WWW-NicoVideo-Download
XPORTVERSION=	0.02
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	kaoru@kaisei.org
XCOMMENT=	Perl module of download FLV/MP4/SWF files from nicovideo.jp
X
XRUN_DEPENDS=	${SITE_PERL}/Any/Moose.pm:${PORTSDIR}/devel/p5-Any-Moose \
X		${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \
X		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
X
XPERL_CONFIGURE=	5.8.0+
X
XMAN3=		WWW::NicoVideo::Download.3
X
X.include <bsd.port.mk>
682153349ffd13f9b03ed3834b43d975
echo x - p5-WWW-NicoVideo-Download/pkg-plist
sed 's/^X//' >p5-WWW-NicoVideo-Download/pkg-plist << '4a3c4fd8d6be94b50e4e544bb4b6c88f'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo/Download/.packlist
X%%SITE_PERL%%/WWW/NicoVideo/Download.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo/Download
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
X@dirrmtry %%SITE_PERL%%/WWW/NicoVideo
X@dirrmtry %%SITE_PERL%%/WWW
4a3c4fd8d6be94b50e4e544bb4b6c88f
echo x - p5-WWW-NicoVideo-Download/distinfo
sed 's/^X//' >p5-WWW-NicoVideo-Download/distinfo << '200c175682b76cbcd929d425bbbb757c'
XMD5 (WWW-NicoVideo-Download-0.02.tar.gz) = 483469d6dc836bd14788ef80a18cbba9
XSHA256 (WWW-NicoVideo-Download-0.02.tar.gz) = e115acdca7a1ac704917eb203a695c63403986f27d30da2e81769028617cc737
XSIZE (WWW-NicoVideo-Download-0.02.tar.gz) = 38278
200c175682b76cbcd929d425bbbb757c
exit
--- p5-WWW-NicoVideo-Download-0.02.shar ends here ---
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-03-09 20:03:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-03-12 16:45:33 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-03-12 16:46:02 UTC
miwi        2009-03-12 16:45:48 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-WWW-Nicovideo-Download Makefile distinfo pkg-descr 
                                  pkg-plist 
  Log:
  Perl module of download FLV/MP4/SWF files from nicovideo.jp (Nico Nico Douga).
  
  WWW:    http://search.cpan.org/dist/WWW-NicoVideo-Download/
  
  PR:             ports/132306
  Submitted by:   TAKAHASHI Kaoru <kaoru at kaisei.org>
  
  Revision  Changes    Path
  1.2286    +1 -0      ports/www/Makefile
  1.1       +24 -0     ports/www/p5-WWW-Nicovideo-Download/Makefile (new)
  1.1       +3 -0      ports/www/p5-WWW-Nicovideo-Download/distinfo (new)
  1.1       +3 -0      ports/www/p5-WWW-Nicovideo-Download/pkg-descr (new)
  1.1       +8 -0      ports/www/p5-WWW-Nicovideo-Download/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"