[opam-devel] [ANN] imagemagick.0.34

hugo hugo.heuzard at gmail.com
Mon Apr 1 19:38:35 BST 2013


Hello,

I'm the author of the small fork of imagemagick.
I never took the time to push fixes upstream.
I'm glad it's done now.
Thank you

Hugo


On Sat, Mar 30, 2013 at 6:58 AM, <opam-devel-request at lists.ocaml.org> wrote:

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


More information about the opam-devel mailing list