summaryrefslogtreecommitdiff
path: root/math/capc-calc
AgeCommit message (Collapse)AuthorFilesLines
2003-01-16Update to 2.11.6.2wiz3-6/+7
Changes: New repeat.cal, bug and portability fixes.
2003-01-03Update to 2.11.6.wiz4-444/+471
News: base2(), powerterm, lavarand -> LavaRnd, fproduct, and lots of bug fixes.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-4/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-5/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-5/+5
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-16Use devel/readline/Makefile.readline to handle using libedit readlinejlam3-13/+27
emulation or depending on the readline package.
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 distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08Remove a MASTER_SITE, fix path on a second one, and tell mv we're sure.wiz1-4/+3
2001-02-08Try to be backwards compatible in readline emulation usage for olderwiz1-1/+9
versions of NetBSD.
2001-02-08Initial import of calc (renamed to capc-calc because of existing calcwiz7-0/+589
package): C arbitrary precision calculator Requested by Chuck Cranor.