Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mdk-1.3.0
@ 2023-09-20  6:43 fvalasiad
  2023-09-20  7:02 ` fvalasiad
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: fvalasiad @ 2023-09-20  6:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages mdk
https://github.com/void-linux/void-packages/pull/46151

New package: mdk-1.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From f4428212cf226f14fb9a123bb78bf593746797af Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Wed, 20 Sep 2023 09:33:34 +0300
Subject: [PATCH] New package: mdk-1.3.0

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/mdk/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/mdk/template

diff --git a/srcpkgs/mdk/template b/srcpkgs/mdk/template
new file mode 100644
index 0000000000000..28e0e394a1339
--- /dev/null
+++ b/srcpkgs/mdk/template
@@ -0,0 +1,14 @@
+# Template file for 'mdk'
+pkgname=mdk
+version=1.3.0
+revision=1
+build_style=gnu-configure
+short_desc="GNU MIX Development Kit"
+hostmakedepends="intltool pkg-config" 
+makedepends="ncurses-devel glib-devel readline-devel"
+depends="ncurses glib"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="${GNU_SITE}/software/${pkgname}/"
+distfiles="${GNU_SITE}/${pkgname}/v${version}/${pkgname}-${version}.tar.gz"
+checksum=8b1e5dd7f47b738cb966ef717be92a501494d9ba6d87038f09e8fa29101b132e

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

* Re: New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
@ 2023-09-20  7:02 ` fvalasiad
  2023-09-20  7:13 ` [PR PATCH] [Updated] " fvalasiad
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fvalasiad @ 2023-09-20  7:02 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/46151#issuecomment-1727088705

Comment:
[GNU's Mix Development Toolkit](https://www.gnu.org/software/mdk/manual/mdk.html) also provides [gmixvm(1)](https://www.gnu.org/software/mdk/manual/mdk.html#gmixvm) and [mixguille(1)](https://www.gnu.org/software/mdk/manual/mdk.html#mixguile) if configured to do so. The former being a graphical virtual machine using GTK(alternative to the `mixvm(1)` CLI) while the latter being a wrapper of `mixvm(1)` as a Scheme Functions library.

I'd probably create separate packages for them, but I'll leave it up to you to decide. 

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

* Re: [PR PATCH] [Updated] New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
  2023-09-20  7:02 ` fvalasiad
@ 2023-09-20  7:13 ` fvalasiad
  2023-09-20  7:14 ` fvalasiad
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fvalasiad @ 2023-09-20  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages mdk
https://github.com/void-linux/void-packages/pull/46151

New package: mdk-1.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From c262bb5bb0777c056032f10033d2c3c939ac6735 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Wed, 20 Sep 2023 09:33:34 +0300
Subject: [PATCH] New package: mdk-1.3.0

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/mdk/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/mdk/template

diff --git a/srcpkgs/mdk/template b/srcpkgs/mdk/template
new file mode 100644
index 0000000000000..2524962c797da
--- /dev/null
+++ b/srcpkgs/mdk/template
@@ -0,0 +1,14 @@
+# Template file for 'mdk'
+pkgname=mdk
+version=1.3.0
+revision=1
+build_style=gnu-configure
+short_desc="GNU MIX Development Kit"
+hostmakedepends="intltool pkg-config flex" 
+makedepends="ncurses-devel glib-devel readline-devel"
+depends="ncurses glib"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="${GNU_SITE}/software/${pkgname}/"
+distfiles="${GNU_SITE}/${pkgname}/v${version}/${pkgname}-${version}.tar.gz"
+checksum=8b1e5dd7f47b738cb966ef717be92a501494d9ba6d87038f09e8fa29101b132e

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

* Re: [PR PATCH] [Updated] New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
  2023-09-20  7:02 ` fvalasiad
  2023-09-20  7:13 ` [PR PATCH] [Updated] " fvalasiad
@ 2023-09-20  7:14 ` fvalasiad
  2023-09-20  7:17 ` fvalasiad
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fvalasiad @ 2023-09-20  7:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages mdk
https://github.com/void-linux/void-packages/pull/46151

New package: mdk-1.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From 756dd0763b0449a43d3262ed6348d28c27c6a8fb Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Wed, 20 Sep 2023 09:33:34 +0300
Subject: [PATCH] New package: mdk-1.3.0

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/mdk/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/mdk/template

diff --git a/srcpkgs/mdk/template b/srcpkgs/mdk/template
new file mode 100644
index 0000000000000..abc416b99053e
--- /dev/null
+++ b/srcpkgs/mdk/template
@@ -0,0 +1,14 @@
+# Template file for 'mdk'
+pkgname=mdk
+version=1.3.0
+revision=1
+build_style=gnu-configure
+short_desc="GNU MIX Development Kit"
+hostmakedepends="intltool pkg-config flex"
+makedepends="ncurses-devel glib-devel readline-devel"
+depends="ncurses glib"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="${GNU_SITE}/software/${pkgname}/"
+distfiles="${GNU_SITE}/${pkgname}/v${version}/${pkgname}-${version}.tar.gz"
+checksum=8b1e5dd7f47b738cb966ef717be92a501494d9ba6d87038f09e8fa29101b132e

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

* Re: [PR PATCH] [Updated] New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
                   ` (2 preceding siblings ...)
  2023-09-20  7:14 ` fvalasiad
@ 2023-09-20  7:17 ` fvalasiad
  2023-12-20  1:40 ` github-actions
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fvalasiad @ 2023-09-20  7:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fvalasiad/void-packages mdk
https://github.com/void-linux/void-packages/pull/46151

New package: mdk-1.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From ff73b2a9e1ebd6a562b3892256c875b26781a012 Mon Sep 17 00:00:00 2001
From: Fotios Valasiadis <fvalasiad@gmail.com>
Date: Wed, 20 Sep 2023 09:33:34 +0300
Subject: [PATCH] New package: mdk-1.3.0

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
---
 srcpkgs/mdk/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/mdk/template

diff --git a/srcpkgs/mdk/template b/srcpkgs/mdk/template
new file mode 100644
index 0000000000000..e0003a64e2436
--- /dev/null
+++ b/srcpkgs/mdk/template
@@ -0,0 +1,14 @@
+# Template file for 'mdk'
+pkgname=mdk
+version=1.3.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="intltool pkg-config flex"
+makedepends="ncurses-devel glib-devel readline-devel"
+depends="ncurses glib"
+short_desc="GNU MIX Development Kit"
+maintainer="Fotios Valasiadis <fvalasiad@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://www.gnu.org/software/mdk"
+distfiles="${GNU_SITE}/${pkgname}/v${version}/${pkgname}-${version}.tar.gz"
+checksum=8b1e5dd7f47b738cb966ef717be92a501494d9ba6d87038f09e8fa29101b132e

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

* Re: New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
                   ` (3 preceding siblings ...)
  2023-09-20  7:17 ` fvalasiad
@ 2023-12-20  1:40 ` github-actions
  2023-12-22 17:59 ` fvalasiad
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-12-20  1:40 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46151#issuecomment-1863708619

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
                   ` (4 preceding siblings ...)
  2023-12-20  1:40 ` github-actions
@ 2023-12-22 17:59 ` fvalasiad
  2024-03-23  1:44 ` github-actions
  2024-04-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: fvalasiad @ 2023-12-22 17:59 UTC (permalink / raw)
  To: ml

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

New comment by fvalasiad on void-packages repository

https://github.com/void-linux/void-packages/pull/46151#issuecomment-1867944171

Comment:
This package contains the MIX development toolkit.

MIX is a hypothetical computer used by Donald knuth in his book [The Art Of Computer Programming](https://en.wikipedia.org/wiki/The_Art_of_Computer_Programming). He chose it for his book in order to avoid having his work labeled as a book meant to learn x86, MIPS, or any other existing architecture at the time, as he thought the concepts taught were applicable to programming as a whole.

MDK is a toolkit by the GNU project implementing standard tools such as a MIXAL compiler, a VM, a debugger, etc...

It's purely for educational purposes, back in UNI a project had us write a compiler that would translate a simple language to MIXAL, and so I made use of this package.

If you do not wish to include it that's fine.

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

* Re: New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
                   ` (5 preceding siblings ...)
  2023-12-22 17:59 ` fvalasiad
@ 2024-03-23  1:44 ` github-actions
  2024-04-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-03-23  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46151#issuecomment-2016293834

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: mdk-1.3.0
  2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
                   ` (6 preceding siblings ...)
  2024-03-23  1:44 ` github-actions
@ 2024-04-07  1:46 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-04-07  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: mdk-1.3.0
https://github.com/void-linux/void-packages/pull/46151

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

end of thread, other threads:[~2024-04-07  1:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20  6:43 [PR PATCH] New package: mdk-1.3.0 fvalasiad
2023-09-20  7:02 ` fvalasiad
2023-09-20  7:13 ` [PR PATCH] [Updated] " fvalasiad
2023-09-20  7:14 ` fvalasiad
2023-09-20  7:17 ` fvalasiad
2023-12-20  1:40 ` github-actions
2023-12-22 17:59 ` fvalasiad
2024-03-23  1:44 ` github-actions
2024-04-07  1:46 ` [PR PATCH] [Closed]: " github-actions

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