Commands for Manipulating Filesystem Extended Attributes
Refer to the attr(5) manual page for general extended attribute (EA) information and references to other EA manual pages.
This commit is contained in:
parent
042de974cc
commit
07bb2c1724
5 changed files with 68 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.607 2014/07/04 12:30:51 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.608 2014/07/22 08:01:39 manu Exp $
|
||||
#
|
||||
|
||||
COMMENT= System utilities
|
||||
|
@ -21,6 +21,7 @@ SUBDIR+= ansible
|
|||
SUBDIR+= apcupsd
|
||||
SUBDIR+= asapm
|
||||
SUBDIR+= atitvout
|
||||
SUBDIR+= attr
|
||||
SUBDIR+= bacula
|
||||
SUBDIR+= bacula-clientonly
|
||||
SUBDIR+= bacula-doc
|
||||
|
|
4
sysutils/attr/DESCR
Normal file
4
sysutils/attr/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Commands for Manipulating Filesystem Extended Attributes
|
||||
|
||||
Refer to the attr(5) manual page for general extended attribute
|
||||
(EA) information and references to other EA manual pages.
|
32
sysutils/attr/Makefile
Normal file
32
sysutils/attr/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/07/22 08:00:36 manu Exp $
|
||||
|
||||
ATTR_VERS= 2.4.47
|
||||
PKGNAME= attr-${ATTR_VERS}
|
||||
DISTNAME= attr-${ATTR_VERS}.src
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://download.savannah.gnu.org/releases/attr/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://savannah.nongnu.org/projects/attr
|
||||
COMMENT= Commands for Manipulating Filesystem Extended Attributes
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake msgfmt
|
||||
USE_LIBTOOL= yes
|
||||
BUILD_TARGET= default
|
||||
INSTALL_SH_OVERRIDE=no
|
||||
|
||||
pre-install:
|
||||
cd ${WRKSRC}/libattr && env ${MAKE_ENV} \
|
||||
${MAKE_PROGRAM} ${INSTALL_MAKE_FLAGS} \
|
||||
-f ${MAKE_FILE} install-lib
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
LDFLAGS.NetBSD+= -lintl
|
||||
#MAKE_ENV+= LTCOMMAND="libtool --install"
|
||||
|
||||
# url2pkg-marker (please do not remove this line.)
|
||||
.include "../../mk/bsd.pkg.mk"
|
23
sysutils/attr/PLIST
Normal file
23
sysutils/attr/PLIST
Normal file
|
@ -0,0 +1,23 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/07/22 08:00:36 manu Exp $
|
||||
bin/attr
|
||||
bin/getfattr
|
||||
bin/setfattr
|
||||
lib/libattr.so.1
|
||||
lib/libattr.so.1.1.0
|
||||
man/man1/attr.1
|
||||
man/man1/getfattr.1
|
||||
man/man1/setfattr.1
|
||||
man/man5/attr.5
|
||||
share/doc/attr/CHANGES.gz
|
||||
share/doc/attr/COPYING
|
||||
share/doc/attr/COPYING.LGPL
|
||||
share/doc/attr/PORTING
|
||||
share/doc/attr/README
|
||||
share/locale/cs/LC_MESSAGES/attr.mo
|
||||
share/locale/de/LC_MESSAGES/attr.mo
|
||||
share/locale/es/LC_MESSAGES/attr.mo
|
||||
share/locale/fr/LC_MESSAGES/attr.mo
|
||||
share/locale/gl/LC_MESSAGES/attr.mo
|
||||
share/locale/nl/LC_MESSAGES/attr.mo
|
||||
share/locale/pl/LC_MESSAGES/attr.mo
|
||||
share/locale/sv/LC_MESSAGES/attr.mo
|
7
sysutils/attr/distinfo
Normal file
7
sysutils/attr/distinfo
Normal file
|
@ -0,0 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/07/22 08:00:36 manu Exp $
|
||||
|
||||
SHA1 (attr-2.4.47.src.tar.gz) = 5060f0062baee6439f41a433325b8b3671f8d2d8
|
||||
RMD160 (attr-2.4.47.src.tar.gz) = 20ef479c6c2905b84eac22f5c97a729945ee0c16
|
||||
Size (attr-2.4.47.src.tar.gz) = 343692 bytes
|
||||
SHA1 (patch-aa) = 82dc4a892b3d87f9cba9e4542f502ccf5ce7f59c
|
||||
SHA1 (patch-ab) = 72ce83dfd9b15ff2a3bd81d27d436b6d8d324342
|
Loading…
Reference in a new issue