Skip to content

Commit

Permalink
Import p5-WWW-Opentracker-Stats-1.11
Browse files Browse the repository at this point in the history
I am going to eventually make a new torrent site and this will help me prepare.
  • Loading branch information
afresh1 committed Sep 1, 2012
1 parent e10e1fd commit d8df514
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
21 changes: 21 additions & 0 deletions www/p5-WWW-Opentracker-Stats/Makefile
@@ -0,0 +1,21 @@
# $OpenBSD: Makefile.template,v 1.61 2012/03/29 13:41:58 sthen Exp $

COMMENT= authentication and authorization via cookies

MODULES= cpan
DISTNAME= WWW-Opentracker-Stats-1.11
CATEGORIES= www

# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

RUN_DEPENDS= math/p5-Bit-Vector \
devel/p5-Class-Accessor \
devel/p5-Class-Data-Inheritable \
converters/p5-Convert-Bencode \
www/p5-libwww

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions www/p5-WWW-Opentracker-Stats/distinfo
@@ -0,0 +1,2 @@
SHA256 (WWW-Opentracker-Stats-1.11.tar.gz) = eicVyWh/aShk2t212mOGAfOjDyA5Hfz2x6JyNEgRqfo=
SIZE (WWW-Opentracker-Stats-1.11.tar.gz) = 10447
6 changes: 6 additions & 0 deletions www/p5-WWW-Opentracker-Stats/pkg/DESCR
@@ -0,0 +1,6 @@
Provides an easy to use interface to retrieve various statistics from
opentracker, a BitTorrent tracker.

It executes HTTP requests to opentrackers web services, parses the
response and returns data structures that you can easily extract data from,
to store it in a database or display it on the web.
35 changes: 35 additions & 0 deletions www/p5-WWW-Opentracker-Stats/pkg/PLIST
@@ -0,0 +1,35 @@
@comment $OpenBSD$
${P5SITE}/WWW/Opentracker/
${P5SITE}/WWW/Opentracker/Stats/
${P5SITE}/WWW/Opentracker/Stats.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/
${P5SITE}/WWW/Opentracker/Stats/Mode.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/Conn.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/Fullscrape.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/HttpErrors.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/Peer.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/Renew.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/Scrape.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/TCP4.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/TPBS/
${P5SITE}/WWW/Opentracker/Stats/Mode/TPBS.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/TPBS/Bencode.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/Top10.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/Torr.pm
${P5SITE}/WWW/Opentracker/Stats/Mode/UDP4.pm
${P5SITE}/WWW/Opentracker/Stats/UserAgent.pm
@man man/man3p/WWW::Opentracker::Stats.3p
@man man/man3p/WWW::Opentracker::Stats::Mode.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::Conn.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::Fullscrape.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::HttpErrors.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::Peer.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::Renew.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::Scrape.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::TCP4.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::TPBS.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::TPBS::Bencode.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::Top10.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::Torr.3p
@man man/man3p/WWW::Opentracker::Stats::Mode::UDP4.3p
@man man/man3p/WWW::Opentracker::Stats::UserAgent.3p

0 comments on commit d8df514

Please sign in to comment.