]> git.imager.perl.org - imager.git/commitdiff
make it so we can release sub-dists from the Imager git tree
authorTony Cook <tony@develop-help.com>
Mon, 20 Jun 2011 10:23:17 +0000 (20:23 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 20 Jun 2011 10:23:17 +0000 (20:23 +1000)
29 files changed:
FT2/MANIFEST [new file with mode: 0644]
FT2/MANIFEST.SKIP [new file with mode: 0644]
FT2/Makefile.PL
FT2/README [new file with mode: 0644]
GIF/Changes
GIF/MANIFEST [new file with mode: 0644]
GIF/MANIFEST.SKIP [new file with mode: 0644]
GIF/Makefile.PL
GIF/README [new file with mode: 0644]
JPEG/Changes
JPEG/MANIFEST [new file with mode: 0644]
JPEG/MANIFEST.SKIP [new file with mode: 0644]
JPEG/Makefile.PL
JPEG/README [new file with mode: 0644]
PNG/Changes
PNG/MANIFEST [new file with mode: 0644]
PNG/MANIFEST.SKIP [new file with mode: 0644]
PNG/Makefile.PL
PNG/README [new file with mode: 0644]
T1/Makefile.PL
TIFF/Changes
TIFF/MANIFEST [new file with mode: 0644]
TIFF/MANIFEST.SKIP [new file with mode: 0644]
TIFF/Makefile.PL
TIFF/README [new file with mode: 0644]
W32/MANIFEST [new file with mode: 0755]
W32/MANIFEST.SKIP [new file with mode: 0644]
W32/Makefile.PL
W32/README [new file with mode: 0644]

diff --git a/FT2/MANIFEST b/FT2/MANIFEST
new file mode 100644 (file)
index 0000000..0f154ff
--- /dev/null
@@ -0,0 +1,19 @@
+Changes
+fontfiles/dodge.ttf
+fontfiles/ExistenceTest.afm
+fontfiles/ExistenceTest.pfb
+fontfiles/ExistenceTest.ttf
+fontfiles/ImUgly.ttf
+fontfiles/MMOne.pfb
+fontfiles/NameTest.ttf
+freetyp2.c
+FT2.pm
+FT2.xs
+imft2.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+README
+t/t10ft2.t
+typemap
diff --git a/FT2/MANIFEST.SKIP b/FT2/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..d5033c1
--- /dev/null
@@ -0,0 +1,21 @@
+# build products
+\.o$
+\.bs$
+^FT2\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
index a900a55df61ca1025e1d9f3c48a8646ac862769f..6b7f514ecada637ea1dca573bb53dd9e3b25a733 100644 (file)
@@ -54,12 +54,8 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "http://imager.perl.org/svn/trunk/Imager/FT2",
-        web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/FT2",
-        type => "svn",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
diff --git a/FT2/README b/FT2/README
new file mode 100644 (file)
index 0000000..a035dc1
--- /dev/null
@@ -0,0 +1,10 @@
+Imager::Font::FT2 provides font support to Imager via the FreeType 2
+library.
+
+It requires libfreetype and its development header files to be
+installed.
+
+This is currently shipped as part of Imager, but but Imager may
+install with out installing Imager::Font::FT2, if your module or
+application requires FreeType 2 support then add Imager::Font::FT2 as
+a prerequisite.
index e23c60e67beb86848aaae1b173cc3a51cb69869d..3b5b315683de51082ba49e10227cdc6d1198a054 100644 (file)
@@ -6,6 +6,10 @@ Imager-File-GIF 0.79
    confusing at best.  Requires changes from Imager 0.84.
    https://rt.cpan.org/Ticket/Display.html?id=67912
 
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+   plan to continue receiving mail at that address.
+   https://rt.cpan.org/Ticket/Display.html?id=68591
+
 Imager-File-GIF 0.78
 ====================
 
diff --git a/GIF/MANIFEST b/GIF/MANIFEST
new file mode 100644 (file)
index 0000000..36d7cee
--- /dev/null
@@ -0,0 +1,24 @@
+Changes
+GIF.pm
+GIF.xs
+imgif.c
+imgif.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+t/t10gif.t
+t/t20new.t
+t/t30fixed.t
+testimg/badindex.gif
+testimg/bandw.gif
+testimg/expected.gif
+testimg/loccmap.gif
+testimg/nocmap.gif
+testimg/scale.gif
+testimg/scalei.gif
+testimg/screen2.gif
+testimg/screen3.gif
+testimg/trimgdesc.gif
+testimg/trmiddesc.gif
+testimg/zerocomm.gif
diff --git a/GIF/MANIFEST.SKIP b/GIF/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..106f2af
--- /dev/null
@@ -0,0 +1,21 @@
+# build products
+\.o$
+\.bs$
+^GIF\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+
+# editor
+^#
+~$
+
+^\.gitignore$
index 452f22bc6751e0498eaac6cdf684db5db6d70f04..d846534b8376dc39d267c4b0f81d956b82b4cebf 100644 (file)
@@ -54,12 +54,8 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "http://imager.perl.org/svn/trunk/Imager/GIF",
-        web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/GIF",
-        type => "svn",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
diff --git a/GIF/README b/GIF/README
new file mode 100644 (file)
index 0000000..b7640cd
--- /dev/null
@@ -0,0 +1,7 @@
+Imager::File::GIF provides GIF file format support for Imager.
+
+It requires libgif to be installed, including development headers.
+
+This is currently shipped as part of Imager, but Imager may install
+with out installing Imager::File::GIF, so if you need GIF support, add
+a dependency on Imager::File::GIF.
index f8bfd45e96d715aacacba0bc7cecc57976bf48d9..1890875bcdd78a8063d7d5556b4f014938d9105d 100644 (file)
@@ -1,7 +1,12 @@
 Imager-File-JPEG 0.79
 =====================
 
- - add progressive support
+ - add progressive write support
+   https://rt.cpan.org/Ticket/Display.html?id=68691
+
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+   plan to continue receiving mail at that address.
+   https://rt.cpan.org/Ticket/Display.html?id=68591
 
 Imager-File-JPEG 0.78
 =====================
diff --git a/JPEG/MANIFEST b/JPEG/MANIFEST
new file mode 100644 (file)
index 0000000..3ce1da5
--- /dev/null
@@ -0,0 +1,18 @@
+Changes
+imexif.c
+imexif.h
+imjpeg.c
+imjpeg.h
+inc/Devel/CheckLib.pm
+JPEG.pm
+JPEG.xs
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+README
+t/t00load.t
+t/t10jpeg.t
+testimg/209_yonge.jpg          Regression test: #17981
+testimg/exiftest.jpg           Test image for EXIF parsing
+testimg/scmyk.jpg              Simple CMYK JPEG image
+testimg/zerotype.jpg           Image with a zero type entry in the EXIF data
diff --git a/JPEG/MANIFEST.SKIP b/JPEG/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..433e7f6
--- /dev/null
@@ -0,0 +1,21 @@
+# build products
+\.o$
+\.bs$
+^JPEG\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
index 7c82b153fd75631e6fafeee77bd208d90a545642..2b803559b7a9ee12982f432479a3a99277681128 100644 (file)
@@ -54,12 +54,8 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "http://imager.perl.org/svn/trunk/Imager/JPEG",
-        web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/JPEG",
-        type => "svn",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
diff --git a/JPEG/README b/JPEG/README
new file mode 100644 (file)
index 0000000..57f6668
--- /dev/null
@@ -0,0 +1,7 @@
+Imager::File::JPEG provides JPEG file format support for Imager.
+
+It requires libjpeg to be installed.
+
+This is currently shipped as part of Imager, but Imager may install
+with out installing Imager::File::JPEG, so if you need JPEG support,
+add a dependency on Imager::File::JPEG.
index bbc3bce2426373bb01b66bfb852eee71de667201..8e4a32ba4fca6752fbe6264ba3c9df1a96e5477b 100644 (file)
@@ -1,3 +1,10 @@
+Imager-File-PNG 0.79
+====================
+
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+   plan to continue receiving mail at that address.
+   https://rt.cpan.org/Ticket/Display.html?id=68591
+
 Imager-File-PNG 0.78
 ====================
 
diff --git a/PNG/MANIFEST b/PNG/MANIFEST
new file mode 100644 (file)
index 0000000..63259bf
--- /dev/null
@@ -0,0 +1,13 @@
+Changes
+impng.c
+impng.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+PNG.pm
+PNG.xs
+t/00load.t
+t/10png.t
+testimg/palette.png
+testimg/palette_out.png
diff --git a/PNG/MANIFEST.SKIP b/PNG/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..fafea54
--- /dev/null
@@ -0,0 +1,19 @@
+# build products
+\.o$
+\.bs$
+^PNG\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+
+# editor
+^#
+~$
index f4eb8cdb35cc6572bcc2f13f266ce84139339855..6852a8061a13e34f6e18f1fe42574542d7fa1c92 100644 (file)
@@ -54,12 +54,8 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "http://imager.perl.org/svn/trunk/Imager/PNG",
-        web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/PNG",
-        type => "svn",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
diff --git a/PNG/README b/PNG/README
new file mode 100644 (file)
index 0000000..7b3dab9
--- /dev/null
@@ -0,0 +1,7 @@
+Imager::File::PNG provides PNG file format support for Imager.
+
+It requires libpng to be installed.
+
+This is currently shipped as part of Imager, but Imager may install
+with out installing Imager::File::PNG, so if you need PNG support,
+add a dependency on Imager::File::PNG.
index 2cf0de2f651ca6ee853841e9e7c8ceb24c16adec..d773f7768df68549a4677244e61b22129196a205 100644 (file)
@@ -54,12 +54,8 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "git://git.imager.perl.org/imager-type1.git",
-        web => "http://git.imager.perl.org/imager-type1.git/",
-        type => "git",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
index 8c717cedb3d4bcd7498f13341daf9503882fc1ff..5eac12ffdf3bc72a01563f1ccdb49d2a6f200b8a 100644 (file)
@@ -1,3 +1,13 @@
+Imager-File-TIFF 0.79
+=====================
+
+ - handle slightly different warning from libtiff 4.x
+   https://rt.cpan.org/Ticket/Display.html?id=65268
+
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+   plan to continue receiving mail at that address.
+   https://rt.cpan.org/Ticket/Display.html?id=68591
+
 Imager-File-TIFF 0.78
 =====================
 
diff --git a/TIFF/MANIFEST b/TIFF/MANIFEST
new file mode 100644 (file)
index 0000000..ceabaa8
--- /dev/null
@@ -0,0 +1,39 @@
+Changes
+imtiff.c
+imtiff.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+README
+t/t10tiff.t
+testimg/alpha.tif              Alpha scaling test image
+testimg/comp4.bmp              Compressed 4-bit/pixel BMP
+testimg/comp4.tif              4-bit/pixel paletted TIFF
+testimg/comp4bad.tif           corrupted 4-bit/pixel paletted TIFF
+testimg/comp4t.tif             4-bit/pixel paletted TIFF (tiled)
+testimg/comp8.bmp              Compressed 8-bit/pixel BMP
+testimg/comp8.tif              8-bit/pixel paletted TIFF
+testimg/gralpha.tif            Grey alpha test image
+testimg/grey16.tif             16-bit/sample greyscale TIFF
+testimg/grey32.tif             32-bit/sample greyscale+alpha TIFF
+testimg/imager.pbm             Test bi-level
+testimg/imager.tif             Test bi-level
+testimg/pengtile.tif           Tiled tiff image, same as penguin-base.ppm
+testimg/penguin-base.ppm
+testimg/rgb16.tif              16-bit/sample RGB image - strips
+testimg/rgb16t.tif             16-bit/sample RGB image - tiled
+testimg/rgbatsep.tif           Tiled/separated for testing RGBA codepath
+testimg/scmyk.tif              Simple CMYK TIFF image
+testimg/scmyka.tif             CMYK with one alpha channel
+testimg/scmyka16.tif           CMYK with one alpha channel (16-bit)
+testimg/scmykaa.tif            CMYK with 2 alpha channels
+testimg/slab.tif               Lab color image
+testimg/srgb.tif               Simple RGB image
+testimg/srgba.tif              RGB with one alpha
+testimg/srgba16.tif
+testimg/srgba32.tif
+testimg/srgbaa.tif             RGB with 2 alpha
+testimg/tiffwarn.tif           Generates a warning while being read
+TIFF.pm
+TIFF.xs
diff --git a/TIFF/MANIFEST.SKIP b/TIFF/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..3b74fc3
--- /dev/null
@@ -0,0 +1,21 @@
+# build products
+\.o$
+\.bs$
+^TIFF\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
index 703aaefffd85e67e12777606f4613da7eafcc0bb..93733b7cb06d838a77c77251d310608bb482b063 100644 (file)
@@ -54,12 +54,8 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "http://imager.perl.org/svn/trunk/Imager/TIFF",
-        web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/TIFF",
-        type => "svn",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
diff --git a/TIFF/README b/TIFF/README
new file mode 100644 (file)
index 0000000..6db9d19
--- /dev/null
@@ -0,0 +1,9 @@
+Imager::File::TIFF provides TIFF file format support for Imager.
+
+It requires libtiff to be installed.
+
+This is currently shipped as part of Imager, but Imager may install
+with out installing Imager::File::TIFF, so if you need TIFF support,
+add a dependency on Imager::File::TIFF.
+
+Makefile.PL will reject libtiff 3.9.0 due to a bug in that release.
\ No newline at end of file
diff --git a/W32/MANIFEST b/W32/MANIFEST
new file mode 100755 (executable)
index 0000000..1f8f3ff
--- /dev/null
@@ -0,0 +1,13 @@
+Changes\r
+fontfiles/ExistenceTest.ttf\r
+imw32.h\r
+inc/Devel/CheckLib.pm\r
+lib/Imager/Font/Win32.pm\r
+Makefile.PL\r
+MANIFEST                       This list of files\r
+MANIFEST.SKIP\r
+README\r
+t/t10win32.t\r
+W32.pm\r
+W32.xs\r
+win32.c\r
diff --git a/W32/MANIFEST.SKIP b/W32/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..d51438e
--- /dev/null
@@ -0,0 +1,25 @@
+# build products
+\.o$
+\.bs$
+^W32\.c$
+^W32\.def$
+^W32_def\.old$
+^blib/
+^pm_to_blib$
+^Makefile$
+^Makefile\.old$
+^MANIFEST\.bak$
+^dll\.base$
+^dll\.exp$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+^\.gitignore$
+
+# editor
+^#
+~$
index a16832fa77697d72ea8ae072965d76ac58b10796..cf631edccc79565f4b69c7b51a8673b50fa9a208 100644 (file)
@@ -54,12 +54,8 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "http://imager.perl.org/svn/trunk/Imager/W32",
-        web => "http://imager.perl.org/svnweb/public/browse/trunk/Imager/W32",
-        type => "svn",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
diff --git a/W32/README b/W32/README
new file mode 100644 (file)
index 0000000..65e9358
--- /dev/null
@@ -0,0 +1,9 @@
+Imager::Font::W32 provides font support to Imager via the Win32 GDI
+API functions..
+
+It requires Win32 header files and libraries to be available.
+
+This is currently shipped as part of Imager, but may not be installed
+as part of Imager if headers or libraries aren't found at build time.,
+if your module or application requires Win32 font support support then
+add Imager::Font::W32 as a prerequisite.