David Douthitt, 2001-07-18 16:22 -0400
>Here is the code:
>http://leaf.sourceforge.net/pub/oxygen/webdesc
>
>Here is the source *.desc file (for upx):
>http://leaf.sourceforge.net/pub/oxygen/upx.desc
>
>Here is the resulting page:
>http://leaf.sourceforge.net/pub/oxygen/upx.html
>
>Also whipped up a shell script to put a package into the appropriate
>grouping:
>http://leaf.sourceforge.net/pub/oxygen/group
David,
I can't begin to describe how much I like this. It'll save a ton of work.
Are you proposing we use this in addition to the shell script below, or as
a replacement for it?
Help file shell script
#!/bin/sh
umask 002
cd $PACKAGES
for i in *.lrp
do
echo $i
tar xzf $i var/lib/lrpkg
cd var/lib/lrpkg
rootpkg=${i%%.lrp}
[ -f $rootpkg.version ] && mv $rootpkg.help \
$rootpkg.`head -n1 $rootpkg.version`.help
cd -
done
mv var/lib/lrpkg/*.help .
rm -rf var/lib/lrpkg
exit 0
--
Mike Noyes <[EMAIL PROTECTED]>
http://leaf.sourceforge.net/
_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel