From khaelin at gmail.com Fri Sep 4 11:51:25 2009 From: khaelin at gmail.com (Nicolas Martyanoff) Date: Fri, 4 Sep 2009 13:51:25 +0200 Subject: [clbuild-devel] Add manardb and cl-irregsexp Message-ID: <20090904115125.GE1438@valhala.gaia.loc> Hi, I added two projects to my local clbuild: cl-irregsexp: http://common-lisp.net/project/cl-irregsexp manardb: http://github.com/ilitirit/manardb Using the following lines: cl-irregsexp get_git http://common-lisp.net/projects/cl-irregsexp/cl-irregsexp.git manardb get_git git://github.com/ilitirit/manardb.git cl-irregsexp cl-utilities manardb alexandria cl-irregsexp closer-mop iterate osicat stefil Works for me. Could you please add them to clbuild? Regards, -- Nicolas Martyanoff http://codemore.org khaelin at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From christoph.senjak at googlemail.com Sun Sep 6 21:20:17 2009 From: christoph.senjak at googlemail.com (Christoph Senjak) Date: Sun, 6 Sep 2009 23:20:17 +0200 Subject: [clbuild-devel] "Feature-Request": Adding lisp-magick to clbuild Message-ID: <33ed8ce70909061420w7086e14bg648a072a2e9d3bbd@mail.gmail.com> Hello. I would like to use clbuild as an easier way of installing all dependencies for my project. Fortunately, almost all dependencies can be installed, except for lisp-magick. Unfortunately, I cannot add lisp-magick myself because it is a tar-download. Is it possible for you to add a darcs-repository for lisp-magick to your mirror and add lisp-magick to clbuild? Regards Christoph Senjak From daniel at whitehouse.id.au Mon Sep 7 00:11:09 2009 From: daniel at whitehouse.id.au (Daniel White) Date: Mon, 7 Sep 2009 10:11:09 +1000 Subject: [clbuild-devel] "Feature-Request": Adding lisp-magick to clbuild In-Reply-To: <33ed8ce70909061420w7086e14bg648a072a2e9d3bbd@mail.gmail.com> References: <33ed8ce70909061420w7086e14bg648a072a2e9d3bbd@mail.gmail.com> Message-ID: <20090907101109.232f7022@whitehouse.id.au> On Sun, 6 Sep 2009 23:20:17 +0200 Christoph Senjak wrote: > I would like to use clbuild as an easier way of installing all > dependencies for my project. Fortunately, almost all dependencies can > be installed, except for lisp-magick. Unfortunately, I cannot add > lisp-magick myself because it is a tar-download. Is it possible for > you to add a darcs-repository for lisp-magick to your mirror and add > lisp-magick to clbuild? The following line would work: lisp-magick get_tarball http://www.nil.at/download/lisp-magick-0.7.tar.gz I think the documentation on the site is old, since the 'get_tarball' command now unpacks the contents into a local darcs repository. This is done so that you can rollback changes if an updated tarball causes problems. -- Daniel White