summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirk.erickson%sun.com <devnull@localhost>2002-08-22 21:20:33 +0000
committerkirk.erickson%sun.com <devnull@localhost>2002-08-22 21:20:33 +0000
commit806c2d8e7c2faa0e4b681a3415bdb56d5f03c379 (patch)
tree3d95071ae7cee25b46c01ba3f4310dc5bf0207de
parentc0e4904da9aa82b03071d2b053df17865780511e (diff)
downloadnspr-hg-806c2d8e7c2faa0e4b681a3415bdb56d5f03c379.tar.gz
Changed package names from SUNWnspr to SUNWpr
-rw-r--r--pkg/solaris/Makefile4
-rw-r--r--pkg/solaris/SUNWpr/Makefile16
-rw-r--r--pkg/solaris/SUNWpr/copyright28
-rw-r--r--pkg/solaris/SUNWpr/depend27
-rw-r--r--pkg/solaris/SUNWpr/pkginfo34
-rw-r--r--pkg/solaris/SUNWpr/pkginfo.tmpl34
-rw-r--r--pkg/solaris/SUNWpr/prototype_com31
-rw-r--r--pkg/solaris/SUNWpr/prototype_sparc33
-rw-r--r--pkg/solaris/SUNWprx/Makefile (renamed from pkg/solaris/SUNWnsprx/Makefile)0
-rw-r--r--pkg/solaris/SUNWprx/depend (renamed from pkg/solaris/SUNWnsprx/depend)0
-rw-r--r--pkg/solaris/SUNWprx/pkginfo.tmpl (renamed from pkg/solaris/SUNWnsprx/pkginfo.tmpl)2
-rw-r--r--pkg/solaris/SUNWprx/prototype_com (renamed from pkg/solaris/SUNWnsprx/prototype_com)2
-rw-r--r--pkg/solaris/SUNWprx/prototype_sparc (renamed from pkg/solaris/SUNWnsprx/prototype_sparc)2
13 files changed, 208 insertions, 5 deletions
diff --git a/pkg/solaris/Makefile b/pkg/solaris/Makefile
index a8afcda3..d883cc9d 100644
--- a/pkg/solaris/Makefile
+++ b/pkg/solaris/Makefile
@@ -14,10 +14,10 @@ MOD_DEPTH = ../..
ifeq ($(USE_64), 1)
DIRS = \
- SUNWnsprx
+ SUNWprx
else
DIRS = \
- SUNWnspr
+ SUNWpr
endif
PROTO = \
diff --git a/pkg/solaris/SUNWpr/Makefile b/pkg/solaris/SUNWpr/Makefile
new file mode 100644
index 00000000..b312d986
--- /dev/null
+++ b/pkg/solaris/SUNWpr/Makefile
@@ -0,0 +1,16 @@
+#
+# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+#ident "$Id$"
+#
+
+MOD_DEPTH = ../../..
+include ../Makefile.com
+
+DATAFILES += depend
+
+all:: $(FILES)
+publish:: all pkg
+
+include ../Makefile.targ
diff --git a/pkg/solaris/SUNWpr/copyright b/pkg/solaris/SUNWpr/copyright
new file mode 100644
index 00000000..1e0f6ce3
--- /dev/null
+++ b/pkg/solaris/SUNWpr/copyright
@@ -0,0 +1,28 @@
+The contents of this package are subject to the Mozilla Public License
+Version 1.1 (the "License"); you may not use this package except in
+compliance with the License. You may obtain a copy of the License at
+http://www.mozilla.org/MPL/
+
+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 the Netscape Portable Runtime (NSPR).
+
+The Initial Developer of the Original Code is Netscape Communications
+Corporation. Portions created by Netscape are Copyright (C) 1998-2000
+Netscape Communications Corporation. All Rights Reserved.
+
+Contributor(s):
+
+Alternatively, the contents of this package may be used under the terms
+of the GNU General Public License Version 2 or later (the "GPL"), in
+which case the provisions of the GPL are applicable instead of those
+above. If you wish to allow use of your version of this package only
+under the terms of the GPL and not to allow others to use your version
+of this package under the MPL, indicate your decision by deleting the
+provisions above and replace them with the notice and other provisions
+required by the GPL. If you do not delete the provisions above, a
+recipient may use your version of this package under either the MPL or
+the GPL.
diff --git a/pkg/solaris/SUNWpr/depend b/pkg/solaris/SUNWpr/depend
new file mode 100644
index 00000000..11d87b87
--- /dev/null
+++ b/pkg/solaris/SUNWpr/depend
@@ -0,0 +1,27 @@
+# Copyright 2002 Microsystems, Inc. All Rights Reserved.
+# Use is subject to license terms.
+#
+# $Id$
+#
+# This package information file defines software dependencies associated
+# with the pkg. You can define three types of pkg dependencies with this file:
+# P indicates a prerequisite for installation
+# I indicates an incompatible package
+# R indicates a reverse dependency
+# <pkg.abbr> see pkginfo(4), PKG parameter
+# <name> see pkginfo(4), NAME parameter
+# <version> see pkginfo(4), VERSION parameter
+# <arch> see pkginfo(4), ARCH parameter
+# <type> <pkg.abbr> <name>
+# (<arch>)<version>
+# (<arch>)<version>
+# ...
+# <type> <pkg.abbr> <name>
+# ...
+
+P SUNWcar Core Architecture, (Root)
+P SUNWkvm Core Architecture, (Kvm)
+P SUNWcsr Core Solaris, (Root)
+P SUNWcsu Core Solaris, (Usr)
+P SUNWcsd Core Solaris Devices
+P SUNWcsl Core Solaris Libraries
diff --git a/pkg/solaris/SUNWpr/pkginfo b/pkg/solaris/SUNWpr/pkginfo
new file mode 100644
index 00000000..2485551c
--- /dev/null
+++ b/pkg/solaris/SUNWpr/pkginfo
@@ -0,0 +1,34 @@
+#
+# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+#ident "$Id$"
+#
+#
+# This required package information file describes characteristics of the
+# package, such as package abbreviation, full package name, package version,
+# and package architecture.
+#
+PKG="SUNWpr"
+NAME="Netscape Portable Runtime"
+ARCH="sparc"
+VERSION="4.1.2,REV=2002.08.22.13.38"
+SUNW_PRODNAME="Netscape Portable Runtime"
+SUNW_PRODVERS="4.1.2"
+SUNW_PKGTYPE="usr"
+MAXINST="1000"
+CATEGORY="system"
+DESC="Netscape Portable Runtime Interface"
+VENDOR="Sun Microsystems, Inc."
+HOTLINE="Please contact your local service provider"
+EMAIL=""
+CLASSES="none"
+BASEDIR=/
+SUNW_PKGVERS="1.0"
+#VSTOCK="<reserved by Release Engineering for package part #>"
+#ISTATES="<developer defined>"
+#RSTATES='<developer defined>'
+#ULIMIT="<developer defined>"
+#ORDER="<developer defined>"
+#PSTAMP="<developer defined>"
+#INTONLY="<developer defined>"
diff --git a/pkg/solaris/SUNWpr/pkginfo.tmpl b/pkg/solaris/SUNWpr/pkginfo.tmpl
new file mode 100644
index 00000000..0523c8ef
--- /dev/null
+++ b/pkg/solaris/SUNWpr/pkginfo.tmpl
@@ -0,0 +1,34 @@
+#
+# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+#ident "$Id$"
+#
+#
+# This required package information file describes characteristics of the
+# package, such as package abbreviation, full package name, package version,
+# and package architecture.
+#
+PKG="SUNWpr"
+NAME="Netscape Portable Runtime"
+ARCH="ISA"
+VERSION="NSPRVERS,REV=0.0.0"
+SUNW_PRODNAME="Netscape Portable Runtime"
+SUNW_PRODVERS="NSPRVERS"
+SUNW_PKGTYPE="usr"
+MAXINST="1000"
+CATEGORY="system"
+DESC="Netscape Portable Runtime Interface"
+VENDOR="Sun Microsystems, Inc."
+HOTLINE="Please contact your local service provider"
+EMAIL=""
+CLASSES="none"
+BASEDIR=/
+SUNW_PKGVERS="1.0"
+#VSTOCK="<reserved by Release Engineering for package part #>"
+#ISTATES="<developer defined>"
+#RSTATES='<developer defined>'
+#ULIMIT="<developer defined>"
+#ORDER="<developer defined>"
+#PSTAMP="<developer defined>"
+#INTONLY="<developer defined>"
diff --git a/pkg/solaris/SUNWpr/prototype_com b/pkg/solaris/SUNWpr/prototype_com
new file mode 100644
index 00000000..1462665f
--- /dev/null
+++ b/pkg/solaris/SUNWpr/prototype_com
@@ -0,0 +1,31 @@
+#
+# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+#ident "$Id$"
+#
+# This required package information file contains a list of package contents.
+# The 'pkgmk' command uses this file to identify the contents of a package
+# and their location on the development machine when building the package.
+# Can be created via a text editor or through use of the 'pkgproto' command.
+
+#!search <pathname pathname ...> # where to find pkg objects
+#!include <filename> # include another 'prototype' file
+#!default <mode> <owner> <group> # default used if not specified on entry
+#!<param>=<value> # puts parameter in pkg environment
+
+# packaging files
+i copyright
+i pkginfo
+i depend
+#
+# source locations relative to the prototype file
+#
+# SUNWpr
+#
+d none usr 755 root sys
+d none usr/lib 755 root bin
+d none usr/lib/mps 755 root bin
+f none usr/lib/mps/libnspr4.so 755 root bin
+f none usr/lib/mps/libplc4.so 755 root bin
+f none usr/lib/mps/libplds4.so 755 root bin
diff --git a/pkg/solaris/SUNWpr/prototype_sparc b/pkg/solaris/SUNWpr/prototype_sparc
new file mode 100644
index 00000000..40bc6dcd
--- /dev/null
+++ b/pkg/solaris/SUNWpr/prototype_sparc
@@ -0,0 +1,33 @@
+#
+# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+#ident "$Id$"
+#
+# This required package information file contains a list of package contents.
+# The 'pkgmk' command uses this file to identify the contents of a package
+# and their location on the development machine when building the package.
+# Can be created via a text editor or through use of the 'pkgproto' command.
+
+#!search <pathname pathname ...> # where to find pkg objects
+#!include <filename> # include another 'prototype' file
+#!default <mode> <owner> <group> # default used if not specified on entry
+#!<param>=<value> # puts parameter in pkg environment
+
+#
+# Include ISA independent files (prototype_com)
+#
+!include prototype_com
+#
+#
+#
+# List files which are SPARC specific here
+#
+# source locations relative to the prototype file
+#
+#
+# SUNWpr
+#
+d none usr/lib/mps/cpu 755 root bin
+d none usr/lib/mps/cpu/sparcv8plus 755 root bin
+f none usr/lib/mps/cpu/sparcv8plus/libnspr_flt4.so 755 root bin
diff --git a/pkg/solaris/SUNWnsprx/Makefile b/pkg/solaris/SUNWprx/Makefile
index 761fa00a..761fa00a 100644
--- a/pkg/solaris/SUNWnsprx/Makefile
+++ b/pkg/solaris/SUNWprx/Makefile
diff --git a/pkg/solaris/SUNWnsprx/depend b/pkg/solaris/SUNWprx/depend
index d9ce16a6..d9ce16a6 100644
--- a/pkg/solaris/SUNWnsprx/depend
+++ b/pkg/solaris/SUNWprx/depend
diff --git a/pkg/solaris/SUNWnsprx/pkginfo.tmpl b/pkg/solaris/SUNWprx/pkginfo.tmpl
index 5e70a290..d24dab3b 100644
--- a/pkg/solaris/SUNWnsprx/pkginfo.tmpl
+++ b/pkg/solaris/SUNWprx/pkginfo.tmpl
@@ -9,7 +9,7 @@
# package, such as package abbreviation, full package name, package version,
# and package architecture.
#
-PKG="SUNWnsprx"
+PKG="SUNWprx"
NAME="Netscape Portable Runtime (64-bit)"
ARCH="ISA"
VERSION="NSPRVERS,REV=0.0.0"
diff --git a/pkg/solaris/SUNWnsprx/prototype_com b/pkg/solaris/SUNWprx/prototype_com
index 52ec181a..da07baba 100644
--- a/pkg/solaris/SUNWnsprx/prototype_com
+++ b/pkg/solaris/SUNWprx/prototype_com
@@ -21,7 +21,7 @@ i depend
#
# source locations relative to the prototype file
#
-# SUNWnsprx
+# SUNWprx
#
d none usr 755 root sys
d none usr/lib 755 root bin
diff --git a/pkg/solaris/SUNWnsprx/prototype_sparc b/pkg/solaris/SUNWprx/prototype_sparc
index fb9d2f41..2bcbd5ec 100644
--- a/pkg/solaris/SUNWnsprx/prototype_sparc
+++ b/pkg/solaris/SUNWprx/prototype_sparc
@@ -26,7 +26,7 @@
# source locations relative to the prototype file
#
#
-# SUNWnsprx
+# SUNWprx
#
s none usr/lib/mps/64=sparcv9
d none usr/lib/mps/sparcv9 755 root bin