From owner-freebsd-ports Wed Jan 8 6:30:11 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34DAE37B401 for ; Wed, 8 Jan 2003 06:30:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C6C43EA9 for ; Wed, 8 Jan 2003 06:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h08EU7NS078185 for ; Wed, 8 Jan 2003 06:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h08EU7C0078184; Wed, 8 Jan 2003 06:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9424737B401 for ; Wed, 8 Jan 2003 06:21:43 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8BB43ED4 for ; Wed, 8 Jan 2003 06:21:42 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id AB44A37CC2 for ; Wed, 8 Jan 2003 15:21:40 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 5E54714A24; Wed, 8 Jan 2003 15:21:40 +0100 (CET) Message-Id: <20030108142140.5E54714A24@icommerce-france.com> Date: Wed, 8 Jan 2003 15:21:40 +0100 (CET) From: "Michael L.Hosbaek" Reply-To: "Michael L.Hosbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46869: New port: misc/portell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46869 >Category: ports >Synopsis: New port: misc/portell >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: Wed Jan 08 06:30:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: New port: Quick display of FreeBSD port descriptions. >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: # # portell # portell/Makefile # portell/distinfo # portell/pkg-comment # portell/pkg-descr # portell/pkg-plist # echo c - portell mkdir -p portell > /dev/null 2>&1 echo x - portell/Makefile sed 's/^X//' >portell/Makefile << 'END-of-portell/Makefile' X# New ports collection makefile for: portell X# Date created: Wed Jan 08 13:25:35 GMT 2003 X# Whom: mich@freebsdcluster.org X# X# $FreeBSD$ X# X XPORTNAME= portell XPORTVERSION= 0.1 XCATEGORIES= misc XMASTER_SITES= http://www.seekrut.com/rk/ XDISTNAME= ${PORTNAME} XDIST_SUBDIR= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= mich@freebsdcluster.org X XUSE_PYTHON= YES XNO_BUILD= YES X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKDIR}/README ${DOCSDIR} X.endif X Xpost-install: X.if !defined(BATCH) X @${ECHO_CMD} "" X @${ECHO_CMD} "###############################################################################" X @${ECHO_CMD} "# You must run 'portell.py -u' to initialize the DB. #" X @${ECHO_CMD} "# ${DOCSDIR}/README for more information. #" X @${ECHO_CMD} "###############################################################################" X @${ECHO_CMD} X.endif X X.include END-of-portell/Makefile echo x - portell/distinfo sed 's/^X//' >portell/distinfo << 'END-of-portell/distinfo' XMD5 (portell-0.1/portell.tar.gz) = c312d832078252adc37975f7e9baae3a END-of-portell/distinfo echo x - portell/pkg-comment sed 's/^X//' >portell/pkg-comment << 'END-of-portell/pkg-comment' XQuick display of FreeBSD port descriptions END-of-portell/pkg-comment echo x - portell/pkg-descr sed 's/^X//' >portell/pkg-descr << 'END-of-portell/pkg-descr' Xportell is a program that allows FreeBSD users to view the description as Xgivin in its pkg-descr file for a specific port. If you want to know what Xthe program "Foo" is, then you can type "portell foo" and portell will Xfind its pkg-descr file and dump it on your display. X XWWW: http://www.seekrut.com/rk/portell.html XAUTHOR: Ryan Kulla X X- Michael L. Hostbaek X mich@freebsdcluster.org END-of-portell/pkg-descr echo x - portell/pkg-plist sed 's/^X//' >portell/pkg-plist << 'END-of-portell/pkg-plist' Xbin/portell.py Xshare/doc/portell/README X@dirrm share/doc/portell END-of-portell/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message