summaryrefslogtreecommitdiff
path: root/ports-mgmt/portell
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portell')
-rw-r--r--ports-mgmt/portell/Makefile39
-rw-r--r--ports-mgmt/portell/distinfo1
-rw-r--r--ports-mgmt/portell/pkg-descr10
-rw-r--r--ports-mgmt/portell/pkg-plist3
4 files changed, 0 insertions, 53 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile
deleted file mode 100644
index 445df555d3da..000000000000
--- a/ports-mgmt/portell/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-COMMENT= Quick display of FreeBSD port descriptions
-
-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
deleted file mode 100644
index 3ae0ebf9411d..000000000000
--- a/ports-mgmt/portell/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (portell-0.1/portell.tar.gz) = c312d832078252adc37975f7e9baae3a
diff --git a/ports-mgmt/portell/pkg-descr b/ports-mgmt/portell/pkg-descr
deleted file mode 100644
index 12744bc29596..000000000000
--- a/ports-mgmt/portell/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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
deleted file mode 100644
index 46ade5e3f4b5..000000000000
--- a/ports-mgmt/portell/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/portell.py
-share/doc/portell/README
-@dirrm share/doc/portell