summaryrefslogtreecommitdiff
path: root/usr/src/pkgdefs/SUNWopenssl-commands
diff options
context:
space:
mode:
authorMark Phalan <Mark.Phalan@Sun.COM>2009-05-28 02:00:52 -0700
committerMark Phalan <Mark.Phalan@Sun.COM>2009-05-28 02:00:52 -0700
commitbda1f129971950880940a17bab0bf096d5744b0c (patch)
treec5b52a4ee77917c9b2073b3e16fc6c3e4b3af2b0 /usr/src/pkgdefs/SUNWopenssl-commands
parent5abc75a2bc199bc6f7ce2438ccf4a7f14e6c6ff5 (diff)
downloadillumos-gate-bda1f129971950880940a17bab0bf096d5744b0c.tar.gz
6806387 Move OpenSSL from ON to SFW
Diffstat (limited to 'usr/src/pkgdefs/SUNWopenssl-commands')
-rw-r--r--usr/src/pkgdefs/SUNWopenssl-commands/Makefile38
-rw-r--r--usr/src/pkgdefs/SUNWopenssl-commands/depend45
-rw-r--r--usr/src/pkgdefs/SUNWopenssl-commands/pkginfo.tmpl59
-rw-r--r--usr/src/pkgdefs/SUNWopenssl-commands/prototype_com49
-rw-r--r--usr/src/pkgdefs/SUNWopenssl-commands/prototype_i38648
-rw-r--r--usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc48
6 files changed, 0 insertions, 287 deletions
diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/Makefile b/usr/src/pkgdefs/SUNWopenssl-commands/Makefile
deleted file mode 100644
index bd4942df89..0000000000
--- a/usr/src/pkgdefs/SUNWopenssl-commands/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# ident "%Z%%M% %I% %E% SMI"
-
-include ../Makefile.com
-
-LICENSEFILES += ../../common/openssl/LICENSE
-CDDL=
-
-.KEEP_STATE:
-
-all: $(FILES)
-
-install: all pkg
-
-include ../Makefile.targ
diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/depend b/usr/src/pkgdefs/SUNWopenssl-commands/depend
deleted file mode 100644
index 3419d11e50..0000000000
--- a/usr/src/pkgdefs/SUNWopenssl-commands/depend
+++ /dev/null
@@ -1,45 +0,0 @@
-# ident "%Z%%M% %I% %E% SMI"
-#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# 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 SUNWcsu Core Solaris, (Usr)
-P SUNWcsl Core Solaris Libraries
-P SUNWopenssl-libraries OpenSSL Libraries, (Usr)
-P SUNWperl584core Perl 5.8.4 (core)
diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/pkginfo.tmpl b/usr/src/pkgdefs/SUNWopenssl-commands/pkginfo.tmpl
deleted file mode 100644
index 4bee613571..0000000000
--- a/usr/src/pkgdefs/SUNWopenssl-commands/pkginfo.tmpl
+++ /dev/null
@@ -1,59 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-
-#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# ident "%Z%%M% %I% %E% SMI"
-#
-
-#
-# This required package information file describes characteristics of the
-# package, such as package abbreviation, full package name, package version,
-# and package architecture.
-#
-PKG="SUNWopenssl-commands"
-NAME="OpenSSL Commands (Usr)"
-ARCH="ISA"
-VERSION="ONVERS,REV=0.0.0"
-SUNW_PRODNAME="SunOS"
-SUNW_PRODVERS="RELEASE/VERSION"
-SUNW_PKGTYPE="usr"
-MAXINST="1000"
-CATEGORY="system"
-DESC="OpenSSL Commands (Use)"
-VENDOR="Sun Microsystems, Inc."
-HOTLINE="Please contact your local service provider"
-EMAIL=""
-CLASSES="none"
-BASEDIR=/
-SUNW_PKGVERS="1.0"
-SUNW_PKG_ALLZONES="true"
-SUNW_PKG_HOLLOW="false"
-SUNW_PKG_THISZONE="false"
-#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/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com
deleted file mode 100644
index 85426d9b1f..0000000000
--- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# 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 pkginfo
-i copyright
-i depend
-#
-# source locations relative to the prototype file
-#
-# SUNWopenssl-commands
-#
-d none usr 755 root sys
-d none usr/sfw 755 root bin
-d none usr/sfw/bin 755 root bin
-s none usr/sfw/bin/openssl=../../bin/openssl
-d none usr/bin 755 root bin
-f none usr/bin/openssl 555 root bin
-f none usr/bin/CA.pl 555 root bin
diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386
deleted file mode 100644
index e33771b479..0000000000
--- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# 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 i386 specific here
-#
-# source locations relative to the prototype file
-#
-# SUNWopenssl-commands
-#
-d none usr/sfw/bin/amd64 755 root bin
-s none usr/sfw/bin/amd64/openssl=../../../bin/amd64/openssl
-d none usr/bin/amd64 755 root bin
-f none usr/bin/amd64/openssl 555 root bin
diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc
deleted file mode 100644
index cfbb13dd96..0000000000
--- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-# 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
-#
-# SUNWopenssl-commands
-#
-d none usr/sfw/bin/sparcv9 755 root bin
-s none usr/sfw/bin/sparcv9/openssl=../../../bin/sparcv9/openssl
-d none usr/bin/sparcv9 755 root bin
-f none usr/bin/sparcv9/openssl 555 root bin