Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  8 Jan 2003 15:21:40 +0100 (CET)
From:      "Michael L.Hosbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46869: New port: misc/portell
Message-ID:  <20030108142140.5E54714A24@icommerce-france.com>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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 <toxicpulse@sbcglobal.net> 
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030108142140.5E54714A24>