pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

uthash: remove, was imported to devel/uthash



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Nov 1 15:32:13 2015 +0100
Changeset:	23c4bbaf75e449b523cbeb44207514e7089ac060

Modified Files:
	Makefile
	bfgminer/Makefile
Removed Files:
	uthash/DESCR
	uthash/Makefile
	uthash/PLIST
	uthash/buildlink3.mk
	uthash/distinfo

Log Message:
uthash: remove, was imported to devel/uthash

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23c4bbaf75e449b523cbeb44207514e7089ac060

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 -
 bfgminer/Makefile    |  2 +-
 uthash/DESCR         |  4 ----
 uthash/Makefile      | 22 ----------------------
 uthash/PLIST         | 27 ---------------------------
 uthash/buildlink3.mk | 13 -------------
 uthash/distinfo      |  5 -----
 7 files changed, 1 insertion(+), 73 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 57e1af1..b136981 100644
--- a/Makefile
+++ b/Makefile
@@ -3868,7 +3868,6 @@ SUBDIR+=	urlwatch
 SUBDIR+=	uschedule
 SUBDIR+=	using-mpi
 SUBDIR+=	ussp-push
-SUBDIR+=	uthash
 SUBDIR+=	util-linux
 SUBDIR+=	v8
 SUBDIR+=	v8-316
diff --git a/bfgminer/Makefile b/bfgminer/Makefile
index a3d939e..5b440df 100644
--- a/bfgminer/Makefile
+++ b/bfgminer/Makefile
@@ -29,6 +29,6 @@ CURSES_DEFAULT=	ncurses
 .include "../../devel/libusb1/buildlink3.mk"
 
 .include "../../textproc/jansson/buildlink3.mk"
-.include "../../wip/uthash/buildlink3.mk"
+.include "../../devel/uthash/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/uthash/DESCR b/uthash/DESCR
deleted file mode 100644
index 0e0bae6..0000000
--- a/uthash/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a hash table, implemented in C, supporting constant-time
-add/find/remove of C structures. Any structure having a unique,
-arbitrarily-typed key member can be hashed by adding a UT_hash_handle
-member to the structure and calling these macros.
diff --git a/uthash/Makefile b/uthash/Makefile
deleted file mode 100644
index ba6d35e..0000000
--- a/uthash/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/02/12 09:29:55 thomasklausner Exp $
-
-DISTNAME=		v1.9.8
-PKGNAME=		${DISTNAME:S/v/uthash-/}
-CATEGORIES=		devel
-MASTER_SITES=		https://github.com/troydhanson/uthash/archive/
-
-MAINTAINER=		noud4%users.sourceforge.net@localhost
-HOMEPAGE=		http://troydhanson.github.io/uthash/
-COMMENT=		Hash table, implemented in C
-LICENSE=		2-clause-bsd # actually, 1-clause
-
-DIST_SUBDIR=		uthash
-WRKSRC=			${WRKDIR}/${PKGNAME_NOREV}
-NO_BUILD=		yes
-INSTALLATION_DIRS+=	include share/doc/uthash
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/src/*.h ${DESTDIR}${PREFIX}/include
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/uthash
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/uthash/PLIST b/uthash/PLIST
deleted file mode 100644
index 3387da9..0000000
--- a/uthash/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/02/12 09:29:55 thomasklausner Exp $
-include/utarray.h
-include/uthash.h
-include/utlist.h
-include/utstring.h
-share/doc/uthash/ChangeLog.html
-share/doc/uthash/ChangeLog.txt
-share/doc/uthash/Makefile
-share/doc/uthash/banner.png
-share/doc/uthash/banner.svg
-share/doc/uthash/google315d692c9c632ed0.html
-share/doc/uthash/index.html
-share/doc/uthash/license.html
-share/doc/uthash/rss.png
-share/doc/uthash/styles.css
-share/doc/uthash/todo.txt
-share/doc/uthash/userguide.html
-share/doc/uthash/userguide.txt
-share/doc/uthash/utarray.html
-share/doc/uthash/utarray.txt
-share/doc/uthash/uthash-mini.png
-share/doc/uthash/uthash-mini.svg
-share/doc/uthash/uthash.png
-share/doc/uthash/utlist.html
-share/doc/uthash/utlist.txt
-share/doc/uthash/utstring.html
-share/doc/uthash/utstring.txt
diff --git a/uthash/buildlink3.mk b/uthash/buildlink3.mk
deleted file mode 100644
index f31c90f..0000000
--- a/uthash/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/02/12 09:29:55 thomasklausner Exp $
-
-BUILDLINK_TREE+=	uthash
-
-.if !defined(UTHASH_BUILDLINK3_MK)
-UTHASH_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.uthash+=	uthash>=1.9.8
-BUILDLINK_PKGSRCDIR.uthash?=	../../wip/uthash
-BUILDLINK_DEPMETHOD.uthash?=	build
-.endif	# UTHASH_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-uthash
diff --git a/uthash/distinfo b/uthash/distinfo
deleted file mode 100644
index 995c9c3..0000000
--- a/uthash/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2014/02/12 09:29:55 thomasklausner Exp $
-
-SHA1 (uthash/v1.9.8.tar.gz) = 4f231c527da9495a8c7ccd12e8b1686531cdf34a
-RMD160 (uthash/v1.9.8.tar.gz) = 6f5ab69c8aa7c49fc44519692eb74b0055d6393a
-Size (uthash/v1.9.8.tar.gz) = 223677 bytes


Home | Main Index | Thread Index | Old Index