Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv18056

Modified Files:
        git-cvsimport.info git.info svn-swig-pm.info svn-swig-py.info 
        svnadmin-db.info 
Added Files:
        arch-tla.info arch-tla.patch git-archimport.info 
Log Message:
git,arch,svn-family: sync. w/ 10.!4/stable, 10.4-EOL/unstable


Index: svn-swig-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/svn-swig-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- svn-swig-pm.info    11 Jul 2011 04:08:31 -0000      1.1
+++ svn-swig-pm.info    1 Nov 2011 23:32:43 -0000       1.2
@@ -1,13 +1,13 @@
 Info2: <<
 Package: svn-swig-pm%type_pkg[perl]
-Version: 1.6.15
+Version: 1.6.17
 Revision: 1
 Description: Swig svn Perl %type_raw[perl] bindings
-Type: perl (5.8.6 5.8.8 5.10.0)
+Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
 License: BSD
 Maintainer: Daniel Johnson <[email protected]>
 
-Distribution: (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6
+Distribution: (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7
 
 # Dependencies:
 Depends: perl%type_pkg[perl]-core, %N-shlibs (= %v-%r)
@@ -22,7 +22,7 @@
        io-string-pm,
        libgettext8-dev,
        libiconv-dev (>= 1.9.1-11),
-       libserf0 (>= 0.7.0-1),
+       libserf0 (>= 0.7.2-1),
        neon27,
        sqlite3-dev,
        svn15-dev (>= %v),
@@ -33,7 +33,7 @@
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/downloads/subversion-%v.tar.bz2
-Source-MD5: 113fca1d9e4aa389d7dc2b210010fa69
+Source-MD5: 81e5dc5beee4b3fc025ac70c0b6caa14
 
 # Compile Phase:
 NoSetLDFLAGS: true
@@ -53,6 +53,8 @@
  export RUBY=/usr/bin/false
  if [ -x %p/bin/perl%type_raw[perl] ]; then
    export PERL=%p/bin/perl%type_raw[perl]
+ elif [ -x /usr/bin/perl5.12 ]; then
+   export PERL=/usr/bin/perl5.12
  else
    export PERL=/usr/bin/perl%type_raw[perl]
  fi
@@ -62,7 +64,7 @@
  # set ABSPATH to a valid filename while still calling /usr/bin/arch but only
  # on 10.6 and later.
  let version=`uname -r | cut -f 1 -d .`
- if [ %type_pkg[perl] -ge 5100 -a $version -ge 10 ]; then
+ if [ %type_pkg[perl] -eq 5100 -a $version -eq 10 ]; then
   cat > myperl <<_Eof
 #!/bin/sh
 exec /usr/bin/arch -%m $PERL "\$@"

--- NEW FILE: git-archimport.info ---
Package: git-archimport
Version: 1.7.7.1
Revision: 1
Description: Tool to import an arch repository into git
Depends: git (>= %v-1), arch-tla

# Tarballs moved to googlecode.com while kernel.org recovers from hacking.

# Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
# Source-MD5: d1e00772cc9dc6c571999feb9e8771ab
# Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
# Source2-MD5: f698e0abbf1555582e30320930391c59
# Source2ExtractDir: doc
# Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
# Source3-MD5: cae559424a62507cb2c15252d85a158e

Source: http://git-core.googlecode.com/files/git-%v.tar.gz
Source-MD5: 7cfb3e7ea585037272a7ad8e35f4ac0a
Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
Source2-MD5: 4ecb416bfb50277e7aade5a253a56f64
Source2ExtractDir: doc
Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
Source3-MD5: b6ec6c3a08855b7393284675643be95c

CompileScript: echo "Nothing to compile."

InstallScript: <<
        #!/bin/bash -ev
        
        mkdir -p %i/lib/git-core
        mkdir -p %i/share/doc/git
        mkdir -p %i/share/man/man1
        
        cp %n.perl %i/lib/git-core/%n
        cp ../doc/%n.* %i/share/doc/git
        cp ../man1/%n.1 %i/share/man/man1
        
        let version=`uname -r | cut -f 1 -d .`
        if [ $version -ge 10 ]; then
                perl -pi -e 's,/usr/bin/perl,/usr/bin/arch -%m /usr/bin/perl,' 
%i/lib/git-core/%n
        fi
<<

DocFiles: COPYING

License: GPL
Homepage: http://git-scm.com/
Maintainer: Daniel Johnson <[email protected]>
CustomMirror: <<
        Primary: http://www.kernel.org/pub
        asi-CN: http://www.cn.kernel.org/pub
        asi-IN: http://www.in.kernel.org/pub
        asi-JP: http://www.jp.kernel.org/pub
        asi-KR: http://www.kr.kernel.org/pub
        asi-MY: http://www.my.kernel.org/pub
        asi-SG: http://www.sg.kernel.org/pub
        asi-TW: http://www.tw.kernel.org/pub
        aus-AU: http://www.au.kernel.org/pub
        aus-NZ: http://www.nz.kernel.org/pub
        eur-BA: http://www.ba.kernel.org/pub
        eur-BE: http://www.be.kernel.org/pub
        eur-BG: http://www.bg.kernel.org/pub
        eur-CH: http://www.ch.kernel.org/pub
        eur-CZ: http://www.cz.kernel.org/pub
        eur-DE: http://www.de.kernel.org/pub
        eur-DK: http://www.dk.kernel.org/pub
        eur-EE: http://www.ee.kernel.org/pub
        eur-ES: http://www.es.kernel.org/pub
        eur-FI: http://www.fi.kernel.org/pub
        eur-FR: http://www.fr.kernel.org/pub
        eur-GR: http://www.gr.kernel.org/pub
        eur-HR: http://www.hr.kernel.org/pub
        eur-HU: http://www.hu.kernel.org/pub
        eur-IE: http://www.ie.kernel.org/pub
        eur-IL: http://www.il.kernel.org/pub
        eur-IS: http://www.is.kernel.org/pub
        eur-IT: http://www.it.kernel.org/pub
        eur-LI: http://www.li.kernel.org/pub
        eur-LT: http://www.lt.kernel.org/pub
        eur-LU: http://www.lu.kernel.org/pub
        eur-LV: http://www.lv.kernel.org/pub
        eur-MD: http://www.md.kernel.org/pub
        eur-MK: http://www.mk.kernel.org/pub
        eur-NL: http://www.nl.kernel.org/pub
        eur-NO: http://www.no.kernel.org/pub
        eur-PL: http://www.pl.kernel.org/pub
        eur-PT: http://www.pt.kernel.org/pub
        eur-RO: http://www.ro.kernel.org/pub
        eur-RU: http://www.ru.kernel.org/pub
        eur-SE: http://www.se.kernel.org/pub
        eur-SI: http://www.si.kernel.org/pub
        eur-SK: http://www.sk.kernel.org/pub
        eur-TR: ftp://ftp.tr.kernel.org/pub
        eur-UA: http://www.ua.kernel.org/pub
        eur-UK: http://www.uk.kernel.org/pub
        nam-CA: http://www.ca.kernel.org/pub
        nam-MX: http://www.mx.kernel.org/pub
        nam-US: http://www.us.kernel.org/pub
        sam-AR: http://www.ar.kernel.org/pub
        sam-BR: http://www.br.kernel.org/pub
        sam-CL: http://www.cl.kernel.org/pub
        sam-VE: http://www.ve.kernel.org/pub
<<

Index: svn-swig-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/svn-swig-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- svn-swig-py.info    11 Jul 2011 04:08:31 -0000      1.1
+++ svn-swig-py.info    1 Nov 2011 23:32:43 -0000       1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: svn-swig-py%type_pkg[python]
-Version: 1.6.15
+Version: 1.6.17
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Description: Swig svn Python %type_raw[python] bindings
@@ -21,7 +21,7 @@
        io-string-pm,
        libgettext8-dev,
        libiconv-dev (>= 1.9.1-11),
-       libserf0 (>= 0.7.0-1),
+       libserf0 (>= 0.7.2-1),
        neon27,
        sqlite3-dev,
        svn15-dev (>= %v),
@@ -32,7 +32,7 @@
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/downloads/subversion-%v.tar.bz2
-Source-MD5: 113fca1d9e4aa389d7dc2b210010fa69
+Source-MD5: 81e5dc5beee4b3fc025ac70c0b6caa14
 
 # Compile Phase:
 NoSetLDFLAGS: true
@@ -80,12 +80,8 @@
 InfoTest: <<
  TestScript: <<
 #! /bin/sh -ev
-  # A few tests fail with python27, but the bindings seem to work.
-  # Maybe a test problem? It only seems to be tests involving file:// URLs 
that fail.
-  if [ "%type_pkg[python]" != "27" ]; then
     export 
DYLD_LIBRARY_PATH=%b/subversion/bindings/swig/python/libsvn_swig_py/.libs
     make check-swig-py || exit 2
-  fi
  <<
 <<
 

Index: git.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/git.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- git.info    11 Jul 2011 04:08:31 -0000      1.1
+++ git.info    1 Nov 2011 23:32:43 -0000       1.2
@@ -1,31 +1,41 @@
 Info2:<<
 Package: git
-Version: 1.7.4.1
+Version: 1.7.7.1
 Revision: 1
 
 Depends: <<
        error-pm,
        expat1-shlibs,
-       libcurl4-shlibs (>= 7.18.2-1),
+       libcurl4-shlibs (>= 7.21.4-1),
        libiconv
 <<
 BuildDepends: <<
        expat1,
        fink (>= 0.24.12),
-       libcurl4 (>= 7.18.2-1),
+       libcurl4 (>= 7.21.4-1),
        libiconv-dev,
        system-openssl-dev
 <<
 Replaces: git-core, git-cvsimport (<< 1.7.2.3-1002), git-archimport (<< 
1.7.2.3-1002), git-svn (<< 1.7.2.3-1002)
 Conflicts: git-cvsimport (<< 1.7.2.3-1002), git-archimport (<< 1.7.2.3-1002), 
git-svn (<< 1.7.2.3-1002)
 
-Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
-Source-MD5: 76898de4566d11c0d0eec7e99edc2b5c
-Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
-Source2-MD5: a18f25174fd2734b1d535356f0368890
+# Tarballs moved to googlecode.com while kernel.org recovers from hacking.
+
+# Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
+# Source-MD5: d1e00772cc9dc6c571999feb9e8771ab
+# Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
+# Source2-MD5: f698e0abbf1555582e30320930391c59
+# Source2ExtractDir: doc
+# Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
+# Source3-MD5: cae559424a62507cb2c15252d85a158e
+
+Source: http://git-core.googlecode.com/files/git-%v.tar.gz
+Source-MD5: 7cfb3e7ea585037272a7ad8e35f4ac0a
+Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
+Source2-MD5: 4ecb416bfb50277e7aade5a253a56f64
 Source2ExtractDir: doc
-Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
-Source3-MD5: ac3e15c568e887af4517a01e16671947
+Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
+Source3-MD5: b6ec6c3a08855b7393284675643be95c
 
 PatchFile: %n.patch
 PatchFile-MD5: b912402c564bf9c8ae39a9e2f80480a9
@@ -68,8 +78,10 @@
 CompileScript: <<
        #!/bin/bash -ev
        let version=`uname -r | cut -f 1 -d .`
-       if [ $version -ge 10 ]; then
+       if [ $version -eq 10 ]; then
                ./configure --with-perl='/usr/bin/arch -%m perl5.10.0' %c
+       elif [ $version -eq 11 ]; then
+               ./configure --with-perl='/usr/bin/arch -%m perl5.12' %c
        else 
                ./configure --with-perl='/usr/bin/perl' %c
        fi
@@ -82,21 +94,27 @@
                
                # This hackery is needed to get svn tests working with 
multi-arch perl.
                let version=`uname -r | cut -f 1 -d .`
-               if [ $version -ge 10 ]; then
+               if [ $version -eq 10 ]; then
                        cat > myperl << EOF
 #!/bin/sh
 exec /usr/bin/arch -%m perl5.10.0 "\$@"
 EOF
                        chmod +x myperl; PERL_PATH=`pwd`/myperl
+               elif [ $version -eq 11 ]; then
+                       cat > myperl << EOF
+#!/bin/sh
+exec /usr/bin/arch -%m perl5.12 "\$@"
+EOF
+                       chmod +x myperl; PERL_PATH=`pwd`/myperl
                else
                        PERL_PATH=/usr/bin/perl
                fi
 
                if [ $UID = 0 ]; then
                        # Some tests fail when run as root.
-                       GIT_SKIP_TESTS='t0001.25 t0004.2 t0004.3 t0004.4 
t0004.5 t1004.13 t3700.21 t3700.22 t3700.23 t3700.24 t3700.25 t4201.2 t7300.26' 
make -k test PERL_PATH="$PERL_PATH" || exit 2
+                       GIT_SKIP_TESTS='t0001.25 t0004.2 t0004.3 t0004.4 
t0004.5 t0070.3 t1004.13 t3700.21 t3700.22 t3700.23 t3700.24 t3700.25 t4201.2 
t5302 t7300.26' make -k test PERL_PATH="$PERL_PATH" || exit 2
                else
-                       GIT_SKIP_TESTS="t4201.2" make -k test 
PERL_PATH="$PERL_PATH" || exit 2
+                       GIT_SKIP_TESTS="t4201.2 t5302" make -k test 
PERL_PATH="$PERL_PATH" || exit 2
                fi
        <<
        TestSuiteSize: large
@@ -129,7 +147,7 @@
 <<
 
 UpdatePOD: true
-DocFiles: COPYING README
+DocFiles: COPYING README contrib
 
 Description: Distributed version control system
 DescDetail: <<

Index: svnadmin-db.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/svnadmin-db.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- svnadmin-db.info    11 Jul 2011 04:08:31 -0000      1.1
+++ svnadmin-db.info    1 Nov 2011 23:32:43 -0000       1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: svnadmin-db%type_pkg[bdb]
-Version: 1.6.15
+Version: 1.6.17
 Revision: 1
 Description: Svnadmin tool linked to BDB %type_raw[bdb]
 Type: bdb (4.2 4.3 4.4 4.7 4.8 5.1)
@@ -13,9 +13,9 @@
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/downloads/subversion-%v.tar.bz2
-Source-MD5: 113fca1d9e4aa389d7dc2b210010fa69
+Source-MD5: 81e5dc5beee4b3fc025ac70c0b6caa14
 Source2: http://subversion.tigris.org/downloads/subversion-deps-%v.tar.bz2
-Source2-MD5: 4aeb48233e62cf4afe9f5700ebed9150
+Source2-MD5: 1f01f237498555091269f2432ae1e140
 
 # Make sure we use /usr/include/uuid/uuid.h not %p/include/uuid.h
 PatchScript: perl -pi -e 's/ uuid.h//' apr/configure

--- NEW FILE: arch-tla.patch ---
diff -ru tla-1.3.5.orig/src/hackerlab/tests/arrays-tests/unit-ar.c 
tla-1.3.5/src/hackerlab/tests/arrays-tests/unit-ar.c
--- tla-1.3.5.orig/src/hackerlab/tests/arrays-tests/unit-ar.c   2006-07-20 
02:34:36.000000000 -0400
+++ tla-1.3.5/src/hackerlab/tests/arrays-tests/unit-ar.c        2011-08-02 
12:07:59.000000000 -0400
@@ -50,7 +50,7 @@
 check_array (size_t size, unsigned long * ar)
 {
   int x;
-  invariant (0 == ((unsigned long)ar & (MACHINE_ALIGNMENT - 1)));
+  /* invariant (0 == ((unsigned long)ar & (MACHINE_ALIGNMENT - 1))); */
   invariant (size == ar_size ((void *)ar, lim_use_must_malloc, sizeof (*ar)));
   for (x = 0; x < size; ++x)
     invariant (ar[x] == HASH_INDEX (x));
diff -ru tla-1.3.5.orig/src/tla/libarch/archive.c 
tla-1.3.5/src/tla/libarch/archive.c
--- tla-1.3.5.orig/src/tla/libarch/archive.c    2006-07-20 02:34:40.000000000 
-0400
+++ tla-1.3.5/src/tla/libarch/archive.c 2011-08-02 12:10:06.000000000 -0400
@@ -1114,7 +1114,8 @@
 
       *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = cfg__gnu_tar;
       *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = "-m";
-      *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = "--preserve";
+      *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = 
"--preserve-permissions";
+      *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = 
"--preserve-order";
       *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = "-zxf";
       *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = "-";
       *(t_uchar **)ar_push ((void **)&argv, 0, sizeof (char *)) = 0;
diff -ru tla-1.3.5.orig/src/tla/libarch/cmd-apply-delta.c 
tla-1.3.5/src/tla/libarch/cmd-apply-delta.c
--- tla-1.3.5.orig/src/tla/libarch/cmd-apply-delta.c    2006-07-20 
02:34:40.000000000 -0400
+++ tla-1.3.5/src/tla/libarch/cmd-apply-delta.c 2011-08-02 12:11:45.000000000 
-0400
@@ -31,6 +31,7 @@
 #include "tla/libarch/cmd-get.h"
 #include "tla/libarch/cmd-delta.h"
 #include "tla/libarch/cmd-apply-delta.h"
+#include "tla/libarch/cmdutils.h"
 
 
 /* __STDC__ prototypes for static functions */
diff -ru tla-1.3.5.orig/src/tla/libarch/cmdutils.c 
tla-1.3.5/src/tla/libarch/cmdutils.c
--- tla-1.3.5.orig/src/tla/libarch/cmdutils.c   2006-07-20 02:34:40.000000000 
-0400
+++ tla-1.3.5/src/tla/libarch/cmdutils.c        2011-08-02 12:12:16.000000000 
-0400
@@ -16,6 +16,7 @@
 #include "hackerlab/char/str.h"
 #include "tla/libarch/cmdutils.h"
 #include "tla/libarch/libraries.h"
+#include "tla/libarch/local-cache.h"
 #include "tla/libarch/project-tree.h"
 #include "tla/libarch/patch-logs.h"
 #include "tla/libarch/pfs.h"
diff -ru tla-1.3.5.orig/src/tla/libarch/invent.c 
tla-1.3.5/src/tla/libarch/invent.c
--- tla-1.3.5.orig/src/tla/libarch/invent.c     2006-07-20 02:34:40.000000000 
-0400
+++ tla-1.3.5/src/tla/libarch/invent.c  2011-08-02 12:04:14.000000000 -0400
@@ -16,6 +16,7 @@
 #include "hackerlab/arrays/ar.h"
 #include "hackerlab/fs/file-names.h"
 #include "hackerlab/vu/safe.h"
+#include "tla/libarch/cmdutils.h"
 #include "tla/libarch/inode-sig.h"
 #include "tla/libarch/inv-ids.h"
 #include "tla/libarch/invent.h"
diff -ru tla-1.3.5.orig/src/tla/libfsutils/tmp-files.c 
tla-1.3.5/src/tla/libfsutils/tmp-files.c
--- tla-1.3.5.orig/src/tla/libfsutils/tmp-files.c       2006-07-20 
02:34:40.000000000 -0400
+++ tla-1.3.5/src/tla/libfsutils/tmp-files.c    2011-08-02 12:10:59.000000000 
-0400
@@ -16,6 +16,7 @@
 #include "hackerlab/char/str-many.h"
 #include "hackerlab/vu/safe.h"
 #include "hackerlab/fs/file-names.h"
+#include "hackerlab/fs/tmp-files.h"
 #include "hackerlab/vu/safe.h"
 #include "tla/libfsutils/tmp-files.h"
 
diff -ru tla-1.3.5.orig/src/tla/tests/test-import.sh 
tla-1.3.5/src/tla/tests/test-import.sh
--- tla-1.3.5.orig/src/tla/tests/test-import.sh 2006-07-20 02:34:40.000000000 
-0400
+++ tla-1.3.5/src/tla/tests/test-import.sh      2011-08-02 12:01:55.000000000 
-0400
@@ -24,7 +24,7 @@
 tla id-tagging-method explicit
 tla add-id hello-world.c README
 tla import -L 'initial import'
-test "$(tla categories -A [email protected])" = "$(echo -e 
cat\\ncow\\nhello-world)"
+test "$(tla categories -A [email protected])" = "$(echo 
cat\\ncow\\nhello-world)"
 test "$(tla branches [email protected]/hello-world)" = 
"hello-world--mainline"
 test "$(tla versions [email protected]/hello-world--mainline)" = 
"hello-world--mainline--1.0"
 test -d $(tla whereis-archive 
[email protected])/hello-world/hello-world--mainline/hello-world--mainline--1.0/base-0

Index: git-cvsimport.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/git-cvsimport.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- git-cvsimport.info  11 Jul 2011 04:08:31 -0000      1.1
+++ git-cvsimport.info  1 Nov 2011 23:32:43 -0000       1.2
@@ -1,16 +1,26 @@
 Package: git-cvsimport
-Version: 1.7.4.1
+Version: 1.7.7.1
 Revision: 1
 Description: Tool to import a CVS repository into git
 Depends: git (>= %v-1), cvsps
 
-Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
-Source-MD5: 76898de4566d11c0d0eec7e99edc2b5c
-Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
-Source2-MD5: a18f25174fd2734b1d535356f0368890
+# Tarballs moved to googlecode.com while kernel.org recovers from hacking.
+
+# Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
+# Source-MD5: d1e00772cc9dc6c571999feb9e8771ab
+# Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
+# Source2-MD5: f698e0abbf1555582e30320930391c59
+# Source2ExtractDir: doc
+# Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
+# Source3-MD5: cae559424a62507cb2c15252d85a158e
+
+Source: http://git-core.googlecode.com/files/git-%v.tar.gz
+Source-MD5: 7cfb3e7ea585037272a7ad8e35f4ac0a
+Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
+Source2-MD5: 4ecb416bfb50277e7aade5a253a56f64
 Source2ExtractDir: doc
-Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
-Source3-MD5: ac3e15c568e887af4517a01e16671947
+Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
+Source3-MD5: b6ec6c3a08855b7393284675643be95c
 
 CompileScript: echo "Nothing to compile."
 

--- NEW FILE: arch-tla.info ---
Package: arch-tla
Version: 1.3.5
Revision: 4
Maintainer: Jesse Alama <[email protected]>
Source: mirror:gnu:gnu-arch/tla-%v.tar.gz
Source-MD5: db31ee89bc4788eef1eba1cee6c176ef
SourceDirectory: tla-%v
BuildDepends: fink (>= 0.24.12-1)
Depends: diffutils
PatchFile: %n.patch
PatchFile-MD5: 084519aaacae422bde78deb2ec2edc8f
CompileScript: <<
mkdir "src/=build"
cd "src/=build" && ../configure %c --destdir=%d --with-gnu-diff=%p/bin/diff 
--with-gnu-diff3=%p/bin/diff3
cd "src/=build" && make
cd "src/=build" && make test
<<
InstallScript: <<
cd "src/=build" && make install
mkdir -p %i/share/doc/%n/html
mkdir -p %i/share/doc/%n/html/archreg
mkdir -p %i/share/doc/%n/html/build
mkdir -p %i/share/doc/%n/html/checkout
mkdir -p %i/share/doc/%n/html/hacking
mkdir -p %i/share/doc/%n/html/my
mkdir -p %i/share/doc/%n/html/treedelta
cp -R src/docs-tla/*.html src/docs-tla/gnuarch.css %i/share/doc/%n/html
cp -R src/docs-tla/archreg/*.html %i/share/doc/%n/html/archreg
cp -R src/docs-tla/build/*.html %i/share/doc/%n/html/build
cp -R src/docs-tla/checkout/*.html %i/share/doc/%n/html/checkout
cp -R src/docs-tla/hacking/*.html %i/share/doc/%n/html/hacking
cp -R src/docs-tla/my/*.html %i/share/doc/%n/html/my
cp -R src/docs-tla/treedelta/*.html %i/share/doc/%n/html/treedelta
<<
DocFiles: <<
 src/COPYING README AUTHORS src/ChangeLog 
<<
Description: Distributed revision control(archive) system
DescDetail: <<
Arch is a really nifty revision control system. It's "whole-tree
changeset based" which means, roughly, that it can handle (with atomic
commits) file and directory adds, deletes, and renames cleanly, and
that it does branching simply and easily. Arch is also "distributed"
which means, for example that you can make arch branches of your own
from remote projects, even if you don't have write access to the
revision control archives for those projects.
<<
DescUsage: <<
This package is invoked using command `tla`
Try `tla --help'.
<<
Homepage: http://www.gnu.org/software/gnu-arch/
License: GPL/GFDL

                 


------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to