summaryrefslogtreecommitdiff
path: root/sysutils/p5-MogileFS-Server
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/p5-MogileFS-Server')
-rw-r--r--sysutils/p5-MogileFS-Server/Makefile44
-rw-r--r--sysutils/p5-MogileFS-Server/distinfo3
-rw-r--r--sysutils/p5-MogileFS-Server/pkg-descr16
-rw-r--r--sysutils/p5-MogileFS-Server/pkg-plist68
4 files changed, 0 insertions, 131 deletions
diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile
deleted file mode 100644
index 5392dced47d3..000000000000
--- a/sysutils/p5-MogileFS-Server/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: p5-mogilefs-server
-# Date created: 2007-04-28
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mogilefs-server
-PORTVERSION= 2.17
-PORTREVISION= 1
-CATEGORIES= sysutils perl5
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= clsung@FreeBSD.org
-COMMENT= MogileFS (distributed filesystem) server
-
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO \
- ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \
- ${SITE_PERL}/Gearman/Client/Async.pm:${PORTSDIR}/devel/p5-Gearman-Client-Async \
- ${SITE_PERL}/Gearman/Server.pm:${PORTSDIR}/devel/p5-Gearman-Server \
- ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
- ${SITE_PERL}/Perlbal.pm:${PORTSDIR}/www/perlbal \
- ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall
-
-PERL_CONFIGURE= yes
-
-MAN1= mogautomount.1 mogilefsd.1 mogstored.1
-MAN3= MogileFS::DevFID.3 MogileFS::FID.3 MogileFS::IOStatWatcher.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 \
- MogileFS::Worker::Query.3 MogileFS::Worker::Replicate.3 \
- MogileFS::Store::Postgres.3
-
-post-install:
-.ifndef(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/p5-MogileFS-Server/distinfo b/sysutils/p5-MogileFS-Server/distinfo
deleted file mode 100644
index 86f7f3294343..000000000000
--- a/sysutils/p5-MogileFS-Server/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mogilefs-server-2.17.tar.gz) = 96814eb32b258557a1beea73d2ff4647
-SHA256 (mogilefs-server-2.17.tar.gz) = 05ce0dcd8973dee68f9cf28e9111fa639a62eaea8836099717381de237ff0aee
-SIZE (mogilefs-server-2.17.tar.gz) = 127923
diff --git a/sysutils/p5-MogileFS-Server/pkg-descr b/sysutils/p5-MogileFS-Server/pkg-descr
deleted file mode 100644
index e25880af53b6..000000000000
--- a/sysutils/p5-MogileFS-Server/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-http://en.wikipedia.org/wiki/MogileFS:
-
-MogileFS was created by Danga Interactive for use with LiveJournal. It
-is similar to the Andrew File System in its design goal. It is different
-than a traditional filesystem in that the user has to access files via
-an API. However, it's possible to implement the file system in user
-space using FUSE, or a similar package.
-
-MogileFS enables horizontal scaling of storage across any number of
-machines. Files are replicated between machines according to
-customizable rules such that at any time a number of drives or machines
-could be lost without data becoming unavailable. It is designed for high
-volume applications, such as high traffic websites, to spread storage
-across cheaper machines without relying on technologies such as NFS.
-
-WWW: http://search.cpan.org/dist/mogilefs-server/
diff --git a/sysutils/p5-MogileFS-Server/pkg-plist b/sysutils/p5-MogileFS-Server/pkg-plist
deleted file mode 100644
index 80c19344148a..000000000000
--- a/sysutils/p5-MogileFS-Server/pkg-plist
+++ /dev/null
@@ -1,68 +0,0 @@
-@comment $FreeBSD$
-%%PORTDOCS%%%%DOCSDIR%%/fsck-notes.txt
-%%PORTDOCS%%%%DOCSDIR%%/memcache-support.txt
-%%PORTDOCS%%%%DOCSDIR%%/testing.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
-%%SITE_PERL%%/MogileFS/HTTPFile.pm
-%%SITE_PERL%%/MogileFS/Host.pm
-%%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
-%%SITE_PERL%%/MogileFS/Store/SQLite.pm
-%%SITE_PERL%%/MogileFS/Store/Postgres.pm
-%%SITE_PERL%%/MogileFS/Sys.pm
-%%SITE_PERL%%/MogileFS/Util.pm
-%%SITE_PERL%%/MogileFS/Worker.pm
-%%SITE_PERL%%/MogileFS/Worker/Delete.pm
-%%SITE_PERL%%/MogileFS/Worker/Fsck.pm
-%%SITE_PERL%%/MogileFS/Worker/Monitor.pm
-%%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/Apache.pm
-%%SITE_PERL%%/Mogstored/HTTPServer/Lighttpd.pm
-%%SITE_PERL%%/Mogstored/HTTPServer/Perlbal.pm
-%%SITE_PERL%%/Mogstored/SideChannelClient.pm
-%%SITE_PERL%%/Mogstored/SideChannelListener.pm
-bin/mogautomount
-bin/mogdbsetup
-bin/mogilefsd
-bin/mogstored
-@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
-%%PORTDOCS%%@dirrm %%DOCSDIR%%