ref: 8f8c2d67796e8da8a3f8d3e86849b07182a96697
dir: /sys/src/cmd/pkg/list/
#!/bin/rc
if(~ $#pkgpath 0)
pkgpath=http://9front.org/pkg/$cputype
if(~ $pkgpath ftp* http*)
hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/\.tbz.*$//g' | awk '{print $NF}'
if not
ls -p $pkgpath/*.tbz | sed 's/\.tbz.*$//g'