From 32f95811e13d2cf15a49d975eb8ded3339d132fe Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 20 Mar 2010 09:43:04 +0000 Subject: [PATCH] 2010-03-20 10:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbbzip2 + contrib/hbbz2 * contrib/Makefile * contrib/hbbz2/hbbzip2.hbc * Renaming hbbzip2 to hbbz2 (pass 1/2) --- harbour/ChangeLog | 7 +++++++ harbour/contrib/Makefile | 2 +- harbour/contrib/{hbbzip2 => hbbz2}/Makefile | 0 harbour/contrib/{hbbzip2 => hbbz2}/hbbzip2.c | 0 harbour/contrib/{hbbzip2 => hbbz2}/hbbzip2.ch | 0 harbour/contrib/{hbbzip2 => hbbz2}/hbbzip2.hbc | 2 +- harbour/contrib/{hbbzip2 => hbbz2}/tests/hbmk.hbm | 0 harbour/contrib/{hbbzip2 => hbbz2}/tests/test.prg | 0 8 files changed, 9 insertions(+), 2 deletions(-) rename harbour/contrib/{hbbzip2 => hbbz2}/Makefile (100%) rename harbour/contrib/{hbbzip2 => hbbz2}/hbbzip2.c (100%) rename harbour/contrib/{hbbzip2 => hbbz2}/hbbzip2.ch (100%) rename harbour/contrib/{hbbzip2 => hbbz2}/hbbzip2.hbc (71%) rename harbour/contrib/{hbbzip2 => hbbz2}/tests/hbmk.hbm (100%) rename harbour/contrib/{hbbzip2 => hbbz2}/tests/test.prg (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5f4fc40ff9..bc1d1a905d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-20 10:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + - contrib/hbbzip2 + + contrib/hbbz2 + * contrib/Makefile + * contrib/hbbz2/hbbzip2.hbc + * Renaming hbbzip2 to hbbz2 (pass 1/2) + 2010-03-20 10:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.bat ! Fixed recent change. 'HB_BUILD_SHARED=yes' means to create diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index 50fcf6bbab..33ecf977ac 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -8,7 +8,7 @@ ROOT := ../ DIRS := \ gtwvg \ hbbtree \ - hbbzip2 \ + hbbz2 \ hbclipsm \ hbct \ hbfoxpro \ diff --git a/harbour/contrib/hbbzip2/Makefile b/harbour/contrib/hbbz2/Makefile similarity index 100% rename from harbour/contrib/hbbzip2/Makefile rename to harbour/contrib/hbbz2/Makefile diff --git a/harbour/contrib/hbbzip2/hbbzip2.c b/harbour/contrib/hbbz2/hbbzip2.c similarity index 100% rename from harbour/contrib/hbbzip2/hbbzip2.c rename to harbour/contrib/hbbz2/hbbzip2.c diff --git a/harbour/contrib/hbbzip2/hbbzip2.ch b/harbour/contrib/hbbz2/hbbzip2.ch similarity index 100% rename from harbour/contrib/hbbzip2/hbbzip2.ch rename to harbour/contrib/hbbz2/hbbzip2.ch diff --git a/harbour/contrib/hbbzip2/hbbzip2.hbc b/harbour/contrib/hbbz2/hbbzip2.hbc similarity index 71% rename from harbour/contrib/hbbzip2/hbbzip2.hbc rename to harbour/contrib/hbbz2/hbbzip2.hbc index ca205d46a7..7799bfebda 100644 --- a/harbour/contrib/hbbzip2/hbbzip2.hbc +++ b/harbour/contrib/hbbz2/hbbzip2.hbc @@ -4,5 +4,5 @@ incpaths=. -libs=hbbzip2 +libs=hbbz2 libs=bz2 diff --git a/harbour/contrib/hbbzip2/tests/hbmk.hbm b/harbour/contrib/hbbz2/tests/hbmk.hbm similarity index 100% rename from harbour/contrib/hbbzip2/tests/hbmk.hbm rename to harbour/contrib/hbbz2/tests/hbmk.hbm diff --git a/harbour/contrib/hbbzip2/tests/test.prg b/harbour/contrib/hbbz2/tests/test.prg similarity index 100% rename from harbour/contrib/hbbzip2/tests/test.prg rename to harbour/contrib/hbbz2/tests/test.prg