diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-23 06:53:28 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-23 06:53:28 +0000 |
commit | 4afab58dbdd384c1441ef80095a6b2058bb32e75 (patch) | |
tree | 3eefe6d3748424b41f731af00aaa9eed85d80857 /x11-fm/cfm | |
parent | 91591093570bdf341dc2d54d5b5fa7b45a36ba5d (diff) | |
download | ports-4afab58dbdd384c1441ef80095a6b2058bb32e75.tar.gz ports-4afab58dbdd384c1441ef80095a6b2058bb32e75.zip |
Notes
Diffstat (limited to 'x11-fm/cfm')
-rw-r--r-- | x11-fm/cfm/Makefile | 29 | ||||
-rw-r--r-- | x11-fm/cfm/distinfo | 1 | ||||
-rw-r--r-- | x11-fm/cfm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/cfm/pkg-descr | 13 | ||||
-rw-r--r-- | x11-fm/cfm/pkg-plist | 2 |
5 files changed, 46 insertions, 0 deletions
diff --git a/x11-fm/cfm/Makefile b/x11-fm/cfm/Makefile new file mode 100644 index 000000000000..73ae502f70e3 --- /dev/null +++ b/x11-fm/cfm/Makefile @@ -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> diff --git a/x11-fm/cfm/distinfo b/x11-fm/cfm/distinfo new file mode 100644 index 000000000000..f748f73ed4ff --- /dev/null +++ b/x11-fm/cfm/distinfo @@ -0,0 +1 @@ +MD5 (cfm-0.5.tar.gz) = 861797bb93e0b6122a5d0fc295156fdf diff --git a/x11-fm/cfm/pkg-comment b/x11-fm/cfm/pkg-comment new file mode 100644 index 000000000000..cb9e66423060 --- /dev/null +++ b/x11-fm/cfm/pkg-comment @@ -0,0 +1 @@ +Quick Perl/Tk file manager with support for regular expressions diff --git a/x11-fm/cfm/pkg-descr b/x11-fm/cfm/pkg-descr new file mode 100644 index 000000000000..e44736d9cf6a --- /dev/null +++ b/x11-fm/cfm/pkg-descr @@ -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 diff --git a/x11-fm/cfm/pkg-plist b/x11-fm/cfm/pkg-plist new file mode 100644 index 000000000000..618b87106d84 --- /dev/null +++ b/x11-fm/cfm/pkg-plist @@ -0,0 +1,2 @@ +bin/cfm +share/examples/cfm/dot.cfmrc |