summaryrefslogtreecommitdiff
path: root/misc/esniper
diff options
context:
space:
mode:
Diffstat (limited to 'misc/esniper')
-rw-r--r--misc/esniper/Makefile36
-rw-r--r--misc/esniper/distinfo3
-rw-r--r--misc/esniper/files/patch-http.c20
-rw-r--r--misc/esniper/pkg-descr3
4 files changed, 0 insertions, 62 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile
deleted file mode 100644
index 9e7d4e4fcd4c..000000000000
--- a/misc/esniper/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk>
-# $FreeBSD$
-
-PORTNAME= esniper
-DISTVERSION= 2-35-0
-PORTREVISION= 2
-CATEGORIES= misc net
-MASTER_SITES= https://sourceforge.net/code-snapshots/git/e/es/esniper/git.git/
-DISTNAME= ${PORTNAME}-git-91d2665539beaeac21fb4c0cc2fd39c44e771ed7
-
-MAINTAINER= ag-freebsd@muc.de
-COMMENT= Lightweight console application for sniping ebay auctions
-
-LICENSE= BSD2CLAUSE
-
-BROKEN= Incompatible with eBay website changes
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LIB_DEPENDS= libcurl.so:ftp/curl
-
-USES= zip
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config
-
-PLIST_FILES= bin/esniper man/man1/esniper.1.gz
-
-PORTEXAMPLES= sample_auction.txt sample_config.txt
-
-OPTIONS_DEFINE= EXAMPLES
-
-post-install:
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo
deleted file mode 100644
index e4aba9258cbf..000000000000
--- a/misc/esniper/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1561555534
-SHA256 (esniper-git-91d2665539beaeac21fb4c0cc2fd39c44e771ed7.zip) = 50467666c66d6b78e477397db3c21e67c77da5725c808add46facb70e0b40a4e
-SIZE (esniper-git-91d2665539beaeac21fb4c0cc2fd39c44e771ed7.zip) = 322059
diff --git a/misc/esniper/files/patch-http.c b/misc/esniper/files/patch-http.c
deleted file mode 100644
index 26901caef284..000000000000
--- a/misc/esniper/files/patch-http.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- http.c.orig 2016-10-30 21:16:41 UTC
-+++ http.c
-@@ -52,7 +52,7 @@ static size_t WriteMemoryCallback(void *
- static int initCurlStuffFailed(void);
-
- #ifdef NEED_CURL_EASY_STRERROR
--static const char *curl_easy_strerror(CURLcode error);
-+const char *curl_easy_strerror(CURLcode error);
- #endif
-
- /* Set auction error with full libcurl details */
-@@ -535,7 +535,7 @@ static const char *curlErrorTable[] = {
- "Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */
- };
-
--static const char *
-+const char *
- curl_easy_strerror(CURLcode error)
- {
- if (error < 0 || error >= CURL_LAST ||
diff --git a/misc/esniper/pkg-descr b/misc/esniper/pkg-descr
deleted file mode 100644
index 36aea2b3fa6a..000000000000
--- a/misc/esniper/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-esniper is a simple, lightweight tool for sniping ebay auctions.
-
-WWW: http://esniper.sourceforge.net/