pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Further simplification of DESCR/COMMENT to explain different profiles



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Fri Jan 5 17:53:47 2018 +0000
Changeset:	383a550e3b53a9de35a5b08d7b5cc34b30fa7bc4

Modified Files:
	libretro-bsnes-mercury-accuracy/DESCR
	libretro-bsnes-mercury-accuracy/Makefile
	libretro-bsnes-mercury-performance/DESCR
	libretro-bsnes-mercury-performance/Makefile
	libretro-bsnes-mercury/DESCR
	libretro-bsnes-mercury/Makefile

Log Message:
Further simplification of DESCR/COMMENT to explain different profiles

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=383a550e3b53a9de35a5b08d7b5cc34b30fa7bc4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-bsnes-mercury-accuracy/DESCR       | 5 ++---
 libretro-bsnes-mercury-accuracy/Makefile    | 2 +-
 libretro-bsnes-mercury-performance/DESCR    | 5 ++---
 libretro-bsnes-mercury-performance/Makefile | 2 +-
 libretro-bsnes-mercury/DESCR                | 5 ++---
 libretro-bsnes-mercury/Makefile             | 2 +-
 6 files changed, 9 insertions(+), 12 deletions(-)

diffs:
diff --git a/libretro-bsnes-mercury-accuracy/DESCR b/libretro-bsnes-mercury-accuracy/DESCR
index 1fb64d62ea..2994790a14 100644
--- a/libretro-bsnes-mercury-accuracy/DESCR
+++ b/libretro-bsnes-mercury-accuracy/DESCR
@@ -17,6 +17,5 @@ accuracy is still uncompromisable; anything that affects accuracy is
 optional and off by default.
 
 It has has 3 different profiles: Performance, Balanced, and Accuracy.
-The Balanced version is recommended for modern PCs. Use the Accuracy
-profile only for extreme cases of hardware spec abuse (e.g. A.S.P.
-Air Strike Patrol).
+Balanced is recommended for modern PCs. Use Accuracy only for extreme
+cases of hardware spec abuse (e.g. the game A.S.P. Air Strike Patrol).
diff --git a/libretro-bsnes-mercury-accuracy/Makefile b/libretro-bsnes-mercury-accuracy/Makefile
index 2f99bd8b51..7f886c5747 100644
--- a/libretro-bsnes-mercury-accuracy/Makefile
+++ b/libretro-bsnes-mercury-accuracy/Makefile
@@ -5,6 +5,6 @@ BSNES_PROFILE=	accuracy
 .include "../../wip/libretro-bsnes-mercury/Makefile.common"
 
 HOMEPAGE=	https://docs.libretro.com/library/bsnes_mercury_accuracy/
-COMMENT=	Libretro core for (more) accurate SNES/Super Famicom emulation
+COMMENT=	Libretro core for SNES/Super Famicom emulation ("accuracy" profile)
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/libretro-bsnes-mercury-performance/DESCR b/libretro-bsnes-mercury-performance/DESCR
index 1fb64d62ea..2994790a14 100644
--- a/libretro-bsnes-mercury-performance/DESCR
+++ b/libretro-bsnes-mercury-performance/DESCR
@@ -17,6 +17,5 @@ accuracy is still uncompromisable; anything that affects accuracy is
 optional and off by default.
 
 It has has 3 different profiles: Performance, Balanced, and Accuracy.
-The Balanced version is recommended for modern PCs. Use the Accuracy
-profile only for extreme cases of hardware spec abuse (e.g. A.S.P.
-Air Strike Patrol).
+Balanced is recommended for modern PCs. Use Accuracy only for extreme
+cases of hardware spec abuse (e.g. the game A.S.P. Air Strike Patrol).
diff --git a/libretro-bsnes-mercury-performance/Makefile b/libretro-bsnes-mercury-performance/Makefile
index 6a003ab1ba..f66e2422ec 100644
--- a/libretro-bsnes-mercury-performance/Makefile
+++ b/libretro-bsnes-mercury-performance/Makefile
@@ -5,6 +5,6 @@ BSNES_PROFILE=	performance
 .include "../../wip/libretro-bsnes-mercury/Makefile.common"
 
 HOMEPAGE=	https://docs.libretro.com/library/bsnes_mercury_performance/
-COMMENT=	Libretro core for performant SNES/Super Famicom emulation
+COMMENT=	Libretro core for SNES/Super Famicom emulation ("performance" profile)
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/libretro-bsnes-mercury/DESCR b/libretro-bsnes-mercury/DESCR
index 1fb64d62ea..2994790a14 100644
--- a/libretro-bsnes-mercury/DESCR
+++ b/libretro-bsnes-mercury/DESCR
@@ -17,6 +17,5 @@ accuracy is still uncompromisable; anything that affects accuracy is
 optional and off by default.
 
 It has has 3 different profiles: Performance, Balanced, and Accuracy.
-The Balanced version is recommended for modern PCs. Use the Accuracy
-profile only for extreme cases of hardware spec abuse (e.g. A.S.P.
-Air Strike Patrol).
+Balanced is recommended for modern PCs. Use Accuracy only for extreme
+cases of hardware spec abuse (e.g. the game A.S.P. Air Strike Patrol).
diff --git a/libretro-bsnes-mercury/Makefile b/libretro-bsnes-mercury/Makefile
index 77c2fcb755..cc78143102 100644
--- a/libretro-bsnes-mercury/Makefile
+++ b/libretro-bsnes-mercury/Makefile
@@ -6,6 +6,6 @@ BSNES_PROFILE=	balanced
 
 PKGNAME=	${DISTNAME}
 HOMEPAGE=	https://docs.libretro.com/library/bsnes_mercury_balanced/
-COMMENT=	Libretro core for balanced SNES/Super Famicom emulation
+COMMENT=	Libretro core for SNES/Super Famicom emulation ("balanced" profile)
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index