notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
ltfs Reference implementation of LTFS for stand-alone tape drive
2.4.4.0_3 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.4.0_3Version of this port present on the latest quarterly branch.
Maintainer: kbowling@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-24 04:16:20
Last Update: 2022-04-10 19:47:23
Commit Hash: 035e778
License: BSD3CLAUSE
WWW:
https://github.com/LinearTapeFileSystem/ltfs
Description:
Linear Tape File System (LTFS) is a filesystem to mount a LTFS formatted tape in a tape drive. Once LTFS mounts a LTFS formatted tape as filesystem, users can access to the tape via filesystem API. WWW: https://github.com/LinearTapeFileSystem/ltfs
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (58 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/ltfs-2.4.4.0_3/catalog.mk
  3. /usr/local/share/licenses/ltfs-2.4.4.0_3/LICENSE
  4. /usr/local/share/licenses/ltfs-2.4.4.0_3/BSD3CLAUSE
  5. bin/ltfs
  6. bin/ltfs_ordered_copy
  7. bin/ltfsck
  8. bin/mkltfs
  9. etc/ltfs.conf
  10. etc/ltfs.conf.local
  11. include/ltfs/config.h
  12. include/ltfs/libltfs/arch/arch_info.h
  13. include/ltfs/libltfs/arch/signal_internal.h
  14. include/ltfs/libltfs/arch/time_internal.h
  15. include/ltfs/libltfs/dcache_ops.h
  16. include/ltfs/libltfs/iosched_ops.h
  17. include/ltfs/libltfs/kmi_ops.h
  18. include/ltfs/libltfs/ltfs_error.h
  19. include/ltfs/libltfs/ltfs_fsops.h
  20. include/ltfs/libltfs/ltfs_locking_new.h
  21. include/ltfs/libltfs/ltfs_locking_old.h
  22. include/ltfs/libltfs/ltfs_locking.h
  23. include/ltfs/libltfs/ltfs_thread.h
  24. include/ltfs/libltfs/ltfs_types.h
  25. include/ltfs/libltfs/ltfs.h
  26. include/ltfs/libltfs/ltfslogging.h
  27. include/ltfs/libltfs/ltfstrace.h
  28. include/ltfs/libltfs/plugin.h
  29. include/ltfs/libltfs/queue.h
  30. include/ltfs/libltfs/tape_ops.h
  31. include/ltfs/libltfs/tape.h
  32. include/ltfs/libltfs/uthash_ext.h
  33. include/ltfs/libltfs/uthash.h
  34. include/ltfs/tape_drivers/ibm_tape.h
  35. include/ltfs/tape_drivers/spc_op_codes.h
  36. include/ltfs/tape_drivers/ssc_op_codes.h
  37. include/ltfs/tape_drivers/tape_drivers.h
  38. lib/libltfs.a
  39. lib/libltfs.so
  40. lib/libltfs.so.0
  41. lib/libltfs.so.0.0.0
  42. lib/ltfs/libiosched-fcfs.so
  43. lib/ltfs/libiosched-unified.so
  44. lib/ltfs/libkmi-flatfile.so
  45. lib/ltfs/libkmi-simple.so
  46. lib/ltfs/libtape-cam.so
  47. lib/ltfs/libtape-file.so
  48. lib/ltfs/libtape-itdtimg.so
  49. libdata/pkgconfig/ltfs.pc
  50. man/man1/ltfs_ordered_copy.1.gz
  51. man/man8/ltfs-sde.8.gz
  52. man/man8/ltfsck.8.gz
  53. man/man8/mkltfs.8.gz
  54. @comment share/snmp/LTFS-MIB.txt
  55. @comment share/snmp/LtfsSnmpTrapDef.txt
  56. @owner
  57. @group
  58. @mode
Collapse this list.
Dependency lines:
  • ltfs>0:sysutils/ltfs
To install the port:
cd /usr/ports/sysutils/ltfs/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/ltfs
  • pkg install ltfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ltfs
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1632932667 SHA256 (LinearTapeFileSystem-ltfs-v2.4.4.0-10470_GH0.tar.gz) = 840989bb50e4cd752473fa3b2f69bb2b844a7c89b8a7f55a4560fa8672709792 SIZE (LinearTapeFileSystem-ltfs-v2.4.4.0-10470_GH0.tar.gz) = 624915

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libtool : devel/libtool
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. python3.8 : lang/python38
  4. autoconf>=2.69 : devel/autoconf
  5. automake>=1.16.1 : devel/automake
Runtime dependencies:
  1. python3.8 : lang/python38
Library dependencies:
  1. libicudata.so : devel/icu
  2. libpkg.so : ports-mgmt/pkg
  3. libuuid.so : misc/e2fsprogs-libuuid
  4. libfuse.so : sysutils/fusefs-libs
  5. libxml2.so : textproc/libxml2
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ltfs-2.4.4.0_3: DEBUG=off: Build without optimization and extended debug flags SNMP=off: SNMP trap support ===> Use 'make config' to modify these settings
Options name:
sysutils_ltfs
USES:
autoreconf compiler:c11 fuse gnome libtool:build pkgconfig python shebangfix ssl
pkg-message:
For install:
This only works with IBM Enterprise Tape, or IBM-branded LTO-5 and newer tape drives, although there is a file backend for simulation purposes. You will only be able to read and write tapes with a blocksize <= MAXPHYS, which is 128KB by default. Put the following in your kernel config file and recompile/reinstall to allow reading and writing tapes up to the maximum LTFS blocksize of 1MB: options MAXPHYS=(1024*1056)
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/LinearTapeFileSystem/ltfs/tar.gz/v2.4.4.0-10470?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.4.0_3
10 Apr 2022 19:47:23
commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.

PR: 262853, 262940, 262877
Approved by: fluffy (mentor)

Number of commits found: 1