Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mecab-0.996.10
@ 2024-10-16 12:33 aalhendi
  2024-10-16 20:25 ` ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aalhendi @ 2024-10-16 12:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aalhendi/void-packages add-mecab-pkg
https://github.com/void-linux/void-packages/pull/52653

New package: mecab-0.996.10
#### 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):
  - N/A


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-mecab-pkg-52653.patch --]
[-- Type: text/x-diff, Size: 1378 bytes --]

From ad8ff58c54bc9b53046195f493ecb274f797e563 Mon Sep 17 00:00:00 2001
From: Abdulrazaq Alhendi <dev@aalhendi.com>
Date: Wed, 16 Oct 2024 15:17:57 +0300
Subject: [PATCH] New package: mecab-0.996.10

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

diff --git a/srcpkgs/mecab/template b/srcpkgs/mecab/template
new file mode 100644
index 00000000000000..5f7cab2fabea12
--- /dev/null
+++ b/srcpkgs/mecab/template
@@ -0,0 +1,28 @@
+# Template file for 'mecab'
+pkgname=mecab
+version=0.996.10
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="automake autoconf libtool"
+makedepends="gcc"
+#depends=""
+short_desc="Fork of taku910/mecab (Yet another Japanese morphological analyzer)"
+maintainer="Abdulrazaq Alhendi <dev@aalhendi.com>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later, BSD-2-Clause"
+homepage="https://github.com/shogo82148/mecab"
+#changelog=""
+distfiles="https://github.com/shogo82148/mecab/releases/download/v${version}/mecab-${version}.tar.gz"
+checksum=b9bc1b04852ca47fcf23fd5924f8397347bf4cf746c8a40fb751219ed3463e39
+post_install() {
+	vlicense COPYING
+	vlicense GPL
+	vlicense BSD
+	vlicense LGPL
+}

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

* Re: New package: mecab-0.996.10
  2024-10-16 12:33 [PR PATCH] New package: mecab-0.996.10 aalhendi
@ 2024-10-16 20:25 ` ahesford
  2024-10-16 21:23 ` aalhendi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-10-16 20:25 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/52653#issuecomment-2417881806

Comment:
We don't generally accept unofficial forks of projects, especially when the original is still publicly accessible and occasionally sees development activity despite a lack of releases.

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

* Re: New package: mecab-0.996.10
  2024-10-16 12:33 [PR PATCH] New package: mecab-0.996.10 aalhendi
  2024-10-16 20:25 ` ahesford
@ 2024-10-16 21:23 ` aalhendi
  2024-10-16 21:40 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aalhendi @ 2024-10-16 21:23 UTC (permalink / raw)
  To: ml

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

New comment by aalhendi on void-packages repository

https://github.com/void-linux/void-packages/pull/52653#issuecomment-2417990760

Comment:
@ahesford Unfortunately, the main repo does not have release tags (https://github.com/taku910/mecab/issues/54). The author chose to host the source tarball on Google Drive (https://taku910.github.io/mecab/#download).

Is there a better way to go about this? There are mirrors of the source code online (e.g. https://src.fedoraproject.org/lookaside/pkgs/mecab/mecab-0.996.tar.gz/7603f8975cea2496d88ed62545ba973f/mecab-0.996.tar.gz)


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

* Re: New package: mecab-0.996.10
  2024-10-16 12:33 [PR PATCH] New package: mecab-0.996.10 aalhendi
  2024-10-16 20:25 ` ahesford
  2024-10-16 21:23 ` aalhendi
@ 2024-10-16 21:40 ` ahesford
  2025-01-15  1:57 ` github-actions
  2025-01-23 13:30 ` [PR PATCH] [Closed]: " aalhendi
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-10-16 21:40 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/52653#issuecomment-2418014410

Comment:
These are issues that militate against packaging this software for Void.

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

* Re: New package: mecab-0.996.10
  2024-10-16 12:33 [PR PATCH] New package: mecab-0.996.10 aalhendi
                   ` (2 preceding siblings ...)
  2024-10-16 21:40 ` ahesford
@ 2025-01-15  1:57 ` github-actions
  2025-01-23 13:30 ` [PR PATCH] [Closed]: " aalhendi
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2025-01-15  1:57 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/52653#issuecomment-2591473100

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] 6+ messages in thread

* Re: [PR PATCH] [Closed]: New package: mecab-0.996.10
  2024-10-16 12:33 [PR PATCH] New package: mecab-0.996.10 aalhendi
                   ` (3 preceding siblings ...)
  2025-01-15  1:57 ` github-actions
@ 2025-01-23 13:30 ` aalhendi
  4 siblings, 0 replies; 6+ messages in thread
From: aalhendi @ 2025-01-23 13:30 UTC (permalink / raw)
  To: ml

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

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

New package: mecab-0.996.10
https://github.com/void-linux/void-packages/pull/52653

Description:
#### 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):
  - N/A


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

end of thread, other threads:[~2025-01-23 13:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-16 12:33 [PR PATCH] New package: mecab-0.996.10 aalhendi
2024-10-16 20:25 ` ahesford
2024-10-16 21:23 ` aalhendi
2024-10-16 21:40 ` ahesford
2025-01-15  1:57 ` github-actions
2025-01-23 13:30 ` [PR PATCH] [Closed]: " aalhendi

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