From cd9f5d5289fc7830bc5eafc3e9a17aec402aef2f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 07 Jan 2021 19:14:58 -0500 Subject: Add packages --- diff --git a/badblocks.pkg/control b/badblocks.pkg/control new file mode 100644 index 0000000..d2d143d --- /dev/null +++ b/badblocks.pkg/control @@ -0,0 +1,9 @@ +Architecture: any +Platform: all +Section: util +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Utility to search a device for bad blocks + badblocks is used to search for bad blocks on a device (usually a disk + partition). diff --git a/badblocks.pkg/files b/badblocks.pkg/files new file mode 100644 index 0000000..25ae013 --- /dev/null +++ b/badblocks.pkg/files @@ -0,0 +1 @@ +/usr/sbin/badblocks diff --git a/e2fsprogs-common.pkg/control b/e2fsprogs-common.pkg/control new file mode 100644 index 0000000..4feb069 --- /dev/null +++ b/e2fsprogs-common.pkg/control @@ -0,0 +1,6 @@ +Architecture: all +Platform: all +Section: share +Description: ext2/ext3/ext4 file system utilities - common files + This package provides source package documentation for the ext2/ext3/ext4 file + system utilities. diff --git a/e2fsprogs-common.pkg/docs b/e2fsprogs-common.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/e2fsprogs-common.pkg/docs diff --git a/e2fsprogs-doc.pkg/control b/e2fsprogs-doc.pkg/control new file mode 100644 index 0000000..e464ef7 --- /dev/null +++ b/e2fsprogs-doc.pkg/control @@ -0,0 +1,8 @@ +Architecture: all +Platform: all +Section: doc +Depends: + e2fsprogs-common (= ${Source-Version}), +Description: ext2/ext3/ext4 file system utilities - documentation + This package provides documentation for the ext2/ext3/ext4 file system + utilities. diff --git a/e2fsprogs-doc.pkg/files b/e2fsprogs-doc.pkg/files new file mode 100644 index 0000000..72ec615 --- /dev/null +++ b/e2fsprogs-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man/ diff --git a/e2fsprogs-locales.pkg/control b/e2fsprogs-locales.pkg/control new file mode 100644 index 0000000..6821336 --- /dev/null +++ b/e2fsprogs-locales.pkg/control @@ -0,0 +1,8 @@ +Architecture: all +Platform: all +Section: share +Depends: + e2fsprogs-common (= ${Source-Version}), +Description: ext2/ext3/ext4 file system utilities - locales + This package provides locale files for the ext2/ext3/ext4 file system + utilities. diff --git a/e2fsprogs-locales.pkg/files b/e2fsprogs-locales.pkg/files new file mode 100644 index 0000000..90d0bfc --- /dev/null +++ b/e2fsprogs-locales.pkg/files @@ -0,0 +1 @@ +/usr/share/locale/ diff --git a/e2fsprogs.pkg/control b/e2fsprogs.pkg/control new file mode 100644 index 0000000..d7a1a68 --- /dev/null +++ b/e2fsprogs.pkg/control @@ -0,0 +1,9 @@ +Architecture: any +Platform: all +Section: util +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: ext2/ext3/ext4 file system utilities + This package provides the file system utilities for use with the ext2 file + system. It also supports the ext3 and ext4 file systems. diff --git a/e2fsprogs.pkg/files b/e2fsprogs.pkg/files new file mode 100644 index 0000000..e29158e --- /dev/null +++ b/e2fsprogs.pkg/files @@ -0,0 +1,29 @@ +/etc/mke2fs.conf +/usr/bin/chattr +/usr/bin/lsattr +/usr/bin/uuidgen +/usr/sbin/blkid +/usr/sbin/debugfs +/usr/sbin/dumpe2fs +/usr/sbin/e2freefrag +/usr/sbin/e2fsck +/usr/sbin/e2image +/usr/sbin/e2label +/usr/sbin/e2mmpstatus +/usr/sbin/e2undo +/usr/sbin/e4crypt +/usr/sbin/e4defrag +/usr/sbin/filefrag +/usr/sbin/findfs +/usr/sbin/fsck +/usr/sbin/fsck.ext2 +/usr/sbin/fsck.ext3 +/usr/sbin/fsck.ext4 +/usr/sbin/logsave +/usr/sbin/mke2fs +/usr/sbin/mkfs.ext2 +/usr/sbin/mkfs.ext3 +/usr/sbin/mkfs.ext4 +/usr/sbin/mklost+found +/usr/sbin/resize2fs +/usr/sbin/tune2fs diff --git a/libblkid.1-dev.pkg/control b/libblkid.1-dev.pkg/control new file mode 100644 index 0000000..899f9f0 --- /dev/null +++ b/libblkid.1-dev.pkg/control @@ -0,0 +1,13 @@ +Architecture: any +Platform: all +Section: libdev +Depends: + e2fsprogs-common (= ${Source-Version}), + libblkid.1 (= ${Binary-Version}), +Description: Block device ID library - development files + The blkid library efficiently allows fsck, mke2fs, e2fsck, and tune2fs to be + able to look up LABEL and UUID filesystem specifiers without needing to search + all of the devices in the system. Instead, the device is looked up in a cache + file, and then verified to make sure the blkid cache is correct. + . + This package provides development files for the blkid library. diff --git a/libblkid.1-dev.pkg/files b/libblkid.1-dev.pkg/files new file mode 100644 index 0000000..1e39a85 --- /dev/null +++ b/libblkid.1-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/blkid/ +/usr/lib/*/libblkid.so +/usr/lib/*/pkgconfig/blkid.pc diff --git a/libblkid.1.pkg/control b/libblkid.1.pkg/control new file mode 100644 index 0000000..690d3ab --- /dev/null +++ b/libblkid.1.pkg/control @@ -0,0 +1,11 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Block device ID library + The blkid library efficiently allows fsck, mke2fs, e2fsck, and tune2fs to be + able to look up LABEL and UUID filesystem specifiers without needing to search + all of the devices in the system. Instead, the device is looked up in a cache + file, and then verified to make sure the blkid cache is correct. diff --git a/libblkid.1.pkg/files b/libblkid.1.pkg/files new file mode 100644 index 0000000..7db2d4f --- /dev/null +++ b/libblkid.1.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libblkid.so.* diff --git a/libcom-err.2-dev.pkg/control b/libcom-err.2-dev.pkg/control new file mode 100644 index 0000000..3dde765 --- /dev/null +++ b/libcom-err.2-dev.pkg/control @@ -0,0 +1,13 @@ +Architecture: any +Platform: all +Section: libdev +Depends: + e2fsprogs-common (= ${Source-Version}), + libcom-err.2 (= ${Binary-Version}), +Description: Common error description library - development files + libcom_err is an attempt to present a common error-handling mechanism to + manipulate the most common form of error code in a fashion that does not + have the problems identified with mechanisms commonly in use. + . + This package provides development files for the common error description + library. diff --git a/libcom-err.2-dev.pkg/files b/libcom-err.2-dev.pkg/files new file mode 100644 index 0000000..6e70ca4 --- /dev/null +++ b/libcom-err.2-dev.pkg/files @@ -0,0 +1,6 @@ +/usr/bin/compile_et +/usr/include/com_err.h +/usr/include/et/com_err.h +/usr/lib/*/libcom_err.so +/usr/lib/*/pkgconfig/com_err.pc +/usr/share/et/ diff --git a/libcom-err.2.pkg/control b/libcom-err.2.pkg/control new file mode 100644 index 0000000..ab50425 --- /dev/null +++ b/libcom-err.2.pkg/control @@ -0,0 +1,10 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Common error description library + libcom_err is an attempt to present a common error-handling mechanism to + manipulate the most common form of error code in a fashion that does not + have the problems identified with mechanisms commonly in use. diff --git a/libcom-err.2.pkg/files b/libcom-err.2.pkg/files new file mode 100644 index 0000000..44c51d5 --- /dev/null +++ b/libcom-err.2.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libcom_err.so.* diff --git a/libe2p.2-dev.pkg/control b/libe2p.2-dev.pkg/control new file mode 100644 index 0000000..14a8876 --- /dev/null +++ b/libe2p.2-dev.pkg/control @@ -0,0 +1,9 @@ +Architecture: any +Platform: all +Section: libdev +Depends: + e2fsprogs-common (= ${Source-Version}), + libe2p.2 (= ${Binary-Version}), +Description: Ext2fs userspace programs utility library - development files + This package provides development files for the ext2fs userspace programs + utility library. diff --git a/libe2p.2-dev.pkg/files b/libe2p.2-dev.pkg/files new file mode 100644 index 0000000..54f7f45 --- /dev/null +++ b/libe2p.2-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/e2p/ +/usr/lib/*/libe2p.so +/usr/lib/*/pkgconfig/e2p.pc diff --git a/libe2p.2.pkg/control b/libe2p.2.pkg/control new file mode 100644 index 0000000..62ed802 --- /dev/null +++ b/libe2p.2.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Ext2fs userspace programs utility library diff --git a/libe2p.2.pkg/files b/libe2p.2.pkg/files new file mode 100644 index 0000000..7964124 --- /dev/null +++ b/libe2p.2.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libe2p.so.* diff --git a/libext2fs.2-dev.pkg/control b/libext2fs.2-dev.pkg/control new file mode 100644 index 0000000..4006bbc --- /dev/null +++ b/libext2fs.2-dev.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Section: libdev +Depends: + e2fsprogs-common (= ${Source-Version}), + libext2fs.2 (= ${Binary-Version}), +Description: Ext2fs library - development files + This package provides development files for the ext2fs library. diff --git a/libext2fs.2-dev.pkg/files b/libext2fs.2-dev.pkg/files new file mode 100644 index 0000000..081a1fe --- /dev/null +++ b/libext2fs.2-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/ext2fs/ +/usr/lib/*/libext2fs.so +/usr/lib/*/pkgconfig/ext2fs.pc diff --git a/libext2fs.2.pkg/control b/libext2fs.2.pkg/control new file mode 100644 index 0000000..d4da86d --- /dev/null +++ b/libext2fs.2.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Ext2fs library diff --git a/libext2fs.2.pkg/files b/libext2fs.2.pkg/files new file mode 100644 index 0000000..0604d71 --- /dev/null +++ b/libext2fs.2.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libext2fs.so.* diff --git a/libss.2-dev.pkg/control b/libss.2-dev.pkg/control new file mode 100644 index 0000000..ec2782d --- /dev/null +++ b/libss.2-dev.pkg/control @@ -0,0 +1,15 @@ +Architecture: any +Platform: all +Section: libdev +Depends: + e2fsprogs-common (= ${Source-Version}), + libss.2 (= ${Binary-Version}), +Description: Subsystem command parsing library - development files + libss provides a simple command-line interface parser which will accept input + from the user, parse the command into an argv argument vector, and then + dispatch it to a handler function. + . + It was originally inspired by the Multics SubSystem library. + . + This package provides development files for the subsystem command parsing + library. diff --git a/libss.2-dev.pkg/files b/libss.2-dev.pkg/files new file mode 100644 index 0000000..f23f1e1 --- /dev/null +++ b/libss.2-dev.pkg/files @@ -0,0 +1,5 @@ +/usr/bin/mk_cmds +/usr/include/ss/ +/usr/lib/*/libss.so +/usr/lib/*/pkgconfig/ss.pc +/usr/share/ss/ diff --git a/libss.2.pkg/control b/libss.2.pkg/control new file mode 100644 index 0000000..791ce4d --- /dev/null +++ b/libss.2.pkg/control @@ -0,0 +1,12 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Subsystem command parsing library + libss provides a simple command-line interface parser which will accept input + from the user, parse the command into an argv argument vector, and then + dispatch it to a handler function. + . + It was originally inspired by the Multics SubSystem library. diff --git a/libss.2.pkg/files b/libss.2.pkg/files new file mode 100644 index 0000000..a7fc5ba --- /dev/null +++ b/libss.2.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libss.so.* diff --git a/libuuid.1-dev.pkg/control b/libuuid.1-dev.pkg/control new file mode 100644 index 0000000..87ed3cf --- /dev/null +++ b/libuuid.1-dev.pkg/control @@ -0,0 +1,18 @@ +Architecture: any +Platform: all +Section: libdev +Depends: + e2fsprogs-common (= ${Source-Version}), + libuuid.1 (= ${Binary-Version}), +Description: Universally unique ID library - development files + The UUID library is used to generate unique identifiers for objects that may be + accessible beyond the local system. This library generates UUIDs compatible + with those created by the Open Software Foundation (OSF) Distributed Computing + Environment (DCE) utility uuidgen. + . + The UUIDs generated by this library can be reasonably expected to be unique + within a system, and unique across all systems. They could be used, for + instance, to generate unique HTTP cookies across multiple Web servers without + communication between the servers, and without fear of a name clash. + . + This package provides development files for the universally unique ID library. diff --git a/libuuid.1-dev.pkg/files b/libuuid.1-dev.pkg/files new file mode 100644 index 0000000..a53e219 --- /dev/null +++ b/libuuid.1-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/uuid/ +/usr/lib/*/libuuid.so +/usr/lib/*/pkgconfig/uuid.pc diff --git a/libuuid.1.pkg/control b/libuuid.1.pkg/control new file mode 100644 index 0000000..044b40b --- /dev/null +++ b/libuuid.1.pkg/control @@ -0,0 +1,16 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Universally unique id library + The UUID library is used to generate unique identifiers for objects that may be + accessible beyond the local system. This library generates UUIDs compatible + with those created by the Open Software Foundation (OSF) Distributed Computing + Environment (DCE) utility uuidgen. + . + The UUIDs generated by this library can be reasonably expected to be unique + within a system, and unique across all systems. They could be used, for + instance, to generate unique HTTP cookies across multiple Web servers without + communication between the servers, and without fear of a name clash. diff --git a/libuuid.1.pkg/files b/libuuid.1.pkg/files new file mode 100644 index 0000000..8436b2f --- /dev/null +++ b/libuuid.1.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libuuid.so.* -- cgit v0.9.1