<div dir="ltr">Hello,<div><br><div>I'm the author of the small fork of imagemagick.</div><div style>I never took the time to push fixes upstream.</div><div style>I'm glad it's done now.</div><div style>Thank you</div>

<div style><br></div><div style>Hugo </div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 30, 2013 at 6:58 AM,  <span dir="ltr"><<a href="mailto:opam-devel-request@lists.ocaml.org" target="_blank">opam-devel-request@lists.ocaml.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Send opam-devel mailing list submissions to<br>
        <a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.ocaml.org/listinfo/opam-devel" target="_blank">http://lists.ocaml.org/listinfo/opam-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:opam-devel-request@lists.ocaml.org">opam-devel-request@lists.ocaml.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:opam-devel-owner@lists.ocaml.org">opam-devel-owner@lists.ocaml.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of opam-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. [ANN] imagemagick.0.34 (Florent Monnier)<br>
   2. Re: [ANN] imagemagick.0.34 (Thomas Gazagnaire)<br>
   3. Re: [ANN] imagemagick.0.34 (Thomas Gazagnaire)<br>
   4. Re: [ANN] imagemagick.0.34 (Florent Monnier)<br>
   5. Re: [ANN] imagemagick.0.34 (Florent Monnier)<br>
   6. Re: [ANN] imagemagick.0.34 (Florent Monnier)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 30 Mar 2013 13:48:08 +0100<br>
From: Florent Monnier <<a href="mailto:monnier.florent@gmail.com">monnier.florent@gmail.com</a>><br>
To: opam-devel <<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a>><br>
Subject: [opam-devel] [ANN] imagemagick.0.34<br>
Message-ID:<br>
        <<a href="mailto:CAE1DttAPQ1orbU3pf8hwR3Bbu-0pt_oWpSa0R8ayTkVPgjWakQ@mail.gmail.com">CAE1DttAPQ1orbU3pf8hwR3Bbu-0pt_oWpSa0R8ayTkVPgjWakQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi,<br>
<br>
While browsing opam's available packages I've seen imagemagick.0.33.*<br>
and I've seen that homepage is:<br>
<a href="https://github.com/besport/ocaml-imagemagick/" target="_blank">https://github.com/besport/ocaml-imagemagick/</a><br>
<br>
I am the original upstream for this one, I really don't mind there are<br>
forks. I'm even happy with it because it means that some poeple seem<br>
got interested by it, but I really don't know how to handle this kind<br>
of situation.<br>
<br>
I've introduced the 0.33.* fixes in my 0.34 version.<br>
I've introduced them all almost verbatim, except the findlib install.<br>
I've kept my manual install, and added the 0.33.2 install renamed as<br>
find_install.<br>
(maybe I should do the opposite install for the find one, and the<br>
other one install_manual?)<br>
<br>
There is also a bug fix for the function: Magick.get_magick_version ()<br>
this was a very beginner error, but this is because this was the first<br>
thing I wrote in C in 2004. There are still probably other kind of<br>
similar errors :)<br>
<br>
I've also switched from GPL to MIT.<br>
I also fixed the broken urls given in the README, and added the github<br>
forker's name in the contributors.<br>
<br>
Maybe I should do some fork and pull requests on github, but I've not<br>
learned how to use git and github yet.<br>
I've created an account (<a href="https://github.com/blue-prawn" target="_blank">https://github.com/blue-prawn</a>) but now I need<br>
to read the man to learn how to use these.<br>
<br>
Here are below *untested* opam files.<br>
I've added an "author" field, so that you may use it later, in a<br>
similar way than in the Pear community (the wishlist links):<br>
<a href="http://pear.php.net/package/Archive_Tar/" target="_blank">http://pear.php.net/package/Archive_Tar/</a><br>
<br>
$ cat descr<br>
Bindings for ImageMagick<br>
<br>
$ cat opam<br>
opam-version: "1"<br>
maintainer: "<a href="mailto:contact@ocamlpro.com">contact@ocamlpro.com</a>"<br>
authors: [<br>
  ["blue_prawn" "Florent Monnier"]<br>
]<br>
contributors: [<br>
  ["hhugo" "Hugo Heuzard"]<br>
  ["?" "Fabrice Le Fessant"]<br>
]<br>
build: [<br>
  [make]<br>
  [make "find_install"]<br>
]<br>
remove: [<br>
  [make "find_uninstall"]<br>
]<br>
depends:["ocamlfind"]<br>
homepages: [<br>
  "<a href="https://github.com/besport/ocaml-imagemagick" target="_blank">https://github.com/besport/ocaml-imagemagick</a>"<br>
  "<a href="http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/" target="_blank">http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/</a>"<br>
]<br>
<br>
$ cat url<br>
archive: "<a href="http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/\
downloads/OCaml-ImageMagick-0.34.tgz" target="_blank">http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/\<br>
downloads/OCaml-ImageMagick-0.34.tgz</a>"<br>
checksum: "d4e28dce94ccefba878ad31016f05fe4"<br>
<br>
--<br>
Cheers<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 30 Mar 2013 14:00:35 +0100<br>
From: Thomas Gazagnaire <<a href="mailto:thomas@ocamlpro.com">thomas@ocamlpro.com</a>><br>
To: Florent Monnier <<a href="mailto:monnier.florent@gmail.com">monnier.florent@gmail.com</a>><br>
Cc: opam-devel <<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a>><br>
Subject: Re: [opam-devel] [ANN] imagemagick.0.34<br>
Message-ID: <<a href="mailto:30556629-32A7-48F6-83EC-1C7FFCB65117@ocamlpro.com">30556629-32A7-48F6-83EC-1C7FFCB65117@ocamlpro.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi Florent,<br>
<br>
Apologies for the confusion, we've recently automatically generated the homepage from the archive url for all packages "maintained" by OCamlPro. In this case, it was clearly not the right thing to do, and I am very happy to give you back the ownership of the package: I'll change the homepage of imagemagick to point to your homepage and I'll add you new release. Also, if you are fine with this,  I can change the maintainer contact address to yours (we've initially imported the package, that's why we were the maintainer and we are happy to help if there are some problems with new releases, but we really want giving back the credits to the original authors / maintainers of packages we've imported).<br>


<br>
Best and sorry again for the confusion,<br>
Thomas<br>
<br>
On Mar 30, 2013, at 1:48 PM, Florent Monnier wrote:<br>
<br>
> Hi,<br>
><br>
> While browsing opam's available packages I've seen imagemagick.0.33.*<br>
> and I've seen that homepage is:<br>
> <a href="https://github.com/besport/ocaml-imagemagick/" target="_blank">https://github.com/besport/ocaml-imagemagick/</a><br>
><br>
> I am the original upstream for this one, I really don't mind there are<br>
> forks. I'm even happy with it because it means that some poeple seem<br>
> got interested by it, but I really don't know how to handle this kind<br>
> of situation.<br>
><br>
> I've introduced the 0.33.* fixes in my 0.34 version.<br>
> I've introduced them all almost verbatim, except the findlib install.<br>
> I've kept my manual install, and added the 0.33.2 install renamed as<br>
> find_install.<br>
> (maybe I should do the opposite install for the find one, and the<br>
> other one install_manual?)<br>
><br>
> There is also a bug fix for the function: Magick.get_magick_version ()<br>
> this was a very beginner error, but this is because this was the first<br>
> thing I wrote in C in 2004. There are still probably other kind of<br>
> similar errors :)<br>
><br>
> I've also switched from GPL to MIT.<br>
> I also fixed the broken urls given in the README, and added the github<br>
> forker's name in the contributors.<br>
><br>
> Maybe I should do some fork and pull requests on github, but I've not<br>
> learned how to use git and github yet.<br>
> I've created an account (<a href="https://github.com/blue-prawn" target="_blank">https://github.com/blue-prawn</a>) but now I need<br>
> to read the man to learn how to use these.<br>
><br>
> Here are below *untested* opam files.<br>
> I've added an "author" field, so that you may use it later, in a<br>
> similar way than in the Pear community (the wishlist links):<br>
> <a href="http://pear.php.net/package/Archive_Tar/" target="_blank">http://pear.php.net/package/Archive_Tar/</a><br>
><br>
> $ cat descr<br>
> Bindings for ImageMagick<br>
><br>
> $ cat opam<br>
> opam-version: "1"<br>
> maintainer: "<a href="mailto:contact@ocamlpro.com">contact@ocamlpro.com</a>"<br>
> authors: [<br>
>  ["blue_prawn" "Florent Monnier"]<br>
> ]<br>
> contributors: [<br>
>  ["hhugo" "Hugo Heuzard"]<br>
>  ["?" "Fabrice Le Fessant"]<br>
> ]<br>
> build: [<br>
>  [make]<br>
>  [make "find_install"]<br>
> ]<br>
> remove: [<br>
>  [make "find_uninstall"]<br>
> ]<br>
> depends:["ocamlfind"]<br>
> homepages: [<br>
>  "<a href="https://github.com/besport/ocaml-imagemagick" target="_blank">https://github.com/besport/ocaml-imagemagick</a>"<br>
>  "<a href="http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/" target="_blank">http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/</a>"<br>
> ]<br>
><br>
> $ cat url<br>
> archive: "<a href="http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/\" target="_blank">http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/\</a><br>
> downloads/OCaml-ImageMagick-0.34.tgz"<br>
> checksum: "d4e28dce94ccefba878ad31016f05fe4"<br>
><br>
> --<br>
> Cheers<br>
> _______________________________________________<br>
> opam-devel mailing list<br>
> <a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a><br>
> <a href="http://lists.ocaml.org/listinfo/opam-devel" target="_blank">http://lists.ocaml.org/listinfo/opam-devel</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 30 Mar 2013 14:30:26 +0100<br>
From: Thomas Gazagnaire <<a href="mailto:thomas@ocamlpro.com">thomas@ocamlpro.com</a>><br>
To: Florent Monnier <<a href="mailto:monnier.florent@gmail.com">monnier.florent@gmail.com</a>><br>
Cc: opam-devel <<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a>><br>
Subject: Re: [opam-devel] [ANN] imagemagick.0.34<br>
Message-ID: <<a href="mailto:C139672E-F5B7-4869-AABD-7BFFD4EE4664@ocamlpro.com">C139672E-F5B7-4869-AABD-7BFFD4EE4664@ocamlpro.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
> I'll change the homepage of imagemagick to point to your homepage and I'll add you new release.<br>
<br>
Done [1]<br>
<br>
> Also, if you are fine with this,  I can change the maintainer contact address to yours<br>
<br>
Just waiting for you ack before doing this (or feel free to send me a patch).<br>
<br>
--<br>
Thomas<br>
<br>
[1] <a href="http://opam.ocamlpro.com/pkg/imagemagick.0.34.html" target="_blank">http://opam.ocamlpro.com/pkg/imagemagick.0.34.html</a><br>
<br>
<br>
> Best and sorry again for the confusion,<br>
> Thomas<br>
><br>
> On Mar 30, 2013, at 1:48 PM, Florent Monnier wrote:<br>
><br>
>> Hi,<br>
>><br>
>> While browsing opam's available packages I've seen imagemagick.0.33.*<br>
>> and I've seen that homepage is:<br>
>> <a href="https://github.com/besport/ocaml-imagemagick/" target="_blank">https://github.com/besport/ocaml-imagemagick/</a><br>
>><br>
>> I am the original upstream for this one, I really don't mind there are<br>
>> forks. I'm even happy with it because it means that some poeple seem<br>
>> got interested by it, but I really don't know how to handle this kind<br>
>> of situation.<br>
>><br>
>> I've introduced the 0.33.* fixes in my 0.34 version.<br>
>> I've introduced them all almost verbatim, except the findlib install.<br>
>> I've kept my manual install, and added the 0.33.2 install renamed as<br>
>> find_install.<br>
>> (maybe I should do the opposite install for the find one, and the<br>
>> other one install_manual?)<br>
>><br>
>> There is also a bug fix for the function: Magick.get_magick_version ()<br>
>> this was a very beginner error, but this is because this was the first<br>
>> thing I wrote in C in 2004. There are still probably other kind of<br>
>> similar errors :)<br>
>><br>
>> I've also switched from GPL to MIT.<br>
>> I also fixed the broken urls given in the README, and added the github<br>
>> forker's name in the contributors.<br>
>><br>
>> Maybe I should do some fork and pull requests on github, but I've not<br>
>> learned how to use git and github yet.<br>
>> I've created an account (<a href="https://github.com/blue-prawn" target="_blank">https://github.com/blue-prawn</a>) but now I need<br>
>> to read the man to learn how to use these.<br>
>><br>
>> Here are below *untested* opam files.<br>
>> I've added an "author" field, so that you may use it later, in a<br>
>> similar way than in the Pear community (the wishlist links):<br>
>> <a href="http://pear.php.net/package/Archive_Tar/" target="_blank">http://pear.php.net/package/Archive_Tar/</a><br>
>><br>
>> $ cat descr<br>
>> Bindings for ImageMagick<br>
>><br>
>> $ cat opam<br>
>> opam-version: "1"<br>
>> maintainer: "<a href="mailto:contact@ocamlpro.com">contact@ocamlpro.com</a>"<br>
>> authors: [<br>
>> ["blue_prawn" "Florent Monnier"]<br>
>> ]<br>
>> contributors: [<br>
>> ["hhugo" "Hugo Heuzard"]<br>
>> ["?" "Fabrice Le Fessant"]<br>
>> ]<br>
>> build: [<br>
>> [make]<br>
>> [make "find_install"]<br>
>> ]<br>
>> remove: [<br>
>> [make "find_uninstall"]<br>
>> ]<br>
>> depends:["ocamlfind"]<br>
>> homepages: [<br>
>> "<a href="https://github.com/besport/ocaml-imagemagick" target="_blank">https://github.com/besport/ocaml-imagemagick</a>"<br>
>> "<a href="http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/" target="_blank">http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/</a>"<br>
>> ]<br>
>><br>
>> $ cat url<br>
>> archive: "<a href="http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/\" target="_blank">http://www.linux-nantes.org/%7Efmonnier/OCaml/ImageMagick/\</a><br>
>> downloads/OCaml-ImageMagick-0.34.tgz"<br>
>> checksum: "d4e28dce94ccefba878ad31016f05fe4"<br>
>><br>
>> --<br>
>> Cheers<br>
>> _______________________________________________<br>
>> opam-devel mailing list<br>
>> <a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a><br>
>> <a href="http://lists.ocaml.org/listinfo/opam-devel" target="_blank">http://lists.ocaml.org/listinfo/opam-devel</a><br>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sat, 30 Mar 2013 14:57:38 +0100<br>
From: Florent Monnier <<a href="mailto:monnier.florent@gmail.com">monnier.florent@gmail.com</a>><br>
To: Thomas Gazagnaire <<a href="mailto:thomas@ocamlpro.com">thomas@ocamlpro.com</a>><br>
Cc: opam-devel <<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a>><br>
Subject: Re: [opam-devel] [ANN] imagemagick.0.34<br>
Message-ID:<br>
        <CAE1DttAc9PGOt=rFS30AMZwFHtwr3161nPk=<a href="mailto:9F80izrrE6yw3w@mail.gmail.com">9F80izrrE6yw3w@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
2013/03/30, Thomas Gazagnaire <thomas@ocamlpr...>:<br>
[...]<br>
>> Also, if you are fine with this,  I can change the maintainer contact<br>
>> address to yours<br>
><br>
> Just waiting for you ack before doing this (or feel free to send me a<br>
> patch).<br>
<br>
is it possible to write it in a web-obfuscated way for spammers?<br>
<br>
--<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Sat, 30 Mar 2013 15:02:51 +0100<br>
From: Florent Monnier <<a href="mailto:monnier.florent@gmail.com">monnier.florent@gmail.com</a>><br>
To: Thomas Gazagnaire <<a href="mailto:thomas@ocamlpro.com">thomas@ocamlpro.com</a>><br>
Cc: opam-devel <<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a>><br>
Subject: Re: [opam-devel] [ANN] imagemagick.0.34<br>
Message-ID:<br>
        <CAE1DttA1msN8FqP0dx3yX_2GUWW=<a href="mailto:j-bBGP0vjc5ryv3Dwj6aoQ@mail.gmail.com">j-bBGP0vjc5ryv3Dwj6aoQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
2013/03/30, Thomas Gazagnaire <thomas@ocamlpr...>:<br>
> Hi Florent,<br>
<br>
Hi Thomas,<br>
<br>
> Apologies for the confusion, we've recently automatically generated the<br>
> homepage from the archive url for all packages "maintained" by OCamlPro. In<br>
> this case, it was clearly not the right thing to do, and I am very happy to<br>
> give you back the ownership of the package: I'll change the homepage of<br>
> imagemagick to point to your homepage and I'll add you new release.<br>
<br>
No need to apology, it's normal to take the most recent version available.<br>
Floss is made to make this possible, and this is great !<br>
<br>
--<br>
Cheers<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Sat, 30 Mar 2013 15:06:29 +0100<br>
From: Florent Monnier <<a href="mailto:monnier.florent@gmail.com">monnier.florent@gmail.com</a>><br>
To: Thomas Gazagnaire <<a href="mailto:thomas@ocamlpro.com">thomas@ocamlpro.com</a>><br>
Cc: opam-devel <<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a>><br>
Subject: Re: [opam-devel] [ANN] imagemagick.0.34<br>
Message-ID:<br>
        <<a href="mailto:CAE1DttDrCivdcF4ydKV%2BAOCXZiKdvSKtJ67aRg4k6ChLSY--Ng@mail.gmail.com">CAE1DttDrCivdcF4ydKV+AOCXZiKdvSKtJ67aRg4k6ChLSY--Ng@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
>>> Also, if you are fine with this,  I can change the maintainer contact<br>
>>> address to yours<br>
>><br>
>> Just waiting for you ack before doing this (or feel free to send me a<br>
>> patch).<br>
><br>
> is it possible to write it in a web-obfuscated way for spammers?<br>
<br>
maybe some kind of:<br>
maintainer: "monnier." ^ "<a href="mailto:florent@gmail.com">florent@gmail.com</a>"<br>
?<br>
<br>
<br>
--<br>
Cheers<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
opam-devel mailing list<br>
<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a><br>
<a href="http://lists.ocaml.org/listinfo/opam-devel" target="_blank">http://lists.ocaml.org/listinfo/opam-devel</a><br>
<br>
<br>
------------------------------<br>
<br>
End of opam-devel Digest, Vol 1, Issue 21<br>
*****************************************<br>
</blockquote></div><br></div></div></div></div>