ITP: svn-load -- An enhanced import facility for Subversion

2012-09-22 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/svn-load/setup.hint \
http://cante.net/~jaalto/tmp/cygwin/svn-load/svn-load-1.3-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/svn-load/svn-load-1.3-1.tar.bz2

Included in Debian:

  http://packages.debian.org/svn-load

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Jari

[ setup.hint ]

sdesc: "An enhanced import facility for Subversion"
ldesc: "A free replacement for svn_load_dirs, an enhanced import facility for
Subversion. The utility will commit a single changeset that alters a
repository subtree to match a local directory. It detects filenames
that have been removed or created, and uses this knowledge to prompt
the user about file and directory movements within the subtree. An
automatic tagging option is also supported. Svn-load is well suited
for vendor branch maintenance, where external source is routinely
imported and merged."
category: Devel Python
requires: python


Re: ITP: cgdb -- A curses-based interface to the GNU Debugger (GDB)

2012-09-22 Thread marco atzeri

On 9/22/2012 11:41 AM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/cgdb/setup.hint

   |
Included in Debian:

   http://packages.debian.org/cgdb

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Jari




GTG. it builds and runs fine



ITP: cgdb -- A curses-based interface to the GNU Debugger (GDB)

2012-09-22 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/cgdb/setup.hint

  |
Included in Debian:

  http://packages.debian.org/cgdb

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Jari

[ setup.hint ]

sdesc: "A curses-based interface to the GNU Debugger (GDB)"
ldesc: "The goal of program is to be lightweight and responsive; not
encumbered with unnecessary features. The interface is designed to
deliver the familiar GDB text interface, with a split screen showing
the source as it executes. The UI is modeled on the classic Unix text
editor, vi. Those familiar with vi should feel right at home using
CGDB."
category: Devel
requires: libncurses10 libreadline7