pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
uthash: Remove it from wip, already updated in pkgsrc.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Wed May 1 19:20:57 2019 +0000
Changeset: 5bbc14e2dec85d6099621f617451b3a4af43a97e
Removed Files:
uthash/DESCR
uthash/Makefile
uthash/PLIST
uthash/buildlink3.mk
uthash/distinfo
Log Message:
uthash: Remove it from wip, already updated in pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5bbc14e2dec85d6099621f617451b3a4af43a97e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
uthash/DESCR | 4 ----
uthash/Makefile | 21 ---------------------
uthash/PLIST | 25 -------------------------
uthash/buildlink3.mk | 13 -------------
uthash/distinfo | 6 ------
5 files changed, 69 deletions(-)
diffs:
diff --git a/uthash/DESCR b/uthash/DESCR
deleted file mode 100644
index 0e0bae6d6e..0000000000
--- 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 63b541bbd4..0000000000
--- a/uthash/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/10/07 12:33:16 adam Exp $
-
-DISTNAME= uthash-2.1.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=troydhanson/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://troydhanson.github.io/uthash/
-COMMENT= Hash table, implemented in C
-LICENSE= 2-clause-bsd
-
-NO_BUILD= yes
-INSTALLATION_DIRS+= include share/doc/uthash
-
-do-install:
- cd ${WRKSRC}/doc && ${MAKE_PROGRAM:Q}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/uthash
- ${INSTALL_DATA} ${WRKSRC}/src/*.h ${DESTDIR}${PREFIX}/include
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/uthash/PLIST b/uthash/PLIST
deleted file mode 100644
index 545da8c0f2..0000000000
--- a/uthash/PLIST
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD$
-include/utarray.h
-include/uthash.h
-include/utlist.h
-include/utringbuffer.h
-include/utstack.h
-include/utstring.h
-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/userguide.txt
-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.txt
-share/doc/uthash/utringbuffer.txt
-share/doc/uthash/utstack.txt
-share/doc/uthash/utstring.txt
diff --git a/uthash/buildlink3.mk b/uthash/buildlink3.mk
deleted file mode 100644
index 137b458a2c..0000000000
--- a/uthash/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/10/07 12:33:16 adam Exp $
-
-BUILDLINK_TREE+= uthash
-
-.if !defined(UTHASH_BUILDLINK3_MK)
-UTHASH_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.uthash+= uthash>=1.9.9
-BUILDLINK_PKGSRCDIR.uthash?= ../../devel/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 276051cc3f..0000000000
--- a/uthash/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:38 agc Exp $
-
-SHA1 (uthash-2.1.0.tar.gz) = 8f287a2dcf38218c3180d122e10039e23fe8e4b8
-RMD160 (uthash-2.1.0.tar.gz) = d0f9bdab55b8a5ed549858ce1921b431a22aca12
-SHA512 (uthash-2.1.0.tar.gz) = c8005113a48ec7636715ecec0286a5d9086971a7267947aba9e0ad031b6113a4f38a1fb512d33d6fefb5891635fdd31169ce4d6ab04b938bda612ebbccb3eda0
-Size (uthash-2.1.0.tar.gz) = 191782 bytes
Home |
Main Index |
Thread Index |
Old Index