FreeBSD Bugzilla – Attachment 175322 Details for
Bug 210545
[NEW PORT] devel/riemann-c-client: C client library for the Riemann monitoring system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v3 patch - dch version
file_210545.txt (text/plain), 2.63 KB, created by
Dave Cottlehuber
on 2016-09-30 22:44:04 UTC
(
hide
)
Description:
v3 patch - dch version
Filename:
MIME Type:
Creator:
Dave Cottlehuber
Created:
2016-09-30 22:44:04 UTC
Size:
2.63 KB
patch
obsolete
>commit 82a8de3ea1c7957f94d1f1e149c37deb3dc332ff >Author: Dave Cottlehuber <dch@skunkwerks.at> >Date: Fri Sep 30 14:09:40 2016 +0000 > > net-mgmt/riemann-c-client: new port > >diff --git a/net-mgmt/riemann-c-client/Makefile b/net-mgmt/riemann-c-client/Makefile >new file mode 100644 >index 0000000..39286bd >--- /dev/null >+++ b/net-mgmt/riemann-c-client/Makefile >@@ -0,0 +1,30 @@ >+# Created by: Dave Cottlehuber <dch@skunkwerks.at> >+# $FreeBSD$ >+ >+PORTNAME= riemann-c-client >+PORTVERSION= 1.9.1 >+DISTVERSIONPREFIX= ${PORTNAME}- >+CATEGORIES= net-mgmt >+ >+MAINTAINER= dch@skunkwerks.at >+COMMENT= C library and command-line tool for Riemann >+ >+LICENSE= LGPL3+ >+ >+LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ >+ libgnutls.so:security/gnutls \ >+ libjson-c.so:devel/json-c >+BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:devel/libcheck >+ >+USE_GITHUB= yes >+GH_ACCOUNT= algernon >+ >+USES= autoreconf libtool pkgconfig gmake pathfix >+ >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --enable-tests >+USE_LDCONFIG= yes >+PATHFIX_MAKEFILEIN= Makefile.am >+INSTALL_TARGET= install-strip >+ >+.include <bsd.port.mk> >diff --git a/net-mgmt/riemann-c-client/distinfo b/net-mgmt/riemann-c-client/distinfo >new file mode 100644 >index 0000000..7ac624f >--- /dev/null >+++ b/net-mgmt/riemann-c-client/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1475271779 >+SHA256 (algernon-riemann-c-client-riemann-c-client-1.9.1_GH0.tar.gz) = 6c8279362384e0ee01cb84a12f645bf7229c7d61f565158fe4ecc82c36ce8dc0 >+SIZE (algernon-riemann-c-client-riemann-c-client-1.9.1_GH0.tar.gz) = 74563 >diff --git a/net-mgmt/riemann-c-client/pkg-descr b/net-mgmt/riemann-c-client/pkg-descr >new file mode 100644 >index 0000000..449b8b8 >--- /dev/null >+++ b/net-mgmt/riemann-c-client/pkg-descr >@@ -0,0 +1,5 @@ >+Riemann-C-client is a C client library for the Riemann monitoring system, >+providing a convenient and simple API, high test coverage and a copyleft >+license, along with API and ABI stability. >+ >+WWW: https://github.com/algernon/riemann-c-client/#readme >diff --git a/net-mgmt/riemann-c-client/pkg-plist b/net-mgmt/riemann-c-client/pkg-plist >new file mode 100644 >index 0000000..da3a1d7 >--- /dev/null >+++ b/net-mgmt/riemann-c-client/pkg-plist >@@ -0,0 +1,15 @@ >+bin/riemann-client >+include/riemann/attribute.h >+include/riemann/client.h >+include/riemann/event.h >+include/riemann/message.h >+include/riemann/proto/riemann.pb-c.h >+include/riemann/query.h >+include/riemann/riemann-client.h >+include/riemann/simple.h >+lib/libriemann-client.a >+lib/libriemann-client.so >+lib/libriemann-client.so.0 >+lib/libriemann-client.so.0.9.1 >+libdata/pkgconfig/riemann-client.pc >+man/man1/riemann-client.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210545
:
171768
|
175313
| 175322 |
175340
|
175343