[[!meta title="Packages in Release Series 1"]] [[ProteanOS_1.0|dev/releases/1]] currently includes the following source packages: Source Package Upstream Version ---------------------------------- base-files 1.0.0 binutils 2.23.2 build-essential 0.2 busybox 1.21.1 config-dev 0.1 eglibc 2.18~r23929+sip1 expat 2.1.0 fakeroot 1.19 file 5.14 gawk 4.1.0 gcc-4.7 4.7.3+sip1 gcc-defaults 0.2 gettext 0.18.3.1 gmake 3.82 gmp 5.0.5 libsigsegv 2.10 libunistring 0.9.3 linux-libre 3.4.61~gnu1 m4 1.4.16 mpc 1.0.1 mpfr 3.1.1 ncurses 5.9~20130727 opkbuild 3.0.0~beta1 opkg 0.2.0 opkhelper-3.0 3.0.0~beta3 opkhelper-default 3.0 readline 6.2 zlib 1.2.8+sip1 ---------------------------------- Total: 28 These 28 source packages currently build 105 binary packages. The above list was generated by running the following shell script in a directory containing all of the unpacked source packages: pkgw=17 verw=16 i=0 l=$(($pkgw + $verw + 1)) banner='' while [ $i -lt $l ]; do banner="${banner}-" i=$(($i + 1)) done printf "%-${pkgw}s %-${verw}s\n" 'Source Package' 'Upstream Version' printf '%s\n' "${banner}" script='1{ s/^\(.*\) (\(.*\)) .*$/\1 \2/; s/^\(.* .*\)-.*$/\1/; p; }' n=0 for cl in */changelog; do printf "%-${pkgw}s %-s\n" $(sed -n "${script}" "${cl}") n=$(($n + 1)) done printf '%s\nTotal: %d\n' "${banner}" "${n}"