Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: x3270-4.3ga8
@ 2024-04-30 13:32 realcharmer
  2024-04-30 13:34 ` opth
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: realcharmer @ 2024-04-30 13:32 UTC (permalink / raw)
  To: ml

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

There is a new pull request by realcharmer against master on the void-packages repository

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From ce87debec309dcde16a867cb60fae8c1fe6053aa Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..e9d0241565b2ec
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,17 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+makedepends="libX11-devel libXaw-devel bdftopcf mkfontdir ncurses-devel expat-devel tcl-devel"
+depends="libXaw tcl"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="http://x3270.bgp.nu/download/04.03/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
@ 2024-04-30 13:34 ` opth
  2024-04-30 13:34 ` [PR REVIEW] " realcharmer
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: opth @ 2024-04-30 13:34 UTC (permalink / raw)
  To: ml

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

New comment by opth on void-packages repository

https://github.com/void-linux/void-packages/pull/50128#issuecomment-2085350795

Comment:
Thanks. 
Now I can finally manage my IBM mainframe. <3

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

* Re: [PR REVIEW] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
  2024-04-30 13:34 ` opth
@ 2024-04-30 13:34 ` realcharmer
  2024-04-30 13:36 ` [PR PATCH] [Updated] " realcharmer
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-04-30 13:34 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/50128#discussion_r1584834792

Comment:
Not sure how to properly handle the version number here.

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
  2024-04-30 13:34 ` opth
  2024-04-30 13:34 ` [PR REVIEW] " realcharmer
@ 2024-04-30 13:36 ` realcharmer
  2024-04-30 13:41 ` realcharmer
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-04-30 13:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From da63d77bc11ce3a3ece0300d7cf71422d0c6fc7f Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..020bc0e008f4a4
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,18 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+makedepends="libX11-devel libXaw-devel bdftopcf mkfontdir ncurses-devel
+ expat-devel tcl-devel bdftopcf"
+depends="libXaw tcl"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="http://x3270.bgp.nu/download/04.03/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (2 preceding siblings ...)
  2024-04-30 13:36 ` [PR PATCH] [Updated] " realcharmer
@ 2024-04-30 13:41 ` realcharmer
  2024-05-07  8:01 ` realcharmer
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-04-30 13:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 974d6720cb237ff537440a5369c1cc695aafe304 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..ebf7fef287a846
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,18 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+makedepends="libX11-devel libXaw-devel bdftopcf mkfontdir ncurses-devel
+ expat-devel tcl-devel"
+depends="libXaw tcl"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="http://x3270.bgp.nu/download/04.03/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (3 preceding siblings ...)
  2024-04-30 13:41 ` realcharmer
@ 2024-05-07  8:01 ` realcharmer
  2024-05-07  8:21 ` realcharmer
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07  8:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 5186c12cd218c2d934f24f1f00b300e69a99e809 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..eacf3bd7591f13
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,19 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+makedepends="libX11-devel libXaw-devel bdftopcf mkfontdir ncurses-devel
+ expat-devel tcl-devel"
+depends="libXaw tcl"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="http://x3270.bgp.nu/download/04.03/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+	rm -rf usr/share/fonts/X11/misc/fonts.dir
+}

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (4 preceding siblings ...)
  2024-05-07  8:01 ` realcharmer
@ 2024-05-07  8:21 ` realcharmer
  2024-05-07 12:52 ` realcharmer
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07  8:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From e9e684955f91ad39f3db8b371098c9c2ed3f7a16 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..1d64779b3daa45
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,20 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+configure_args="--enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin
+ --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270"
+makedepends="libX11-devel libXaw-devel bdftopcf mkfontdir ncurses-devel
+ expat-devel tcl-devel"
+depends="libXaw tcl"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="http://x3270.bgp.nu/download/04.03/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (5 preceding siblings ...)
  2024-05-07  8:21 ` realcharmer
@ 2024-05-07 12:52 ` realcharmer
  2024-05-07 12:55 ` realcharmer
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From ea9bc33d8dfc472b5d9cd432ff89298cb3613b70 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..807f20e07f526b
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,21 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+configure_args="--enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin
+ --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270"
+make_install_target="install install.man"
+hostmakedepends="mkfontscale bdftopcf"
+makedepends="libX11-devel libXaw-devel ncurses-devel expat-devel tcl-devel"
+depends="libXaw tcl"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="http://x3270.bgp.nu/download/04.03/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (6 preceding siblings ...)
  2024-05-07 12:52 ` realcharmer
@ 2024-05-07 12:55 ` realcharmer
  2024-05-07 13:37 ` realcharmer
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07 12:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 6a444c2d29ab57d8f2ae8d376535a6707f0223d1 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..41d1c7f746e530
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,21 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+configure_args="--enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin
+ --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270"
+make_install_target="install install.man"
+hostmakedepends="mkfontscale bdftopcf tcl-devel"
+makedepends="libX11-devel libXaw-devel ncurses-devel expat-devel"
+depends="libXaw tcl"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="http://x3270.bgp.nu/download/04.03/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (7 preceding siblings ...)
  2024-05-07 12:55 ` realcharmer
@ 2024-05-07 13:37 ` realcharmer
  2024-05-07 13:38 ` [PR REVIEW] " realcharmer
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07 13:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From df18583835945658fd212d156a40cb9c293a9815 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..b9ebfa5dca97b4
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,20 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+configure_args="--enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin
+ --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270"
+make_install_target="install install.man"
+hostmakedepends="mkfontscale bdftopcf tcl"
+makedepends="libX11-devel libXaw-devel libXmu-devel libXt-devel ncurses-devel expat-devel tcl-devel openssl-devel readline-devel"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="${SOURCEFORGE_SITE}/x3270/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: [PR REVIEW] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (8 preceding siblings ...)
  2024-05-07 13:37 ` realcharmer
@ 2024-05-07 13:38 ` realcharmer
  2024-05-07 13:47 ` [PR PATCH] [Updated] " realcharmer
  2024-05-07 13:52 ` realcharmer
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07 13:38 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/50128#discussion_r1592500460

Comment:
Using `${SOURCEFORGE_SITE}/x3270/suite3270-${version}-src.tgz` instead.

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (9 preceding siblings ...)
  2024-05-07 13:38 ` [PR REVIEW] " realcharmer
@ 2024-05-07 13:47 ` realcharmer
  2024-05-07 13:52 ` realcharmer
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07 13:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 8991f5a27d8ad084cffe968b1068896ce96cb209 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..b2bf68dd9b3308
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,21 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+build_style=gnu-configure
+configure_args="--enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin
+ --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270"
+make_install_target="install install.man"
+hostmakedepends="mkfontscale bdftopcf tcl m4"
+makedepends="libX11-devel libXaw-devel libXmu-devel libXt-devel ncurses-devel
+ expat-devel tcl-devel openssl-devel readline-devel"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="${SOURCEFORGE_SITE}/x3270/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x3270-4.3ga8
  2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
                   ` (10 preceding siblings ...)
  2024-05-07 13:47 ` [PR PATCH] [Updated] " realcharmer
@ 2024-05-07 13:52 ` realcharmer
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2024-05-07 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages x3270
https://github.com/void-linux/void-packages/pull/50128

New package: x3270-4.3ga8
IBM 3270 terminal emulator. This is needed for working with modern s390x IBM mainframes with z/VM.

http://x3270.bgp.nu/

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 71f239f9e4f7ff501857d744da7a0b79fe6630c0 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 30 Apr 2024 15:29:14 +0200
Subject: [PATCH] New package: x3270-4.3ga8

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

diff --git a/srcpkgs/x3270/template b/srcpkgs/x3270/template
new file mode 100644
index 00000000000000..0bfa73a8c5b4c5
--- /dev/null
+++ b/srcpkgs/x3270/template
@@ -0,0 +1,22 @@
+# Template file for 'x3270'
+pkgname=x3270
+version=4.3ga8
+revision=1
+archs="x86_64* i686*"
+build_style=gnu-configure
+configure_args="--enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin
+ --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270"
+make_install_target="install install.man"
+hostmakedepends="mkfontscale bdftopcf tcl m4"
+makedepends="libX11-devel libXaw-devel ncurses-devel expat-devel tcl-devel
+ openssl-devel readline-devel"
+short_desc="IBM 3270 terminal emulator"
+maintainer="Emil Miler <em@0x45.cz>"
+license="BSD-3-Clause, MIT"
+homepage="http://x3270.bgp.nu/"
+distfiles="${SOURCEFORGE_SITE}/x3270/suite3270-${version}-src.tgz"
+checksum=81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+
+post_install() {
+	vlicense wc3270/LICENSE.txt.tmpl LICENSE
+}

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

end of thread, other threads:[~2024-05-07 13:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 13:32 [PR PATCH] New package: x3270-4.3ga8 realcharmer
2024-04-30 13:34 ` opth
2024-04-30 13:34 ` [PR REVIEW] " realcharmer
2024-04-30 13:36 ` [PR PATCH] [Updated] " realcharmer
2024-04-30 13:41 ` realcharmer
2024-05-07  8:01 ` realcharmer
2024-05-07  8:21 ` realcharmer
2024-05-07 12:52 ` realcharmer
2024-05-07 12:55 ` realcharmer
2024-05-07 13:37 ` realcharmer
2024-05-07 13:38 ` [PR REVIEW] " realcharmer
2024-05-07 13:47 ` [PR PATCH] [Updated] " realcharmer
2024-05-07 13:52 ` realcharmer

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).