diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-27 23:50:16 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-27 23:50:16 +0800 |
commit | fdbc62ebe1846ce39e27f47d1fa5855f7950b82d (patch) | |
tree | 4bc84c1110f0e72bdd85355a68815c3148830f9c /sysutils/p5-MogileFS-Utils | |
parent | 167c9df09ef1a69180363f8e5c76b301172abe46 (diff) | |
download | freebsd-ports-gnome-fdbc62ebe1846ce39e27f47d1fa5855f7950b82d.tar.gz freebsd-ports-gnome-fdbc62ebe1846ce39e27f47d1fa5855f7950b82d.tar.zst freebsd-ports-gnome-fdbc62ebe1846ce39e27f47d1fa5855f7950b82d.zip |
Add p5-MogileFS-Utils 2.08, mogileFS tools.
PR: ports/112000
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'sysutils/p5-MogileFS-Utils')
-rw-r--r-- | sysutils/p5-MogileFS-Utils/Makefile | 25 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/distinfo | 3 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/pkg-plist | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile new file mode 100644 index 000000000000..85fdf75a47c6 --- /dev/null +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-MogileFS-Utils +# Date created: 2007-04-22 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= MogileFS-Utils +PORTVERSION= 2.08 +CATEGORIES= sysutils net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= MogileFS tools + +RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/MogileFS/Client.pm:${PORTSDIR}/sysutils/p5-MogileFS-Client + +PERL_CONFIGURE= yes + +MAN1= mogadm.1 mogtool.1 + +.include <bsd.port.mk> diff --git a/sysutils/p5-MogileFS-Utils/distinfo b/sysutils/p5-MogileFS-Utils/distinfo new file mode 100644 index 000000000000..f817dec10831 --- /dev/null +++ b/sysutils/p5-MogileFS-Utils/distinfo @@ -0,0 +1,3 @@ +MD5 (MogileFS-Utils-2.08.tar.gz) = 72380fb104bafc4b56e98d4268768299 +SHA256 (MogileFS-Utils-2.08.tar.gz) = 6ea18f94db1f3a2cd6523530a78a750abe63c76905cb2c2ae21578ddd4db3d50 +SIZE (MogileFS-Utils-2.08.tar.gz) = 23497 diff --git a/sysutils/p5-MogileFS-Utils/pkg-descr b/sysutils/p5-MogileFS-Utils/pkg-descr new file mode 100644 index 000000000000..cb57a200ca34 --- /dev/null +++ b/sysutils/p5-MogileFS-Utils/pkg-descr @@ -0,0 +1,6 @@ +This package contains two tools to manage MogileFS: + +mogadm - MogileFS admin tool +mogtool - Inject/extract data to/from a MogileFS installation + +WWW: http://search.cpan.org/dist/MogileFS-Utils/ diff --git a/sysutils/p5-MogileFS-Utils/pkg-plist b/sysutils/p5-MogileFS-Utils/pkg-plist new file mode 100644 index 000000000000..2f10397cb763 --- /dev/null +++ b/sysutils/p5-MogileFS-Utils/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS-Utils/.packlist +bin/mogadm +bin/mogtool +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS-Utils |