From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 10 23:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7427A16A4CE for ; Fri, 10 Dec 2004 23:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA7C43D62 for ; Fri, 10 Dec 2004 23:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBANKRp9041435 for ; Fri, 10 Dec 2004 23:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBANKRXr041434; Fri, 10 Dec 2004 23:20:27 GMT (envelope-from gnats) Resent-Date: Fri, 10 Dec 2004 23:20:27 GMT Resent-Message-Id: <200412102320.iBANKRXr041434@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Slaven Rezic Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCF916A4CE for ; Fri, 10 Dec 2004 23:10:38 +0000 (GMT) Received: from mail.netbeat.de (mail.netbeat.de [193.254.185.26]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A15A43D48 for ; Fri, 10 Dec 2004 23:10:38 +0000 (GMT) (envelope-from slaven@rezic.de) Received: (qmail 14408 invoked from network); 10 Dec 2004 23:28:58 -0000 Received: from d473c.d.pppool.de (HELO vran.herceg.de) (80.184.71.60) by mail.netbeat.de with SMTP; 10 Dec 2004 23:28:58 -0000 Received: (from eserte@localhost) by vran.herceg.de (8.12.10/8.12.10/Submit) id iBANAR83018708; Sat, 11 Dec 2004 00:10:27 +0100 (CET) (envelope-from eserte) Message-Id: <200412102310.iBANAR83018708@vran.herceg.de> Date: Sat, 11 Dec 2004 00:10:27 +0100 (CET) From: Slaven Rezic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74933: new port: misc/lesspipe (a preprocessor for less) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Slaven Rezic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 23:20:28 -0000 >Number: 74933 >Category: ports >Synopsis: new port: misc/lesspipe (a preprocessor for less) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 10 23:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Slaven Rezic >Release: FreeBSD 4.9-STABLE i386 >Organization: www.rezic.de >Environment: System: FreeBSD vran.herceg.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Dec 4 12:12:57 CET 2003 root@vran.herceg.de:/usr/obj/usr/local/src/FreeBSD-4/src/sys/VRAN i386 >Description: >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: # # lesspipe # lesspipe/distinfo # lesspipe/Makefile # lesspipe/pkg-descr # lesspipe/pkg-message # echo c - lesspipe mkdir -p lesspipe > /dev/null 2>&1 echo x - lesspipe/distinfo sed 's/^X//' >lesspipe/distinfo << 'END-of-lesspipe/distinfo' XMD5 (lesspipe-1.43.tar.gz) = 76c5ce7b45afc3fa7584acb299e0d98f XSIZE (lesspipe-1.43.tar.gz) = 51922 END-of-lesspipe/distinfo echo x - lesspipe/Makefile sed 's/^X//' >lesspipe/Makefile << 'END-of-lesspipe/Makefile' X# New ports collection makefile for: lesspipe X# Date created: 11 December 2004 X# Whom: Slaven Rezic X# X# $FreeBSD$ X# X XPORTNAME= lesspipe XPORTVERSION= 1.43 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= lesspipe X XMAINTAINER= slaven@rezic.de XCOMMENT= A preprocessor for less X X.if defined(WITH_FANCY) X.if ${WITH_FANCY} == yes XBUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ X rpm:${PORTSDIR}/archivers/rpm \ X dpkg:${PORTSDIR}/archivers/dpkg \ X antiword:${PORTSDIR}/textproc/antiword \ X lynx:${PORTSDIR}/www/lynx \ X pdftotext:${PORTSDIR}/graphics/xpdf \ X unrtf:${PORTSDIR}/textproc/unrtf \ X dvi2tty:${PORTSDIR}/print/dvi2tty \ X pstotext:${PORTSDIR}/print/pstotext \ X mp3info:${PORTSDIR}/audio/mp3info \ X isoinfo:${PORTSDIR}/sysutils/cdrtools \ X cabextract:${PORTSDIR}/archivers/cabextract X.endif X.endif X XUSE_PERL5= yes X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --default --prefix=${PREFIX} X XPLIST_FILES= bin/lesspipe.sh \ X bin/code2color X Xdo-build: X Xpost-install: X @${CAT} pkg-message X X.include END-of-lesspipe/Makefile echo x - lesspipe/pkg-descr sed 's/^X//' >lesspipe/pkg-descr << 'END-of-lesspipe/pkg-descr' Xlesspipe is a powerful preprocessor for less(1). The features include X X* Reading of various file formats like tar files, word, pdf and X postscript documents X X* Transparent handling of compressed files (gzip, bzip2, zip) X X* Optional syntax highlightning of source files X XWWW: http://sourceforge.net/projects/lesspipe END-of-lesspipe/pkg-descr echo x - lesspipe/pkg-message sed 's/^X//' >lesspipe/pkg-message << 'END-of-lesspipe/pkg-message' XTo use lesspipe.sh, type in the following commands X X LESSOPEN="|lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh) X X setenv LESSOPEN "|lesspipe.sh %s" (csh, tcsh) X Xor put these commands in your shell's startup file (e.g. .cshrc or .bashrc). X END-of-lesspipe/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: