Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2012-02-16 | Uses a BSD makefile. | hans | 1 | -1/+2 | |
2011-12-18 | math/dcdflib.c: revert last, force MKPROFILE=yes to avoid PLIST divergence | marino | 2 | -9/+4 | |
2011-12-18 | math/dcdflib.c: conditional PLIST for DragonFly | marino | 2 | -3/+9 | |
DragonFly has not produced _p.a files in a long time. The PLIST to modified to exclude libdcdflib_c_p.a if build on DragonFly. | |||||
2011-03-17 | service suspended. fetch from backup. | zafer | 1 | -2/+2 | |
2009-12-12 | Support staged installation. | asau | 1 | -3/+4 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2007-03-24 | Prepare for switching to NO_MTREE=yes. | joerg | 1 | -2/+2 | |
2006-06-09 | Fixed pkglint warnings. | rillig | 4 | -13/+14 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-08-26 | Use INSTALLATION_DIRS to create "include" directory. This broke | reed | 1 | -2/+3 | |
many bulk builds for me today. Also use it to create the doc directory. | |||||
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-05-04 | Honor LIBOWN and LIBGRP. | minskim | 1 | -1/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-11-15 | The distifile has been regenerated (but its contents is identical). | kristerw | 2 | -4/+6 | |
Add DIST_SUBDIR and regen distinfo. | |||||
2003-09-19 | Update HOMEPAGE and/or MASTER_SITES | dent | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | 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 | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-04-12 | Add a _c suffix to library names , ie. "libdcdflib_c", to allow simultaneous | jtb | 4 | -23/+23 | |
installation of C and Fortran versions. Suggested by Hubert a while back. Bump up version no. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-08 | Use generic BSD build system for making shared libraries. (No more libtool). | jtb | 4 | -26/+21 | |
2001-01-29 | Removed cast to long. | jtb | 2 | -4/+4 | |
2001-01-29 | Initial import of new dcdflib.c package: | jtb | 8 | -0/+114 | |
Library of C Routines for Cumulative Distribution Functions |