freebsd-ports/sysutils/pxattr/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

18 lines
854 B
Plaintext

Extended attributes are arbitrarily named pieces of data associated with
a file and managed by the file system.
The names and the values for the attributes are freely chosen by
applications and/or users, with very few restrictions. Many recent
systems and filesystems support extended attributes, but the interfaces
used to manage them are far from identical.
Linux, FreeBSD, and Mac OS X all provide similar extended attributes
functionality.
The pxattr package aims at providing a single interface to extended
attributes on all three systems. It consists in a single C++ module
(one source and one include file), which is to be included in the
application source code, or can be built as a reference command-line
utility to manage user extended attributes in a uniform and cross-
platform way. It includes an attributes archive/restore facility.