Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
  2019-09-14 17:47 ` [PR PATCH] [Updated] New package: pg_bulkload-3.1.15 voidlinux-github
@ 2019-09-14 17:47 ` voidlinux-github
  2019-09-14 18:34 ` voidlinux-github
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 17:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1241 bytes --]

From 2d12d359d5161ec3d61eaf7979b47ebc8e2cac41 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 19:47:20 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..52d9807a1dc
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,19 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-09-14 18:34 ` voidlinux-github
@ 2019-09-14 18:34 ` voidlinux-github
  2019-09-14 18:57 ` voidlinux-github
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 18:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From aab7b80b71df3ff53d30b2d73b9008ba437adee1 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 20:34:25 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..87db6659a13
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,23 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs \
+ postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+# armv7 is broken: https://travis-ci.org/void-linux/void-packages/jobs/585012162#L4242
+archs="i686* x86_64* aarch64"
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
  2019-09-14 17:47 ` [PR PATCH] [Updated] New package: pg_bulkload-3.1.15 voidlinux-github
  2019-09-14 17:47 ` voidlinux-github
@ 2019-09-14 18:34 ` voidlinux-github
  2019-09-14 18:34 ` voidlinux-github
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 18:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From aab7b80b71df3ff53d30b2d73b9008ba437adee1 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 20:34:25 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..87db6659a13
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,23 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs \
+ postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+# armv7 is broken: https://travis-ci.org/void-linux/void-packages/jobs/585012162#L4242
+archs="i686* x86_64* aarch64"
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-09-14 18:34 ` voidlinux-github
@ 2019-09-14 18:57 ` voidlinux-github
  2019-09-14 18:57 ` voidlinux-github
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From fa9f37387d4bd9375958089260e484d4b063f85e Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 20:57:08 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..87db6659a13
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,23 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs \
+ postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+# armv7 is broken: https://travis-ci.org/void-linux/void-packages/jobs/585012162#L4242
+archs="i686* x86_64* aarch64"
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2019-09-14 18:57 ` voidlinux-github
@ 2019-09-14 18:57 ` voidlinux-github
  2019-09-14 18:57 ` voidlinux-github
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From fa9f37387d4bd9375958089260e484d4b063f85e Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 20:57:08 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..87db6659a13
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,23 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs \
+ postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+# armv7 is broken: https://travis-ci.org/void-linux/void-packages/jobs/585012162#L4242
+archs="i686* x86_64* aarch64"
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2019-09-14 18:57 ` voidlinux-github
@ 2019-09-14 18:57 ` voidlinux-github
  2021-11-06 21:33 ` [PR PATCH] [Closed]: " abenson
  2021-11-06 21:33 ` abenson
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1371 bytes --]

From c580e882c28c3f804a4d97d8ede4bdfe30a48422 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 20:57:49 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..f0611b2c3ed
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,23 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs \
+ postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+# armv7 is broken: https://travis-ci.org/void-linux/void-packages/jobs/585012162#L4242
+archs="i686* x86_64* aarch64*"
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2019-09-14 18:57 ` voidlinux-github
@ 2019-09-14 18:57 ` voidlinux-github
  2019-09-14 18:57 ` voidlinux-github
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1371 bytes --]

From c580e882c28c3f804a4d97d8ede4bdfe30a48422 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 20:57:49 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..f0611b2c3ed
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,23 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs \
+ postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+# armv7 is broken: https://travis-ci.org/void-linux/void-packages/jobs/585012162#L4242
+archs="i686* x86_64* aarch64*"
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Closed]: New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2019-09-14 18:57 ` voidlinux-github
@ 2021-11-06 21:33 ` abenson
  2021-11-06 21:33 ` abenson
  9 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-11-06 21:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

There's a closed pull request on the void-packages repository

New package: pg_bulkload-3.1.15
https://github.com/void-linux/void-packages/pull/14088

Description:
Fixes #13549

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2021-11-06 21:33 ` [PR PATCH] [Closed]: " abenson
@ 2021-11-06 21:33 ` abenson
  9 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-11-06 21:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/14088#issuecomment-962512810

Comment:
Seemingly abandoned.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: pg_bulkload-3.1.15
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
@ 2019-09-14 17:47 ` voidlinux-github
  2019-09-14 17:47 ` voidlinux-github
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-14 17:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages pg_bulkload
https://github.com/void-linux/void-packages/pull/14088

New package: pg_bulkload-3.1.15
Fixes #13549

A patch file from https://github.com/void-linux/void-packages/pull/14088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pg_bulkload-14088.patch --]
[-- Type: text/x-diff, Size: 1241 bytes --]

From 2d12d359d5161ec3d61eaf7979b47ebc8e2cac41 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Sat, 14 Sep 2019 19:47:20 +0200
Subject: [PATCH] New package: pg_bulkload-3.1.15

---
 srcpkgs/pg_bulkload/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/pg_bulkload/template

diff --git a/srcpkgs/pg_bulkload/template b/srcpkgs/pg_bulkload/template
new file mode 100644
index 00000000000..52d9807a1dc
--- /dev/null
+++ b/srcpkgs/pg_bulkload/template
@@ -0,0 +1,19 @@
+# Template file for 'pg_bulkload'
+pkgname=pg_bulkload
+version=3.1.15
+revision=1
+wrksrc="${pkgname}-VERSION${version//./_}"
+build_wrksrc="bin"
+build_style=gnu-makefile
+hostmakedepends="postgresql-libs-devel"
+makedepends="readline-devel libressl-devel libssl47 pam-devel postgresql-libs postgresql-libs-devel zlib-devel"
+short_desc="High speed data loading utility for PostgreSQL"
+maintainer="Anachron <gith@cron.world>"
+license="BSD-3-Clause"
+homepage="http://ossc-db.github.io/pg_bulkload"
+distfiles="https://github.com/ossc-db/pg_bulkload/archive/VERSION${version//./_}.tar.gz"
+checksum=f6094fa11bd50dd1c447a95025632a36e4487d31848628ac1b9aea8dec15a437
+
+post_install() {
+	vlicense ../COPYRIGHT
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-11-06 21:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14088@inbox.vuxu.org>
2019-09-14 17:47 ` [PR PATCH] [Updated] New package: pg_bulkload-3.1.15 voidlinux-github
2019-09-14 17:47 ` voidlinux-github
2019-09-14 18:34 ` voidlinux-github
2019-09-14 18:34 ` voidlinux-github
2019-09-14 18:57 ` voidlinux-github
2019-09-14 18:57 ` voidlinux-github
2019-09-14 18:57 ` voidlinux-github
2019-09-14 18:57 ` voidlinux-github
2021-11-06 21:33 ` [PR PATCH] [Closed]: " abenson
2021-11-06 21:33 ` abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).