mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
c671393334
Bernstein and used by some of his software, most notably the multilog component of daemontools. That package comes with a program (tai64nlocal) to convert those time stamps to a human-readable date. WWW: http://www.eyrie.org/~eagle/software/tai64nfrac/ PR: ports/169891 Submitted by: paulo@nlink.com.br
16 lines
353 B
Makefile
16 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tai64nfrac
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://archives.eyrie.org/software/system/ \
|
|
http://linux4u.jinr.ru/pub/OpenAFS/eyrie/software/system/
|
|
|
|
MAINTAINER= paulo@nlink.com.br
|
|
COMMENT= Convert tai64n format invented by Dan Bernstein
|
|
|
|
MAN1= tai64nfrac.1
|
|
PLIST_FILES= bin/tai64nfrac
|
|
|
|
.include <bsd.port.mk>
|