mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/pg-gvm: New port: Greenbone Library for helper functions in PostgreSQL
Greenbone Library for helper functions in PostgreSQL. This library contains functionality for ical object manipulation. WWW: https://github.com/greenbone/pg-gvm
This commit is contained in:
parent
f69b161300
commit
b29f94f990
5 changed files with 37 additions and 0 deletions
|
@ -577,6 +577,7 @@
|
|||
SUBDIR += pglogical
|
||||
SUBDIR += pgmetrics
|
||||
SUBDIR += pgmodeler
|
||||
SUBDIR += pg-gvm
|
||||
SUBDIR += pgpool-II-37
|
||||
SUBDIR += pgpool-II-40
|
||||
SUBDIR += pgpool-II-41
|
||||
|
|
25
databases/pg-gvm/Makefile
Normal file
25
databases/pg-gvm/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= pg-gvm
|
||||
DISTVERSION= 22.4.0
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= databases devel
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Greenbone Library for helper functions in PostgreSQL
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libgvm_base.so:security/gvm-libs \
|
||||
libical.so:devel/libical
|
||||
|
||||
USES= cmake gnome pkgconfig pgsql
|
||||
USE_GNOME= glib20
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= greenbone
|
||||
GH_PROJECT= pg-gvm
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|find -type f|find * -type f|g' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/pg-gvm/distinfo
Normal file
3
databases/pg-gvm/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1659322387
|
||||
SHA256 (greenbone-pg-gvm-v22.4.0_GH0.tar.gz) = f5f578f255fc24bc7ce594ccd1d4f6679d4729b1eef17200a1ed189f3c2f6a94
|
||||
SIZE (greenbone-pg-gvm-v22.4.0_GH0.tar.gz) = 37619
|
4
databases/pg-gvm/pkg-descr
Normal file
4
databases/pg-gvm/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Greenbone Library for helper functions in PostgreSQL. This library contains
|
||||
functionality for ical object manipulation.
|
||||
|
||||
WWW: https://github.com/greenbone/pg-gvm
|
4
databases/pg-gvm/pkg-plist
Normal file
4
databases/pg-gvm/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib/postgresql/libpg-gvm.so
|
||||
share/postgresql/extension/pg-gvm--1.0--22.4.0.sql
|
||||
share/postgresql/extension/pg-gvm--22.4.0.sql
|
||||
share/postgresql/extension/pg-gvm.control
|
Loading…
Add table
Reference in a new issue