summaryrefslogtreecommitdiff
path: root/sysutils/same
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-04sysutils: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
2017-02-18Fix zlib fallout.joerg2-5/+36
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-09-10Use z modifier for size_t.joerg2-5/+14
2013-07-20Use Mt for email addresses.wiz1-4/+4
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2008-10-02Since version 1.8, same depends on zlib. Committed during the freeze,rillig1-1/+2
since without this change, I cannot build same on Linux.
2008-06-20Add DESTDIR support.joerg1-1/+2
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2007-11-28If we provide a mandoc-style manpage, we must also provide itrillig2-4/+103
pre-formatted, for Solaris and some other operating systems that cannot render it.
2006-10-22Use BSD_MAKE_ENV instead of specifying everything explicitly.rillig1-6/+2
2006-08-04Ported to Solaris 8.rillig2-14/+35
2006-08-04The pkgsrc version is now practically equal to the original one.rillig1-6/+0
2006-08-04Updated same to 1.8.rillig7-257/+233
Changes unknown.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-17Import `same' from pkgsrc-wip. Packaged by Roland Illig.minskim7-0/+298
The `same' utility looks for identical files and links them together using either hard links or symbolic links, saving disk space. Changes to the original version: * the file ownership and permissions are checked. (The original version checked only the file size) * the messages in the "dry-run" mode were suggesting that anything on the disk would be modified. They have been made clear.