diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-09 14:47:36 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-09 14:47:36 +0000 |
commit | f72f9fa0d004838e5c1653d25f8ae11f59d7ab35 (patch) | |
tree | be4ad807a8c801a9571fed4f1ec0073ca3ddf157 /misc/portell | |
parent | dcef82a338eaebcaa844d96349eccaa728aa37b2 (diff) | |
download | ports-f72f9fa0d004838e5c1653d25f8ae11f59d7ab35.tar.gz ports-f72f9fa0d004838e5c1653d25f8ae11f59d7ab35.zip |
Add portell 0.1, quick display of FreeBSD port descriptions.
PR: ports/46869
Submitted by: mich@freebsdcluster.org
Notes
Notes:
svn path=/head/; revision=72810
Diffstat (limited to 'misc/portell')
-rw-r--r-- | misc/portell/Makefile | 38 | ||||
-rw-r--r-- | misc/portell/distinfo | 1 | ||||
-rw-r--r-- | misc/portell/pkg-comment | 1 | ||||
-rw-r--r-- | misc/portell/pkg-descr | 10 | ||||
-rw-r--r-- | misc/portell/pkg-plist | 3 |
5 files changed, 53 insertions, 0 deletions
diff --git a/misc/portell/Makefile b/misc/portell/Makefile new file mode 100644 index 000000000000..6d74901a68cb --- /dev/null +++ b/misc/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 <bsd.port.mk> diff --git a/misc/portell/distinfo b/misc/portell/distinfo new file mode 100644 index 000000000000..3ae0ebf9411d --- /dev/null +++ b/misc/portell/distinfo @@ -0,0 +1 @@ +MD5 (portell-0.1/portell.tar.gz) = c312d832078252adc37975f7e9baae3a diff --git a/misc/portell/pkg-comment b/misc/portell/pkg-comment new file mode 100644 index 000000000000..c04a016fde1e --- /dev/null +++ b/misc/portell/pkg-comment @@ -0,0 +1 @@ +Quick display of FreeBSD port descriptions diff --git a/misc/portell/pkg-descr b/misc/portell/pkg-descr new file mode 100644 index 000000000000..12744bc29596 --- /dev/null +++ b/misc/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 <toxicpulse@sbcglobal.net> + +- Michael L. Hostbaek + mich@freebsdcluster.org diff --git a/misc/portell/pkg-plist b/misc/portell/pkg-plist new file mode 100644 index 000000000000..46ade5e3f4b5 --- /dev/null +++ b/misc/portell/pkg-plist @@ -0,0 +1,3 @@ +bin/portell.py +share/doc/portell/README +@dirrm share/doc/portell |