Revision: 16664 http://gar.svn.sourceforge.net/gar/?rev=16664&view=rev Author: cgrzemba Date: 2012-01-03 12:01:02 +0000 (Tue, 03 Jan 2012) Log Message: ----------- ldapjdk/trunk: first try
Added Paths: ----------- csw/mgar/pkg/ldapjdk/ csw/mgar/pkg/ldapjdk/Makefile csw/mgar/pkg/ldapjdk/branches/ csw/mgar/pkg/ldapjdk/tags/ csw/mgar/pkg/ldapjdk/trunk/ csw/mgar/pkg/ldapjdk/trunk/Makefile csw/mgar/pkg/ldapjdk/trunk/checksums csw/mgar/pkg/ldapjdk/trunk/files/ csw/mgar/pkg/ldapjdk/trunk/files/COPYING Added: csw/mgar/pkg/ldapjdk/Makefile =================================================================== --- csw/mgar/pkg/ldapjdk/Makefile (rev 0) +++ csw/mgar/pkg/ldapjdk/Makefile 2012-01-03 12:01:02 UTC (rev 16664) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/ldapjdk/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/ldapjdk/trunk/Makefile =================================================================== --- csw/mgar/pkg/ldapjdk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/ldapjdk/trunk/Makefile 2012-01-03 12:01:02 UTC (rev 16664) @@ -0,0 +1,54 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = ldapsdk_java +VERSION = 20020819 +GARTYPE = v2 +CATEGORIES = java + +DESCRIPTION = 389 Directory Server - Management Console +define BLURB +A Java based remote management console used for managing 389 +Administration Server and 389 Directory Server. +endef + +# MASTER_SITES = http://ftp.mozilla.org/pub/mozilla.org/directory/java-sdk +MASTER_SITES = http://www-archive.mozilla.org/directory +DISTFILES = $(NAME)_$(VERSION).tar.gz +DISTFILES += COPYING + +PACKAGES = CSWldapsdk +PACKAGING_PLATFORMS += solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 + + +ARCHALL = 1 + +CATALOGNAME_CSWldapjdk = ldapjdk + +WORKSRC = $(WORKDIR) +DISTDIR = mozilla/directory/java-sdk +LICENSE = COPYING +# LICENSE = $(WORKDIR)/$(DISTDIR)/relnotes.htm + +JAVA_HOME = /usr/j2sdk1.4.2_17 + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = custom +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +CHECKPKG_OVERRIDES_CSWldapsdk += pkginfo-description-not-starting-with-uppercase|389|Directory|Server|-|Management|Console + +include gar/category.mk + +install-custom: + @ginstall -d $(DESTDIR)$(datadir)/java + @gcp -fp $(WORKSRC)/$(DISTDIR)/dist/packages/$(CATALOGNAME_CSWldapjdk).jar $(DESTDIR)$(datadir)/java + @$(MAKECOOKIE) + +build-custom: + @( cd $(WORKSRC)/$(DISTDIR); \ + JAVA_HOME=$(JAVA_HOME) gmake -f ldap.mk MOZ_SRC=. JAVA_VERSION=1.4 ; \ + JAVA_HOME=$(JAVA_HOME) gmake -f ldap.mk basepackage ) + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/ldapjdk/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/ldapjdk/trunk/checksums =================================================================== --- csw/mgar/pkg/ldapjdk/trunk/checksums (rev 0) +++ csw/mgar/pkg/ldapjdk/trunk/checksums 2012-01-03 12:01:02 UTC (rev 16664) @@ -0,0 +1 @@ +f0eef8fc5c4961cdebdd9b9188228431 ldapsdk_java_20020819.tar.gz Added: csw/mgar/pkg/ldapjdk/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/ldapjdk/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/ldapjdk/trunk/files/COPYING 2012-01-03 12:01:02 UTC (rev 16664) @@ -0,0 +1,16 @@ + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1999 Netscape Communications Corporation. All + * Rights Reserved. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel