<br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 17:47, Eli Barzilay <span dir="ltr">&lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Aug 19, Laurent wrote:<br>
&gt;<br>
&gt; After some searching, maybe EPM (<a href="http://www.epmhome.org" target="_blank">www.epmhome.org</a>) is a good<br>
&gt; solution.  It seems to be a nice, simple, Unix multi-platform<br>
&gt; package manager from binaries.  It was very easy (noob here) to<br>
&gt; create a .deb file from a Racket medium size project.  It can also<br>
&gt; create .dmg, .rpm, and many (all?) other Unix formats + a portable<br>
&gt; .tar.gz one, from a /single/ configuration file.  It deals with<br>
&gt; subpackages and dependencies.  It can have a GUI with fltk.  (if<br>
&gt; during install it says some libs are missing, get the -devel/-dev<br>
&gt; ones, it should work).<br>
<br>
</div>I had a brief look at it, and it sounds very promising.  Specifically,<br>
the ability to turn a distribution tgz into an rpm/deb/whatever would<br>
be nice, together with a plain shell-installer thing as we have now.<br>
(The subpackages and dependencies are not so relevant though, they<br>
might be more relevant in the future, but we&#39;ll need in any case to<br>
have something in racket to download and install packages, deal with<br>
dependencies etc.)<br></blockquote><div><br>Probably dividing packages into core, textual, gui, docs, etc. would<br> be nice I suppose.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



However, it&#39;s not clear to me how alive this project is.  Looking at<br>
the svn log it&#39;s pretty quiet, and I&#39;m worried about a tool that I<br>
didn&#39;t hear about previously, and would rather use something well<br>
known (which means lots of users that make it stable, and long<br>
survival chances).  If you have any more information about this, or<br>
about any similar tools, I&#39;d love to hear about it.<br></blockquote><div><br>That worried me too a bit, but a question I asked was quickly <br>answered on the forum.<br>
On the forum I also saw that it was apparently widely used by <br>
IBM and Oracle (IIRC).<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Even better, is if anyone gets this (or something similar) and plays<br>
with a very simple spec file that I can try out -- and maybe<br>
eventually switch our packaging process to use it.<br></blockquote><div><br></div></div>The documentation is quite complete and has some examples:<br><a href="http://www.epmhome.org/epm-book.html">http://www.epmhome.org/epm-book.html</a><br>

<br><br>