diff options
author | jhale <jhale@FreeBSD.org> | 2014-03-29 06:24:15 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-03-29 06:24:15 +0800 |
commit | 00e03887df67e5792c9e1323ea19b56c5d0d8b2f (patch) | |
tree | 863f590c8a9912588433bb6e228076d128944f21 /sysutils/Makefile | |
parent | e308b56a1e73b788c6ba5968f98dbf930c4f7769 (diff) | |
download | freebsd-ports-gnome-00e03887df67e5792c9e1323ea19b56c5d0d8b2f.tar.gz freebsd-ports-gnome-00e03887df67e5792c9e1323ea19b56c5d0d8b2f.tar.zst freebsd-ports-gnome-00e03887df67e5792c9e1323ea19b56c5d0d8b2f.zip |
- New port: sysutils/dateutils
Dateutils are a collection of tools that revolve around manipulating
dates and times on the command line. Commands included in the suite
offer ways of converting dates between calendars, computing durations
between dates, and finding dates in input streams.
WWW: http://www.fresse.org/dateutils/
PR: ports/187663 (based on)
Submitted by: Jesse <jessefrgsmith@yahoo.ca>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3b2ab732dc26..af810514e651 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -156,6 +156,7 @@ SUBDIR += daedalus SUBDIR += daemontools SUBDIR += dar + SUBDIR += dateutils SUBDIR += dc3dd SUBDIR += dcfldd SUBDIR += dd_rescue |