summaryrefslogtreecommitdiff
path: root/math/dcdflib.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-12Support staged installation.asau1-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+2
2006-06-09Fixed pkglint warnings.rillig4-13/+14
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-26Use INSTALLATION_DIRS to create "include" directory. This brokereed1-2/+3
many bulk builds for me today. Also use it to create the doc directory.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-05-04Honor LIBOWN and LIBGRP.minskim1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-15The distifile has been regenerated (but its contents is identical).kristerw2-4/+6
Add DIST_SUBDIR and regen distinfo.
2003-09-19Update HOMEPAGE and/or MASTER_SITESdent1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-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-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-04-12Add a _c suffix to library names , ie. "libdcdflib_c", to allow simultaneousjtb4-23/+23
installation of C and Fortran versions. Suggested by Hubert a while back. Bump up version no.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08Use generic BSD build system for making shared libraries. (No more libtool).jtb4-26/+21
2001-01-29Removed cast to long.jtb2-4/+4
2001-01-29Initial import of new dcdflib.c package:jtb8-0/+114
Library of C Routines for Cumulative Distribution Functions