summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_distinst
AgeCommit message (Collapse)AuthorFilesLines
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-01-06fix typostnn1-1/+1
2009-01-06Update to 0.02adrianp2-3/+11
Check for PATCHFILES as well
2009-01-04This is a simple script that will synchronise the content of your ${DISTDIR}adrianp5-0/+228
directory with currently installed packages. This script will delete any ${DISTFILE} in ${DISTDIR} that does not currently have an installed package as an owner. If you play with packages a fair bit and download some just to have a play with and delete the package later your ${DISTDIR} can end up with a lot of orphaned ${DISTFILES}. While lintpkgsrc will help you remove outdated ${DISTFILES} it does not do any corealtion with installed packakges which is the gap this script aims to fill. With "lintpkgsrc -or && pkg_distinst --delete" you can and up with a fairly lean and current ${DISTDIR}.