[csw-devel] SF.net SVN: gar:[8553] csw/mgar/pkg/scfdot/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Mon Feb 15 12:49:43 CET 2010


Revision: 8553
          http://gar.svn.sourceforge.net/gar/?rev=8553&view=rev
Author:   skayser
Date:     2010-02-15 11:49:43 +0000 (Mon, 15 Feb 2010)

Log Message:
-----------
scfdot: tweak README.CSW, add changelog.CSW

Modified Paths:
--------------
    csw/mgar/pkg/scfdot/trunk/Makefile
    csw/mgar/pkg/scfdot/trunk/files/README.CSW

Added Paths:
-----------
    csw/mgar/pkg/scfdot/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/scfdot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scfdot/trunk/Makefile	2010-02-15 11:10:44 UTC (rev 8552)
+++ csw/mgar/pkg/scfdot/trunk/Makefile	2010-02-15 11:49:43 UTC (rev 8553)
@@ -52,3 +52,10 @@
 	ginstall -Dm644 $(WORKSRC)/legend.ps \
 		$(DESTDIR)$(datadir)/$(GARNAME)/legend.ps
 	@$(MAKECOOKIE)
+
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+
+install-changelog-%:
+	ginstall -D $(FILEDIR)/changelog.CSW \
+		$(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/scfdot/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/scfdot/trunk/files/README.CSW	2010-02-15 11:10:44 UTC (rev 8552)
+++ csw/mgar/pkg/scfdot/trunk/files/README.CSW	2010-02-15 11:49:43 UTC (rev 8553)
@@ -1,18 +1,28 @@
+smfdepgraph wrapper around scfdot
+---------------------------------
+
 This package contains a wrapper around scfdot which should be sufficient
-for most use cases: smfdepgraph. Invoke it with 
+for most use cases. Invoke it with 
 
     smfdepgraph <outfile.ext>
 
-and it will generate a SMF dependency graph in whichever file format you
-specify (determined via the file extension). Default is postscript. The
-extension will be passed to dot via -T<ext> so dot needs to support it.
-Unsupported file extensions will give you a list of supported ones.
+and it will generate a SMF services dependency graph in whichever file format
+you specify (determined via the file extension). Default is postscript. The
+extension will be passed to graphviz's dot via -T<ext> so dot needs to support
+it. When you pass an unsupported file extension to smfdepgraph, it will give
+you a list of supported ones.
 
-In case you need to invoke scfdot directly, these are the usage instructions.
-We operate in two modes: with and without -L. Without -L, we print nodes
-for each instance and edges for each dependency. Fortunately dot allows
-forward references, so we can do this in one pass. Options are
+In case you need to invoke scfdot directly, you can find it in
+/opt/csw/libexec/scfdot.
 
+
+scfdot usage instructions
+-------------------------
+
+We operate in two modes: with and without -L. Without -L, we print nodes for
+each instance and edges for each dependency. Fortunately dot allows forward
+references, so we can do this in one pass. Options are
+
   -s width,height  Size, in inches, that the graph should be limited to.
 
   -l legend.ps     PostScript file which should be used as the legend.

Added: csw/mgar/pkg/scfdot/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/scfdot/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/scfdot/trunk/files/changelog.CSW	2010-02-15 11:49:43 UTC (rev 8553)
@@ -0,0 +1,5 @@
+scfdot (1.0,REV=2010.02.15)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Mon, 15 Feb 2010 12:45:42 +0100


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