From 81b8d2e34348f820b410bc916e684777ab462288 Mon Sep 17 00:00:00 2001 From: obraun Date: Thu, 9 Jan 2003 14:47:36 +0000 Subject: Add portell 0.1, quick display of FreeBSD port descriptions. PR: ports/46869 Submitted by: mich@freebsdcluster.org --- ports-mgmt/portell/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ ports-mgmt/portell/distinfo | 1 + ports-mgmt/portell/pkg-comment | 1 + ports-mgmt/portell/pkg-descr | 10 ++++++++++ ports-mgmt/portell/pkg-plist | 3 +++ 5 files changed, 53 insertions(+) create mode 100644 ports-mgmt/portell/Makefile create mode 100644 ports-mgmt/portell/distinfo create mode 100644 ports-mgmt/portell/pkg-comment create mode 100644 ports-mgmt/portell/pkg-descr create mode 100644 ports-mgmt/portell/pkg-plist (limited to 'ports-mgmt') diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile new file mode 100644 index 000000000000..6d74901a68cb --- /dev/null +++ b/ports-mgmt/portell/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: portell +# Date created: Wed Jan 08 13:25:35 GMT 2003 +# Whom: mich@freebsdcluster.org +# +# $FreeBSD$ +# + +PORTNAME= portell +PORTVERSION= 0.1 +CATEGORIES= misc +MASTER_SITES= http://www.seekrut.com/rk/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= mich@freebsdcluster.org + +USE_PYTHON= YES +NO_BUILD= YES + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin + +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/README ${DOCSDIR} +.endif + +post-install: +.if !defined(BATCH) + @${ECHO_CMD} "" + @${ECHO_CMD} "###############################################################################" + @${ECHO_CMD} "# You must run 'portell.py -u' to initialize the DB. #" + @${ECHO_CMD} "# ${DOCSDIR}/README for more information. #" + @${ECHO_CMD} "###############################################################################" + @${ECHO_CMD} +.endif + +.include diff --git a/ports-mgmt/portell/distinfo b/ports-mgmt/portell/distinfo new file mode 100644 index 000000000000..3ae0ebf9411d --- /dev/null +++ b/ports-mgmt/portell/distinfo @@ -0,0 +1 @@ +MD5 (portell-0.1/portell.tar.gz) = c312d832078252adc37975f7e9baae3a diff --git a/ports-mgmt/portell/pkg-comment b/ports-mgmt/portell/pkg-comment new file mode 100644 index 000000000000..c04a016fde1e --- /dev/null +++ b/ports-mgmt/portell/pkg-comment @@ -0,0 +1 @@ +Quick display of FreeBSD port descriptions diff --git a/ports-mgmt/portell/pkg-descr b/ports-mgmt/portell/pkg-descr new file mode 100644 index 000000000000..12744bc29596 --- /dev/null +++ b/ports-mgmt/portell/pkg-descr @@ -0,0 +1,10 @@ +portell is a program that allows FreeBSD users to view the description as +givin in its pkg-descr file for a specific port. If you want to know what +the program "Foo" is, then you can type "portell foo" and portell will +find its pkg-descr file and dump it on your display. + +WWW: http://www.seekrut.com/rk/portell.html +AUTHOR: Ryan Kulla + +- Michael L. Hostbaek + mich@freebsdcluster.org diff --git a/ports-mgmt/portell/pkg-plist b/ports-mgmt/portell/pkg-plist new file mode 100644 index 000000000000..46ade5e3f4b5 --- /dev/null +++ b/ports-mgmt/portell/pkg-plist @@ -0,0 +1,3 @@ +bin/portell.py +share/doc/portell/README +@dirrm share/doc/portell -- cgit