Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30196

Modified Files:
        fink.8.in fink.in 
Log Message:
Added a new Fink command: snapshot

Creates a .info file in /tmp that has a Depends for every non-virtual
package you have installed.  Inspired by the CPAN.pm autobundle
feature, this lets you replicate your Fink setup on a new machine by
simply copying and installing the generated .info file.

This feature was discussed in the SF tracker:
http://sf.net/tracker/?func=detail&atid=317203&aid=1111210&group_id=17203


Index: fink.8.in
===================================================================
RCS file: /cvsroot/fink/fink/fink.8.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- fink.8.in   31 Jan 2005 08:32:19 -0000      1.32
+++ fink.8.in   4 Feb 2005 19:16:09 -0000       1.33
@@ -373,6 +373,10 @@
 .It Cm show-deps Ar package...
 Displays a human-readable list of the compile-time (build) and
 run-time (installation) dependencies of the listed package(s).
+.It Cm snapshot
+Creates a file detailing all of your installed packages. You can move
+this file to a new computer, install it with Fink there, and your
+whole Fink environment will be replicated.
 .El
 .\"
 .\"

Index: fink.in
===================================================================
RCS file: /cvsroot/fink/fink/fink.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- fink.in     2 Jan 2005 15:50:15 -0000       1.41
+++ fink.in     4 Feb 2005 19:16:10 -0000       1.42
@@ -128,6 +128,7 @@
   cleanup      - removes obsolete package files if newer versions are available
   dumpinfo     - show how fink parses parts of a package's .info file
   show-deps    - list run-time and compile-time package dependencies
+  snapshot     - create a file detailing all of your installed packages
 
 Options:
   -h, --help            - display this help text



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to