aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-MogileFS-Server
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-07-04 02:25:25 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-07-04 02:25:25 +0000
commit3b0c13e3f19893c48d7a066ffd1e153d90b64f92 (patch)
treeea9ae38cd0149e841da293fa14554a52b8034db3 /sysutils/p5-MogileFS-Server
parent42d56547170a9c646b489e0e0d14faae310c2ffe (diff)
downloadports-3b0c13e3f19893c48d7a066ffd1e153d90b64f92.tar.gz
ports-3b0c13e3f19893c48d7a066ffd1e153d90b64f92.zip
Notes
Diffstat (limited to 'sysutils/p5-MogileFS-Server')
-rw-r--r--sysutils/p5-MogileFS-Server/Makefile10
-rw-r--r--sysutils/p5-MogileFS-Server/distinfo6
-rw-r--r--sysutils/p5-MogileFS-Server/pkg-plist20
3 files changed, 23 insertions, 13 deletions
diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile
index 80b8266fc6d5..2d7481456e58 100644
--- a/sysutils/p5-MogileFS-Server/Makefile
+++ b/sysutils/p5-MogileFS-Server/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= mogilefs-server
-PORTVERSION= 2.10.919
+PORTVERSION= 2.16
CATEGORIES= sysutils perl5
-MASTER_SITES= http://freebsd.csie.nctu.edu.tw/~gslin/files/
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-2.10.r919
-MAINTAINER= gslin@gslin.org
+MAINTAINER= clsung@FreeBSD.org
COMMENT= MogileFS (distributed filesystem) server
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO \
@@ -25,7 +25,7 @@ PERL_CONFIGURE= yes
MAN1= mogautomount.1 mogilefsd.1 mogstored.1
MAN3= MogileFS::DevFID.3 MogileFS::FID.3 MogileFS::IOStatWatcher.3 \
- MogileFS::Overview.3 \
+ MogileFS::Overview.3 MogileFS::ReplicationPolicy.3 \
MogileFS::ReplicationPolicy::MultipleHosts.3 \
MogileFS::Server.3 MogileFS::Store.3 \
MogileFS::Store::MySQL.3 MogileFS::Store::SQLite.3 \
diff --git a/sysutils/p5-MogileFS-Server/distinfo b/sysutils/p5-MogileFS-Server/distinfo
index 5103dc605c6a..f8b85faab381 100644
--- a/sysutils/p5-MogileFS-Server/distinfo
+++ b/sysutils/p5-MogileFS-Server/distinfo
@@ -1,3 +1,3 @@
-MD5 (mogilefs-server-2.10.r919.tar.gz) = b9e4aeeef4f69bbf6592a2db2db2856a
-SHA256 (mogilefs-server-2.10.r919.tar.gz) = 82d79d00995748d9fd1511d3480ee08ecbd8683a814f4ab7d2956612951b8b00
-SIZE (mogilefs-server-2.10.r919.tar.gz) = 111815
+MD5 (mogilefs-server-2.16.tar.gz) = 60544a8dbfde9658e8c733d710fbad65
+SHA256 (mogilefs-server-2.16.tar.gz) = 1abe8896860877546d4961bfa06d3bba63852462328afddfcaedaa2b5c35873a
+SIZE (mogilefs-server-2.16.tar.gz) = 117379
diff --git a/sysutils/p5-MogileFS-Server/pkg-plist b/sysutils/p5-MogileFS-Server/pkg-plist
index e359fc86ec49..2425d9d41775 100644
--- a/sysutils/p5-MogileFS-Server/pkg-plist
+++ b/sysutils/p5-MogileFS-Server/pkg-plist
@@ -1,15 +1,15 @@
@comment $FreeBSD$
-%%PORTDOCS%%%%DOCSDIR%%/apache.conf
%%PORTDOCS%%%%DOCSDIR%%/fsck-notes.txt
-%%PORTDOCS%%%%DOCSDIR%%/lighttpd.conf
%%PORTDOCS%%%%DOCSDIR%%/memcache-support.txt
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mogilefs-server/.packlist
%%SITE_PERL%%/MogileFS/Class.pm
%%SITE_PERL%%/MogileFS/Config.pm
%%SITE_PERL%%/MogileFS/Connection/Client.pm
+%%SITE_PERL%%/MogileFS/Connection/Mogstored.pm
%%SITE_PERL%%/MogileFS/Connection/Worker.pm
%%SITE_PERL%%/MogileFS/DevFID.pm
%%SITE_PERL%%/MogileFS/Device.pm
+%%SITE_PERL%%/MogileFS/DeviceState.pm
%%SITE_PERL%%/MogileFS/Domain.pm
%%SITE_PERL%%/MogileFS/Exception.pm
%%SITE_PERL%%/MogileFS/FID.pm
@@ -18,7 +18,13 @@
%%SITE_PERL%%/MogileFS/IOStatWatcher.pm
%%SITE_PERL%%/MogileFS/Overview.pm
%%SITE_PERL%%/MogileFS/ProcManager.pm
+%%SITE_PERL%%/MogileFS/RebalancePolicy.pm
+%%SITE_PERL%%/MogileFS/RebalancePolicy/DrainDevices.pm
+%%SITE_PERL%%/MogileFS/RebalancePolicy/PercentFree.pm
+%%SITE_PERL%%/MogileFS/RebalancePolicy/Random.pm
+%%SITE_PERL%%/MogileFS/ReplicationPolicy.pm
%%SITE_PERL%%/MogileFS/ReplicationPolicy/MultipleHosts.pm
+%%SITE_PERL%%/MogileFS/ReplicationRequest.pm
%%SITE_PERL%%/MogileFS/Server.pm
%%SITE_PERL%%/MogileFS/Store.pm
%%SITE_PERL%%/MogileFS/Store/MySQL.pm
@@ -32,23 +38,27 @@
%%SITE_PERL%%/MogileFS/Worker/Query.pm
%%SITE_PERL%%/MogileFS/Worker/Reaper.pm
%%SITE_PERL%%/MogileFS/Worker/Replicate.pm
+%%SITE_PERL%%/Mogstored/ChildProcess.pm
+%%SITE_PERL%%/Mogstored/ChildProcess/DiskUsage.pm
+%%SITE_PERL%%/Mogstored/ChildProcess/FIDSizes.pm
+%%SITE_PERL%%/Mogstored/ChildProcess/IOStat.pm
+%%SITE_PERL%%/Mogstored/FIDStatter.pm
%%SITE_PERL%%/Mogstored/HTTPServer.pm
%%SITE_PERL%%/Mogstored/HTTPServer/Lighttpd.pm
%%SITE_PERL%%/Mogstored/HTTPServer/Perlbal.pm
%%SITE_PERL%%/Mogstored/SideChannelClient.pm
%%SITE_PERL%%/Mogstored/SideChannelListener.pm
-%%SITE_PERL%%/makedocs.pl
bin/mogautomount
bin/mogdbsetup
bin/mogilefsd
bin/mogstored
-bin/mogstored-diskusage
-bin/mogstored-iostat
@dirrmtry %%SITE_PERL%%/Mogstored/HTTPServer
+@dirrmtry %%SITE_PERL%%/Mogstored/ChildProcess
@dirrmtry %%SITE_PERL%%/Mogstored
@dirrmtry %%SITE_PERL%%/MogileFS/Worker
@dirrmtry %%SITE_PERL%%/MogileFS/Store
@dirrmtry %%SITE_PERL%%/MogileFS/ReplicationPolicy
+@dirrmtry %%SITE_PERL%%/MogileFS/RebalancePolicy
@dirrmtry %%SITE_PERL%%/MogileFS/Connection
@dirrmtry %%SITE_PERL%%/MogileFS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mogilefs-server