Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | archivers: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes. | |||||
2021-10-07 | archivers: Remove SHA1 distfiles hashes | nia | 1 | -2/+1 | |
2021-04-21 | macutil: remove dead download location | wiz | 1 | -2/+2 | |
2015-11-03 | Add SHA512 digests for distfiles for archivers category | agc | 1 | -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-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2010-10-08 | fix typo and add that it's for older file types | billc | 1 | -1/+1 | |
2008-03-02 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -3/+6 | |
their files via a custom do-install target. | |||||
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2006-09-03 | Reset maintainer for people who lost their commit bit. | wiz | 1 | -2/+2 | |
2006-08-30 | Solaris does not have <sys/dir.h>, but <dirent.h> works. | rillig | 2 | -6/+10 | |
2006-07-17 | Honour PKGMANDIR. | joerg | 1 | -3/+3 | |
2006-06-20 | Remove conflicting declaration of malloc() and realloc(); include stdlib.h | minskim | 2 | -1/+17 | |
instead. | |||||
2005-12-01 | Fixed some pkglint warnings of the form: | rillig | 1 | -2/+2 | |
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}". | |||||
2005-11-07 | When checking for POSIX NAME_MAX style variables, limits.h should be | joerg | 2 | -1/+13 | |
included first. | |||||
2005-10-31 | Do not declare static variables as non-static. This makes the package | minskim | 2 | -1/+18 | |
build with gcc-4. | |||||
2005-05-23 | Sorted PLIST. | rillig | 1 | -8/+8 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-07-28 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-05-12 | s/netbsd.org/NetBSD.org/i | grant | 1 | -2/+2 | |
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-11 | bl3ify | xtraeme | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -2/+2 | |
have been converted to USE_BUILDLINK2. | |||||
2002-01-27 | Use auto-extract code for .shar files. | jlam | 1 | -2/+1 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-16 | Honor CFLAGS passed in from environment during build and mark as | jlam | 3 | -5/+7 | |
USE_BUILDLINK_ONLY. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -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-12 | Set WRKSRC, EXTRACT_SUFX and co. to keep pkglint happy. | agc | 1 | -3/+5 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -4/+1 | |
1998-05-10 | Remove bogus do-extract: rule and make this work with WRKOBJDIR. | frueauf | 1 | -13/+11 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-16 | portlint: gunzip->${GUNZIP_CMD}; some reordering. | frueauf | 1 | -4/+5 | |
1998-03-13 | Oops; add a list of man pages. | mycroft | 1 | -1/+4 | |
1998-03-13 | macutil, for converting Mac archives, etc. | mycroft | 6 | -0/+70 | |