Estimated read time: 1 minutes
- how to disable indenting temporarily? use :paste and :nopaste
- how to indent the text after the paste? mark the lines you want to indent in visual mode (use V) then == will indent them :)
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
darcs-deps is a small perl script that displays darcs patch dependencies graphically. i've created a test repo with the following changes:
perl darcs-deps | dot -Tps -o deps.eps
convert deps.eps deps.jpg
here is the result:
nice, isn't it? :)
Estimated read time: 1 minutes
$ echo "date +"%a %b %d %H:%M:%S %Z %Y"
> VMiklos <vmiklos@frugalware.org>
> name
> long
> comment" | dr rec -a --pipe
Estimated read time: 1 minutes
Estimated read time: 1 minutes
i'm currently testing firefox-2.0. here are a few issues:
the first 2 will be fixed in the package, but the last one won't since this is the way the firefox developers decided. in case you want the old way (like me), you'll need the followings:
Estimated read time: 1 minutes
so the python25 repo has been finally merged to -current
we have rebuilt ~155 packages, hopefully everything is fine now again :)
there are 2 kde packages to fix, they will be done by crazy soon
oh and there is a new test in the testsuite to avoid that big number of hardcoded python versions in the FrugalBuilds :)
Estimated read time: 1 minutes
i'm sorry to say, but it seems our free tools are not yet ready to build netbeans. first you need to add the gcj.jar to the classpath (patch here), but that's basically usual. then the compilation fails with the following casting error:
[repeat] java.io.IOException: java.lang.ClassCastException: org.apache.xerces.dom.DocumentImpl cannot be cast to gnu.xml.dom.DomDocument
(full log here)
that's something i can't fix.
Estimated read time: 1 minutes
after a few days of headache, the brand new netbeans package is ready!
at the moment it requires j2sdk, we'll see if i can get it compile using a free compiler or not