diff options
author | cheusov <cheusov> | 2011-05-28 08:22:22 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-05-28 08:22:22 +0000 |
commit | 1d42de3576acb5f1df0f1999ce5e8a417a3c55e9 (patch) | |
tree | e404740f883b684c92b3fba6666d5aad552058d7 /time | |
parent | 745478c3e7f99f5f2b27514fcda149ca033dd70f (diff) | |
download | pkgsrc-1d42de3576acb5f1df0f1999ce5e8a417a3c55e9.tar.gz |
heirloom part
Diffstat (limited to 'time')
-rw-r--r-- | time/heirloom-date/DESCR | 1 | ||||
-rw-r--r-- | time/heirloom-date/Makefile | 15 | ||||
-rw-r--r-- | time/heirloom-date/PLIST | 6 |
3 files changed, 22 insertions, 0 deletions
diff --git a/time/heirloom-date/DESCR b/time/heirloom-date/DESCR new file mode 100644 index 00000000000..fe608ba932b --- /dev/null +++ b/time/heirloom-date/DESCR @@ -0,0 +1 @@ +This package provides 'date' utility. diff --git a/time/heirloom-date/Makefile b/time/heirloom-date/Makefile new file mode 100644 index 00000000000..0ebd1109c79 --- /dev/null +++ b/time/heirloom-date/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:22:22 cheusov Exp $ + +PKGNAME= heirloom-date-${HEIRLOOM_VER} +CATEGORIES= textproc + +MAKE_FLAGS+= SUBDIRS="build date" + +NOT_FOR_PLATFORM+= Interix-*-* + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/heirloom-date/PLIST b/time/heirloom-date/PLIST new file mode 100644 index 00000000000..9cf4a2f2bc5 --- /dev/null +++ b/time/heirloom-date/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:22:22 cheusov Exp $ +${HLROOT}/bin/date +${HLROOT}/bin/posix/date +${HLROOT}/bin/posix2001/date +${HLROOT}/bin/s42/date +${HLROOT}/man/man1/date.1 |