[gimp-perl] Moved some scripts in to a utils directory. Updated MANIFEST and TODO files.



commit ffea5d64af6b239e0d7762198ab49f89f82fcccd
Author: Kevin Cozens <kcozens cvs gnome org>
Date:   Mon Feb 14 15:11:19 2011 -0500

    Moved some scripts in to a utils directory. Updated MANIFEST and TODO files.

 MANIFEST                   |    8 ++++----
 TODO                       |    3 +--
 embedxpm => utils/embedxpm |    0
 gimpdoc => utils/gimpdoc   |    0
 scm2perl => utils/scm2perl |    0
 xcftopnm => utils/xcftopnm |    0
 6 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/MANIFEST b/MANIFEST
index 3f39b00..e5bb378 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,7 +5,6 @@ config.pl
 COPYING
 COPYING.Artistic
 COPYING.GNU
-embedxpm
 enums.pl
 examples/animate_cells
 examples/billboard
@@ -68,7 +67,6 @@ examples/xachvision
 examples/yinyang
 extra.c
 extra.h
-gimpdoc
 gimpenums.c
 gppport.h
 Gimp/Compat.pm
@@ -139,7 +137,6 @@ po/zh_TW.po
 pxgettext
 README
 README.win32
-scm2perl
 t/loadlib.t
 t/load.t
 TODO
@@ -151,4 +148,7 @@ UI/Makefile.PL
 UI/typemap
 UI/UI.pm
 UI/UI.xs
-xcftopnm
+utils/embedxpm
+utils/gimpdoc
+utils/scm2perl
+utils/xcftopnm
diff --git a/TODO b/TODO
index 750902d..edec0c3 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
 <Kevin's random notes>
+* Eliminate deprecation warnings in example scripts.
 * Review TODO list to see which issues still need to be addressed.
 * Get list of enums from GIMP instead of using a hard-coded list.
 * Make use of new GIMP font requester.
@@ -34,8 +35,6 @@ HIGify dialogs as possible.
 A Compat12.pm for GIMP 1.2 compatibility (no way to convert xlfd stuff though).
 Done? (I fixed some xlfd stuff - kc)
 
-Make a 'utils' directory for gimpdoc, scm2perl, embedxpm, xcf2pnm and move out of the root directory.
-
 Generate a new web presence for Gimp-Perl, with a friendlier face to it.  Redo my scripts page, possibly expanding to cover all working scripts?  Regenerate documentation there.
 
 Add optional podviewer for help.  Add POD docs to all example scripts/documentation, to encourage good style.
diff --git a/embedxpm b/utils/embedxpm
similarity index 100%
rename from embedxpm
rename to utils/embedxpm
diff --git a/gimpdoc b/utils/gimpdoc
similarity index 100%
rename from gimpdoc
rename to utils/gimpdoc
diff --git a/scm2perl b/utils/scm2perl
similarity index 100%
rename from scm2perl
rename to utils/scm2perl
diff --git a/xcftopnm b/utils/xcftopnm
similarity index 100%
rename from xcftopnm
rename to utils/xcftopnm



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]