diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-14 18:42:04 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-14 18:42:04 +0000 |
commit | e6544cf5b6552ae011d9321fbf9a2f610049c0b6 (patch) | |
tree | 5c610d5ac37f1d9207a7703937867d01785d1fa4 /sysutils/lbl-cf | |
parent | 0a3d06687643805a246c4be2a33a8c2eed4a4a9a (diff) | |
download | ports-e6544cf5b6552ae011d9321fbf9a2f610049c0b6.tar.gz ports-e6544cf5b6552ae011d9321fbf9a2f610049c0b6.zip |
Notes
Diffstat (limited to 'sysutils/lbl-cf')
-rw-r--r-- | sysutils/lbl-cf/Makefile | 31 | ||||
-rw-r--r-- | sysutils/lbl-cf/distinfo | 3 | ||||
-rw-r--r-- | sysutils/lbl-cf/pkg-descr | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/lbl-cf/Makefile b/sysutils/lbl-cf/Makefile new file mode 100644 index 000000000000..f4a4f8958a98 --- /dev/null +++ b/sysutils/lbl-cf/Makefile @@ -0,0 +1,31 @@ +# @(#) $Id: Makefile,v 1.3 2008/04/26 04:08:44 leres Exp $ (LBL) +# New ports collection makefile for: lbl-cf +# Date created: 24 Apr 2008 +# Whom: leres@ee.lbl.gov +# $FreeBSD$ +# + +PORTNAME= cf +PORTVERSION= 1.2.1 +CATEGORIES= sysutils +MASTER_SITES= ftp://ee.lbl.gov/ \ + http://www.tux.org//pub/net/ftp.ee.lbl.gov/ \ + http://ftp.riken.go.jp/pub/net/lbl/ \ + http://www.ftpdir.hu/ftp.ee.lbl.gov/ +PKGNAMEPREFIX= lbl- + +MAINTAINER= leres@ee.lbl.gov +COMMENT= Unix time to formated time and date filter + +CONFLICTS= security/bro-1.* + +PLIST_FILES= bin/cf + +MAN1= cf.1 + +GNU_CONFIGURE= yes + +post-install: + (cd ${WRKSRC} && make install-man) + +.include <bsd.port.mk> diff --git a/sysutils/lbl-cf/distinfo b/sysutils/lbl-cf/distinfo new file mode 100644 index 000000000000..94c9923bd3f4 --- /dev/null +++ b/sysutils/lbl-cf/distinfo @@ -0,0 +1,3 @@ +MD5 (cf-1.2.1.tar.gz) = 17066181077a56a178038527d823a618 +SHA256 (cf-1.2.1.tar.gz) = 05cc9c6ff4050c1da3d5f6782b177591b53a267d422a9fafe88f57096aa39c23 +SIZE (cf-1.2.1.tar.gz) = 55640 diff --git a/sysutils/lbl-cf/pkg-descr b/sysutils/lbl-cf/pkg-descr new file mode 100644 index 000000000000..a49b7f02517f --- /dev/null +++ b/sysutils/lbl-cf/pkg-descr @@ -0,0 +1,5 @@ +cf is a filter that reads files or stdin and replaces numeric +timestamps found at the beginning of each line with a formated time +and date time and date. + +WWW: http://ee.lbl.gov/ |