From nallen05 at gmail.com Tue Aug 1 20:31:39 2006 From: nallen05 at gmail.com (Nick Allen) Date: Tue, 1 Aug 2006 13:31:39 -0700 Subject: [admin] project request Message-ID: Hello, I'd like to apply for a common-lisp.net hosting for some code I wrote Name: Nick Allen GPG key: I don't have one yet, but I'll get one shortly Project name: cl-component License: BSD Contributors: Nick Allen Description: an orthogonal, extendible library for defining and examining dependencies between CLOS objects provides a COMPONENT class that extends MAKE-INSTANCE, REINITIALIZE-INSTANCE, etc with a :DIRECT-SUBCOMPONENTS keyword. Instances of COMPONENT class can be examined with the following funtions direct-subclasses direct-superclasses and both instances of COMPONENT class and lists of instances of COMPONENT class can also be more thoroughly examined with the following functions: all-subclasses all-superclasses subcomponent-hierarchy supercomponent-hierarchy which also take an optional "test" and "recurse-failed-subcomponent?"/"recurse-failed-supercomponent?" args to allow the user to efficiently examine obfuscated nets while only generating as many cons cells as are needed for the returned list. There is also a simple metaprotocal to allow users to extend the behavior of the COMPONENT class and its subclasses and some condition stuff dealing with circular dependencies... ... SUBCOMPONENT-HIERARCHY and SUPERCOMPONENT-HIERARCHY will hopefully be useful for things like recompiling in order all supercomponents of an arbitrary group of files from a defined system or loading an arbitrary group of modules and their shared dependencies. Once I get an internet home for the project I'm going to drop a line on c.l.l. and cl-gardeners and see if there would be interest in starting a mailing list to discuss what a system-definition facility based on this library might look like... thanks for your time Nick From erik.enge at gmail.com Tue Aug 1 21:08:47 2006 From: erik.enge at gmail.com (Erik Enge) Date: Tue, 1 Aug 2006 17:08:47 -0400 Subject: [admin] project request In-Reply-To: References: Message-ID: <58f839b70608011408v6c9e11f8ma227b4f1b0aecfff@mail.gmail.com> On 8/1/06, Nick Allen wrote: > GPG key: I don't have one yet, but I'll get one shortly Send me once you make it so I can email you your password. Thanks, Erik. From asf at boinkor.net Wed Aug 2 10:48:19 2006 From: asf at boinkor.net (Andreas Fuchs) Date: Wed, 02 Aug 2006 12:48:19 +0200 Subject: [admin] please add user thenriksen to list of McCLIM committers. Message-ID: <87fygf76rw.wl%asf@boinkor.net> Hi there, Athas would like to commit stuff to McCLIM, so he'll need commit privileges. Please make him a project member. Thanks, -- Andreas Fuchs, (http://|im:asf@|mailto:asf@)boinkor.net, antifuchs From erik.enge at gmail.com Wed Aug 2 12:08:57 2006 From: erik.enge at gmail.com (Erik Enge) Date: Wed, 2 Aug 2006 08:08:57 -0400 Subject: [admin] please add user thenriksen to list of McCLIM committers. In-Reply-To: <87fygf76rw.wl%asf@boinkor.net> References: <87fygf76rw.wl%asf@boinkor.net> Message-ID: <58f839b70608020508p43cd9c2eo12b96a51cd326a48@mail.gmail.com> Done. From erik.enge at gmail.com Thu Aug 3 14:09:12 2006 From: erik.enge at gmail.com (Erik Enge) Date: Thu, 3 Aug 2006 10:09:12 -0400 Subject: [admin] account for repository access In-Reply-To: References: Message-ID: <58f839b70608030709u2f9fa302x13d479a7ed18354f@mail.gmail.com> Done. From edi at agharta.de Fri Aug 4 08:53:29 2006 From: edi at agharta.de (Edi Weitz) Date: Fri, 04 Aug 2006 10:53:29 +0200 Subject: [admin] New mailing list: FM-Lisp Message-ID: Hi! I've developed a toolkit for developing FileMaker plug-ins with Common Lisp. The toolkit will be released at http://weitz.de/fm-tools/ in the next days. However, there's already a plug-in available which was written using this toolkit: http://jensteich.de/regex-plugin/ http://weitz.de/regex-plugin/ Both the toolkit as well as the plug-in are released under a BSD-style license. I'd like to apply for an "independent" mailing list on c-l.net that would be used to support the software mentioned above and for general discussion about writing FileMaker plug-ins with Common Lisp. The name of the list should be "fm-lisp". Would that be OK? Thanks in advance, Edi. From pc at p-cos.net Fri Aug 4 11:11:25 2006 From: pc at p-cos.net (Pascal Costanza) Date: Fri, 4 Aug 2006 13:11:25 +0200 Subject: [admin] Request for new project Message-ID: Hi Erik, This is a request for a new project with the name "CDR". CDR stands for "Common Lisp Document Repository". The Common Lisp Document Repository is a repository of documents that are of interest to the Common Lisp community. The most important property of a CDR document is that it will never change: if you refer to it, you can be sure that your reference will always refer to exactly the same document. There have been a number of attempts to establish a standardization process for Common Lisp after it has been officially published as an ANSI standard. The ANSI standardization was very costly and very time consuming (according to http://groups.google.com/group/comp.lang.lisp/ msg/15248a1b11c5a603 it took nearly 10 years and at least $400K). The goal of the Common Lisp Document Repository is to be more light- weight and more efficient. We focus on one aspect of standardization: the ability to refer to a specification document in an unambiguous way. The Common Lisp Document Repository intentionally does not define a process for coming up with specifications or any other means to guarantee some level of quality of the submitted documents. Instead, we aim for a community-driven, decentralized approach to come up, discuss and finalize specifications. In this sense, we only provide the services of librarians. We hope that the Common Lisp Document Repository has the potential to prove useful in establishing new de-facto standards, and to serve as a stepping stone for more formal standardizations in the long run. For more details, see the draft website at http://p-cos.net/lisp/cdr/ This project is carried out by Marc Battyani, Pascal Costanza, Arthur Lemmens and Edi Weitz. Since the project doesn't produce any code of its own, there is no license attached to it. However, we state requirements for document licenses as part of the CDR submission process - see point 2 at http://p-cos.net/lisp/cdr/manual.html I already have a home directory at common-lisp.net, but find my public key attached anyway. On behalf of the CDR editors, Pascal -------------- next part -------------- A non-text attachment was scrubbed... Name: id_dsa.pub Type: application/octet-stream Size: 612 bytes Desc: not available URL: -------------- next part -------------- -- Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net Vrije Universiteit Brussel, Programming Technology Lab Pleinlaan 2, B-1050 Brussel, Belgium From erik.enge at gmail.com Fri Aug 4 13:29:35 2006 From: erik.enge at gmail.com (Erik Enge) Date: Fri, 4 Aug 2006 09:29:35 -0400 Subject: [admin] Re: New mailing list: FM-Lisp In-Reply-To: References: Message-ID: <58f839b70608040629x605170c9q7281d05d37f74d45@mail.gmail.com> Done. From root at common-lisp.net Fri Aug 4 13:21:56 2006 From: root at common-lisp.net (root) Date: Fri, 4 Aug 2006 09:21:56 -0400 (EDT) Subject: [admin] added cdr; owned by pcostanza Message-ID: <20060804132156.42EDE36017@common-lisp.net> Add successful at 2006.08.04.09.21. From erik.enge at gmail.com Fri Aug 4 13:38:04 2006 From: erik.enge at gmail.com (Erik Enge) Date: Fri, 4 Aug 2006 09:38:04 -0400 Subject: [admin] Request for new project In-Reply-To: References: Message-ID: <58f839b70608040638w63c3cb30w9f93b0f3431170e7@mail.gmail.com> On 8/4/06, Pascal Costanza wrote: > This is a request for a new project with the name "CDR". This sounds great, I was hoping that a project like this would show up sooner or later and I'm very pleased that it'll be run by you guys. > This project is carried out by Marc Battyani, Pascal Costanza, Arthur > Lemmens and Edi Weitz. Project created and I added all four of you as project members. Thanks, Erik. From pc at p-cos.net Fri Aug 4 17:15:11 2006 From: pc at p-cos.net (Pascal Costanza) Date: Fri, 4 Aug 2006 19:15:11 +0200 Subject: [admin] Request for new project In-Reply-To: <58f839b70608040638w63c3cb30w9f93b0f3431170e7@mail.gmail.com> References: <58f839b70608040638w63c3cb30w9f93b0f3431170e7@mail.gmail.com> Message-ID: <2DDAD3EC-D8AD-4839-925E-F251011DC66A@p-cos.net> Thanks for the prompt response. I will be away for a few days, so I will start uploading things next Wednesday. Cheers, Pascal On 4 Aug 2006, at 15:38, Erik Enge wrote: > On 8/4/06, Pascal Costanza wrote: >> This is a request for a new project with the name "CDR". > > This sounds great, I was hoping that a project like this would show up > sooner or later and I'm very pleased that it'll be run by you guys. > >> This project is carried out by Marc Battyani, Pascal Costanza, Arthur >> Lemmens and Edi Weitz. > > Project created and I added all four of you as project members. > > Thanks, > Erik. -- Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net Vrije Universiteit Brussel, Programming Technology Lab Pleinlaan 2, B-1050 Brussel, Belgium From gimmal at gmail.com Sun Aug 6 00:02:18 2006 From: gimmal at gmail.com (Sean Champ) Date: Sat, 5 Aug 2006 17:02:18 -0700 Subject: [admin] project-creation request for common-lisp.net - tioga project Message-ID: <200608051702.21141.gimmal@gmail.com> Hello, I would like to request that a project would be created at common-lisp.net. Here is summary on the immediate goals of the project: - ultimately, to make a Linux distribution -- deriving it on Debian (and possibly, on Ubuntu, and maybe, on Mepis, there's a little chain across how those two are derived, and it anchors, at a point, on Debian) -- for the purpose of developing and distributing an "out-of-the-box" Common Lisp environment, designed as to be so, and distributed on a Linux OS. other operating system kernels may be supported of the project. Directly of the Debian projects, there are already at least two Debian distributions, made for BSD-area kernels -- one of which uses one kFreeBSD (?) as a kernel, and the other, it uses NetBSD. As I recall, there was a distribution in regards to BeOS. Speaking by experience, Debian packaging may also be supported for QNX hosts. (I mean no offense to the QNX developers. For a developer familiar with Debian conventions, it could be easier for that developer to use Debian packaging, contrasted to to the QNX packaging system.) - To gather, to develop, and to draw focus to a number of 'baseline libraries' for the Common Lisp environment -- one of which would be the SSC project, I observe, recently added to common-lisp.net. I understand that the SSC project would serve as a premier, cross-implementation interface onto the implementation's threading mechanism. In demonstration of some intention, about the project: Once understanding how SSC is to be implemented, I hope I will have an opportunity to produce and to propose a patch onto McCLIM, for using SSC as the threading interface in the kit. It is my hope that in consequence iwth such a matter of effort, there may become less duplication of code across Common Lisp systems, and that there may become more familiarity, by develoeprs (myself included, to be sure) familiarity with some general-purpose libraries. I consider that some discussion about "shared functionality", in regards to software systems design, might be apropos. I will have to make that as a focus, for some explanation about the Tioga project. I consider that I should denote, in the production of this project request: I intend to add to the tioga project's codebase, a number of library systems that I have been working on -- but to ensure that those systems are all scrubbed-out, production-ready, "clean" before releasing the codebases out from within my own Arch repository. (There had been a time of some months, in which I was not able to obtain a direct connection to the internet, from my home computer. During that time, I had begun to develop a couple of library systems -- one 'commonlibrary', just some basic library routines, condition types, etc; another, 'commonobject', with some extensions onto CLOS and MOP; another, 'commonsystem', but that one is the most of a mess. The last of those has been made as to include some extensions onto ASDF, but I have been uneasy about how it has been approached. I can find some difficulty at approaching the ASDF codebase -- ASDF::TRAVERSE, I cannot seem to do any work with, and it not begin to behave in an unexpected manner, such that I cannot determine the cause of, in any time I've so much as endeavored upon it. I would like to consider MK:Defsystem as the driver system-definition library to the Tioga project, but I am not sure of how it is going to be developed. There is no public Defsystem 5, as yet. ) (I realize, some of those projects would be similar to existing projects -- such as CLOCC's cllib, and I recall that there is a sort of MOP-related project at common-lisp.net. Of all code that is an extension on the Common Lisp language, then of what libraries that I have written, I am the most familiar with those. ) - To make a Debian Linux/GNU installation to be easier for the desktop user, and for the hosts administrators, and for the networks administrators, each, to use; to endeavor to develop Common Lisp systems, in so doing. Most of those systems would probably be interfaed with CLIM. - To address the distribution of Common LIisp software systems, in such that may be made to include support about the hosts' primary packaging system, but should not be made in disregard of the question, "What would be the most convenient thing, for the developer?" That might be addressed to an effect of something like a BSD 'ports' kind of system on Debian -- the OS distributor taking the responsability to ensure tha the code works, and works correctly with other code, before distributing it. - I suppose that some unit-testing would be a requisite part to it. Not to add "just to add another to the stuck", but I may have to develop more of what was a testing system called Rubrics; it could be hosted in the Tioga project archives. - To address ECMA TR/69, , onto a Common Lisp systems environment. TR/69 is a 'standard' kind of publication. TR/69 is freely available via http://www.ecma-international.org/publications/techreports/E-TR-069.htm In some regards, TR/69 depends on ECMA's TR/55. (The latter of those is linked from within the page at the previous URL). As a part to the Tioga project, there may be produced some discussion of how features of TR/55 are addressed -- addressed in implementation, whether or not the implemnetation was intended as an implementation upon TR/55, but in such that would be applicable onto TR/55 -- and are addressed, within the Debian Linux complement of the free/open source softare systems environment. --------- In regards to licensing: Any code produced of the Tioga project should be licensed upon terms of the Franz LLGPL. --------- In regards to sytems logisitcs: - I would like to request the group name, 'tioga', for the project As I have come to understand it: "Tioga" is a transliteration of a word from a Native American dialect. I am not sure, offhand, what the original word would mean; the transliterated form is applied in the name of a mountain pass, in the Sierra Nevada mountains, in California. (Tioga Pass opens from the east end of Yosemite Valley, opening onto the Great Basin -- or opening onto the valley, if you're heading from the basin. Considering how stark is the climate of the Great Basin, as well as how lush is the vegetative quality of Yosemite Valley, Tioga Pass is quite a transition area.) - I would like to request that a 'trac' instance would be initialized for the project. - If it would matter, the project should not need a mailing list for transmittal of logs about CVS checkins. TLA 'log' output may be enough; there may need not be any further resources allocated for it, and I would not ask to request any. - In addition to the other (standard) project mailing lists I would like to request if a 'tioga-admin' list may be initialized for the project. I consider that the tioga-admin list may serve as a forum for discussion about the development of the Tioga project web site. Certainly, the list would be as like a forum, available in regards to any more of material pertaining about the administration of the Tioga project. - I do not have a shell account with common-lisp.net. If I would have the opportunity to request a user name, I would request the user name 'schamp' - attached to this email is an ASCII-armored export of the public compliment to my public-projects GPG key. I have generated a revocation certificate for it, and stored it for safe keeping) - I consider that I should menton: That it is my intention that the Tioga project will use TLA -- Tom Lord's Arch, an implementation of the GNU arch SCCM architecture -- as the SCCM service for codebases of the Tioga project. I consider that it would be your pergative, if there would be no CVS archives that would be initialized for the Tioga project. I will state, simply, that there should not need to be a CVS archive, for the Tioga project. (I am aware that CVS and TLA systems may be made to interoperate. I have yet to have found that it would be absolutely necessary that they would be made to do as so. I am already familiar with CVS. I can use a CVS client, for simple operations onto a CVS archive.) ----- (NB: If your time would be short and if you would not want to read an introduction about TLA, I would recommend, cordially, that you may skip over the following section of this email.) (I intend to produce an introduction about TLA, such that I consider may be taken as to be in interst for the Common Lisp developer community. Given an apperance of a reasonable cause, here, as for to produce a draft for the intorudction, now -- and it would be in this email -- but I mean to address, to you, here: Considerations that may be of relevance to the hosts-administrator, in regards to GNU Arch) I am aware that an Arch 'archive' (viz. repository) may be accessed by way of the following means -- and that the burden for the access would reside, almost entirely, at the client end: * local filesystem * SSH * HTTP -- when without DAV support being available in the host (no problem) then operating for read-only access (no problem) In regards to a remote repository access, as onto a remote TLA archive, then in regards to access onto common-lisp.net : To a user who would be able to log in on the common-lisp.net SSH host (namely, to a user who would have an account at common-lisp.net), to that user, SSH access would be the most feasible. (In sidebar: As for the Tioga codebase: SSH would be the access method used by developers on the Tioga project.) To a user who would not have an account to the SSH service at common-lisp.net: The HTTP access method should serve to be enough. As such, each user would make a 'mirror' of a selected archive 'category' (viz a viz a CVS 'module') then mirroring any selected portions of the upstream 'category' (across each selected category, branch, version, and changeset), mirroring it into another archive, of the the user's own determination -- e.g. so that it would be locally accessible, on the user's primary desktop. When the user would not be able to access the repository by way of SSH, then the user would need only an HTTP URL for the remote archive -- and tla would have to be installed on the client that the user would use for this -- so as to do so. (Of course, when the user would access the upstream repository by way of HTTP, and when the repository would be read-only to the user, then any changes that the user would make onto the codebase of the repository, when submitted, those changes would need to be submitted by way of email. TLA could be used as to make this fairly easy, however -- the user could simply produce a 'changeset' batch, then tar-gzip it up, and send) The HTTP access method , it should not serve to occasion any burden on the common-lisp.net web server. TLA operates as to package each changeset, packaging the files of each one into an individual, gzipped tape archive (and then, the archive file is checksummed). So, rather than a group of individual files being accessed, it would be a single, compressed archive, accessed by the TLA client, and accessed on each selected changeset. (You know, I would like to recommend the following, to your consideration, and I will have to take care of such, on the Tioga project's TLA archives -- will have to look back over this email, after sending it: That some robots-exclusion rules should be made, such that would be mapped onto the HTTP-accessible compliments of the project's TLA archive directories -- as such, into a robots.txt file in the host's document root, and so as to prevent access that may be otherwise made to those directories, as by web-spidering systems. There's not much sense they could probably make of those gzipped archives, anyway.) I'm sure you may be aware of the previous. I'm sure that you may be aware, additionally, that TLA need not be installed onto the system that would be running the file hosting for an archive, as when that host would be remotely accessible. All of what a GNU Arch client does, in regards to archive files, it is all done remotely, in access onto the filesystem. Client authentication, then, would be left to the host's operating system, and to the service managing the mechanism for the archive access. ------ That text, in the section immediately previous, I will have to take it as it being a first draft to an introductory tutorial about GNU Arch. I am glad to have found this opportunity for to have begun upon the work. I mean this as in a joke, the following, but with some humor, meant as to be kind in tone: If this would appear as it being a long email for you to read, then will you guess at how it has been, for my to have written this? (I have thought that it has been worth the effort. Of course, I can only expect if you would volunteer to read this.) I think that the previous sections have been to the end of what I have considered that I should state, as in this request for the initialization of the Tioga project at common-lisp.net Should you consder that this request will be met with approval: I would like to thank you, then, for this opportunity to make the Tioga project available, within it being provided in a comfortable, central location. Formally, Sean Champ gimmal at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: schamp.public-projects.public-key.asc Type: application/pgp-keys Size: 1702 bytes Desc: ASCII-armored public GPG key, "Sean Champ (public projects) " URL: From root at common-lisp.net Sun Aug 6 00:42:14 2006 From: root at common-lisp.net (root) Date: Sat, 5 Aug 2006 20:42:14 -0400 (EDT) Subject: [admin] added tioga; owned by schamp Message-ID: <20060806004214.D92A463036@common-lisp.net> Add successful at 2006.08.05.20.42. From erik.enge at gmail.com Sun Aug 6 01:07:48 2006 From: erik.enge at gmail.com (Erik Enge) Date: Sat, 5 Aug 2006 21:07:48 -0400 Subject: [admin] project-creation request for common-lisp.net - tioga project In-Reply-To: <200608051702.21141.gimmal@gmail.com> References: <200608051702.21141.gimmal@gmail.com> Message-ID: <58f839b70608051807kbd8b7a0peb755ecd4b6f2654@mail.gmail.com> I have approved and created this project but I have some comments: On 8/5/06, Sean Champ wrote: > - ultimately, to make a Linux distribution Personally I would recommend against this and urge you to put time into the various "lispbox" packages out there (see common-lisp.net/project/lispbox). Or failing that, put time into the CL packages that already exist for Debian. That's just my personal opinion and bears no impact on how you choose to handle the Tioga project. > - To gather, to develop, and to draw focus to a number of 'baseline libraries' > for the Common Lisp environment -- one of which would be the SSC project, I > observe, recently added to common-lisp.net. This may be served better as a separate project. Don't try to do too much under one project banner. > - In addition to the other (standard) project mailing lists I would like to > request if a 'tioga-admin' list may be initialized for the project. There's by default a tioga-devel list that you may use for that purpose. Won't that work? > I mean this as in a joke, the following, but with some humor, meant as to be > kind in tone: If this would appear as it being a long email for you to read, > then will you guess at how it has been, for my to have written this? I don't know but you need to relax on the typing or you'll end up with tendonitis in your wrists, or worse. Erik. From erik.enge at gmail.com Mon Aug 7 11:40:12 2006 From: erik.enge at gmail.com (Erik Enge) Date: Mon, 7 Aug 2006 07:40:12 -0400 Subject: [admin] project request In-Reply-To: References: Message-ID: <58f839b70608070440r49f54715i80cc7f0dd4b39b2b@mail.gmail.com> Done. From root at common-lisp.net Mon Aug 7 11:26:28 2006 From: root at common-lisp.net (root) Date: Mon, 7 Aug 2006 07:26:28 -0400 (EDT) Subject: [admin] added cl-component; owned by nallen Message-ID: <20060807112628.F31B62E1B8@common-lisp.net> Add successful at 2006.08.07.07.26. From danieldickison at gmail.com Tue Aug 8 05:23:35 2006 From: danieldickison at gmail.com (Daniel Dickison) Date: Tue, 8 Aug 2006 01:23:35 -0400 Subject: [admin] Request for new project Message-ID: Hello, My name is Daniel Dickison. I've been working on a Common Lisp project C-to-FFI which aims to make the generation of FFI definitions as automated as possible. This project makes use of GCC-XML which turns C files into XML (using an actual, patched, gcc preprocessor), which my code then turns in to UFFI forms. Currently, full functionality is only available in OpenMCL, although it should be easily portable to other lisps. Eventually, I would like to have C-to-FFI generate code not only for UFFI but CFFI also. I want to post it on Common-Lisp.net so that other Lispers could give me feedback -- on the API or whether such a tool is even needed. I personally think such a tool is valuable, and I haven't found preexisting solutions. CParse is one such project, but it appears to be CMUCL-specific and old. If you would kindly host this project, I would like to have a darcs repository. As for license, I have not really considered this, but I suppose BSD-style will do if I must specify. And below is my PGP public key. I look forward to hearing from you. Daniel -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.2 (Darwin) mQGiBETX5XoRBACP2RgB3hBG07Uz/tIA/dkJ7+oyRpmZSEMPdMScXu0YpJ+miipI 3QZcTTiCQdwanEzTZlU+DNLEgbAVyatR4DH+PG/Nvb1D+BpDBJU0zYzQXCONOP2L yDQM84W0npF3c+0V5RxcqRLErlwzTcfNWTtnuW5wafVcYF6x5bDNpDNWXwCgx783 /yPfeDBNSUE5rk4jJxlrw6cEAIb+ToKhQVBYzDUNfM7iQAybDFZ33xmyj9JX+aMA 8txgh+hShHcd9b2GUmstf1jBn5XxL3vzXA/HdDwefGvpnUFqPicpDy23IZqgv0nY XVKHIOl5gvuTcagTIwfH5s78OoWvxe2UqNDwuu8qyDchVXLjCYG0Vrf+Gyy/cFmB MPdmA/0fUZj7NUBXiUuUh5JUojoYhnCdL7bhGkSGqDXaacL3Stjks41QMnzQ1Pg1 Em9xZjamOeOEbkcniCMVun8OdPRu6uXY1p5qv2gePvJOXn3NlQBWEpV2IaC+YO+y Hjzjw0tlRp2vcWoZg1Hv/KwIiMZtcCDn/XN63k5ebDgnagpIa7QqRGFuaWVsIERp Y2tpc29uIDxkYW5pZWxkaWNraXNvbkBnbWFpbC5jb20+iGAEExECACAFAkTX5XoC GwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRC1slext0RdOOiKAKCHgIMr1Icx LlEEXmEG1Iyho69kfwCfWcef3IhQd6wgdjSCndOH2fAxeKS5Ag0ERNfllhAIAN4j 30F7NFgpA7C5aN4KRoiO1bKXxD8PPpb8LZPd/AswGkjrjdxo1KhT0b6H/LY91CMZ aWIGvpVRPvTdk+Blr5/r05oTpJG8dqZHp8xtENW0ps4NrZwjLkt2icZM0vWmcAEf jbrvnPCVA+2mIZCwCJ3u9VDTbBLau0RJyQnl3R6uN992vm5/c0e6hQjzET6OhJAL cGW9Tq07Em2qVMfh8nExwIQrTTFTz6L5WS9+U78dSPjNQTY/HvwVrC2tE0Y4fOj7 r7AJqfq+mMIFs2ggFjVO7PCxOnHIk5nyT8u5qppRAyNWDSOsDiM4TywNJ1wqfLOX v5ri1d8f6sb3fUwEVV8AAwUIAKc0arA/8hmRb+o3s+8CB9paSvPOoc7ekur0Nf3p bi9SRNZLgiwebCz4esUd86TDBg4PmXKnXp3NXRwush9OiapAtyAHueWm68XAdl5Q M+a8CElMmStqmO+dg1bXce3xxMWev5rhtHrCy00J3QXtT9KMP57BRU9qXY62/7CX AiRlK39mauceezcmVKNMujxeZIZaIdU8vQg0j0QPXhI/bGo3u5CaZAnGzlmqH5YB F6+i7/Tl22zBEstQFny/jN922c5d1AyonSdwXHFZCebak+/dbQd/ef96GyF6nPap 2h43HNVxTEqO355GSdwwyEO+NBh2uvPlhSxT925abMMiHzyISQQYEQIACQUCRNfl lgIbDAAKCRC1slext0RdOL81AJ0QAbKkKe+EcpIRX9JQyzDkWTG/KQCeMgi2u9/7 AXxuHYWLL4v75oEakH4= =KLdh -----END PGP PUBLIC KEY BLOCK----- From erik.enge at gmail.com Tue Aug 8 13:52:50 2006 From: erik.enge at gmail.com (Erik Enge) Date: Tue, 8 Aug 2006 09:52:50 -0400 Subject: [admin] Request for new project In-Reply-To: References: Message-ID: <58f839b70608080652k6bd5894bpe9e425f3b4b50786@mail.gmail.com> On 8/8/06, Daniel Dickison wrote: > My name is Daniel Dickison. I've been working on a Common Lisp > project C-to-FFI which aims to make the generation of FFI definitions > as automated as possible. What would you like to name your project? Thanks, Erik. From erik.enge at gmail.com Tue Aug 8 14:50:13 2006 From: erik.enge at gmail.com (Erik Enge) Date: Tue, 8 Aug 2006 10:50:13 -0400 Subject: [admin] Request for new project In-Reply-To: References: <58f839b70608080652k6bd5894bpe9e425f3b4b50786@mail.gmail.com> Message-ID: <58f839b70608080750v5877affcvc2974cdfc559c2e8@mail.gmail.com> Done. From root at common-lisp.net Tue Aug 8 14:36:22 2006 From: root at common-lisp.net (root) Date: Tue, 8 Aug 2006 10:36:22 -0400 (EDT) Subject: [admin] added c2ffi; owned by ddickison Message-ID: <20060808143622.7FD9672C3@common-lisp.net> Add successful at 2006.08.08.10.36. From danieldickison at gmail.com Tue Aug 8 14:47:28 2006 From: danieldickison at gmail.com (Daniel Dickison) Date: Tue, 8 Aug 2006 10:47:28 -0400 Subject: [admin] Request for new project In-Reply-To: <58f839b70608080652k6bd5894bpe9e425f3b4b50786@mail.gmail.com> References: <58f839b70608080652k6bd5894bpe9e425f3b4b50786@mail.gmail.com> Message-ID: >> My name is Daniel Dickison. I've been working on a Common Lisp >> project C-to-FFI which aims to make the generation of FFI definitions >> as automated as possible. > > What would you like to name your project? I was thinking of using the name "C-to-FFI", but it looks like that's what LispWorks calls its system for doing the same thing (http:// www.lispworks.com/documentation/lcl50/aug/aug-101.html). So instead I'll go with "c2ffi" to avoid confusion. Daniel From peter.denno at nist.gov Wed Aug 9 13:22:19 2006 From: peter.denno at nist.gov (Peter Denno) Date: Wed, 9 Aug 2006 09:22:19 -0400 Subject: [admin] Request for CVS admin privileges for Leonid Novikov on cells-gtk Message-ID: <200608090922.36371.peter.denno@nist.gov> Hi, Could Leonid Novikov (ln at bk.ru) be granted CVS admin privileges on the cells-gtk repository? His ssh public key is below. Does he need to provide a pgp key? ssh-dss AAAAB3NzaC1kc3MAAAEBAJMybukRbpTp7123cKF8tZZBzEuU8iHPGW+DNor82azRJnB3nI8Z2gBxBiZFZn7NHLfWlbfSQnsl8/H3pIeUklXarSoglp7xD6o2biyNh1XspiEAEiHB78VnKL9VMJrr5+q9i6NjKR/xkMDidVnu14Y3nDIWJ5KZm1BHOCH9O9Z4ucR3JQBBdq0uNjuN8qU8uxaEdxXN/vkFdJJfAhsZ6GgqRNAo6ELP+3KInZVBp+LU1Ru2d1qwPI34Ye3EcuW+KGpF/vT3NYbKxiSDDWhVc50YaQh8wlQxDNTTmBNwMeUsKHOg2jyCwblwbn4dIQ2K1CwnuhwTxnDtvL0TFKVXvQcAAAAVALGGKjeTRD8yXXm29UMqi4iSh/57AAABAAGxzNxyN9kLLvS+ai/wY44tw4h+R4UV7OEaIh6mON/oUgA/Eg9rSZ9rdNsnWENBwVzpsyq4w5C5kOO+meU+ciHfwgsEHGiADB8KgFLK+BA31Gcz2OZpR9aWWEp2KzF0thXO0foN0LKF2+XrMVgx8SFSGA5ZlV+EiU2wepVeTD7c6KVsZmmakDFhz665qGShE/Yjd3vrt7kUdH74kJ8uHtbeSHXCXuiLe6UYdNhz0W0e7CmjQv0MwrfF1FKkiksYsY0jy7hO8pBips4Qyj33OB9GgyAMtyLOzb7NEDDLuHVsxLAkQ/oKmfXvuU9o8TcDEnwywpZwFfveY/+MtUMGJc8AAAEBAIa+ct4vkQmSwMAamXG4lztSxiOwM/p1fKmuA8X7cUaF9hJM/yLqge2diUbTIZ630Inp8uIpKEeMaaHaDWeF8q3fbr3heNCJYO/hW5CaHsUDFlcAaOQnL4otFqwaI/XUJ8LrN+ll8WIX3xgKy47vzMo7EB4kO481ca3xClfFI+221hI6faWUjm2KjxXH/in/O3/xzdZDTPyry0rsEe3mQBwbfohxodZZzsLNmXW+lHtpvBLBmUr6Jg7YYaLdvFkT9b8qmFG0Yuv5ejYd9lKwFHXg9+F5G8goB+t9s3V4ziskxEwfpiR6z1zmuST/7zQHBGu5Fzxev1tttis5JfDO0P0= ???@YOUR-384JH9SV0B Thanks! -- - Best regards, Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From erik.enge at gmail.com Wed Aug 9 13:36:12 2006 From: erik.enge at gmail.com (Erik Enge) Date: Wed, 9 Aug 2006 09:36:12 -0400 Subject: [admin] Request for CVS admin privileges for Leonid Novikov on cells-gtk In-Reply-To: <200608090922.36371.peter.denno@nist.gov> References: <200608090922.36371.peter.denno@nist.gov> Message-ID: <58f839b70608090636m7309c879i212396871963ebac@mail.gmail.com> On 8/9/06, Peter Denno wrote: > Could Leonid Novikov (ln at bk.ru) be granted CVS admin privileges on the > cells-gtk repository? His ssh public key is below. Does he need to provide a > pgp key? Yeah, I need his GPG public key. (CC'ing Kenny since he technically is the owner of the project.) Thanks, Erik. From erik.enge at gmail.com Thu Aug 10 14:53:49 2006 From: erik.enge at gmail.com (Erik Enge) Date: Thu, 10 Aug 2006 10:53:49 -0400 Subject: [admin] Request for CVS admin privileges for Leonid Novikov on cells-gtk In-Reply-To: <44DB4808.4070208@bk.ru> References: <200608090922.36371.peter.denno@nist.gov> <58f839b70608090636m7309c879i212396871963ebac@mail.gmail.com> <44DB4808.4070208@bk.ru> Message-ID: <58f839b70608100753w352a781dr2f63c1d8a8b12dff@mail.gmail.com> Done. From ln at bk.ru Thu Aug 10 14:51:52 2006 From: ln at bk.ru (Novikov Leonid) Date: Thu, 10 Aug 2006 18:51:52 +0400 Subject: [admin] Request for CVS admin privileges for Leonid Novikov on cells-gtk In-Reply-To: <58f839b70608090636m7309c879i212396871963ebac@mail.gmail.com> References: <200608090922.36371.peter.denno@nist.gov> <58f839b70608090636m7309c879i212396871963ebac@mail.gmail.com> Message-ID: <44DB4808.4070208@bk.ru> My gpg and ssh public keys Erik Enge wrote: > On 8/9/06, Peter Denno wrote: > >> Could Leonid Novikov (ln at bk.ru) be granted CVS admin privileges on the >> cells-gtk repository? His ssh public key is below. Does he need to >> provide a >> pgp key? > > > Yeah, I need his GPG public key. > > (CC'ing Kenny since he technically is the owner of the project.) > > Thanks, > Erik. > > . > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: gpg.pub URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: id_dsa.pub URL: From smishra at sfmishras.com Tue Aug 15 18:02:27 2006 From: smishra at sfmishras.com (Sunil Mishra) Date: Tue, 15 Aug 2006 11:02:27 -0700 Subject: [admin] Please restore mailing list administrative access Message-ID: <44E20C33.7020600@sfmishras.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have lost my administrative password for the mailing lists fret-devel and fret-announce. Can you please give me a new password? Thanks, Sunil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE4gwzjRnqWMAEf1cRAs2bAKDPH1D2BzB/TjFLGaiTOtPUZTJHkQCgy73h o+oA+lQjFclJ49MqmO4Lkes= =qyDV -----END PGP SIGNATURE----- From erik.enge at gmail.com Tue Aug 15 19:04:22 2006 From: erik.enge at gmail.com (Erik Enge) Date: Tue, 15 Aug 2006 15:04:22 -0400 Subject: [admin] Please restore mailing list administrative access In-Reply-To: <44E20C33.7020600@sfmishras.com> References: <44E20C33.7020600@sfmishras.com> Message-ID: <58f839b70608151204u786e601fj6abd49ff2445adb@mail.gmail.com> On 8/15/06, Sunil Mishra wrote: > I have lost my administrative password for the mailing lists fret-devel > and fret-announce. Can you please give me a new password? Yep, no problem. It should have been mailed to you via your common-lisp.net account. Thanks, Erik. From smishra at sfmishras.com Wed Aug 16 17:03:10 2006 From: smishra at sfmishras.com (Sunil Mishra) Date: Wed, 16 Aug 2006 10:03:10 -0700 Subject: [admin] Please restore mailing list administrative access In-Reply-To: <58f839b70608151204u786e601fj6abd49ff2445adb@mail.gmail.com> References: <44E20C33.7020600@sfmishras.com> <58f839b70608151204u786e601fj6abd49ff2445adb@mail.gmail.com> Message-ID: <44E34FCE.8040400@sfmishras.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks! Turns out there's also a fret-cvs list. Can you also fix my access to that? Thanks, Sunil Erik Enge wrote: > On 8/15/06, Sunil Mishra wrote: >> I have lost my administrative password for the mailing lists fret-devel >> and fret-announce. Can you please give me a new password? > > Yep, no problem. It should have been mailed to you via your > common-lisp.net account. > > Thanks, > Erik. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE40/OjRnqWMAEf1cRApMSAJ9GFOSDuAiNm0uiiVgoL8VAzGgcBQCgjKDs VCmykP0/fG6vomQ6J9w2BXU= =QNIw -----END PGP SIGNATURE----- From jeffrey at cunningham.net Wed Aug 16 12:34:32 2006 From: jeffrey at cunningham.net (Jeffrey Cunningham) Date: Wed, 16 Aug 2006 05:34:32 -0700 Subject: [admin] application for account to file a bug in Trac Message-ID: <20060816123432.GA8774@achilles.olympus.net> I'd like to submit a bug but need an account to do so. Here is my gpg key. -jeff cunningham -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.5 (GNU/Linux) mQGiBDTYjRMRBADdxikWImxSyjwSR125gLlWKE1TE3hNiuMWsXzTKPvX6jXDgiLP WCpGMYVSTOWG0jSluysie/smXHUehbgD5ey6YcwWXRAE70RsKqRUsOrZ0iels7Hg TC0HuDSsz90HF0fjxYvjRA0vceTNOcSBUVKUaOfYm2z5wymQihSiZbRxLwCg/7Wj K+0ra/j4DXVIN3Jc4TJLdZkD+wdMSFrCYiHuSIi/7lShy5KD1yH+ZQY3ijvOWlwn a+o9ooQGMxZ6MHNQSyz5ltocAT+4CXYEcnn5Y7RFzD8XWfG9misfP2vnTRSj7ix4 NJ9JfdLMHdFgCdiVo7N/f/BMsw2K051UfP/kZVTwX35Iq4Vb/L5Vqy7ogjI/22sq Pbw7BADP2qIafF098s3rNc4Yh8ZTUcw2/qqhd2WSUeG2LvaAR/FArB1WmlfhOYwy /V70UnnRArwMVVXbdcW2eLKik5CTPg6J5g5ZZW1EJzqw0OnRNmO8hLZWZBf1l0pn HNeudxJfVkciIVaQ0KkVijNCqpezE+4zefLhfbwGpjJa7V/6c7QuSmVmZnJleSBL LiBDdW5uaW5naGFtIDxqZWZmcmV5QGN1bm5pbmdoYW0ubmV0PohLBBARAgALBQI4 +0deBAsDAgEACgkQTdtxIslS0H0UdwCg+1KRpSgG0yEhuGbBt9hAjX+8uVQAn0HQ mmICqeJncIupmqhGwF4LUHLltDdKZWZmcmV5IEsuIEN1bm5pbmdoYW0gKEFwb2xs bykgPGplZmZyZXlAY3VubmluZ2hhbS5uZXQ+iF4EExECAB4FAj9OqosCGwMGCwkI BwMCAxUCAwMWAgECHgECF4AACgkQTdtxIslS0H0w1QCg6z5Fj/RR3zHQr1hRtDd9 t7LLpncAn1ChCVrh2cQ9j9RW8sUPay/k7f6fuQINBDTYjRMQCAD2Qle3CH8IF3Ki utapQvMF6PlTETlPtvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33TGSGSfgMg71l 6RfUodNQ+PVZX9x2Uk89PY3bzpnhV5JZzf24rnRPxfx2vIPFRzBhznzJZv8V+bv9 kV7HAarTW56NoKVyOtQa8L9GAFgr5fSI/VhOSdvNILSd5JEHNmszbDgNRR0PfIiz HHxbLY7288kjwEPwpVsYjY67VYy4XTjTNP18F1dDox0YbN4zISy1Kv884bEpQBgR jXyEpwpy1obEAxnIByl6ypUM2Zafq9AKUJsCRtMIPWakXUGfnHy9iUsiGSa6q6Je w1XpMgs7AAICB/9f8Db1K6fBUSFCVvlMg4zWwzYogHEAcH6bYPIPRL4VKuUAuFau c5WAaReFEpEKc8DFH5JiG5DnQeB8h8iI+LJku/nSLPaTT/2jy1bM/QRZxGCvCDaA oOxw/qfahgC+zYqZ2KDXZJ98Jgt0eBwe0YxEX1RGH0MnVc8h80vrJ8OwplWuS/1X 4LKLONw0ZHBKpvVA65Hfgoo7RVbEJWchF1U/Rm25m8Y8o9Na4Y0JvyQqSlBfW97A H23myUgjXB/CkGDgkbN51Evu5ENEEb4//YM7k5zPaeWETaiVjDxNBsgZQfKJReRH qFugqqoRRwIIZz+D3ih/V7rD8atLvuNphyH/iEYEGBECAAYFAjTYjRMACgkQTdtx IslS0H0sMQCg0ge5jCg+DFx2Yt4v2VeV/fuW5UAAoJalpUPL1YYcFpA6CmIN/z2o dr0X =z0PL -----END PGP PUBLIC KEY BLOCK----- From erik.enge at gmail.com Wed Aug 16 17:29:29 2006 From: erik.enge at gmail.com (Erik Enge) Date: Wed, 16 Aug 2006 13:29:29 -0400 Subject: [admin] Please restore mailing list administrative access In-Reply-To: <44E34FCE.8040400@sfmishras.com> References: <44E20C33.7020600@sfmishras.com> <58f839b70608151204u786e601fj6abd49ff2445adb@mail.gmail.com> <44E34FCE.8040400@sfmishras.com> Message-ID: <58f839b70608161029n39df975esd0907b79d163f566@mail.gmail.com> Done. From erik.enge at gmail.com Wed Aug 16 17:30:59 2006 From: erik.enge at gmail.com (Erik Enge) Date: Wed, 16 Aug 2006 13:30:59 -0400 Subject: [admin] application for account to file a bug in Trac In-Reply-To: <20060816123432.GA8774@achilles.olympus.net> References: <20060816123432.GA8774@achilles.olympus.net> Message-ID: <58f839b70608161030n28911715xd984df2c9c082376@mail.gmail.com> Done. From ingvar at hexapodia.net Tue Aug 22 16:35:02 2006 From: ingvar at hexapodia.net (Ingvar) Date: Tue, 22 Aug 2006 17:35:02 +0100 Subject: [admin] Project request, "gamelib" Message-ID: Project purpose: Provide a library with support for "common game tasks". The initial idea idea is to extract the 2D code (tiled backgrounds, moving object handling, Ai and such from Gatlopp) and the 3D wireframe code from Pantzer and provide this as a "games-2d" and a "games-3d" module. In the fullness of time, the scope of the project may be expanded (sound, win32 interaction, possibly something shader-related). Project members (so far): Ingvar Mattsson (preferred username, "ingvar") Project license: MIT license GPG public key: -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.3 (GNU/Linux) mQGiBDvoTlYRBACa8gI/m2Kb+St8y3tFKzi2xBmR53YtTjUgxs4cvViIydYAZQze MHlZDujVT1d7qVi62YsLXeVYq48UNdTSy57lnxPEJlYNhlRgHvfAhktWFnMMeWyc 2Oz90wR7WMp7IC9UTNUl4VANs2F4xSfoU3uib6bCwHoOljgtxCKIBqUObwCgsG+V +MUppQIi3xL3vUnZZVB6ca8D/2dmL00O5w5yKnAdOHOx+Q4vEy0wlC9HrqEI88tA cG07sAeEDA85RRCwjGYJ1U79RhNaMN4BWQevtYyDSOKFKoeE21/XHWuZZwGNJ/7p 6Wmzavki89NL9NC+7TigOGZ3SCLXGMkmN5yHVH/tRwFBxsTv5J1UOM9/1w+SMuU3 NVsvA/oCZSChlWeRYWiT35V3ISfRQdEdYzOF/zy+r/YMg2N69vJ4cewkyboIejTm jsW0FjC9dNu2Oj00UcHfmkEB1I7X8CHIWMO45e1cvwGbudvhxEnyxIyAA5hQdQix 6uv6BSOuIIlOulg+VKaZ4E9p+vaEWr9G60JFmjTZICXgEaAzJbQpSW5ndmFyIE1h dHRzc29uIDxpbmd2YXJAY2F0aG91c2UuYm9maC5zZT6IVwQTEQIAFwUCO+hOVgUL BwoDBAMVAwIDFgIBAheAAAoJEGxIYo8iZ/O4g7gAoJfFWwnCYNaeTu3CigdqRG1i qUuEAKChoVltXRPVQtGL/6fLlHCuvSVVm7QmSW5ndmFyIE1hdHRzc29uIDxpbmd2 YXJAaGV4YXBvZGlhLm5ldD6IXgQTEQIAHgUCQnhotwIbIwYLCQgHAwIDFQIDAxYC AQIeAQIXgAAKCRBsSGKPImfzuBPRAKCroGg0Q/gMq6IBB/gZRYntxNRSLQCfTFXh 4eUvIC4Zn/RcY6RSg9YCIju5AQ0EO+hOYxAEAKYcdsXTSyppcfP3ZGXNILhM21tX RrMVYrJ5vgxxythYX+Lf4h79DYLpOU81oMKeVV4DGq6ISZ8GjAC5sk3UIll5gdXH LVgE3CLmgkFfcRx8d1c/64/C4pbeTrGTKdG6gVvKV/ydhcSQ2SOC+fT4Y3wi5ewt P/IRiAKby8q+IyN3AAQNA/0V8R1KQStWGBrC9G+0m2a8hMyRn0+r8/3RsmauB6zq cSeYl9I0N/ZTP6CpKGg9ojGUWUH1fJ8n/neYiWkfL1PvSPF2AHJVGA6sRKOZy7mM w3ECfNFSSaEb646TgvATUDtQVcWSOsKq0lh5s3/VxUK+bZFnMFyHfXRQ3KfF0RHq 9ohGBBgRAgAGBQI76E5jAAoJEGxIYo8iZ/O4aIQAoJ9ptpz7KUngkDI+KjnCUWo9 lHorAJoDADbeSYwmk9ESlrkEOnjX3tzq6w== =3XHr -----END PGP PUBLIC KEY BLOCK----- (also available on assorted key servers) If any more info is wanted or needed... //Ingvar From root at common-lisp.net Tue Aug 22 17:11:30 2006 From: root at common-lisp.net (root) Date: Tue, 22 Aug 2006 13:11:30 -0400 (EDT) Subject: [admin] added gamelib; owned by imattsson Message-ID: <20060822171130.8BC9D46126@common-lisp.net> Add successful at 2006.08.22.13.11. From erik.enge at gmail.com Tue Aug 22 17:27:26 2006 From: erik.enge at gmail.com (Erik Enge) Date: Tue, 22 Aug 2006 13:27:26 -0400 Subject: [admin] Project request, "gamelib" In-Reply-To: References: Message-ID: <58f839b70608221027v7a3550f3hc9ab550d0e52d08f@mail.gmail.com> Done. On 8/22/06, Ingvar wrote: > Ingvar Mattsson (preferred username, "ingvar") Sorry, strict username policy. Thanks, Erik. From der_julian at web.de Sun Aug 27 16:37:29 2006 From: der_julian at web.de (Julian Stecklina) Date: Sun, 27 Aug 2006 18:37:29 +0200 Subject: [admin] Old darcs Message-ID: <44F1CA49.7030501@web.de> Hello, i realized after problems pushing some patches that the darcs version on common-lisp.net is quite old (1.0.2) wrt. the current version 1.0.8. Is it possible to update the installed version, or is there anything speaking against it? Regards, Julian From erik.enge at gmail.com Mon Aug 28 13:31:36 2006 From: erik.enge at gmail.com (Erik Enge) Date: Mon, 28 Aug 2006 09:31:36 -0400 Subject: [admin] Old darcs In-Reply-To: <44F1CA49.7030501@web.de> References: <44F1CA49.7030501@web.de> Message-ID: <58f839b70608280631r7120a640p4da65b8e26cdd1ef@mail.gmail.com> On 8/27/06, Julian Stecklina wrote: > i realized after problems pushing some patches that the darcs version on > common-lisp.net is quite old (1.0.2) wrt. the current version 1.0.8. Is > it possible to update the installed version, or is there anything > speaking against it? It is possible. The current situation is that I'm running the Debian package and that it is the most recent Debian package available for stable. Doesn't mean we can't compile our own but I'm pressed for time, as usual. If someone could write a script that untar'd, compiled and installed darcs I would be happy to run that on common-lisp.net and remove the Debian package. Make sure it works with the darcsweb version we have (0.14) or provide an upgrade path for that, too. Thanks, Erik. From der_julian at web.de Mon Aug 28 21:33:12 2006 From: der_julian at web.de (Julian Stecklina) Date: Mon, 28 Aug 2006 23:33:12 +0200 Subject: [admin] Old darcs In-Reply-To: <58f839b70608280631r7120a640p4da65b8e26cdd1ef@mail.gmail.com> References: <44F1CA49.7030501@web.de> <58f839b70608280631r7120a640p4da65b8e26cdd1ef@mail.gmail.com> Message-ID: <44F36118.6090403@web.de> Erik Enge wrote: > On 8/27/06, Julian Stecklina wrote: >> i realized after problems pushing some patches that the darcs version on >> common-lisp.net is quite old (1.0.2) wrt. the current version 1.0.8. Is >> it possible to update the installed version, or is there anything >> speaking against it? > > It is possible. The current situation is that I'm running the Debian > package and that it is the most recent Debian package available for > stable. Doesn't mean we can't compile our own but I'm pressed for > time, as usual. If someone could write a script that untar'd, > compiled and installed darcs I would be happy to run that on > common-lisp.net and remove the Debian package. Make sure it works > with the darcsweb version we have (0.14) or provide an upgrade path > for that, too. Since it is suboptimal to circumvent the packaging system, I would suggest the method described at http://www.pro-linux.de/news/2002/4709.html which explains how to install unstable packages (darcs and darcsweb) in a otherwise stable system. Building darcs from source involves a lot of dependencies (i.e. a Haskell compiler), but if the method described above is not an option, I guess I can hack a script that builds it. Regards, Julian From gimmal at gmail.com Fri Aug 11 10:40:17 2006 From: gimmal at gmail.com (Sean Champ) Date: Fri, 11 Aug 2006 10:40:17 -0000 Subject: [admin] clnet shell host - "No space left on device" /dev/sda1 Message-ID: <200608110347.38814.gimmal@gmail.com> Hello, I had opened up a connection to my shell account at the clnet shell host, tonight, when I had wanted to add a variable to my ~/.bash_profile, there. Upon my trying to save the file, then I found this message from xemacs: Writing file: No space left on device, ~/.bash_profile (Upon looking at the file, in the shell, then, I found that that file had been zeroed. Such appears to have been an unfortunate consequence.) My not wanting to altogether loose my ~/.bash_profile -- it was still opened in XEmacs then -- I had tried to save the file, temporarily, under /project/tioga/public_html/dot-something. It was then, when I found a similar "no space left on device" message, repeated about that file. Jumping to the end of this, I'm seeing the following from 'df' on clnet: Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 24083540 24083540 0 100% / tmpfs 516596 0 516596 0% /dev/shm /dev/sda2 4177588 1650296 2527292 40% /var I thought I should bring this to your attention. Thank you. -- Sean Champ