aboutsummaryrefslogtreecommitdiffstats
path: root/devel/log4sh
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
|
* Fix MASTER_SITES and WWW, update maintainer address.lx2010-10-081-1/+1
| | | | Submitted by: http://people.freebsd.org/~ehaupt/distilator/
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with D
* Updating to 1.4.2.lx2007-06-122-4/+4
|
* Updating to 1.4.1.lx2007-05-252-6/+6
| | | | | | PR: ports/112478 Submitted by: Yen-Ming Lee <leeym@freebsd.org> Approved by: edwin (mentor)
* Updating to 1.4.0.lx2007-01-072-4/+4
| | | | Approved by: edwin (mentor)
* - Update to 1.3.6miwi2006-09-302-4/+4
| | | | | PR: ports/103816 Submitted by: David Thiel <lx(at)redundancy.redundancy.org> (maintainer)
* - Update to 1.3.5clsung2006-09-152-4/+4
| | | | | | PR: ports/103025 Submitted by: chinsan <chinsan dot tw_AT_gmail dot com> Approved by: maintainer (David Thiel)
* - Update to 1.3.4shaun2006-06-222-5/+7
| | | | | | PR: ports/99262 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) Approved by: ahze (mentor)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Chase updated URLs per distfile survey.linimon2005-11-261-1/+1
|
* Update to 1.3.1mnag2005-10-222-3/+3
| | | | | PR: 87806 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* Update to 1.2.7jylefort2005-09-082-5/+5
| | | | | PR: ports/85844 Submitted by: maintainer
* Fix typo in pkg-descrhq2005-02-251-1/+1
|
* Add a mirrorhq2005-02-251-1/+2
| | | | | Submitted by: maintainer Reported by: kris via pointyhat
* Log4sh is a logging framework for shell scripts that works similar tohq2005-02-023-0/+39
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 <lx@redundancy.redundancy.org>