diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-15 02:42:04 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-15 02:42:04 +0800 |
commit | a666249265be9a94374bc3a1904a3a7d92b8f71f (patch) | |
tree | eb84afba74625adf884356acde335f9cdd5979e1 /sysutils | |
parent | bde1545bc487cd53afc7aa0662abb5559c4d7ec8 (diff) | |
download | freebsd-ports-gnome-a666249265be9a94374bc3a1904a3a7d92b8f71f.tar.gz freebsd-ports-gnome-a666249265be9a94374bc3a1904a3a7d92b8f71f.tar.zst freebsd-ports-gnome-a666249265be9a94374bc3a1904a3a7d92b8f71f.zip |
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/
PR: ports/123103
Submitted by: leres at ee.lbl.gov
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index fb4e72de0816..cbef4a93b7a8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -361,6 +361,7 @@ SUBDIR += kshutdown SUBDIR += ksynaptics SUBDIR += lavaps + SUBDIR += lbl-cf SUBDIR += lbl-hf SUBDIR += lcdproc SUBDIR += ldap-account-manager 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/ |