pkgsrc-WIP-changes archive

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

libmicrohttp has been imported as www/libmicrohttpd



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Jul 13 16:22:08 2019 +0000
Changeset:	1dc4afb7284aac155e95da49ec285e07b99e0e13

Modified Files:
	Makefile
Removed Files:
	libmicrohttpd/DESCR
	libmicrohttpd/Makefile
	libmicrohttpd/PLIST
	libmicrohttpd/TODO
	libmicrohttpd/buildlink3.mk
	libmicrohttpd/distinfo

Log Message:
libmicrohttp has been imported as www/libmicrohttpd

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

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

diffstat:
 Makefile                    |  1 -
 libmicrohttpd/DESCR         | 19 -------------------
 libmicrohttpd/Makefile      | 25 -------------------------
 libmicrohttpd/PLIST         |  8 --------
 libmicrohttpd/TODO          |  3 ---
 libmicrohttpd/buildlink3.mk | 16 ----------------
 libmicrohttpd/distinfo      |  6 ------
 7 files changed, 78 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a11fb61277..b2407523c3 100644
--- a/Makefile
+++ b/Makefile
@@ -1948,7 +1948,6 @@ SUBDIR+=	libltc
 SUBDIR+=	liblxqt
 SUBDIR+=	libm4ri
 SUBDIR+=	libmesode
-SUBDIR+=	libmicrohttpd
 SUBDIR+=	libmirisdr-git
 SUBDIR+=	libmobi-git
 SUBDIR+=	libmpg123
diff --git a/libmicrohttpd/DESCR b/libmicrohttpd/DESCR
deleted file mode 100644
index 233a8e5a43..0000000000
--- a/libmicrohttpd/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-GNU libmicrohttpd is a small C library that is supposed to make it
-easy to run an HTTP server as part of another application. GNU
-libmicrohttpd is free software and part of the GNU project. Key
-features that distinguish libmicrohttpd from other projects are:
-
- * C library: fast and small
- * API is simple, expressive and fully reentrant
- * Implementation is HTTP 1.1 compliant
- * HTTP server can listen on multiple ports
- * Four different threading models (select, poll, pthread, thread pool)
- * Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32,
-   Symbian and z/OS
- * Support for IPv6
- * Support for SHOUTcast
- * Support for incremental processing of POST data (optional)
- * Support for basic and digest authentication (optional)
- * Support for SSL3 and TLS (requires libgcrypt and libgnutls, optional)
- * Binary is only about 32k (without TLS/SSL support and other optional
-   features)
diff --git a/libmicrohttpd/Makefile b/libmicrohttpd/Makefile
deleted file mode 100644
index 875543c13f..0000000000
--- a/libmicrohttpd/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.40 2018/12/13 19:52:25 adam Exp $
-
-DISTNAME=	libmicrohttpd-0.9.65
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GNU:=libmicrohttpd/}
-
-MAINTAINER=	ng0%n0.is@localhost
-HOMEPAGE=	https://www.gnu.org/software/libmicrohttpd/
-COMMENT=	Small C library to run an HTTP server as part of another app
-LICENSE=	gnu-lgpl-v2.1
-
-USE_LIBTOOL=		yes
-USE_TOOLS+=		pkg-config gettext
-GNU_CONFIGURE=		yes
-INFO_FILES=		yes
-TEST_TARGET=		check
-
-PKGCONFIG_OVERRIDE+=	libmicrohttpd.pc.in
-CONFIGURE_ARGS+=	--enable-nls
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libmicrohttpd/PLIST b/libmicrohttpd/PLIST
deleted file mode 100644
index 3f0b3a7350..0000000000
--- a/libmicrohttpd/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-include/microhttpd.h
-info/libmicrohttpd-tutorial.info
-info/libmicrohttpd.info
-info/libmicrohttpd_performance_data.png
-lib/libmicrohttpd.la
-lib/pkgconfig/libmicrohttpd.pc
-man/man3/libmicrohttpd.3
diff --git a/libmicrohttpd/TODO b/libmicrohttpd/TODO
deleted file mode 100644
index d0a3ce5c6d..0000000000
--- a/libmicrohttpd/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-- While the application compiles its example and works, the testsuite
-  fails 1 test (in a non-reproducible way) on NetBSD/amd64 8.99.36,
-  reported upstream: https://bugs.gnunet.org/view.php?id=5683
diff --git a/libmicrohttpd/buildlink3.mk b/libmicrohttpd/buildlink3.mk
deleted file mode 100644
index ea1f2d0da0..0000000000
--- a/libmicrohttpd/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.8 2018/04/17 22:29:34 wiz Exp $
-
-BUILDLINK_TREE+=	libmicrohttpd
-
-.if !defined(LIBMICROHTTPD_BUILDLINK3_MK)
-LIBMICROHTTPD_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libmicrohttpd+=	libmicrohttpd>=0.9.9
-BUILDLINK_ABI_DEPENDS.libmicrohttpd+=	libmicrohttpd>=0.9.57nb2
-BUILDLINK_PKGSRCDIR.libmicrohttpd?=	../../www/libmicrohttpd
-
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.endif # LIBMICROHTTPD_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libmicrohttpd
diff --git a/libmicrohttpd/distinfo b/libmicrohttpd/distinfo
deleted file mode 100644
index ae96779599..0000000000
--- a/libmicrohttpd/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.25 2017/11/29 14:05:44 wiz Exp $
-
-SHA1 (libmicrohttpd-0.9.65.tar.gz) = 6b157559cefb62a7e0368bbbc60443a0924e8f74
-RMD160 (libmicrohttpd-0.9.65.tar.gz) = b7567604f3afda355e4db5b6cb88df5051f77f1c
-SHA512 (libmicrohttpd-0.9.65.tar.gz) = 751b7a5970cef07f260660254bfdeda4882e9e28d5cbdfbfed50e2c4583caf8f19c96ede6d368babc4223e7fbdf85d85eec37dc96abf333377dc13d6a9c6be12
-Size (libmicrohttpd-0.9.65.tar.gz) = 1633346 bytes


Home | Main Index | Thread Index | Old Index