summaryrefslogtreecommitdiff
path: root/pkgtools/dfdisk
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-04-17 14:21:11 +0000
committerjmmv <jmmv>2003-04-17 14:21:11 +0000
commit305427a49e9359aaa7bbd110bbabe8ca1b038b4e (patch)
treed3c6eceeac8440edd50d5388139a69ca2afa7816 /pkgtools/dfdisk
parent6f97352ba6c27293885af576342d83db9eb1a865 (diff)
downloadpkgsrc-305427a49e9359aaa7bbd110bbabe8ca1b038b4e.tar.gz
Add a list of things to be done, most of them based on dmcmahill@ comments.
Diffstat (limited to 'pkgtools/dfdisk')
-rw-r--r--pkgtools/dfdisk/files/TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgtools/dfdisk/files/TODO b/pkgtools/dfdisk/files/TODO
new file mode 100644
index 00000000000..70ecfdd0e1e
--- /dev/null
+++ b/pkgtools/dfdisk/files/TODO
@@ -0,0 +1,22 @@
+- Add a target which determines which are the new distfiles in the DISTDIR
+ directory, even if "old" distfiles are there. The target should be able
+ to move, copy, link or list those files. For example: "dfdisk new CMD"
+ where CMD is a random command (like mv, cp, ln or echo) to run on those
+ files.
+
+- Handle distfiles with bad checksums in disks. The program should store
+ a checksum of each file (SHA1) in the database and compare it against
+ the one in the respective distinfo file before fetching it from that
+ specific disk. This means that dfdisk needs a way to know which distinfo
+ file to look at...
+
+- If a distfile appears in multiple disks and has different checksums,
+ dfdisk should choose the right one.
+
+- If a distfile appears in multiple disks, dfdisk should check if the disk
+ in the drive has it before asking the user to change the media.
+
+- Add a way to sort disks by preference when it comes to fetch files.
+ Sorting them by date seems the most reasonable choice.
+
+- Clean up the code and fix bugs, of course ;-)