Hi Nick, On Wed, Apr 12, 2006 at 18:10:06 -0600, Nick Steeves wrote:
Hi,
Can we generate a listing of core and opt ports on crux.nu, so that DistroWatch can update our list of packages? Does everyone feel that such a thing is a good idea? I think it's a good idea if it's clear that those are not ISO versions.
Also, what would the most appropriate name for this column be? "Ports"? "Current Ports"? I'm not sure if the average distrowatch reader understands "ports"; I'd probably use "version in ports tree", but maybe that's too long.
If anyone knows of a better way to generate this package list file, please feel free to implement it. Not that it's necessarily better, but here's my take:
------- #!/bin/bash VERSION=2.2 BASE=/home/crux/svn-to-rsync-working-copy-$VERSION TARGET=/home/crux/public_html/files/ports-versions-$VERSION.list prt-get --no-std-config \ --config-append="prtdir $BASE/core" \ --config-append="prtdir $BASE/opt" \ printf "%n: %v\n" > $TARGET ------- The output could obviously be adjusted to whatever Ladislav wants. Thanks for your work on this, Johannes -- Johannes Winkelmann mailto:jw@smts.ch Zurich, Switzerland http://jw.smts.ch