pkgsrc-WIP-changes archive

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

Remove consul and hitch, both been imported into main tree a long time ago



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Tue Nov 15 08:35:25 2016 +0000
Changeset:	cda7254e4dd6bceddbe5cf3f837bd81fb614254e

Modified Files:
	Makefile
Removed Files:
	consul/DESCR
	consul/Makefile
	consul/PLIST
	consul/TODO
	consul/distinfo
	hitch/DESCR
	hitch/Makefile
	hitch/PLIST
	hitch/distinfo
	hitch/patches/patch-src_hitch.c

Log Message:
Remove consul and hitch, both been imported into main tree a long time ago

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

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

diffstat:
 Makefile                        |  2 --
 consul/DESCR                    |  2 --
 consul/Makefile                 | 37 -------------------------------------
 consul/PLIST                    |  2 --
 consul/TODO                     |  3 ---
 consul/distinfo                 |  6 ------
 hitch/DESCR                     |  2 --
 hitch/Makefile                  | 38 --------------------------------------
 hitch/PLIST                     |  6 ------
 hitch/distinfo                  |  7 -------
 hitch/patches/patch-src_hitch.c | 17 -----------------
 11 files changed, 122 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 9950fa1..8547ced 100644
--- a/Makefile
+++ b/Makefile
@@ -384,7 +384,6 @@ SUBDIR+=	compiler-rt-git
 SUBDIR+=	compiz-boxmenu
 SUBDIR+=	concorde
 SUBDIR+=	conkeror
-SUBDIR+=	consul
 SUBDIR+=	contact-lookup-applet
 SUBDIR+=	contacts
 SUBDIR+=	converttomp3
@@ -1084,7 +1083,6 @@ SUBDIR+=	hgsubversion
 SUBDIR+=	higan
 SUBDIR+=	higgsbounds
 SUBDIR+=	hijra
-SUBDIR+=	hitch
 SUBDIR+=	hlint
 SUBDIR+=	homebank
 SUBDIR+=	hoogle
diff --git a/consul/DESCR b/consul/DESCR
deleted file mode 100644
index 02f5a64..0000000
--- a/consul/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Consul is a tool for service discovery and configuration. Consul
-is distributed, highly available, and extremely scalable.
diff --git a/consul/Makefile b/consul/Makefile
deleted file mode 100644
index 16918e3..0000000
--- a/consul/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	consul-0.6.4
-CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
-
-MAINTAINER=	filip%joyent.com@localhost
-HOMEPAGE=	http://www.consul.io/
-COMMENT=	Tool for service discovery, monitoring and configuration
-LICENSE=	mpl-2.0
-
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-WRKSRC=		${WRKDIR}/src/github.com/hashicorp/consul
-
-.include "../../lang/go/version.mk"
-
-BUILD_DEPENDS+=		go-${GO_VERSION}*:../../lang/go
-
-USE_LANGUAGES=		c
-USE_TOOLS+=		bash gmake
-
-MAKE_ENV+=		GOPATH=${WRKDIR}:${PREFIX}/gopkg
-
-INSTALLATION_DIRS+=	bin
-
-post-extract:
-	${MKDIR} ${WRKSRC}
-	${MV} ${WRKDIR}/${DISTNAME}/* ${WRKSRC}
-
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} go build -o bin/consul
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/consul ${DESTDIR}${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/consul/PLIST b/consul/PLIST
deleted file mode 100644
index f05bdb3..0000000
--- a/consul/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/consul
diff --git a/consul/TODO b/consul/TODO
deleted file mode 100644
index e8f09cd..0000000
--- a/consul/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-The lang/go-package.mk framework is not used, because the Consul build
-only results in a single fat binary, and doesn't need the hundreds of
-source files. Also this helps avoid #1 above.
diff --git a/consul/distinfo b/consul/distinfo
deleted file mode 100644
index f3453db..0000000
--- a/consul/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (consul-0.6.4.tar.gz) = 0acb868214bb6a8b3003412ac7778f989b52a206
-RMD160 (consul-0.6.4.tar.gz) = d9d770ea0c92431079e80ae8cc626f5246639c93
-SHA512 (consul-0.6.4.tar.gz) = 3cbf7f3f33cc95036cf87ab39aebd44211b915d3ec2e8452c65d4093ed4791b531f540f74faddc1e8bdc9478af295ed90f78503ff394f8a7c409b7b07da3dbcf
-Size (consul-0.6.4.tar.gz) = 3912207 bytes
diff --git a/hitch/DESCR b/hitch/DESCR
deleted file mode 100644
index 9188766..0000000
--- a/hitch/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Hitch is a libev-based high performance SSL/TLS proxy by Varnish
-Software.
diff --git a/hitch/Makefile b/hitch/Makefile
deleted file mode 100644
index f792c85..0000000
--- a/hitch/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	hitch-1.2.0
-CATEGORIES=	security
-MASTER_SITES=	https://hitch-tls.org/source/
-
-MAINTAINER=	filip%joyent.com@localhost
-HOMEPAGE=	https://hitch-tls.org/
-COMMENT=	Scalable TLS proxy
-LICENSE=	2-clause-bsd
-
-BUILD_DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-
-GNU_CONFIGURE=	yes
-USE_TOOLS+=	pkg-config
-
-CONFIGURE_ARGS+=	--with-rst2man=${PREFIX}/bin/rst2man.py${PYVERSSUFFIX}
-
-CPPFLAGS.SunOS+=	-D__EXTENSIONS__
-LIBS.SunOS+=		-lsocket
-
-INSTALLATION_DIRS+=	share/examples/hitch
-
-PKG_SYSCONFSUBDIR=	hitch
-
-CONF_FILES+=		share/examples/hitch/hitch.conf.ex \
-			${PKG_SYSCONFDIR}/hitch.conf
-
-post-install:
-	${MV} ${DESTDIR}${PREFIX}/share/doc/hitch/hitch.conf.ex \
-		${DESTDIR}${PREFIX}/share/examples/hitch
-
-PYTHON_FOR_BUILD_ONLY=	yes
-.include "../../lang/python/pyversion.mk"
-
-.include "../../devel/libev/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hitch/PLIST b/hitch/PLIST
deleted file mode 100644
index 2770a74..0000000
--- a/hitch/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-man/man8/hitch.8
-sbin/hitch
-share/doc/hitch/CHANGES.rst
-share/doc/hitch/README.md
-share/examples/hitch/hitch.conf.ex
diff --git a/hitch/distinfo b/hitch/distinfo
deleted file mode 100644
index bf1948c..0000000
--- a/hitch/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (hitch-1.2.0.tar.gz) = 9a5b2f3eee59892c36f45b4f50e201f2937f04a3
-RMD160 (hitch-1.2.0.tar.gz) = 029b22cf45b5d76819e197df7609afcbd2c35b02
-SHA512 (hitch-1.2.0.tar.gz) = e214d305e49dbd3bb4b741a094d50978f867e97bcd24e2775ce8a1ac450f6607fd638b801c9b41db0d7a22bda56b212a7e9eef053c2ce194f690f27301bd1f98
-Size (hitch-1.2.0.tar.gz) = 238079 bytes
-SHA1 (patch-src_hitch.c) = f16c5010a704291fd1c986b73bb987fd92148616
diff --git a/hitch/patches/patch-src_hitch.c b/hitch/patches/patch-src_hitch.c
deleted file mode 100644
index 9a7eec9..0000000
--- a/hitch/patches/patch-src_hitch.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-Need sys/filio on SunOS for FIONBIO.
-
---- src/hitch.c.orig	2016-01-26 14:58:56.000000000 +0000
-+++ src/hitch.c
-@@ -77,6 +77,10 @@
- #include <sys/prctl.h>
- #endif
- 
-+#ifdef __sun
-+#include <sys/filio.h>
-+#endif
-+
- #include "uthash.h"
- #include "ringbuffer.h"
- #include "miniobj.h"


Home | Main Index | Thread Index | Old Index