From 67bf7930d0a14bc17f435ef8a0524d0a82fc48b9 Mon Sep 17 00:00:00 2001 From: Herve Quiroz Date: Wed, 2 Feb 2005 01:32:32 +0000 Subject: Log4sh is a logging framework for shell scripts that works similar to the other wonderful logging products available from the Apache Software Foundataion (eg. log4j, log4perl). Although not as powerful as the others, it can make the task of adding advanced logging to shell scripts easier. It has much more power than just using simple "echo" commands throughout. In addition, it can be configured from a properties file so that scripts in a production environment do not need to be altered to change the amount of logging they produce. WWW: http://forestent.com/products/log4sh/ PR: 76982 Submitted by: David Thiel --- devel/log4sh/Makefile | 27 +++++++++++++++++++++++++++ devel/log4sh/distinfo | 2 ++ devel/log4sh/pkg-descr | 10 ++++++++++ 3 files changed, 39 insertions(+) create mode 100644 devel/log4sh/Makefile create mode 100644 devel/log4sh/distinfo create mode 100644 devel/log4sh/pkg-descr (limited to 'devel/log4sh') diff --git a/devel/log4sh/Makefile b/devel/log4sh/Makefile new file mode 100644 index 000000000000..b7a26c663a99 --- /dev/null +++ b/devel/log4sh/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: log4sh +# Date created: 2005-02-01 +# Whom: David Thiel diff --git a/devel/log4sh/distinfo b/devel/log4sh/distinfo new file mode 100644 index 000000000000..aed4f0e935a9 --- /dev/null +++ b/devel/log4sh/distinfo @@ -0,0 +1,2 @@ +MD5 (log4sh-1.2.5.tgz) = 9a14581c679697d7c8364dd1361ace57 +SIZE (log4sh-1.2.5.tgz) = 33746 diff --git a/devel/log4sh/pkg-descr b/devel/log4sh/pkg-descr new file mode 100644 index 000000000000..96f701d970a5 --- /dev/null +++ b/devel/log4sh/pkg-descr @@ -0,0 +1,10 @@ +Log4sh is a logging framework for shell scripts that works similar to +the other wonderful logging products available from the Apache Software +Foundataion (eg. log4j, log4perl). Although not as powerful as the +others, it can make the task of adding advanced logging to shell scripts +easier. It has much more power than just using simple "echo" commands +throughout. In addition, it can be configured from a properties file so +that scripts in a production environment do not need to be altered to +change the amount of logging they produce. + +WWW: http://forestent.com/products/log4sh/ -- cgit v1.2.3