Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
misc/esniper/DESCR Normal file
View File

@@ -0,0 +1,3 @@
Esniper is a simple, lightweight command line tool for sniping ebay auctions.
It runs on all flavors of Linux, Unix and Windows, and should adapt easily
to other operating systems.

24
misc/esniper/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.24 2013/03/02 10:44:37 tron Exp $
#
DISTNAME= esniper-2-23-0
PKGNAME= esniper-2.23.0
PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esniper/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://esniper.sourceforge.net/
COMMENT= Simple, lightweight tool for sniping ebay auctions
LICENSE= 2-clause-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LANGUAGES= c
.include "../../security/openssl/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
misc/esniper/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/13 17:51:40 heinz Exp $
bin/esniper
man/man1/esniper.1

6
misc/esniper/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.16 2011/10/03 02:56:53 dholland Exp $
SHA1 (esniper-2-23-0.tgz) = 8ef64a0966de4084f24f5471d19afbf11c9054f3
RMD160 (esniper-2-23-0.tgz) = 116295e60ec29a01d5bb1e24dc4762ad70d71bac
Size (esniper-2-23-0.tgz) = 127287 bytes
SHA1 (patch-http_c) = 2ee4fead9650e5fcd325d2779632cc386c3eb1bc

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-http_c,v 1.1 2011/10/03 02:56:53 dholland Exp $
Fix build with recent curl.
--- http.c~ 2010-05-16 04:58:18.000000000 +0000
+++ http.c
@@ -27,7 +27,6 @@
#include "http.h"
#include "esniper.h"
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <stdlib.h>
#include <string.h>