2012/3/5 Peter Bonivart <[email protected]>: > I suggest that we agree on the core packages, there shouldn't be too > many of those, especially on the top level (not counting the > dependencies that are dragged in). Active we could see what packages > have been updated within a reasonable time (a year?) or has a > maintainer that updates other packages (not all packages need > updates). The rest are unmaintained.
I agree. It's the matter of actually doing the research. All data are available via HTTP. Getting a catalog: curl -s http://buildfarm.opencsw.org/pkgdb/rest/catalogs/unstable/sparc/SunOS5.9/?quick=true | python -m json.tool This contains a list of packages identified by md5 sums. Getting full information about a package file: curl -s http://buildfarm.opencsw.org/pkgdb/rest/srv4/65d595581fa37117643375674838b9a3/ | python -m json.tool Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
