diff options
author | manu <manu@pkgsrc.org> | 2014-07-22 08:00:36 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2014-07-22 08:00:36 +0000 |
commit | 5da5920b690508d873625ae3bcd11103cb20388e (patch) | |
tree | 5fd8f61732cd6bc5362133f581c4a0031ef5609e /sysutils/attr | |
parent | ca34a4a049acca6525c1b67662279cbadbd8598d (diff) | |
download | pkgsrc-5da5920b690508d873625ae3bcd11103cb20388e.tar.gz |
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.
Diffstat (limited to 'sysutils/attr')
-rw-r--r-- | sysutils/attr/DESCR | 4 | ||||
-rw-r--r-- | sysutils/attr/Makefile | 32 | ||||
-rw-r--r-- | sysutils/attr/PLIST | 23 | ||||
-rw-r--r-- | sysutils/attr/distinfo | 7 |
4 files changed, 66 insertions, 0 deletions
diff --git a/sysutils/attr/DESCR b/sysutils/attr/DESCR new file mode 100644 index 00000000000..87231cead41 --- /dev/null +++ b/sysutils/attr/DESCR @@ -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. diff --git a/sysutils/attr/Makefile b/sysutils/attr/Makefile new file mode 100644 index 00000000000..015c4eead15 --- /dev/null +++ b/sysutils/attr/Makefile @@ -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" diff --git a/sysutils/attr/PLIST b/sysutils/attr/PLIST new file mode 100644 index 00000000000..41dd4488455 --- /dev/null +++ b/sysutils/attr/PLIST @@ -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 diff --git a/sysutils/attr/distinfo b/sysutils/attr/distinfo new file mode 100644 index 00000000000..708de9a26f1 --- /dev/null +++ b/sysutils/attr/distinfo @@ -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 |