pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ArX2 ArX-2.2.3 2005-July-21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc8fba4e9ecf
branches:  trunk
changeset: 497292:bc8fba4e9ecf
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Jul 24 08:47:42 2005 +0000

description:
ArX-2.2.3 2005-July-21

"annotate" has been implemented and "log" has been enhanced.

The patch queue has been updated and tests modified to work with ArX.

"fork", "replay", and "merge" no longer supports out-of-place forks.

"arx help" now works.

The autoconf scripts for Python configuration have been revamped to
use a standard autoconf macro.  See INSTALL.GENERIC for details.

Revision libraries and "library" have been removed.

Some limitations in "merge", "diff" and "replay" have been removed.

diffstat:

 devel/ArX2/Makefile         |   7 +++----
 devel/ArX2/distinfo         |  10 ++++------
 devel/ArX2/patches/patch-aa |  13 -------------
 devel/ArX2/patches/patch-ac |  13 -------------
 4 files changed, 7 insertions(+), 36 deletions(-)

diffs (66 lines):

diff -r cfde9128f0ce -r bc8fba4e9ecf devel/ArX2/Makefile
--- a/devel/ArX2/Makefile       Sun Jul 24 08:45:47 2005 +0000
+++ b/devel/ArX2/Makefile       Sun Jul 24 08:47:42 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/07/21 16:29:46 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/24 08:47:42 recht Exp $
 #
 
-DISTNAME=      ArX-2.2.2
-PKGREVISION=   1
+DISTNAME=      ArX-2.2.3
 CATEGORIES=    devel
-MASTER_SITES=  http://superbeast.ucsd.edu/~landry/ArX/
+MASTER_SITES=  http://savannah.nongnu.org/download/arx/
 
 MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://www.nongnu.org/arx/
diff -r cfde9128f0ce -r bc8fba4e9ecf devel/ArX2/distinfo
--- a/devel/ArX2/distinfo       Sun Jul 24 08:45:47 2005 +0000
+++ b/devel/ArX2/distinfo       Sun Jul 24 08:47:42 2005 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/07/12 18:57:05 recht Exp $
+$NetBSD: distinfo,v 1.4 2005/07/24 08:47:42 recht Exp $
 
-SHA1 (ArX-2.2.2.tar.gz) = 65783b3d1f543cbb105b226bd1a19428084f2c73
-RMD160 (ArX-2.2.2.tar.gz) = 4f2cf5fd1e55c187a03a0d1ae1385bf417409cb3
-Size (ArX-2.2.2.tar.gz) = 13358590 bytes
-SHA1 (patch-aa) = 76ca00be0a2ac57a0b793569c30fe11b03585e56
-SHA1 (patch-ac) = 749e439638cd9234c3435a774a62ee478cd4eab4
+SHA1 (ArX-2.2.3.tar.gz) = e10c8c699c3768bef1d6dc3345f3fd42e851962e
+RMD160 (ArX-2.2.3.tar.gz) = 87dbcc607fbdb64a2658d8a4454a577731d43a14
+Size (ArX-2.2.3.tar.gz) = 13402310 bytes
diff -r cfde9128f0ce -r bc8fba4e9ecf devel/ArX2/patches/patch-aa
--- a/devel/ArX2/patches/patch-aa       Sun Jul 24 08:45:47 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2005/05/10 07:23:25 recht Exp $
-
---- SConstruct.in.orig 2005-05-01 07:03:54.000000000 +0200
-+++ SConstruct.in      2005-05-09 15:42:19.000000000 +0200
-@@ -22,7 +22,7 @@
- 
- import os
- 
--env=Environment(CXX='@CXX@',LINK='@CXX@',CPPPATH='#/build')
-+env=Environment(CXX='@CXX@',LINK='@CXX@',CPPPATH='#/build',ENV={'PATH':os.environ['PATH']})
- 
- cxxflags='@CXXFLAGS@'
- if len(cxxflags)!=0:
diff -r cfde9128f0ce -r bc8fba4e9ecf devel/ArX2/patches/patch-ac
--- a/devel/ArX2/patches/patch-ac       Sun Jul 24 08:45:47 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/07/12 18:57:05 recht Exp $
-
---- src/arx/include/gvfs.hpp.orig      2005-05-01 07:03:53.000000000 +0200
-+++ src/arx/include/gvfs.hpp   2005-07-11 21:42:27.000000000 +0200
-@@ -112,7 +112,7 @@
- 
-           char *escaped(gnome_vfs_escape_host_and_path_string
-                         (location.c_str()));
--          std::string result(*escaped);
-+          std::string result(escaped);
-           g_free(escaped);
-           return result;
-           



Home | Main Index | Thread Index | Old Index