summaryrefslogtreecommitdiff
path: root/archivers/macutil
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes.
2021-10-07archivers: Remove SHA1 distfiles hashesnia1-2/+1
2021-04-21macutil: remove dead download locationwiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. 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
2012-09-11"user-destdir" is default these daysasau1-2/+1
2010-10-08fix typo and add that it's for older file typesbillc1-1/+1
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-3/+6
their files via a custom do-install target.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-08-30Solaris does not have <sys/dir.h>, but <dirent.h> works.rillig2-6/+10
2006-07-17Honour PKGMANDIR.joerg1-3/+3
2006-06-20Remove conflicting declaration of malloc() and realloc(); include stdlib.hminskim2-1/+17
instead.
2005-12-01Fixed some pkglint warnings of the form:rillig1-2/+2
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-11-07When checking for POSIX NAME_MAX style variables, limits.h should bejoerg2-1/+13
included first.
2005-10-31Do not declare static variables as non-static. This makes the packageminskim2-1/+18
build with gcc-4.
2005-05-23Sorted PLIST.rillig1-8/+8
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-07-28Enable pkgviews installation.minskim1-1/+5
2004-05-12s/netbsd.org/NetBSD.org/igrant1-2/+2
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-2/+2
have been converted to USE_BUILDLINK2.
2002-01-27Use auto-extract code for .shar files.jlam1-2/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-16Honor CFLAGS passed in from environment during build and mark asjlam3-5/+7
USE_BUILDLINK_ONLY.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
1999-07-09Add package patch-sum filesagc1-0/+3
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1998-11-12Set WRKSRC, EXTRACT_SUFX and co. to keep pkglint happy.agc1-3/+5
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-18Update package Makefiles for automatic manual page handling.agc1-4/+1
1998-05-10Remove bogus do-extract: rule and make this work with WRKOBJDIR.frueauf1-13/+11
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-16portlint: gunzip->${GUNZIP_CMD}; some reordering.frueauf1-4/+5
1998-03-13Oops; add a list of man pages.mycroft1-1/+4
1998-03-13macutil, for converting Mac archives, etc.mycroft6-0/+70