From e45104d1c2e38e411a56a8083339eabc60bb3f44 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 13 Sep 2012 23:53:04 +0400 Subject: Initial commit: can build c-ares --- trans/actuators | 49 +++++++++++++++++++ trans/archive-libraries-drop | 2 + trans/autopyc | 29 +++++++++++ trans/defaults | 114 +++++++++++++++++++++++++++++++++++++++++++ trans/devel | 50 +++++++++++++++++++ trans/docs | 49 +++++++++++++++++++ trans/libtool-drop | 2 + trans/locale | 31 ++++++++++++ 8 files changed, 326 insertions(+) create mode 100644 trans/actuators create mode 100644 trans/archive-libraries-drop create mode 100644 trans/autopyc create mode 100644 trans/defaults create mode 100644 trans/devel create mode 100644 trans/docs create mode 100644 trans/libtool-drop create mode 100644 trans/locale (limited to 'trans') diff --git a/trans/actuators b/trans/actuators new file mode 100644 index 0000000..e033943 --- /dev/null +++ b/trans/actuators @@ -0,0 +1,49 @@ +# +# 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 2010 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + +# SFW service manifests + \ + default restart_fmri svc:/system/manifest-import:default> + +# RBAC file fragments + \ + default restart_fmri svc:/system/rbac:default> + \ + default restart_fmri svc:/system/rbac:default> + +# Fonts and font configuration + \ + default restart_fmri svc:/application/font/fc-cache:default> + \ + default restart_fmri svc:/application/font/fc-cache:default> + +# OpenGL selection scripts + \ + default restart_fmri svc:/application/opengl/ogl-select:default> + +# GNOME/XDG desktop files + \ + default restart_fmri svc:/application/desktop-cache/desktop-mime-cache:default> diff --git a/trans/archive-libraries-drop b/trans/archive-libraries-drop new file mode 100644 index 0000000..010d1e6 --- /dev/null +++ b/trans/archive-libraries-drop @@ -0,0 +1,2 @@ +# stuff we drop from the proto area - not shipped + drop> diff --git a/trans/autopyc b/trans/autopyc new file mode 100644 index 0000000..6c9cea7 --- /dev/null +++ b/trans/autopyc @@ -0,0 +1,29 @@ +# +# 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 (c) 2011, Oracle and/or its affiliates. All rights reserved. +# + +# Don't bother specifying each .pyc file. Allow individual actions to +# override this by setting pkg.tmp.autopyc to false. + default pkg.tmp.autopyc true> + emit file path=%(path)c> + delete pkg.tmp.autopyc .*> + emit hardlink path=%(path)c target=%(target)c> diff --git a/trans/defaults b/trans/defaults new file mode 100644 index 0000000..acf7b24 --- /dev/null +++ b/trans/defaults @@ -0,0 +1,114 @@ +# +# 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 (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. +# + + default group sys> + default group sys> + default group sys> + +# +# LP print service +# + default owner root> + default mode 0755> + default owner lp> + default group lp> + default mode 0775> + + default group sys> + default group sys> + default group other> + default group other> + default group sys> + default group other> + default group other> + default group sys> + default group sys> + default group other> + +# +# Most directories and files under /etc/security are group sys +# + default group sys> + default group sys> + default group sys> + default group sys> + default group sys> + default group sys> + default group sys> + +# +# SMF directories and files +# + default group sys> + default group sys> + default mode 0555> + +# +# Many directories and files under /usr/share are group other +# + default group other> + default group other> + default group other> + default group other> + default group other> + default group other> + + default group sys> + + default group sys> + default group other> + default group sys> + +# usr/share/icons, and all its subdirectories at any level are group other + default group other> + +# +# programs & shared objects should generally have mode 0555 +# + default mode 0555> + default mode 0555> + default mode 0555> + +# +# For what's left, go with root:bin 0444 for files, 0755 for directories +# + default owner root> + default group bin> + default mode 0444> + default mode 0755> + +set name=variant.arch value=$(MACH) + +# +# Defaults for legacy metadata for SVR4 package information +# + default vendor "Oracle Corporation"> + default hotline \ + "Please contact your local service provider"> + default arch $(MACH)> + default category "system"> +# This is set to the final version number delivered as SVR4 format + default version "11.11.0,REV=2010.05.25.01.00"> + diff --git a/trans/devel b/trans/devel new file mode 100644 index 0000000..6dd351b --- /dev/null +++ b/trans/devel @@ -0,0 +1,50 @@ +# +# 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 2010 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# + +# header files + \ + default facet.devel true> + +# archive libraries (on rare occasion, we should be delivering these) + default facet.devel true> + +# .so links, we need to determine if this is a problem, I suspect that it is. +# default facet.devel true> + +# lint libraries + default facet.devel true> + +# pkg-config data + \ + default facet.devel true> + +# autoconf macros + \ + default facet.devel true> + +# Developer documentation + \ + default facet.devel true> diff --git a/trans/docs b/trans/docs new file mode 100644 index 0000000..a283ec1 --- /dev/null +++ b/trans/docs @@ -0,0 +1,49 @@ +# +# 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 (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. +# + +# man pages + \ + default facet.doc.man true> + +# texinfo docs + \ + default facet.doc.info true> + \ + add restart_fmri svc:/application/texinfo-update:default> + exit 1 "Error: packaged texinfo directory file (%)" > + +# html docs + \ + default facet.doc.html true> + \ + default facet.doc.html true> + +# pdf docs + \ + default facet.doc.html true> + +# general documetation + \ + default facet.doc true> diff --git a/trans/libtool-drop b/trans/libtool-drop new file mode 100644 index 0000000..9a6aecf --- /dev/null +++ b/trans/libtool-drop @@ -0,0 +1,2 @@ +# stuff we drop from the proto area - not shipped + drop> diff --git a/trans/locale b/trans/locale new file mode 100644 index 0000000..ef59d77 --- /dev/null +++ b/trans/locale @@ -0,0 +1,31 @@ +# +# 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 (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. +# + +# general locale + default facet.locale true> + + \ + default facet.locale.%<\1> true> -- cgit v1.2.3