pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fatsort: Add fatsort-1.6.5.640
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Tue Jul 16 12:30:48 2024 +0200
Changeset: 0209cfb7e2de911d8f5a4e0f5f92789dca370b57
Modified Files:
Makefile
Added Files:
fatsort/COMMIT_MSG
fatsort/DESCR
fatsort/Makefile
fatsort/PLIST
fatsort/distinfo
Log Message:
fatsort: Add fatsort-1.6.5.640
Sorts file directory entires on FAT12, FAT16, FAT32 and exFAT partitions.
Useful for e.g. MP3 players and retro gaming flashcarts. Supports long
filenames.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0209cfb7e2de911d8f5a4e0f5f92789dca370b57
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
fatsort/COMMIT_MSG | 5 +++++
fatsort/DESCR | 3 +++
fatsort/Makefile | 26 ++++++++++++++++++++++++++
fatsort/PLIST | 3 +++
fatsort/distinfo | 5 +++++
6 files changed, 43 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 65914c875c..e0b542b43d 100644
--- a/Makefile
+++ b/Makefile
@@ -890,6 +890,7 @@ SUBDIR+= fastqc
SUBDIR+= fastrpc
SUBDIR+= fasttree
SUBDIR+= fastx-toolkit
+SUBDIR+= fatsort
SUBDIR+= fbida
SUBDIR+= fbpager
SUBDIR+= fbpanel
diff --git a/fatsort/COMMIT_MSG b/fatsort/COMMIT_MSG
new file mode 100644
index 0000000000..4a571ce112
--- /dev/null
+++ b/fatsort/COMMIT_MSG
@@ -0,0 +1,5 @@
+sysutils/fatsort: Import fatsort-1.6.5.640 from wip
+
+Sorts file directory entires on FAT12, FAT16, FAT32 and exFAT partitions.
+Useful for e.g. MP3 players and retro gaming flashcarts. Supports long
+filenames.
diff --git a/fatsort/DESCR b/fatsort/DESCR
new file mode 100644
index 0000000000..043467bdca
--- /dev/null
+++ b/fatsort/DESCR
@@ -0,0 +1,3 @@
+Sorts file directory entires on FAT12, FAT16, FAT32 and exFAT partitions.
+Useful for e.g. MP3 players and retro gaming flashcarts. Supports long
+filenames.
diff --git a/fatsort/Makefile b/fatsort/Makefile
new file mode 100644
index 0000000000..487de46e5b
--- /dev/null
+++ b/fatsort/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME= fatsort-1.6.5.640
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fatsort/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= sjmulder%NetBSD.org@localhost
+HOMEPAGE= https://fatsort.sourceforge.io/
+COMMENT= FAT sorting tool
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= gmake
+
+# tests require en_US.UTF-8 and en_US.iso88591 locales to be available
+TEST_TARGET= tests
+TEST_DEPENDS+= valgrind-[0-9]*:../../devel/valgrind
+
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
+MAKE_FLAGS+= SBINDIR=${PREFIX}/sbin
+
+# Makefile installs the man page as 755
+post-install:
+ chmod 644 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/fatsort.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fatsort/PLIST b/fatsort/PLIST
new file mode 100644
index 0000000000..30fcafa22f
--- /dev/null
+++ b/fatsort/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+man/man1/fatsort.1
+sbin/fatsort
diff --git a/fatsort/distinfo b/fatsort/distinfo
new file mode 100644
index 0000000000..72caa9addc
--- /dev/null
+++ b/fatsort/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (fatsort-1.6.5.640.tar.xz) = 96c2fa7091a3bb8ea7e4c2e11f4f13d78e5244e65d086edc1bd6a7619945456f
+SHA512 (fatsort-1.6.5.640.tar.xz) = e4b0e6f007686ed873df8415e09787203cf508a27b94ac033c38b47bf9938f5d8fb130d98cc6588a376ea0004a8f8add55dc38e2fb9b133e6984b24bce3160ca
+Size (fatsort-1.6.5.640.tar.xz) = 131792 bytes
Home |
Main Index |
Thread Index |
Old Index