Estimated read time: 1 minutes
Estimated read time: 1 minutes
this was yesterday, but probably still a news
so in the (not so good) old times we used some up2date.foo scripts to have a common $up2date variable for several FrugalBuilds. these are ugly and are broken in chroot. the "new" trend is to use Finclude for these scripts. yesterday the last up2date.thunderbird-i18n file was removed, so this big merge ended. so far we have already 20 scheme :)
probably the next will be to get rid of the old 'x' dependency in all packages (mostly done already)
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
- cleaning outdated fpms
- cleaning outdated sources
- list missing fpms (maybe not needed? checkpkgs does the same)
- download all missing sources
- check for syntax errors
- check for required directives
Estimated read time: 1 minutes
i always was lame to the advanced usage of chanserv - and now again, i had to do something. the task was simple: set up autovoice'ing for a channel at freenode
so the two magic command:
/msg ChanServ LEVEL #chan SET autovoice 1and then for each user:
/msg ChanServ ACCESS #chan ADD username 1that's all ;)
Estimated read time: 1 minutes
just a 2 cheap trick with vim for other C monkeys:
:map(probably these explain themselves):set makeprg=make :w :make :map :set makeprg=make\ test :w :make
the other nice feature: move to a funcion and press K: that will show the manpage of the function
Estimated read time: 1 minutes
hm. this was easier than i tought. so. it's fwcpan
$ fwcpan inline::cpp Searching CPAN... done.i've pushed it to pacman-tools, it'll be included in the next release :)Guessing module: Inline::CPP Targets: perl-inline-cpp-0.25-1
Proceed with upgrade? [Y/n]
Writing the FrugalBuild... done. $ cat FrugalBuild # Last Modified: Wed, 08 Feb 2006 03:04:56 +0100 # Compiling Time: 0.1 SBU # Maintainer: Zsolt Szalai <xbit@frugalware.org>
pkgname=perl-inline-cpp modname=Inline-CPP modauthor=N/NE/NEILW pkgver=0.25 pkgrel=1 pkgdesc="Write Perl subroutines and classes in C++." depends=('perl') groups=('devel-extra') archs=('i686') Finclude perl sha1sums=('1dd7bdbe1a14f3c824841c72a69c54b07dbe9575')
Estimated read time: 1 minutes
Estimated read time: 1 minutes