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>
This commit is contained in:
parent
feda3474b1
commit
a850fae434
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243492
5 changed files with 44 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
SUBDIR += mtoolsfm
|
||||
SUBDIR += mucommander
|
||||
SUBDIR += nautilus
|
||||
SUBDIR += p5-PerlFM
|
||||
SUBDIR += pbi-thumbnailer
|
||||
SUBDIR += pcmanfm
|
||||
SUBDIR += py-nautilus
|
||||
|
|
30
x11-fm/p5-PerlFM/Makefile
Normal file
30
x11-fm/p5-PerlFM/Makefile
Normal file
|
@ -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>
|
3
x11-fm/p5-PerlFM/distinfo
Normal file
3
x11-fm/p5-PerlFM/distinfo
Normal file
|
@ -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
|
6
x11-fm/p5-PerlFM/pkg-descr
Normal file
6
x11-fm/p5-PerlFM/pkg-descr
Normal file
|
@ -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/
|
4
x11-fm/p5-PerlFM/pkg-plist
Normal file
4
x11-fm/p5-PerlFM/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/pfm
|
||||
%%SITE_PERL%%/PerlFM.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlFM/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlFM
|
Loading…
Reference in a new issue