diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-29 22:21:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-29 22:21:45 +0000 |
commit | a850fae434a416f4f7fe26129c1540ae781a9696 (patch) | |
tree | 74d4e8cd62a9722949a2166b88d1c7d7d09f02e7 /x11-fm/p5-PerlFM | |
parent | feda3474b1380b854614784d63e98d49202bcd1e (diff) | |
download | ports-a850fae434a416f4f7fe26129c1540ae781a9696.tar.gz ports-a850fae434a416f4f7fe26129c1540ae781a9696.zip |
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 <vvelox at vvelox.net>
Notes
Notes:
svn path=/head/; revision=243492
Diffstat (limited to 'x11-fm/p5-PerlFM')
-rw-r--r-- | x11-fm/p5-PerlFM/Makefile | 30 | ||||
-rw-r--r-- | x11-fm/p5-PerlFM/distinfo | 3 | ||||
-rw-r--r-- | x11-fm/p5-PerlFM/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fm/p5-PerlFM/pkg-plist | 4 |
4 files changed, 43 insertions, 0 deletions
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 <vvelox@vvelox.net> +# +# $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 <bsd.port.mk> 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 |