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

Added Files:
        cvs-fast-export.info 
Log Message:
Copy from 10.7.

--- NEW FILE: cvs-fast-export.info ---
Package: cvs-fast-export
Version: 0.3
Revision: 2
Description: Export CVS to fast-import stream
DescDetail: <<
Export an RCS or CVS history as a fast-import stream. This program
analyzes a collection of RCS files in a CVS repository (or outside of
one) and, when possible, emits an equivalent history in the form of a
fast-import stream. Not all possible histories can be rendered this way;
the program tries to emit useful warnings when it can't. The program can
also produce a visualization of the resulting commit DAG in the DOT
format handled by the graphviz suite.
<<
Homepage: http://www.catb.org/~esr/cvs-fast-export/
License: GPL2
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>

Source: http://www.catb.org/~esr/%n/%n-%v.tar.gz
Source-MD5: 5c5b93821c629ad3afd4e8eb13e7f32c

# Bug in Makefile; 'all' isn't defined.
# Bugs in main.c; '-k' got left out of options and '-r' shouldn't take an 
argument.
PatchScript: <<
        perl -pi -e 's/ all/ cvs-fast-export/' Makefile
        perl -pi -e 's/grvA/gkrvA/' main.c
        perl -pi -e "s/1, 0, 'r'/0, 0, 'r'/" main.c
<<

# These are needed to build the manpage.
BuildDepends: <<
        asciidoc-a2x,
        docbook-dtd,
        docbook-xsl,
        libxml2-bin
<<

CompileScript: make prefix=%p

InstallScript: make cvs-fast-export.html install prefix=%p DESTDIR=%d

DocFiles: AUTHORS COPYING NEWS README cvs-fast-export.html docbook-xsl.css


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to