From a587a74821c155e281d2a6ce9a9a1d7b6a336fce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 23:14:15 +0000 Subject: Checked in latest from Tom Schouten's darcs repository, which was checked in 19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899 --- bin/patchversion | 9 +++++++++ bin/predist | 6 ++++++ bin/snapshot | 10 ++++++++++ 3 files changed, 25 insertions(+) create mode 100644 bin/patchversion create mode 100644 bin/predist create mode 100644 bin/snapshot (limited to 'bin') diff --git a/bin/patchversion b/bin/patchversion new file mode 100644 index 0000000..1976db4 --- /dev/null +++ b/bin/patchversion @@ -0,0 +1,9 @@ +#!/bin/bash + +# cat <" && exit 1 + +VER="$1$APPEND" + +# for autoconf patch in bin/predist +export PDP_DIST_VERSION=$VER + +# create archive +exec darcs dist -d "pdp-$VER" -- cgit v1.2.1