summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-09 14:47:36 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-09 14:47:36 +0000
commitf72f9fa0d004838e5c1653d25f8ae11f59d7ab35 (patch)
treebe4ad807a8c801a9571fed4f1ec0073ca3ddf157 /ports-mgmt
parentUpgrade squishdot to 1.5.0 (diff)
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 'ports-mgmt')
-rw-r--r--ports-mgmt/portell/Makefile38
-rw-r--r--ports-mgmt/portell/distinfo1
-rw-r--r--ports-mgmt/portell/pkg-comment1
-rw-r--r--ports-mgmt/portell/pkg-descr10
-rw-r--r--ports-mgmt/portell/pkg-plist3
5 files changed, 53 insertions, 0 deletions
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 <bsd.port.mk>
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 <toxicpulse@sbcglobal.net>
+
+- 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