Add p5-MogileFS-Client 1.06, client library for the MogileFS distributed

file system.

PR:		ports/111995
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2007-04-27 10:10:16 +00:00
parent 1fac32fe1c
commit f66ed018fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191002
5 changed files with 44 additions and 0 deletions

View file

@ -441,6 +441,7 @@
SUBDIR += p5-Fuse-Simple
SUBDIR += p5-LJ-Cache
SUBDIR += p5-LJ-TextMessage
SUBDIR += p5-MogileFS-Client
SUBDIR += p5-Proc-PidUtil
SUBDIR += p5-Quota
SUBDIR += p5-Schedule-At

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-MogileFS-Client
# Date created: 2007-04-22
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= MogileFS-Client
PORTVERSION= 1.06
CATEGORIES= sysutils net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Client library for the MogileFS distributed file system
RUN_DEPENDS= ${SITE_PERL}/IO/WrapTie.pm:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= MogileFS::Client.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (MogileFS-Client-1.06.tar.gz) = bba37011319a433d470299ffb2cf7ac3
SHA256 (MogileFS-Client-1.06.tar.gz) = 15a090e91f912dc625049578eccbfe001461864268d5c8ec4d974f009e7a0d4e
SIZE (MogileFS-Client-1.06.tar.gz) = 18144

View file

@ -0,0 +1,6 @@
This module is a client library for the MogileFS distributed file
system. The class method 'new' creates a client object against a
particular mogilefs tracker and domain. This object may then be used
to store and retrieve content easily from MogileFS.
WWW: http://search.cpan.org/dist/MogileFS-Client/

View file

@ -0,0 +1,9 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS/Client/.packlist
%%SITE_PERL%%/MogileFS/Admin.pm
%%SITE_PERL%%/MogileFS/Backend.pm
%%SITE_PERL%%/MogileFS/Client.pm
%%SITE_PERL%%/MogileFS/NewHTTPFile.pm
@dirrmtry %%SITE_PERL%%/MogileFS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS/Client
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS