summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--Makefile2
-rw-r--r--TODO1
-rw-r--r--finddeps.14
-rwxr-xr-xpkgfoster4
-rw-r--r--pkgfoster.12
6 files changed, 10 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 1242b31..a1550ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.9.0 -> 0.9.1
+- Complete list of core ports for pkgfoster
+
0.8.0 -> 0.9.0
--------------
- Added prtverify by Juergen Daubert
diff --git a/Makefile b/Makefile
index bd547b3..2ac13dd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = prt-utils
-VERSION = 0.9.0
+VERSION = 0.9.1
TOOLS = prtcreate prtrej prtsweep prtcheck prtwash pkgexport pkgsize \
prtorphan prtcheckmissing oldfiles finddeps dllist \
diff --git a/TODO b/TODO
index 36aa45e..5ed379f 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,3 @@
+- pkgfoster: avoid using hardcoded core ports
- ditch prtsweep or merge it with prtwash
- reimplement prtwash in perl?
diff --git a/finddeps.1 b/finddeps.1
index 32de6df..0e5e420 100644
--- a/finddeps.1
+++ b/finddeps.1
@@ -23,8 +23,8 @@ Will display the dependencies of xmms binaries and libs:
.PP
.nf
.fam C
- glibc (base)
- zlib (base)
+ glibc (core)
+ zlib (core)
alsa-lib (contrib)
glib1 (contrib)
gtk1 (contrib)
diff --git a/pkgfoster b/pkgfoster
index 71e0efc..5ecd2f9 100755
--- a/pkgfoster
+++ b/pkgfoster
@@ -7,13 +7,13 @@
# packages which no other package depends on). It uses prt-cache by default, so
# remember to build the cache with "prt-get cache". You can also use normal
# prt-get by modifying the PRT_GET variable. List of packages to keep
-# are stored in ~/.keepers. Packages from base are never considered for
+# are stored in ~/.keepers. Packages from core are never considered for
# deletion.
#
PRT_GET=prt-cache
PKGRM="sudo pkgrm"
-BASE="autoconf automake bash bin86 binutils bison bzip2 coreutils cpio db dcron devfsd diffutils e2fsprogs ed file filesystem findutils flex gawk gcc gdbm glibc grep groff gzip kbd less libtool lilo m4 make man man-pages mktemp module-init-tools nasm ncurses net-tools netkit-base patch perl pkgutils procps psmisc rc readline reiserfsprogs sed sendmail shadow slocate sysklogd sysvinit tar tcp_wrappers tcsh time traceroute util-linux vim wget which zlib"
+BASE="autoconf automake bash bc bin86 bindutils binutils bison bzip2 coreutils cpio curl db dcron dhcpcd diffutils e2fsprogs ed expat file filesystem findutils flex gawk gcc gdbm gettext glibc grep groff grub gzip hdparm hotplug httpup iptables jfsutils kbd less libstdc++-compat libtool libusb lilo m4 make man man-pages mktemp module-init-tools nasm ncurses netkit-base netkit-ftp netkit-telnet net-tools nfs-utils openssh openssl patch pciutils perl pkg-config pkgutils portmap ports ppp procps prt-get psmisc rc rdate readline reiserfsprogs rpm2targz rsync sed sendmail shadow slocate strace sysfsutils sysklogd sysvinit tar tcp_wrappers tcsh time traceroute udev unzip usbutils util-linux vim wget which xfsprogs zip zlib"
touch ~/.keepers
diff --git a/pkgfoster.1 b/pkgfoster.1
index 857f647..928fa6d 100644
--- a/pkgfoster.1
+++ b/pkgfoster.1
@@ -14,7 +14,7 @@
packages which no other package depends on). It uses prt-cache by default, so
remember to build the cache with "prt-get cache". You can also use normal
prt-get by modifying the PRT_GET variable. List of packages to keep
-are stored in ~/.keepers. Packages from base are never considered for
+are stored in ~/.keepers. Packages from the core collection are never considered for
deletion.
.SH AUTHORS
Jukka Heino <jukka@karsikkopuu.net>

Generated by cgit