From a850fae434a416f4f7fe26129c1540ae781a9696 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 29 Oct 2009 22:21:45 +0000 Subject: [PATCH] A basic file manager writen in Perl and using ZConf::Runner to figure out what todo with files and ZConf::Bookmark to store bookmarks. WWW: http://search.cpan.org/dist/PerlFM/ PR: ports/139773 Submitted by: Zane C, Bowers --- x11-fm/Makefile | 1 + x11-fm/p5-PerlFM/Makefile | 30 ++++++++++++++++++++++++++++++ x11-fm/p5-PerlFM/distinfo | 3 +++ x11-fm/p5-PerlFM/pkg-descr | 6 ++++++ x11-fm/p5-PerlFM/pkg-plist | 4 ++++ 5 files changed, 44 insertions(+) create mode 100644 x11-fm/p5-PerlFM/Makefile create mode 100644 x11-fm/p5-PerlFM/distinfo create mode 100644 x11-fm/p5-PerlFM/pkg-descr create mode 100644 x11-fm/p5-PerlFM/pkg-plist diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 04c31afca0d4..d1f38c2e4b0e 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -25,6 +25,7 @@ SUBDIR += mtoolsfm SUBDIR += mucommander SUBDIR += nautilus + SUBDIR += p5-PerlFM SUBDIR += pbi-thumbnailer SUBDIR += pcmanfm SUBDIR += py-nautilus diff --git a/x11-fm/p5-PerlFM/Makefile b/x11-fm/p5-PerlFM/Makefile new file mode 100644 index 000000000000..b963591ae391 --- /dev/null +++ b/x11-fm/p5-PerlFM/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: x11-fm/p5-PerlFM +# Date created: 2009-10-19 +# Whom: Zane C, Bowers +# +# $FreeBSD$ +# + +PORTNAME= PerlFM +PORTVERSION= 0.0.0 +CATEGORIES= x11-fm +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= A Perl based file manager + +RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + p5-Gtk2-Chmod>=0.0.0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Chmod \ + p5-Gtk2-PathButtonBar>=0.1.2:${PORTSDIR}/x11-toolkits/p5-Gtk2-PathButtonBar \ + p5-String-ShellQuote>=1.03:${PORTSDIR}/textproc/p5-String-ShellQuote \ + p5-File-Stat-Bits>=1.01:${PORTSDIR}/sysutils/p5-File-Stat-Bits \ + p5-ZConf-Bookmarks>=0.2.3:${PORTSDIR}/net/p5-ZConf-Bookmarks \ + p5-ZConf-Runner>=2.1.1:${PORTSDIR}/deskutils/p5-ZConf-Runner + +PERL_CONFIGURE= yes + +MAN3= PerlFM.3 + +.include diff --git a/x11-fm/p5-PerlFM/distinfo b/x11-fm/p5-PerlFM/distinfo new file mode 100644 index 000000000000..b6b1b47fd8c9 --- /dev/null +++ b/x11-fm/p5-PerlFM/distinfo @@ -0,0 +1,3 @@ +MD5 (PerlFM-0.0.0.tar.gz) = bc35af7edc0810fc38ad65bcda38824e +SHA256 (PerlFM-0.0.0.tar.gz) = 0d12039ec178165cf5cff26ea9a613ce73a5ae31b4f5a64f53e2aee7ba9afc65 +SIZE (PerlFM-0.0.0.tar.gz) = 11106 diff --git a/x11-fm/p5-PerlFM/pkg-descr b/x11-fm/p5-PerlFM/pkg-descr new file mode 100644 index 000000000000..76acc1ef5be3 --- /dev/null +++ b/x11-fm/p5-PerlFM/pkg-descr @@ -0,0 +1,6 @@ +A basic file manager writen in Perl and using ZConf::Runner +to figure out what todo with files and ZConf::Bookmark to +store bookmarks. + + +WWW: http://search.cpan.org/dist/PerlFM/ diff --git a/x11-fm/p5-PerlFM/pkg-plist b/x11-fm/p5-PerlFM/pkg-plist new file mode 100644 index 000000000000..64f4adf9d06e --- /dev/null +++ b/x11-fm/p5-PerlFM/pkg-plist @@ -0,0 +1,4 @@ +bin/pfm +%%SITE_PERL%%/PerlFM.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlFM/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlFM