summaryrefslogtreecommitdiff
path: root/pkgtools/cdpack
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-09-20 11:48:12 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-09-20 11:48:12 +0000
commitf47a8461ca42c39596aafc51d5d8d33f89b677b9 (patch)
tree8e5ee93dbc8da507bba2871039df1bb5d7b4009e /pkgtools/cdpack
parentb53855ac510d3cadd38b8475a51b2284f7f866ea (diff)
downloadpkgsrc-f47a8461ca42c39596aafc51d5d8d33f89b677b9.tar.gz
add idea from fredb: option to pick out newest versions from several
directories.
Diffstat (limited to 'pkgtools/cdpack')
-rw-r--r--pkgtools/cdpack/files/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/cdpack/files/TODO b/pkgtools/cdpack/files/TODO
index c39293d4f0d..2d36728d9f0 100644
--- a/pkgtools/cdpack/files/TODO
+++ b/pkgtools/cdpack/files/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.4 2002/08/02 12:37:32 dmcmahill Exp $
+$NetBSD: TODO,v 1.5 2002/09/20 11:48:12 dmcmahill Exp $
To-Do List for cdpack
---------------------
@@ -28,3 +28,7 @@ To-Do List for cdpack
a CD set where you include distfiles for the packages which
couldn't be made into binary pkgs.
+- add an options that would search in multiple directories for
+ binary packages and only pick the most recent versions of any
+ given package. If an older version is required by some other
+ pkg, also pick that one up too.