[mapcode] 16/56: Changed example to utility

Stefan Fritsch sf at moszumanska.debian.org
Wed Nov 2 23:27:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to annotated tag v2.0.2
in repository mapcode.

commit d68970ae050e203e6d38062a006d525cee76b812
Author: Rijn Buve <rijn at buve.nl>
Date:   Mon May 18 21:37:59 2015 +0200

    Changed example to utility
---
 README.md                        | 12 ++++++------
 {example => utility}/mapcode.cpp |  0
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index f243dda..0e70aeb 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,14 @@ In that case, basics.h will state a version number of the for:
 where "xxx" states the geographical limitation.
 
 
-## A Real-Life Example, The 'mapcode' Codec Tool: `example/`
+## A Real-Life Example, The 'mapcode' Codec Tool: `utility/`
 
-The directory 'example' contains a Mapcode encoding/decoding utility, as an example
+The directory 'utility' contains a Mapcode encoding/decoding utility, as an example
 of how to use the library.
 
 To build the original Mapcode tool, execute:
 
-  cd example
+  cd utility
   gcc mapcode.cpp -o mapcode
 
 For help, simply execute the binary file 'mapcode' without no arguments.
@@ -59,17 +59,17 @@ decode Mapcodes.
 
 * 1.41.1
 
-    Bugfix for “example/mapcode” utility (-d option was case sensitive).
+    Bugfix for “utility/mapcode” utility (-d option was case sensitive).
 
 * 1.41
 
     Added the India state Telangana (IN-TG), until 2014 a region in Adhra Pradesh.
 
-    Fixed a problem with the "extraDigits" parameter of the “example/mapcode" utility (maximum digits is 2, not 3).
+    Fixed a problem with the "extraDigits" parameter of the “utility/mapcode" utility (maximum digits is 2, not 3).
 
 * 1.40
 
-    Added extraDigits parameter to allow high-precision mapcodes to be generated by the “example/mapcode” utility.
+    Added extraDigits parameter to allow high-precision mapcodes to be generated by the “utility/mapcode” utility.
 
 * 1.33
 
diff --git a/example/mapcode.cpp b/utility/mapcode.cpp
similarity index 100%
rename from example/mapcode.cpp
rename to utility/mapcode.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcode.git



More information about the Pkg-grass-devel mailing list