Revision: 26868 http://sourceforge.net/p/gar/code/26868 Author: idogan23 Date: 2022-02-09 09:54:45 +0000 (Wed, 09 Feb 2022) Log Message: ----------- log4j: Initial commit. Probalby a good idea to upgrade our log4j package after all the news...
Added Paths: ----------- csw/mgar/pkg/log4j/ csw/mgar/pkg/log4j/Makefile csw/mgar/pkg/log4j/branches/ csw/mgar/pkg/log4j/tags/ csw/mgar/pkg/log4j/trunk/ csw/mgar/pkg/log4j/trunk/Makefile csw/mgar/pkg/log4j/trunk/checksums csw/mgar/pkg/log4j/trunk/files/ Added: csw/mgar/pkg/log4j/Makefile =================================================================== --- csw/mgar/pkg/log4j/Makefile (rev 0) +++ csw/mgar/pkg/log4j/Makefile 2022-02-09 09:54:45 UTC (rev 26868) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/log4j/trunk =================================================================== --- csw/mgar/pkg/log4j/trunk 2022-02-07 01:52:03 UTC (rev 26867) +++ csw/mgar/pkg/log4j/trunk 2022-02-09 09:54:45 UTC (rev 26868) Property changes on: csw/mgar/pkg/log4j/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/log4j/trunk/Makefile =================================================================== --- csw/mgar/pkg/log4j/trunk/Makefile (rev 0) +++ csw/mgar/pkg/log4j/trunk/Makefile 2022-02-09 09:54:45 UTC (rev 26868) @@ -0,0 +1,42 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = log4j +VERSION = 2.17.1 +GARTYPE = v2 + +DESCRIPTION = Log4J, a fast and flexible logging library for Java. +define BLURB + Log4J is an open source library based on the work of many authors. + It allows the developer to control which log statements are output + with arbitrary granularity. It is fully configurable at runtime + using external configuration files. Best of all, Log4J has a gentle + learning curve. Beware: judging from user feedback, it is also quite + addictive. +endef + +VENDOR_URL = https://logging.apache.org/log4j/ +MASTER_SITES = https://dlcdn.apache.org/logging/log4j/$(VERSION)/ + +DISTNAME = apache-$(NAME)-$(VERSION)-bin +DISTFILES = $(DISTNAME).tar.gz + +ARCHALL = 1 + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +install-custom: + echo " ==> Installing $(NAME)" + ginstall -d $(DESTDIR)$(prefix)/share/doc/log4j + ginstall -m 644 $(WORKSRC)/LICENSE.txt $(DESTDIR)$(prefix)/share/doc/log4j/LICENSE.txt + ginstall -d $(DESTDIR)$(prefix)/share/java + for i in $(WORKSRC)/*.jar ; do \ + ginstall -m 644 $$i $(DESTDIR)$(prefix)/share/java/$$ii; \ + done + $(MAKECOOKIE) + +include gar/category.mk + Property changes on: csw/mgar/pkg/log4j/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/log4j/trunk/checksums =================================================================== --- csw/mgar/pkg/log4j/trunk/checksums (rev 0) +++ csw/mgar/pkg/log4j/trunk/checksums 2022-02-09 09:54:45 UTC (rev 26868) @@ -0,0 +1 @@ +7f989516249ed947345c6eccf855a3ed apache-log4j-2.17.1-bin.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.