summaryrefslogtreecommitdiff
path: root/misc/quotes
diff options
context:
space:
mode:
Diffstat (limited to 'misc/quotes')
-rw-r--r--misc/quotes/Makefile36
-rw-r--r--misc/quotes/distinfo2
-rw-r--r--misc/quotes/pkg-descr5
-rw-r--r--misc/quotes/pkg-plist5
4 files changed, 0 insertions, 48 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile
deleted file mode 100644
index 42aceb242f1b..000000000000
--- a/misc/quotes/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Dima Sivachenko
-# $FreeBSD$
-
-PORTNAME= quotes
-DISTVERSION= 1.7-2
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= #
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-NO_BUILD= yes
-USES= shebangfix perl5
-SHEBANG_FILES= quotes quotesmailer QuExample.pm
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-patch:
- @${REINPLACE_CMD} -i '' -e "s:/usr/local/lib/Quotes:${PREFIX}/etc:" \
- -e "s:/usr/local:${PREFIX}:" ${WRKSRC}/quotes
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${STAGEDIR}${PREFIX}/etc/quotesrc.sample
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${STAGEDIR}${DOCSDIR}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/misc/quotes/distinfo b/misc/quotes/distinfo
deleted file mode 100644
index 152e55d91164..000000000000
--- a/misc/quotes/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (quotes-1.7-2.tar.gz) = afa4c1ba329d5da770cb8d0b8fdc4c4d1951df5a3c3b9485f653094f8a20ca2b
-SIZE (quotes-1.7-2.tar.gz) = 31051
diff --git a/misc/quotes/pkg-descr b/misc/quotes/pkg-descr
deleted file mode 100644
index 45c7ee78864e..000000000000
--- a/misc/quotes/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a stock quote / currency status / Slashdot headline
-fetcher. It was designed to save bandwidth, which is particularly
-expensive in Europe. It has the capability of emailing these
-to you at so and so time designated by a crontab entry for its
-automailing program. This entire package is based on Perl.
diff --git a/misc/quotes/pkg-plist b/misc/quotes/pkg-plist
deleted file mode 100644
index af8844529722..000000000000
--- a/misc/quotes/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/quotes
-bin/quotesmailer
-etc/quotesrc.sample
-%%PORTDOCS%%%%DOCSDIR%%/quotes.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/QuExample.pm