Date: Sat, 23 Jun 2001 01:08:20 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28357: New port: misc/cfm Message-ID: <200106230508.f5N58Kl18939@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 28357 >Category: ports >Synopsis: New port: misc/cfm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 22:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: 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/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cfm # cfm/distinfo # cfm/pkg-descr # cfm/pkg-plist # cfm/pkg-comment # cfm/Makefile # echo c - cfm mkdir -p cfm > /dev/null 2>&1 echo x - cfm/distinfo sed 's/^X//' >cfm/distinfo << 'END-of-cfm/distinfo' XMD5 (cfm-0.5.tar.gz) = 861797bb93e0b6122a5d0fc295156fdf END-of-cfm/distinfo echo x - cfm/pkg-descr sed 's/^X//' >cfm/pkg-descr << 'END-of-cfm/pkg-descr' Xcfm is the "Canine File Manager", with a mutt-like interface. X XSome cool CFM features: X - Color Listings X - Mouseless Operation X - Context Menus based on file extension X - Limit listing by regular expression X - Create a selection based by regular expressio X XWWW: http://www.rpi.edu/~mullr/cfm/ X X- Pete Xpetef@databits.net END-of-cfm/pkg-descr echo x - cfm/pkg-plist sed 's/^X//' >cfm/pkg-plist << 'END-of-cfm/pkg-plist' Xbin/cfm Xshare/examples/cfm/dot.cfmrc END-of-cfm/pkg-plist echo x - cfm/pkg-comment sed 's/^X//' >cfm/pkg-comment << 'END-of-cfm/pkg-comment' XQuick Perl/Tk file manager with support for regular expressions END-of-cfm/pkg-comment echo x - cfm/Makefile sed 's/^X//' >cfm/Makefile << 'END-of-cfm/Makefile' X# New ports collection makefile for: cfm X# Date created: 23 June 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= cfm XPORTVERSION= 0.5 XCATEGORIES= misc XMASTER_SITES= http://www.rpi.edu/~mullr/cfm/dist/ X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk X XNO_BUILD= yes XUSE_PERL5= yes X Xpost-patch: X @${PERL} -pi -e 's!#!/usr/bin/perl!#!${PERL}!' ${WRKSRC}/cfm X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/cfm ${PREFIX}/bin X @${MKDIR} ${PREFIX}/share/examples/cfm X ${INSTALL_DATA} ${WRKSRC}/example.cfmrc \ X ${PREFIX}/share/examples/cfm/dot.cfmrc X X.include <bsd.port.mk> END-of-cfm/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106230508.f5N58Kl18939>