diff options
Diffstat (limited to 'filesystems/linux-c7-dosfstools')
-rw-r--r-- | filesystems/linux-c7-dosfstools/Makefile | 19 | ||||
-rw-r--r-- | filesystems/linux-c7-dosfstools/distinfo | 9 | ||||
-rw-r--r-- | filesystems/linux-c7-dosfstools/pkg-descr | 2 | ||||
-rw-r--r-- | filesystems/linux-c7-dosfstools/pkg-plist | 28 |
4 files changed, 58 insertions, 0 deletions
diff --git a/filesystems/linux-c7-dosfstools/Makefile b/filesystems/linux-c7-dosfstools/Makefile new file mode 100644 index 000000000000..a6f1c766cdcf --- /dev/null +++ b/filesystems/linux-c7-dosfstools/Makefile @@ -0,0 +1,19 @@ +PORTNAME= dosfstools +PORTVERSION= 3.0.20 +DISTVERSIONSUFFIX= -10.el7 +CATEGORIES= filesystems sysutils linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Utilities for MS-DOS FAT filesystems (CentOS ${LINUX_DIST_VER}) +WWW= https://github.com/dosfstools/dosfstools + +LICENSE= GPLv3+ + +USES= cpe linux:c7 +USE_LINUX_RPM= nolib +CPE_VENDOR= dosfstools_project + +OPTIONS_DEFINE= DOCS +PLIST= ${PKGDIR}/pkg-plist + +.include <bsd.port.mk> diff --git a/filesystems/linux-c7-dosfstools/distinfo b/filesystems/linux-c7-dosfstools/distinfo new file mode 100644 index 000000000000..e9e50c078ffd --- /dev/null +++ b/filesystems/linux-c7-dosfstools/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1627157205 +SHA256 (centos/dosfstools-3.0.20-10.el7.aarch64.rpm) = 6fd4743d87914e69224466fcb2d53c44fce3891b64bb0561fd83ef3c5c8dbbff +SIZE (centos/dosfstools-3.0.20-10.el7.aarch64.rpm) = 102152 +SHA256 (centos/dosfstools-3.0.20-10.el7.i686.rpm) = 1ab8831faff8ef12b3cac4aafdd9d5d7819d2fc0ff248c424b72dc703498d6d8 +SIZE (centos/dosfstools-3.0.20-10.el7.i686.rpm) = 103912 +SHA256 (centos/dosfstools-3.0.20-10.el7.x86_64.rpm) = cbf47c845706e9d0a764b49d9d020128616dcbf16959479d6575c21da06369e9 +SIZE (centos/dosfstools-3.0.20-10.el7.x86_64.rpm) = 103572 +SHA256 (centos/dosfstools-3.0.20-10.el7.src.rpm) = 633b517e35baf03cb3aa15a71fc3bf0075488c4d61e7fb802e80368b437a6ace +SIZE (centos/dosfstools-3.0.20-10.el7.src.rpm) = 95519 diff --git a/filesystems/linux-c7-dosfstools/pkg-descr b/filesystems/linux-c7-dosfstools/pkg-descr new file mode 100644 index 000000000000..cc3d686d3e87 --- /dev/null +++ b/filesystems/linux-c7-dosfstools/pkg-descr @@ -0,0 +1,2 @@ +Linux binaries for fsck.vfat and mkfs.vfat utilities, which check +and create file systems of the FAT family. diff --git a/filesystems/linux-c7-dosfstools/pkg-plist b/filesystems/linux-c7-dosfstools/pkg-plist new file mode 100644 index 000000000000..6effb0571f67 --- /dev/null +++ b/filesystems/linux-c7-dosfstools/pkg-plist @@ -0,0 +1,28 @@ +usr/sbin/dosfsck +usr/sbin/dosfslabel +usr/sbin/fatlabel +usr/sbin/fsck.fat +usr/sbin/fsck.msdos +usr/sbin/fsck.vfat +usr/sbin/mkdosfs +usr/sbin/mkfs.fat +usr/sbin/mkfs.msdos +usr/sbin/mkfs.vfat +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.dosfstools-2.x +%%PORTDOCS%%%%DOCSDIR%%/README.dosfstools-2.x +%%PORTDOCS%%%%DOCSDIR%%/TODO.dosfstools-2.x +usr/share/man/de/man8/fatlabel.8.gz +usr/share/man/de/man8/fsck.fat.8.gz +usr/share/man/de/man8/mkfs.fat.8.gz +usr/share/man/man8/dosfsck.8.gz +usr/share/man/man8/fatlabel.8.gz +usr/share/man/man8/fsck.fat.8.gz +usr/share/man/man8/fsck.fat.8.manpage-fix.gz +usr/share/man/man8/fsck.msdos.8.gz +usr/share/man/man8/fsck.vfat.8.gz +usr/share/man/man8/mkdosfs.8.gz +usr/share/man/man8/mkfs.fat.8.gz +usr/share/man/man8/mkfs.msdos.8.gz +usr/share/man/man8/mkfs.vfat.8.gz |