Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5240/devel

Modified Files:
        reposurgeon.info 
Log Message:
New reposurgeon upstream version

Index: reposurgeon.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/reposurgeon.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- reposurgeon.info    9 May 2012 10:43:58 -0000       1.2
+++ reposurgeon.info    29 Nov 2012 10:44:19 -0000      1.3
@@ -15,21 +15,24 @@
 # maintainership of) the affected package.
 
 Package: reposurgeon
-Version: 1.9
+Version: 2.6
 Revision: 1
 Maintainer: Max Horn <m...@quendi.de>
 #
 Source: http://www.catb.org/~esr/%n/%n-%v.tar.gz
-Source-MD5: 5ebedd5f69e3e5b42aada02b237e724c 
+Source-MD5: 061c10623467136af35d66ee0bc24cf6 
 Depends: python27
-#BuildDepends: xmlto
+BuildDepends: xmlto
 PatchScript: perl -pi -e 's|#!/usr/bin/python -3|#!%p/bin/python2.7 -3|' 
reposurgeon
-CompileScript: echo ""
+CompileScript: make reposurgeon.1 svnpull.1
 InstallScript: <<
+#!/bin/sh -ev
   /usr/bin/install -d -m 755 %i/bin
   /usr/bin/install -d -m 755 %i/share/man/man1
-  /usr/bin/install -c -p -m 755 %n %i/bin
-  /usr/bin/install -c -p -m 644 %n.1 %i/share/man/man1
+  for n in reposurgeon svnpull ; do
+    /usr/bin/install -c -p -m 755 $n %i/bin
+    /usr/bin/install -c -p -m 644 $n.1 %i/share/man/man1
+  done
 <<
 DocFiles: COPYING NEWS README
 #
@@ -39,6 +42,9 @@
 want to let you do, such as editing past comments and metadata and
 removing commits. It works with any version control system that can
 export and import git fast-import streams, including git and hg and bzr.
+It can also read Subversion dump files directly and can thus be used to
+script production of very high-quality conversions from Subversion to
+any supported DVCS.
 <<
 License: BSD
 Homepage: http://catb.org/~esr/reposurgeon/


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to