1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add cfm 0.5, quick Perl/Tk file manager with support for regular

expressions.

PR:		28357
Submitted by:	petef@databits.net
This commit is contained in:
Mark Pulford 2001-06-23 06:53:28 +00:00
parent 9159109357
commit 4afab58dbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44342
6 changed files with 47 additions and 0 deletions

View File

@ -3,6 +3,7 @@
SUBDIR += asfiles
SUBDIR += binder
SUBDIR += cfm
SUBDIR += dfm
SUBDIR += endeavour
SUBDIR += ezfm

29
x11-fm/cfm/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: cfm
# Date created: 23 June 2001
# Whom: petef@databits.net
#
# $FreeBSD$
#
PORTNAME= cfm
PORTVERSION= 0.5
CATEGORIES= x11-fm
MASTER_SITES= http://www.rpi.edu/~mullr/cfm/dist/
MAINTAINER= petef@databits.net
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
NO_BUILD= yes
USE_PERL5= yes
post-patch:
@${PERL} -pi -e 's|#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/cfm
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cfm ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/examples/cfm
${INSTALL_DATA} ${WRKSRC}/example.cfmrc \
${PREFIX}/share/examples/cfm/dot.cfmrc
.include <bsd.port.mk>

1
x11-fm/cfm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cfm-0.5.tar.gz) = 861797bb93e0b6122a5d0fc295156fdf

1
x11-fm/cfm/pkg-comment Normal file
View File

@ -0,0 +1 @@
Quick Perl/Tk file manager with support for regular expressions

13
x11-fm/cfm/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
cfm is the "Canine File Manager", with a mutt-like interface.
Some cool CFM features:
- Color Listings
- Mouseless Operation
- Context Menus based on file extension
- Limit listing by regular expression
- Create a selection based by regular expressio
WWW: http://www.rpi.edu/~mullr/cfm/
- Pete
petef@databits.net

2
x11-fm/cfm/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/cfm
share/examples/cfm/dot.cfmrc