hubertf
5542206cba
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
...
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-29 01:12:24 +00:00
zuntum
0ca28723fb
Move pkg/ files into package's toplevel directory
2001-11-01 00:11:36 +00:00
agc
fa5c767d84
Move to sha1 digests, and add distfile sizes.
2001-04-19 08:45:37 +00:00
agc
9e8d6c8b8d
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
jtb
eb0cef2016
Change MAINTAINER section to packages@netbsd.org
2001-04-14 21:43:38 +00:00
jtb
c22f2d8f88
Add a _c suffix to library names , ie. "libdcdflib_c", to allow simultaneous
...
installation of C and Fortran versions. Suggested by Hubert a while back.
Bump up version no.
2001-04-12 23:59:32 +00:00
wiz
a13ea108bb
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:52:59 +00:00
jtb
19168c929f
Use generic BSD build system for making shared libraries. (No more libtool).
2001-02-08 06:01:05 +00:00
jtb
7a50d29e2f
Removed cast to long.
2001-01-29 21:43:14 +00:00
jtb
45353a8aa4
Initial import of new dcdflib.c package:
...
Library of C Routines for Cumulative Distribution Functions
2001-01-29 06:13:54 +00:00