# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= cpio VERSION= 2.15 KEYWORDS= archivers VARIANTS= standard SDESC[standard]= Utility that copies files to or from archives HOMEPAGE= https://www.gnu.org/software/cpio/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNU/cpio DISTFILE[1]= cpio-2.15.tar.bz2:main DF_INDEX= 1 SPKGS[standard]= complete primary nls man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= cpe gettext INFO= primary:cpio CPE_VENDOR= gnu FPC_EQUIVALENT= archivers/gcpio INFO_SUBDIR= . MUST_CONFIGURE= gnu CONFIGURE_ARGS= --with-rmt=/etc/rmt --enable-nls [FILE:601:descriptions/desc.primary] GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. The tar format is provided for compatibility with the tar program. By default, cpio creates binary format archives, for compatibility with older cpio programs. When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order. [FILE:96:distinfo] 937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db 1651320 cpio-2.15.tar.bz2 [FILE:9:manifests/plist.primary] bin/cpio [FILE:1017:manifests/plist.nls] share/locale/bg/LC_MESSAGES/cpio.mo share/locale/da/LC_MESSAGES/cpio.mo share/locale/de/LC_MESSAGES/cpio.mo share/locale/es/LC_MESSAGES/cpio.mo share/locale/fi/LC_MESSAGES/cpio.mo share/locale/fr/LC_MESSAGES/cpio.mo share/locale/ga/LC_MESSAGES/cpio.mo share/locale/gl/LC_MESSAGES/cpio.mo share/locale/hr/LC_MESSAGES/cpio.mo share/locale/hu/LC_MESSAGES/cpio.mo share/locale/id/LC_MESSAGES/cpio.mo share/locale/it/LC_MESSAGES/cpio.mo share/locale/ja/LC_MESSAGES/cpio.mo share/locale/ka/LC_MESSAGES/cpio.mo share/locale/ko/LC_MESSAGES/cpio.mo share/locale/nl/LC_MESSAGES/cpio.mo share/locale/pl/LC_MESSAGES/cpio.mo share/locale/pt/LC_MESSAGES/cpio.mo share/locale/pt_BR/LC_MESSAGES/cpio.mo share/locale/ro/LC_MESSAGES/cpio.mo share/locale/ru/LC_MESSAGES/cpio.mo share/locale/sr/LC_MESSAGES/cpio.mo share/locale/sv/LC_MESSAGES/cpio.mo share/locale/tr/LC_MESSAGES/cpio.mo share/locale/uk/LC_MESSAGES/cpio.mo share/locale/vi/LC_MESSAGES/cpio.mo share/locale/zh_CN/LC_MESSAGES/cpio.mo share/locale/zh_TW/LC_MESSAGES/cpio.mo [FILE:25:manifests/plist.man] share/man/man1/cpio.1.gz [FILE:433:patches/patch-tests_symlink-bad-length.at] --- tests/symlink-bad-length.at.orig 2023-04-28 18:03:58 UTC +++ tests/symlink-bad-length.at @@ -44,7 +44,7 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # but that could hurt backward compatibility. AT_CHECK([ -base64 -d ARCHIVE.base64 > ARCHIVE || AT_SKIP_TEST +b64decode -r ARCHIVE.base64 > ARCHIVE || AT_SKIP_TEST TZ=UTC cpio -ntv < ARCHIVE 2>stderr cat stderr | grep -v \ -e 'stored filename length is out of range' \