Revision: 16667
          http://gar.svn.sourceforge.net/gar/?rev=16667&view=rev
Author:   cgrzemba
Date:     2012-01-03 13:17:14 +0000 (Tue, 03 Jan 2012)
Log Message:
-----------
lang-java/jss/trunk: add JSS

Modified Paths:
--------------
    csw/mgar/pkg/lang-java/jss/trunk/Makefile
    csw/mgar/pkg/lang-java/jss/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/lang-java/jss/trunk/files/COPYING

Modified: csw/mgar/pkg/lang-java/jss/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-java/jss/trunk/Makefile   2012-01-03 12:57:43 UTC (rev 
16666)
+++ csw/mgar/pkg/lang-java/jss/trunk/Makefile   2012-01-03 13:17:14 UTC (rev 
16667)
@@ -1,29 +1,53 @@
 # $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
-NAME = lang-java/jss
-VERSION = X.Y
+NAME = jss
+MAJOR_VERSION = 4
+FULLVERSION = 4.3.2
 GARTYPE = v2
-CATEGORIES = category
+CATEGORIES = java
 
-DESCRIPTION = Brief description
+DESCRIPTION = Mozilla SSL SDK for Java
 define BLURB
-  Long description
+Network Security Services for Java (JSS) is a Java interface to NSS. JSS 
supports most of the security standards and encryption technologies supported 
by NSS. JSS also provides a pure Java interface for ASN.1 types and BER/DER 
encoding.
+
+JSS offers a implementation of Java SSL sockets that uses NSS's SSL/TLS 
implementation rather than Sun's JSSE implementation.  You might want to use 
JSS own SSL classes if you want to use some of the capabilities found in NSS's 
SSL/TLS library but not found in JSSE.
+
+NSS is the cryptographic module where all cryptographic operations are 
performed. JSS essentially provides a Java JNI bridge to NSS C shared 
libraries. When NSS is put in FIPS mode, JSS ensures FIPS compliance by 
ensuring that all cryptographic operations are performed by the NSS 
cryptographic module.
+
+https://developer.mozilla.org/En/JSS
 endef
 
-MASTER_SITES = 
-DISTFILES  = $(DISTNAME).tar.gz
 
-# File name regex to get notifications about upstream software releases
-# NOTE: Use this only if the automatic regex creation
-#       does not work for your package
-# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
-# If the url used to check for software update is different of MASTER_SITES, 
then 
-# uncomment the next line. Otherwise it is set by default to the value of 
MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
+MASTER_SITES = 
http://ftp.mozilla.org/pub/mozilla.org/mozilla.org/mozilla.org/mozilla.org/security/jss/releases/JSS_4_3_2_RTM
+DISTFILES  = $(NAME)$(MAJOR_VERSION).jar
+DISTFILES += COPYING
 
-CONFIGURE_ARGS = $(DIRPATHS)
+PACKAGES = CSWjss4
+PACKAGING_PLATFORMS += solaris10-sparc
+PACKAGING_PLATFORMS += solaris10-i386
 
+
+ARCHALL = 1
+
+CATALOGNAME_CSWjss4 = jss4
+
+WORKSRC = $(WORKDIR)
+DISTDIR = mozilla/security/jss
+LICENSE = COPYING
+
+# JAVA_HOME = /usr/j2sdk1.4.2_17
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = 
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
 include gar/category.mk
 
+install-custom: 
+       @ginstall -d $(DESTDIR)$(datadir)/java
+       @gcp -fp $(WORKSRC)/$(CATALOGNAME_CSWjss4).jar $(DESTDIR)$(datadir)/java
+       @$(MAKECOOKIE)
+

Modified: csw/mgar/pkg/lang-java/jss/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-java/jss/trunk/checksums  2012-01-03 12:57:43 UTC (rev 
16666)
+++ csw/mgar/pkg/lang-java/jss/trunk/checksums  2012-01-03 13:17:14 UTC (rev 
16667)
@@ -0,0 +1 @@
+cd4b98830955491929d55ad0d7140fb7  jss4.jar

Added: csw/mgar/pkg/lang-java/jss/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/lang-java/jss/trunk/files/COPYING                              
(rev 0)
+++ csw/mgar/pkg/lang-java/jss/trunk/files/COPYING      2012-01-03 13:17:14 UTC 
(rev 16667)
@@ -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

Reply via email to