sebastia@ is the new puppetmaster
This commit is contained in:
parent
d48284d3de
commit
580b2aa32e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2016/08/30 12:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
PORTROACH= limit:^4
|
||||
|
||||
@ -9,11 +9,13 @@ V= 4.2.2
|
||||
DISTNAME= puppetdb-$V
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-plugin= puppetdb-termini-$V
|
||||
REVISION-main= 0
|
||||
REVISION-plugin=0
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= http://docs.puppetlabs.com/puppetdb/latest/
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/
|
||||
|
||||
@ -24,6 +26,8 @@ MODULES= java \
|
||||
lang/ruby
|
||||
MODJAVA_VER= 1.8+
|
||||
|
||||
MODRUBY_REV= 2.2
|
||||
|
||||
MULTI_PACKAGES= -main -plugin
|
||||
|
||||
BUILD_DEPENDS = sysutils/coreutils
|
||||
|
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2016/06/27 11:34:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2016/09/06 11:26:07 jasper Exp $
|
||||
|
||||
COMMENT= library for working with the PuppetDB API
|
||||
|
||||
MODPY_EGG_VERSION= 0.3.1
|
||||
DISTNAME= pypuppetdb-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-puppetdb-${MODPY_EGG_VERSION}
|
||||
REVISION= 0
|
||||
CATEGORIES= databases www
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -17,7 +18,7 @@ MODULES= lang/python
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVORS = python3
|
||||
FLAVOR?=
|
||||
|
||||
RUN_DEPENDS= www/py-requests${MODPY_FLAVOR}>=1.2.3
|
||||
|
@ -1,16 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2016/09/06 09:04:48 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT= simple pluggable hierarchical database
|
||||
|
||||
V= 3.2.1
|
||||
DISTNAME= hiera-${V}
|
||||
PKGNAME= hiera3-${V}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= http://projects.puppetlabs.com/projects/hiera
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apachev2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2016/09/06 09:04:48 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT = binary-based efficient object serialization library
|
||||
|
||||
DISTNAME = msgpack-0.7.6
|
||||
REVISION = 0
|
||||
CATEGORIES = net devel
|
||||
|
||||
HOMEPAGE = http://msgpack.org/
|
||||
|
||||
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2016/08/25 06:22:26 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
|
||||
|
||||
DISTNAME = stomp-1.4.3
|
||||
REVISION = 0
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = https://github.com/stompgem/stomp
|
||||
|
||||
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.3 2015/06/12 18:01:53 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.4 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
CATEGORIES?= sysutils
|
||||
|
||||
MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER?= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache2
|
||||
PERMIT_PACKAGE_CDROM?= Yes
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2015/11/24 09:11:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT= MCollective agent to manage files
|
||||
|
||||
# git clone of 7b83a278ada7c4bff533b6347d57462611daa221
|
||||
DISTNAME= mcollective-filemgr-agent-0.0.1
|
||||
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
MASTER_SITES= https://distfiles.nl/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/12/29 19:49:41 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT= MCollective agent to query NRPE
|
||||
|
||||
@ -10,6 +10,4 @@ REVISION= 0
|
||||
|
||||
MCO_SUBDIRS= agent aggregate application data
|
||||
|
||||
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2015/12/29 19:49:41 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT= MCollective agent to manage Packages
|
||||
|
||||
GH_ACCOUNT= puppetlabs
|
||||
GH_PROJECT= mcollective-package-agent
|
||||
GH_TAGNAME= 4.4.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
MCO_SUBDIRS= agent application util
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2016/08/30 11:55:56 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT= MCollective agent to manage the Puppet agent
|
||||
|
||||
GH_ACCOUNT= puppetlabs
|
||||
GH_PROJECT= mcollective-puppet-agent
|
||||
GH_TAGNAME= 1.11.1
|
||||
REVISION= 0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2015/11/24 09:11:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT= MCollective agent to manage Services
|
||||
|
||||
# git clone of d2ce4642d56ec72586b03ee51506dc83ca95295a
|
||||
DISTNAME= mcollective-service-agent-0.0.1
|
||||
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
MASTER_SITES= https://distfiles.nl/
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2015/11/24 09:11:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
COMMENT= MCollective data plugin to retrieve sysctl values
|
||||
|
||||
# git clone of 8fa53c457ebf33e0e942972eea3ffba1a73df7db
|
||||
DISTNAME= mcollective-sysctl-data-2.0.0
|
||||
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
MASTER_SITES= https://distfiles.nl/
|
||||
|
||||
|
@ -1,15 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2016/09/05 09:00:08 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2016/09/06 11:26:08 jasper Exp $
|
||||
|
||||
BROKEN-alpha= SIGABRT during make fake
|
||||
COMMENT= framework for server orchestration/parallel job execution
|
||||
|
||||
DISTNAME= mcollective-2.9.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://www.puppetlabs.com/mcollective
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.87 2016/09/05 09:00:53 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.88 2016/09/06 11:26:07 jasper Exp $
|
||||
|
||||
PORTROACH= limit:^2
|
||||
|
||||
COMMENT= Ruby library for retrieving facts from operating systems
|
||||
|
||||
VERSION= 2.4.6
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
DISTNAME= facter-${VERSION}
|
||||
PKGSPEC= facter->=2.0,<3.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
HOMEPAGE= http://puppetlabs.com/puppet/related-projects/facter/
|
||||
MASTER_SITES= https://downloads.puppetlabs.com/facter/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2016/09/06 09:50:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2016/09/06 11:26:07 jasper Exp $
|
||||
|
||||
PORTROACH= limit:^4
|
||||
|
||||
VERSION= 4.6.2
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
RUN_DEPENDS+= databases/ruby-hiera3,${MODRUBY_FLAVOR} \
|
||||
devel/ruby-rgen,${MODRUBY_FLAVOR} \
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.41 2016/09/06 11:14:51 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.42 2016/09/06 11:26:07 jasper Exp $
|
||||
|
||||
PKG_ARCH ?= *
|
||||
COMMENT ?= centralised configuration management for networks
|
||||
DISTNAME ?= puppet-${VERSION}
|
||||
HOMEPAGE ?= https://puppet.com/
|
||||
MASTER_SITES ?= https://downloads.puppetlabs.com/puppet/
|
||||
MAINTAINER ?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
MAINTAINER ?= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
NO_TEST ?= Yes
|
||||
NO_BUILD ?= Yes
|
||||
PKGDIR ?= ${.CURDIR}/../pkg
|
||||
|
Loading…
Reference in New Issue
Block a user