summaryrefslogtreecommitdiffstats
path: root/math/calc
Commit message (Collapse)AuthorAgeFilesLines
* #include <sys/types.h> before <machine/endian.h>jmz2000-11-091-2/+10
|
* Add missing files. Remove directories at deinstall time.jmz2000-05-041-2/+67
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Enable the readline support.green2000-02-081-1/+3
|
* Fix a bug that caused a NULL pointer dereference when $HOME is unsetgreen2000-02-081-0/+18
| | | | and getpwuid() fails.
* Fix some bugs that I guess I helped in :)green2000-02-063-6/+34
| | | | | | | | | | | | | o Make the Makefile respect CC, and respect CFLAGS when linking, too. o Make a comparison for fputs() success "retval >= 0". Our manual says fputs() returns 0 on success, but K&R says that it can return any non- negative int on success. I might as well support either! o Fix an improper bounds check. It was a simple case of a variable being mixed up, and this prevents "calc really long arg list (REALLY LONG)" from crashing calc. This is just cleaning up the changes I effected earlier with the maintainer's permission.
* (1) Rearrange the MASTER_SITES, if the http service of a machine is downbillf1999-12-262-5/+5
| | | | | | | | | it's a safe bet that the ftp service would be too. Re-order the MASTER_SITES to try and avoid trying the same broken site twice. (2) Follow the bouncing checksum. The old one might need to be re-added. (3) Respect CFLAGS properly.
* Use -O.green1999-12-251-0/+11
|
* Bugfix for something noticed by jmz: $PAGER usage was broken due togreen1999-12-251-0/+11
| | | | incorrect usage of fputs().
* Update to calc-2.11.1t3.0. Merry Christmas!green1999-12-253-31/+332
| | | | Approved by: jmz
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-1/+3
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Cleanup pkg/PLIST.steve1998-09-271-0/+4
|
* Don't try to package manpages twice.steve1998-08-171-1/+0
|
* Fix calc so that it will build properly again.smace1998-06-044-94/+49
| | | | | | | | | | changed distfile from calc-2.9.3t6.tar.gz to calc-2.9.3t6.tar calc is fetched as an on-the-fly tarball from ftp.cdrom.com gzipped on-the-fly tars are not supported. removed trailing whitespace on several lines in PLIST revised DESCR to <24 lines.
* Add IGNOREFILES=${DISTFILES}, the tarball is created on the fly.asami1997-08-252-2/+3
|
* Use another MASTER_SITE.jmz1997-08-152-4/+6
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-10/+6
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Add a few CATEGORIES lines to take these ports out of `orphans'.jkh1995-04-281-1/+3
| | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
* Just to make the compile less verbose and make Satoshi happy.jmz1995-04-171-0/+19
|
* MAINTAINER goes in a section of its own. :)asami1995-04-161-1/+2
|
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-1/+2
|
* Some more Makefile updates, for the math ports.asami1995-04-111-0/+9
|
* Initial revisionjkh1995-01-311-0/+1
|
* Update from Jean-Marc Zucconi.jkh1994-10-052-8/+10
| | | | Submitted by: jmz
* These are my changes to support the new argument-less configure scripts.jkh1994-10-041-3/+1
|
* calc - arbitrary precision calculator. Version 2.9.3t6jkh1994-10-035-0/+151
From Jean-Marc Zucconi. Submitted by: jmz
OpenPOWER on IntegriCloud