[csw-devel] SF.net SVN: gar:[16800] csw/mgar/pkg/opencsw-policy/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Jan 19 00:05:41 CET 2012


Revision: 16800
          http://gar.svn.sourceforge.net/gar/?rev=16800&view=rev
Author:   wahwah
Date:     2012-01-18 23:05:41 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
opencsw-policy/trunk: Next iteration: 3 chapters

Modified Paths:
--------------
    csw/mgar/pkg/opencsw-policy/trunk/Makefile
    csw/mgar/pkg/opencsw-policy/trunk/files/filesystem-layout.rst
    csw/mgar/pkg/opencsw-policy/trunk/files/index.rst
    csw/mgar/pkg/opencsw-policy/trunk/files/shared-libraries.rst

Added Paths:
-----------
    csw/mgar/pkg/opencsw-policy/trunk/files/o2a-index.rst
    csw/mgar/pkg/opencsw-policy/trunk/files/o2d-index.rst
    csw/mgar/pkg/opencsw-policy/trunk/files/o2m-index.rst

Modified: csw/mgar/pkg/opencsw-policy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/opencsw-policy/trunk/Makefile	2012-01-18 22:05:33 UTC (rev 16799)
+++ csw/mgar/pkg/opencsw-policy/trunk/Makefile	2012-01-18 23:05:41 UTC (rev 16800)
@@ -40,7 +40,7 @@
 post-install-modulated: copy-to-web
 	@$(MAKECOOKIE)
 
-copy-to-web: $(PKGROOT)$(docdir)/$(CATALOGNAME_CSWopencsw-policy)/index.html
+copy-to-web:
 	if [ -d $(HOME)/public_html/policy ]; then \
 		rsync -r $(PKGROOT)$(docdir)/$(CATALOGNAME_CSWopencsw-policy)/ \
 		$(HOME)/public_html/policy; \

Modified: csw/mgar/pkg/opencsw-policy/trunk/files/filesystem-layout.rst
===================================================================
--- csw/mgar/pkg/opencsw-policy/trunk/files/filesystem-layout.rst	2012-01-18 22:05:33 UTC (rev 16799)
+++ csw/mgar/pkg/opencsw-policy/trunk/files/filesystem-layout.rst	2012-01-18 23:05:41 UTC (rev 16800)
@@ -1,17 +1,17 @@
+-------------------------
 OpenCSW filesystem layout
-=========================
+-------------------------
 
-.. contents::
-
 .. highlight:: text
 
 Introduction
 ------------
 
-OpenCSW installs over an already installed Solaris system, and follows
-the general rule of not conflicting with existing Solaris files.
+OpenCSW installs over an already installed Solaris system, and follows the
+general rule of not conflicting with existing Solaris files.
 
-* /opt/csw
-* /etc/opt/csw
-* /var/opt/csw
+The outermost installation directories are:
 
+* /opt/csw (base of the hierarchy)
+* /etc/opt/csw (configuration files)
+* /var/opt/csw (data files)

Modified: csw/mgar/pkg/opencsw-policy/trunk/files/index.rst
===================================================================
--- csw/mgar/pkg/opencsw-policy/trunk/files/index.rst	2012-01-18 22:05:33 UTC (rev 16799)
+++ csw/mgar/pkg/opencsw-policy/trunk/files/index.rst	2012-01-18 23:05:41 UTC (rev 16800)
@@ -3,6 +3,7 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
+===================================
 Welcome to OpenCSW's documentation!
 ===================================
 
@@ -11,13 +12,12 @@
 .. toctree::
    :maxdepth: 2
 
-   filesystem-layout.rst
-   shared-libraries.rst
+   o2a-index
+   o2d-index
+   o2m-index
 
 .. Indices and tables
    ==================
    * :ref:`genindex`
    * :ref:`modindex`
    * :ref:`search`
-
-

Added: csw/mgar/pkg/opencsw-policy/trunk/files/o2a-index.rst
===================================================================
--- csw/mgar/pkg/opencsw-policy/trunk/files/o2a-index.rst	                        (rev 0)
+++ csw/mgar/pkg/opencsw-policy/trunk/files/o2a-index.rst	2012-01-18 23:05:41 UTC (rev 16800)
@@ -0,0 +1,22 @@
+==========================
+OpenCSW for Administrators
+==========================
+
+A usage manual for people who manage Solaris systems with OpenCSW packages.
+
+.. contents::
+
+Bootstrapping
+-------------
+
+On a Solaris 10 system, you can use the capacity of pkgadd to download
+packages via http::
+
+  pkgadd -d http://get.opencsw.org/now
+
+On Solaris 8 and 9 (best effort support only), you need to download the
+package using e.g. wget and install it with::
+
+  wget http://mirror.opencsw.org/opencsw/pkgutil.pkg
+  pkgadd -d pkgutil.pkg
+

Added: csw/mgar/pkg/opencsw-policy/trunk/files/o2d-index.rst
===================================================================
--- csw/mgar/pkg/opencsw-policy/trunk/files/o2d-index.rst	                        (rev 0)
+++ csw/mgar/pkg/opencsw-policy/trunk/files/o2d-index.rst	2012-01-18 23:05:41 UTC (rev 16800)
@@ -0,0 +1,8 @@
+======================
+OpenCSW for Developers
+======================
+
+.. contents::
+
+This is a manual for developers who want to build own software, using
+tools and libraries provided by OpenCSW.

Added: csw/mgar/pkg/opencsw-policy/trunk/files/o2m-index.rst
===================================================================
--- csw/mgar/pkg/opencsw-policy/trunk/files/o2m-index.rst	                        (rev 0)
+++ csw/mgar/pkg/opencsw-policy/trunk/files/o2m-index.rst	2012-01-18 23:05:41 UTC (rev 16800)
@@ -0,0 +1,11 @@
+===============================
+OpenCSW for Package Maintainers
+===============================
+
+This is a manual for people who want to build Solaris packages and Solaris
+package repositories, either at OpenCSW or at their own organization.
+
+.. contents::
+
+.. include:: filesystem-layout.rst
+.. include:: shared-libraries.rst

Modified: csw/mgar/pkg/opencsw-policy/trunk/files/shared-libraries.rst
===================================================================
--- csw/mgar/pkg/opencsw-policy/trunk/files/shared-libraries.rst	2012-01-18 22:05:33 UTC (rev 16799)
+++ csw/mgar/pkg/opencsw-policy/trunk/files/shared-libraries.rst	2012-01-18 23:05:41 UTC (rev 16800)
@@ -1,5 +1,6 @@
+----------------
 Shared libraries
-================
+----------------
 
 Background
 ----------

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list