Wed May 15 13:30:51 2024 UTC (32d)
emacspeak: add comment about distfile status

Based on an explanation by adr.


(wiz)
diff -r1.2 -r1.3 pkgsrc/misc/emacspeak/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/misc/emacspeak/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/emacspeak/Makefile 2024/05/14 08:19:11 1.2
+++ pkgsrc/misc/emacspeak/Makefile 2024/05/15 13:30:50 1.3
@@ -1,19 +1,25 @@ @@ -1,19 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2024/05/14 08:19:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2024/05/15 13:30:50 wiz Exp $
2 2
3DISTNAME= emacspeak-60.0 3DISTNAME= emacspeak-60.0
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=tvraman/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=tvraman/}
6GITHUB_PROJECT= emacspeak 6GITHUB_PROJECT= emacspeak
 7# The .tar.bz2 of release 60.0 is broken and upstream won't fix
 8# it. Switch to the auto-generated repository snapshot for the 60.0
 9# release instead. This file is much bigger than the .tar.bz2 (100
 10# MB vs. 5 MB) so we should switch back to .tar.bz2 on the next
 11# release.
 12#EXTRACT_SUFX= .tar.bz2
7 13
8MAINTAINER= pkgsrc-users@NetBSD.org 14MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://emacspeak.sourceforge.net/ 15HOMEPAGE= https://emacspeak.sourceforge.net/
10COMMENT= Speech interface for emacs 16COMMENT= Speech interface for emacs
11LICENSE= gnu-gpl-v2 17LICENSE= gnu-gpl-v2
12 18
13DEPENDS+= mpv-[0-9]*:../../multimedia/mpv 19DEPENDS+= mpv-[0-9]*:../../multimedia/mpv
14DEPENDS+= sox-[0-9]*:../../audio/sox 20DEPENDS+= sox-[0-9]*:../../audio/sox
15 21
16USE_TOOLS= gmake perl bash:run pax 22USE_TOOLS= gmake perl bash:run pax
17 23
18REPLACE_PERL= etc/* 24REPLACE_PERL= etc/*
19REPLACE_BASH= bash-utils/* etc/* sounds/*/*sh 25REPLACE_BASH= bash-utils/* etc/* sounds/*/*sh