[no subject]

2011-01-02 Thread D N
Earn upto Rs. 9,000 pm with *Paisa**Live.com!* -- Hi , I have something interesting for you - you can easily *earn regular income online* via PaisaLive.com! It’s really amazing! You get paid to open & read the contents of PaisaLive mails. You also receive special dis

Re: Safe File Update (atomic)

2011-01-02 Thread Enrico Weigelt
* Ted Ts'o schrieb: > This is possible. It would be specific only to file systems that > support inodes (i.e., ix-nay for NFS, FAT, etc.). FAT supports inodes ? IIRC it puts all file information (including attributes and first data block) directly into the dirent ... > Some file systems woul

Re: Safe File Update (atomic)

2011-01-02 Thread Ted Ts'o
On Sun, Jan 02, 2011 at 03:14:41PM -0200, Henrique de Moraes Holschuh wrote: > > 1. Create unlinked file fd (benefits from kernel support, but doesn't > require it). If a filesystem cannot support this or the boundary conditions > are unaceptable, fail. Needs to know the destination name to do t

Re: Safe File Update (atomic)

2011-01-02 Thread Ted Ts'o
On Sun, Jan 02, 2011 at 04:14:15PM +0100, Olaf van der Spek wrote: > > Last time you ignored my response, but let's try again. > The implementation would be comparable to using a temp file, so > there's no need to keep 2 g in memory. > Write the 2 g to disk, wait one day, append the 1 k, fsync, up

Re: Introducing the "Debian's Automated Code Analysis" (DACA) project

2011-01-02 Thread Paul Wise
On Mon, Jan 3, 2011 at 1:36 AM, Stefano Zacchiroli wrote: > Has the service ever been announced anywhere before this mail of yours? > (It is mentioned in the db.d.o archive, but not much more than that) Not AFAIR, I missed the talk at DebConf10 that Russ mentioned though. Looks like the setup a

Bug#608712: ITP: libjeval-java -- JEval is a library for mathmatical, boolean and functional expression parsing

2011-01-02 Thread Daniel Thomas
Package: wnpp Severity: wishlist Owner: Daniel Thomas * Package name: libjeval-java Version : 0.9.4 Upstream Author : Robert Breidecker * URL : http://jeval.sourceforge.net/ * License : Apache-2.0 Programming Lang: Java Description : JEval is a librar

Bug#608709: ITP: discount -- Implementation of Markdown markup language in C

2011-01-02 Thread Alessandro Ghedini
Package: wnpp Severity: wishlist Owner: Alessandro Ghedini * Package name: discount Version : 2.0.3 Upstream Author : David Parsons * URL : http://www.pell.portland.or.us/~orc/Code/discount/ * License : BSD-like Programming Lang: C Description : Implem

Re: devel files and libraries in /lib

2011-01-02 Thread Michael Biebl
On 02.01.2011 04:22, Jonas Meurer wrote: > In Debian sid, as already written this is the case for the following > packages (according to amd64 Contents.gz[2]): > libnih-dev, libnih-dbus-dev, libsplashy1-dev > > The following packages install development .a library to /lib in Debian > sid[3]: > lib

Re: Safe File Update (atomic)

2011-01-02 Thread Adam Borowski
On Sun, Jan 02, 2011 at 04:14:15PM +0100, Olaf van der Spek wrote: > On Sun, Jan 2, 2011 at 8:09 AM, Ted Ts'o wrote: > > The O_ATOMIC open flag is highly problematic, and it's not fully > > specified. Note that on the other side of the fence there's something called TxF (Transactional NTFS). I d

Re: ITP: yade -- Platform for discrete element modeling.

2011-01-02 Thread Anton Gladky
Hi, Discrete element method is the numerical method of modelling a large number of particles, their stresses and displacements. It can be used as for granular material simulating as well as solid materials (rocks, concrete etc.). I think wikipedia explains better, than me: http://en.wikipedia.org

Re: Introducing the "Debian's Automated Code Analysis" (DACA) project

2011-01-02 Thread Russ Allbery
Stefano Zacchiroli writes: > On Sun, Jan 02, 2011 at 10:43:06PM +0800, Paul Wise wrote: >> https://fossology.debian.net/ > Very interesting! > Has the service ever been announced anywhere before this mail of yours? > (It is mentioned in the db.d.o archive, but not much more than that) I know i

Re: ITP: yade -- Platform for discrete element modeling.

2011-01-02 Thread Bastien ROUCARIES
On Sun, Jan 2, 2011 at 2:58 PM, Anton Gladky wrote: > Package: wnpp > Severity: wishlist > Owner: Anton Gladky > > > * Package name    : yade >  Version         : 0.60 >  Upstream Author : Yade developers > * URL             : https://launchpad.net/yade > * License         : GPL >  Programming L

Re: Safe File Update (atomic)

2011-01-02 Thread Henrique de Moraes Holschuh
On Sun, 02 Jan 2011, Olaf van der Spek wrote: > On Sun, Jan 2, 2011 at 1:52 PM, Henrique de Moraes Holschuh > wrote: > > Olaf, O_ATOMIC is "difficult" in the kernel sense and in the long run.  It > > is an API that is too hard to implement in a sane way, with too many > > boundary conditions. > >

Bug#608676: ITP: gimplensfun -- Gimp plugin to correct lens distortion using the lensfun library

2011-01-02 Thread Evgeni Golov
Package: wnpp Severity: wishlist Owner: Evgeni Golov * Package name: gimplensfun Version : 0.1 Upstream Author : Sebastian Kraft * URL : http://lensfun.sebastiankraft.net/ * License : GPL-3+ Programming Lang: C Description : Gimp plugin to correct lens

Re: Safe File Update (atomic)

2011-01-02 Thread Olaf van der Spek
On Sun, Jan 2, 2011 at 1:52 PM, Henrique de Moraes Holschuh wrote: > Olaf, O_ATOMIC is "difficult" in the kernel sense and in the long run.  It > is an API that is too hard to implement in a sane way, with too many > boundary conditions. > > OTOH, you don't need O_ATOMIC.  You need a way for easy

Bug#608669: ITP: geiser -- generic Emacs/Scheme interaction mode

2011-01-02 Thread David Bremner
Package: wnpp Severity: wishlist Owner: David Bremner * Package name: geiser Version : 0.1 Upstream Author : Jose A. Ortega Ruiz * URL : http://www.nongnu.org/geiser/ * License : BSD Programming Lang: Emacs Lisp Description : generic Emacs/Scheme inte

Re: Safe File Update (atomic)

2011-01-02 Thread Olaf van der Spek
On Sun, Jan 2, 2011 at 8:09 AM, Ted Ts'o wrote: >> You could ask for a new (non-POSIX?) API that does not ask of a >> POSIX-like filesystem something it cannot provide (i.e. don't ask for >> something that requires inode->path reverse mappings).  You could ask >> for syscalls to copy inodes, etc.

Re: devel files and libraries in /lib

2011-01-02 Thread Olaf van der Spek
On Sun, Jan 2, 2011 at 1:37 AM, Steve Langasek wrote: > I don't think there's much room for argument at all, the FHS definition of > /lib is pretty clear. :) > > Yes, this does cause problems for autotools and the like when it comes time > to install, since this FHS-mandated split between /usr/lib

Re: Introducing the "Debian's Automated Code Analysis" (DACA) project

2011-01-02 Thread Paul Wise
On Sun, Jan 2, 2011 at 10:36 PM, Yaroslav Halchenko wrote: > FOSSology? https://fossology.debian.net/ -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Introducing the "Debian's Automated Code Analysis" (DACA) project

2011-01-02 Thread Yaroslav Halchenko
since now even pyflakes are there, next step could be FOSSology? On Thu, 16 Dec 2010, Raphael Geissert wrote: > >...< > * And finally, figure out what I missed, provide feedback, and go back to > step > one. -- =--= Keep in touc

ITP: yade -- Platform for discrete element modeling.

2011-01-02 Thread Anton Gladky
Package: wnpp Severity: wishlist Owner: Anton Gladky * Package name: yade Version : 0.60 Upstream Author : Yade developers * URL : https://launchpad.net/yade * License : GPL Programming Lang: C++ Description : Platform for discrete element modeling.

Bug#608656: ITP: rspec2 -- A Behaviour-Driven Development tool for Ruby

2011-01-02 Thread Tobias Grimm
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org, pkg-ruby-extras-maintain...@lists.alioth.debian.org Package name: rspec2 Version: 2.3 Upstream Author: Chad Humphries, David Chelimsky, The RSpec Development Team URL: http://relishapp.com/rspec License: MIT Description:

Re: Safe File Update (atomic)

2011-01-02 Thread Henrique de Moraes Holschuh
On Sun, 02 Jan 2011, Ted Ts'o wrote: > And of course, Olaf isn't actually offerring to implement this > hypothetical O_ATOMIC. Oh, no! He's just petulently demanding it, > even though he can't give us any concrete use cases where this would > actually be a huge win over a userspace "safe-write" l

Re: Packaging LetoDMS (mydms)

2011-01-02 Thread Uwe Steinmann
On Sat, Jan 01, 2011 at 10:24:24PM +0100, Francisco M. García Claramonte wrote: > Hello all, Hi Francisco, I'm one of the developers for about 2 month now and made most of the recent changes to the code currently only available in svn. > I am trying to package the new upstream version of mydms [1

Bug#608632: ITP: haskell-cmdargs -- Haskell command line parsing library

2011-01-02 Thread Erik de Castro Lopo
Package: wnpp Severity: wishlist Owner: Erik de Castro Lopo * Package name: haskell-cmdargs Version : 0.6.6 Upstream Author : Neil Mitchell * URL : http://hackage.haskell.org/package/cmdargs * License : BSD Programming Lang: Haskell Description : Haske

Phan mem du toan du thau G8

2011-01-02 Thread Du Toan G8
KÍNH GỬI TỚI QUÝ KHÁCH HÀNG: PHẦN MỀM Dá»° TOÁN Dá»° THẦU G8 Phần mềm tính đơn giá dá»± toán, dá»± thầu G8 là phần mềm đã được kế thừa, và liên tục phát triển trong nhiều năm qua. Đây là một phần mềm có nhiều tính năng ưu viá»