aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Add mupad, a sophisticated computer algebraic system, like mathematicasf2001-04-048-0/+1515
| | | | | | | | | | | | | | | or maple. This is commercial software. There are single-user/non-commercial, and educational purpose license. note: The author agreed with us to distribute it o modify to make work on FreeBSD o on our ftp sites in as-is and packaged form. PR: 25366 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
* Checksum changed (no changes in content).tg2001-04-041-1/+1
|
* Upgrade to 2.2.tg2001-04-037-50/+59
|
* Overhaul QT/KDE support:will2001-04-033-14/+4
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* remove deprecated fetch options from FETCH_BEFORE_ARGSmharo2001-04-021-2/+0
|
* In my quest to bring this port up to date, this is the first step --mi2001-04-011-1/+1
| | | | | change the web-site. The original one no longer exists and the author registered a special domain siag.nu long time ago.
* Add matrix 1.0, a c++ library to manipulate matrices and vectors.will2001-03-316-0/+35
| | | | | PR: 26198 Submitted by: Anton Voronin <anton@urc.ac.ru>
* Update to version 2.2.demon2001-03-303-3/+5
| | | | Host disappeared documentation locally.
* update to 3.4.5mharo2001-03-302-3/+3
| | | | | PR: 26062 Submitted by: maintainer
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-303-3/+3
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Upgrade to 2.0.1.tg2001-03-296-73/+104
|
* Update to 1.1.6.knu2001-03-292-7/+22
|
* upgrade to 0.8.0ijliao2001-03-273-11/+5
|
* Add -lXpm to end of shared libs list. Also, move it from the frontasami2001-03-231-2/+2
| | | | | | to back in the static libs list while I'm here. Noticed by: bento
* Author acked to release ports to the public. So be it.sobomax2001-03-221-1/+1
|
* Set maintainer to ports@FreeBSD.org.trevor2001-03-221-1/+1
| | | | Approved by: message on ports list, apparently from maintainer.
* add rpcijliao2001-03-218-0/+62
| | | | rpc is a full-screen RPN calculator program
* Add ccmath, a mathematics library with many functions.roam2001-03-219-0/+120
| | | | | PR: 25589 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Update to version 1.99.16kevlo2001-03-202-9/+16
| | | | | PR: 25931 Submitted by: Ports Fury
* Fix typo: remove trailing period in WWW taglioux2001-03-161-1/+1
|
* Upgrade to 3.2.tg2001-03-1518-360/+318
|
* Fix pkg-plist.vanilla2001-03-151-0/+1
| | | | | PR: ports/25811 Submitted by: maintainer
* Correct t1 shared library version number in LIB_DEPENDS.sobomax2001-03-131-1/+1
| | | | Submitted by: bento
* Update checksums. Distfiles were rerolled using maximum compression level,sobomax2001-03-131-35/+35
| | | | | | | but content of the distfiles is absolutely the same. Therefore don't touch PORTREVISION. Submitted by: bento
* Install additional documentation.demon2001-03-133-0/+22
|
* Update to version 2.1.demon2001-03-134-6/+10
|
* Be more graceful, instead of unexec, use dirrmlioux2001-03-131-2/+2
|
* New port:lioux2001-03-136-0/+55
| | | | | Perl routines for data sets interpolation and interval search Initial import module version 1.05
* New port:lioux2001-03-136-0/+54
| | | | | Perl module providing an interface to Fast Fourier Transform routines Initial import module version 0.25
* Add 2 @unexec rmdir's (sorry, will :-)).kuriyama2001-03-121-0/+2
| | | | Found by: bento
* Upgrade to 0.11 (for fix breakage on bento).kuriyama2001-03-122-3/+2
|
* Update to 0.6.3.sobomax2001-03-113-10/+8
|
* Fix plistkris2001-03-111-0/+1
|
* Fix plistlioux2001-03-111-0/+2
| | | | Submitted by: bento, fenner (scripts)
* Add mtrxmath 0.9.3, a small tool for matrix mathemetics.will2001-03-1110-0/+81
| | | | | PR: 24202 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* fix plistijliao2001-03-111-0/+3
| | | | Submitted by: bento
* Well, remove USE_PERL5, and add USE_ZIP.vanilla2001-03-101-1/+1
| | | | | | it's my fault on last commit. Submitted by: bento
* 1. Respect CFLAGSnsayer2001-03-102-16/+20
| | | | | | 2. Respect X11BASE 3. Reduce Makefile patching by specifying ALL-TARGET
* - Upgrade to version 0.06kevlo2001-03-073-3/+3
| | | | | | | - Sort pkg-plist PR: 25573 Submitted by: maintainer
* add GiNaC, a C++ library for symbolic mathematical calculationsijliao2001-03-078-0/+124
|
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-051-1/+1
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-0122-36/+11
|
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-02-273-44/+75
| | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
* Update to version 5.0c.steve2001-02-263-85/+89
| | | | | PR: 25063 Submitted by: maintainer
* - Use MASTER_SITE_SOURCEWARE to MASTER_SITESkevlo2001-02-253-15/+13
| | | | | | | | - Update WWW: line - Use NOPORTDOCS PLIST_SUB PR: 25324 Submitted by: Ports Fury
* Install examples, too.roam2001-02-232-0/+67
| | | | | | PR: 25112 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Approved by: maintainer
* Sanitize MASTER_SITES.lioux2001-02-222-2/+4
|
* Update to 1.1.5.knu2001-02-182-2/+2
|
* typo clean up police: \s -> \tlioux2001-02-151-1/+1
|
* readd cln to mathijliao2001-02-128-0/+186
|
* Update to version 3.4.4kevlo2001-02-123-5/+9
| | | | | PR: 25024 Submitted by: MAINTAINER
* Chase graphics/gd's shlib version bump.knu2001-02-121-1/+2
|
* Upgrade to version 1.2.1kevlo2001-02-1112-690/+1317
| | | | | PR: 24967 Submitted by: MAINTAINER
* Add %%PORTDOCS%%.knu2001-02-104-34/+34
|
* Update for new x11-toolkits/gal shared library revisionade2001-02-102-2/+2
|
* Update to 0.6.2.sobomax2001-02-104-9/+13
|
* update to 3.5.b8ijliao2001-02-092-2/+2
| | | | | PR: 24938 Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
* Honor $(PREFIX) for include files.jmz2001-02-081-0/+1
|
* Upgrade to version 2.11.2jmz2001-02-084-28/+6
| | | | Update MASTER_SITES
* More style fixes for ports/math.olgeni2001-02-052-3/+3
|
* Add ruby-gnuplot, a pipe-based interface to the gnuplot package forknu2001-02-026-0/+75
| | | | Ruby.
* Update to 1.5.sobomax2001-02-013-6/+91
| | | | Submitted by: tg
* Add ruby-narray, numerical N-dimensional array library for Ruby.knu2001-02-016-0/+74
|
* Upgrade to 17.3.0.tg2001-02-016-6/+6
|
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-02-012-2/+2
| | | | files.
* apply patch in followup to the PR.sf2001-01-291-17/+16
| | | | Noticed by: maintainer
* update to 1.2.0.sf2001-01-293-32/+32
| | | | | | | change MAINTAINER's email address. PR: 24316 Submitted by: maintainer
* Allow CATEGORIES to be overriden by the respective japanese/* portsade2001-01-252-2/+2
| | | | | | | | | (and others, should they ever be born) Still don't understand why practically all of this can't be merged into the main GNOME source tree, but hey ho. Requsted by: knu
* Upgrade to version 0.12kevlo2001-01-232-3/+3
|
* Change maintainer.sf2001-01-221-1/+1
| | | | | PR: 23799 Submitted by: Jonathan Pennington <john@coastalgeology.org>
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkwill2001-01-202-6/+6
| | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com>
* Bump PORTREVISION for previous commitjedgar2001-01-191-0/+1
| | | | Reminded by: kris
* Use a safer file mode (666 -> 644)jedgar2001-01-191-1/+1
|
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-172-12/+0
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-1711-28/+28
|
* Add 2 "@unexec rmdir"s.kuriyama2001-01-124-0/+8
| | | | Reported by: bento
* WWW: http://www.octave.org/hoek2001-01-072-0/+4
|
* Release to ports@. Maintainer e-mail bounces (no such user).demon2001-01-072-2/+2
|
* New distfile with a WRKSUBDIR now.alex2001-01-062-2/+1
| | | | Approved by: jedgar
* Add p5-Set-Window 1.00, a perl module to manage an interval on the integerwill2001-01-046-0/+40
| | | | | | | line. PR: 24027 Submitted by: Anton Berezin <tobez@tobez.org>
* Add p5-Statistics-Table-F 0.02, perl module for computing the statisticalwill2001-01-046-0/+49
| | | | | | | F-ratio. PR: 24013 Submitted by: Anton Berezin <tobez@tobez.org>
* Add p5-Statistics-OLS 0.07, perl module to perform ordinary least squareswill2001-01-046-0/+38
| | | | | | | and other bivariate statistics. PR: 24011 Submitted by: Anton Berezin <tobez@tobez.org>
* Add p5-Statistics-LTU 2.8, a perl implementation of Linear Threshouldwill2001-01-046-0/+40
| | | | | | | Units. PR: 24000 Submitted by: Anton Berezin <tobez@tobez.org>
* Add p5-Statistics-Distributions 0.05, perl module that calculateswill2001-01-046-0/+44
| | | | | | | critical values of common statistical distributions. PR: 23999 Submitted by: Anton Berezin <tobez@tobez.org>
* Add p5-Statistics-Descriptive 2.4, perl module that supplies statisticalwill2001-01-046-0/+40
| | | | | | | methods for perl5. PR: 23997 Submitted by: Anton Berezin <tobez@tobez.org>
* Add p5-Math-GMP 1.01, perl module that provides an interface to the GMPwill2001-01-047-0/+57
| | | | library.
* Add p5-Math-FixedPrecision 0.11, perl module that provides decimal mathwill2001-01-046-0/+46
| | | | without floating point errors.
* Add p5-Math-Financial 0.76, perl module containing common functions forwill2001-01-046-0/+34
| | | | loans and annuities.
* Add p5-Math-Currency 0.10, perl module for exact currency math withwill2001-01-046-0/+46
| | | | formatting and rounding.
* Add p5-Math-BigIntFast 6.0, perl module wrapper for Bit::Vector to providewill2001-01-046-0/+36
| | | | big integer math.
* Add p5-Math-Bezier 0.01, perl module to solve Bezier curves.will2001-01-046-0/+32
|
* Add p5-Bit-Vector 6.0, library of advanced math functions that includes awill2001-01-046-0/+52
| | | | Perl OO module.
* Add p5-Bit-ShiftReg 2.0, perl module implementing various bit shiftingwill2001-01-046-0/+42
| | | | operations.
* Add p5-Statistics-ChiSquare, answering how random your data is.nbm2001-01-036-0/+56
| | | | | PR: 23995 Submitted by: Anton Berezin <tobez@tobez.org>
* Bad will, don't put manpage references in the PLIST! Bad! No morewill2001-01-016-3/+3
| | | | | committing until you fix that p5-Class-Tom error too! Put manpages in the Makefile like you're supposed to!
* s/PORTNAME/PORTSDIR in dependency section.asami2001-01-011-1/+1
| | | | Submitted by: bento
* Add p5-AI-Perceptron 0.01, a perl module intended as an introduction towill2001-01-016-0/+34
| | | | internal operations of neural networks.
* Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized,will2001-01-016-0/+45
| | | | accurate neural network mesh.
* Add p5-AI-NeuralNet-BackProp 0.89, a perl module implementing awill2001-01-016-0/+39
| | | | back-propagation feed-forward neural network.
* Old configure style is obsolete due to update of grace to version 5.1.2.lkoeller2000-12-311-27/+0
|
* Not necessary anymore, deleted.lkoeller2000-12-311-3/+0
|
* Type in mail address is Makefile, remove script dir.lkoeller2000-12-311-1/+1
|
* Upfdate to version 5.1.2. Necessary for this version was an update oflkoeller2000-12-308-93/+69
| | | | | XmHTML to version 1.1.7. By the way xbae was updated to 4.8.4. PR: ports/20464, ports/20975, ports/21919
* Update of LIB_DEPENDS due to update of xbae to version 4.8.4.lkoeller2000-12-302-2/+2
|
* Update port to 2.1.0jedgar2000-12-254-10/+7
| | | | | PR: 23801 Submitted by: Maintainer
* Update to 3.30issei2000-12-244-22/+239
| | | | | | Change MAINTAINER line. Now the maintainer is committer. Submitted by: tkato@prontomail.ne.jp
* Upgrade to 17.2.0.tg2000-12-226-6/+6
|
* Update to 0.61ade2000-12-226-22/+6
|
* Add MASTER_SITE_SOURCEFORGE into the MASTER_SITES.sobomax2000-12-221-1/+3
|
* GLPK -- GNU Linear Programming Kit.demon2000-12-187-0/+56
| | | | Approved by: sobomax
* Update to use new galade2000-12-164-4/+2
|
* Upgrade to 2.0.1kevlo2000-12-123-8/+43
|
* Poscript documentation (with no version info) changed on MASTER_SITES.steve2000-12-111-1/+1
| | | | | PR: 23309 Submitted by: Andreas Schulz <ats@first.gmd.de>
* Update to version 0.8.steve2000-12-118-76/+85
| | | | | PR: 22934 Submitted by: maintainer
* Update to 3.4.2roam2000-12-104-9/+9
| | | | | PR: 23408 Submitted by: maintainer
* Update e-mail address.nsayer2000-12-091-1/+1
|
* Update to 0.60ade2000-12-096-12/+10
|
* Update to 0.6.1.sobomax2000-12-066-15/+26
|
* Update to version 1.99.14kevlo2000-12-038-90/+101
| | | | | PR: 23226 Submitted by: Ports Fury
* Update to 0.59aade2000-12-014-4/+4
|
* Upgrade to 17.1.2.tg2000-11-296-6/+6
|
* Update to version 3.5.1kevlo2000-11-2811-246/+31
| | | | | PR: 23135 Submitted by: Ports Fury
* Add ruby-bitvector, efficient Ruby bit vector extension.knu2000-11-236-0/+53
|
* Ditch out "Version required" from comments section.sobomax2000-11-231-1/+0
|
* Update to 0.6.sobomax2000-11-234-4/+67
|
* Update version number of gtkextra shared library.sobomax2000-11-221-1/+1
|
* Update to 0.59 - we got the pregenerated documentation back, hurrah!ade2000-11-2012-74/+986
|
* Resign as maintainer of KDE2 ports, having brought them up from inceptionwill2000-11-181-1/+1
| | | | | | | | | to the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as the new maintainer. He has commit privileges on the KDE tree, making him an excellent candidate for this job. I'll be behind the scenes for awhile, since there are some structural changes I'd like to make but I'd rather have Kevin do the work. Please, people, direct your patches at Kevin and watch his "freetime deprivation process" _really_ start. :-P
* Upgrade to 17.1.1.tg2000-11-1715-156/+69
| | | | | PR: 22869 Submitted by: Johann Visagie <johann@egenetics.com>
* Fix pkg-plist breakage on systems with perl < 5.6.0.sobomax2000-11-152-2/+10
| | | | Submitted by: bento
* Update to version 6.3.11.sanpei2000-11-153-3/+3
|
* Update to 0.58, without helpfiles on this one, since there are noade2000-11-1510-1016/+46
| | | | | | | pregenerated files (unlike previous tarballs), and we need db2html to build them ourselves. I'm assuming that db2html is a part of docbook somewhere, and whilst GNOME is a little bloated by itself, I don't (yet) want to make docbook a dependency.
* Chase new print/gnomeprint shlib versionade2000-11-142-2/+2
|
* Shlib version of ncurses is now at 5. These ports still don't buildasami2000-11-141-1/+1
| | | | | | | (ncurses version mismatch?) but at least we're seeing real compilation errors. Submitted by: bento
* #include <sys/types.h> before <machine/endian.h>jmz2000-11-091-2/+10
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-083-3/+3
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Update port to 0.21jedgar2000-11-073-4/+4
| | | | Submitted by: Edward H. Flora <ehflora@access1.net>
* Update to version 0.7kevlo2000-11-033-5/+12
| | | | | PR: 22543 Submitted by: MAINTAINER
* Fixes for new lang/gnomebasicade2000-11-032-2/+2
|
* Add two missed shared libs.will2000-11-021-0/+2
|
* Whitespace-only:sobomax2000-11-011-1/+1
| | | | Make indentation uniform across my ports.
* Update to version 3.5.b6kevlo2000-11-012-5/+7
| | | | | PR: 22450 Submitted by: Ports Fury
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peoplewill2000-10-291-2/+2
| | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Implement fix for configure scripts in regards to finding X libs onwill2000-10-291-3/+3
| | | | | | XFree86 4.0.1. Submitted by: PW (thanks)
* New port: math/grijeh2000-10-288-0/+405
| | | | | | | Gri is an extensible plotting language for producing scientific graphs PR: 21995 Submitted by: M. L. Dodson <bdodson@scms.utmb.EDU>
* Update to version 6.3.10.sanpei2000-10-253-12/+10
|
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...will2000-10-253-89/+44
| | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
* This library depends on linpack.jmz2000-10-242-0/+4
|
* Chase gal shlib versionade2000-10-212-6/+6
| | | | Implement USE_PYTHON
* Use USE_PYTHON. This should fix bento builds.sobomax2000-10-181-4/+3
|
* Distfile changed - makefile, documentation and code changes. Bumpkris2000-10-163-8/+10
| | | | PORTREVISION.
* Clean up portade2000-10-143-14/+25
| | | | | PR: 21481 Submitted by: maintainer
* Update to 0.57, now using x11-toolkits/galade2000-10-1210-984/+1064
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-084-5/+5
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* ${PKGDIR}/REQ -> ${PKGREQ}. Also, give it two arguments.asami2000-10-081-1/+1
|
* Rename PLIST.with_patented to pkg-plist.with_patented.asami2000-10-083-3/+3
|
* Rename PLIST.emacs to pkg-plist.emacs.asami2000-10-081-1/+1
|
* Implement USE_GNOME, part 2.reg2000-10-055-45/+19
|
* Implement USE_GTK, part 2.reg2000-10-052-11/+5
|
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1
| | | | directory.
* Maintainer is now a committer, update email accordinglylioux2000-10-034-4/+4
| | | | Approved by: will
* Approved by: Willlioux2000-10-032-8/+10
| | | | | | | | | | | Some simple changes. Mostly implementing Mr. Sada Kenji patches to JX x11-toolkit family ports: 1. nonexistent -> ${NONEXISTENT} 2. Allow you to define WRKDIRPREFIX safely. -JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3 +JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
* Update to 1.1.4.knu2000-10-022-2/+2
|
* Whitespace changes and PLIST sorting.reg2000-10-013-9/+6
|
* Chase new gnomeprintade2000-09-292-2/+4
|
* Use USE_PYTHON. Fix building with other python versions than 1.5.2.tg2000-09-283-146/+148
|
* Pythonize.sobomax2000-09-282-18/+16
| | | | Submitted by: tg
* rng is part of py-numeric now.tg2000-09-271-1/+0
|
* s/python/${PYTHON_CMD}/gtg2000-09-263-18/+18
|
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-252-4/+2
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Correct PLIST and bump PORTREVISION.kris2000-09-243-4/+7
|
* Upgrade to 16.1.1.tg2000-09-2212-99/+39
| | | | | PR: 21446 Submitted by: Johann Visagie <johann@egenetics.com>
* Add LDADD=g2c (f2c for -stale) to the makefiles.tg2000-09-222-3/+19
| | | | | Reviewed by: Paul Magwene <paul.magwene@yale.edu> Approved by: jmz
* Bump version number to note new vendor release (with the same "official"kris2000-09-221-1/+1
| | | | version)
* update new tarballsanpei2000-09-211-1/+1
| | | | Submitted by: onigiri
* Add p5-Math-Logic 1.19, a perl module providing pure 2, 3 or multi-valuewill2000-09-216-0/+40
| | | | | | | logic. PR: 21420 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
* Add p5-Math-Expr 0.4, a perl module for parsing mathematical expressionswill2000-09-216-0/+51
| | | | | | | into a tree structure. PR: 21421 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
* Add two missing files (include/acegr_np.h and lib/libacegr_np.a).asami2000-09-201-5/+7
| | | | | | While I'm here, sort the PLIST. Submitted by: onigiri
* Link against libg2c, so the lapack_lite module actually works.tg2000-09-186-9/+39
|
* Adding thx_1138 version 1.0.5.steve2000-09-188-0/+187
| | | | | | | A calculator that includes plotting capabilities. PR: 19291 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
* Remove a dead MASTER_SITE which was bogusly returning 0-sized files forkris2000-09-171-2/+1
| | | | | | on-the-fly gzipping. Submitted by: bento
* Update to 3.4.1ade2000-09-175-17/+24
| | | | | PR: 21181 Submitted by: maintainer
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youwill2000-09-163-71/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or before), you should try this. This version is extremely stable and offers better functionality than before. This update also introduces the KDE2 modules kdegraphics and kdemultimedia to our ports tree. Additionally, this marks the first time FreeBSD packages were announced as part of the KDE2 beta release announcement! :-) Most (if not all) of the remaining modules in KDE2 will be added for the update WRT the final release. A hack was added to fix building with SSL in kdelibs; this has been merged in the main tree and will go away with 2.0 release update. Thanks to David Faure <david@mandrakesoft.com> for his help regarding this. Also, building the docs should now succeed because I've added a build dependency on jade and linuxdoc (should be enough). People can get my precompiled packages from the usual location on the KDE FTP server (should spread to the mirrors Real Soon Now (tm)): http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/ Have fun! Remember to reports bugs through http://bugs.kde.org/.
* Upgrade to 16.1.tg2000-09-149-9/+18
|
* Use python15 as a dependency.sobomax2000-09-111-2/+2
| | | | Submitted by: bento
* Don't break package building on Satoshi's cluster. Explicitly dependtg2000-09-081-2/+2
| | | | on python1.5:lang/python15.
* Update to use bsd.python.mk.tg2000-09-088-268/+239
|
* Update with bsd.ruby.mk. :>knu2000-09-072-24/+17
|
* Activate wingz3.sada2000-09-071-0/+1
| | | | PR: ports/18794
* New port: wingz3sada2000-09-075-138/+379
| | | | | | | | | | | | from PR Description: Wingz is an easy-to-use, graphical spreadsheet for business and technical professionals, that allows users to create sophisticated presentations and reports, as well as user interfaces and end-user applications. PR: ports/18794 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* The RNG extension is now part of py-numeric.tg2000-09-061-2/+9
|
* Fix `python: command not found' when python doesn't exist.tg2000-09-063-6/+6
| | | | Noticed by: steve
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-061-1/+1
| | | | work with both XFree86-3 and XFree86-4.
* - Remove obsolete site form MASTER_SITESsteve2000-09-054-14/+13
| | | | | | | - Change location of data files from libdata/ to share/ PR: 20755 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 4.2a.steve2000-09-054-85/+92
| | | | | PR: 20757 Submitted by: maintainer
* Provide a cleaner looking do-build target.steve2000-09-051-11/+8
| | | | | PR: 20902 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Upgrade to 16.0.tg2000-09-0415-132/+330
| | | | | Some parts (patch-Makefile, Makefile mods) taken from a patch set submitted by sobomax.
* Update to 0.5.sobomax2000-08-317-8/+53
|
* Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilswill2000-08-303-245/+163
| | | | | | | | | | | | | | | | dependencies to kde2, and add koffice to kde2, because it's part of the 2.0 release. Fix my bogon in forgetting to remove obsolete qt22 patches. The current state of the ports as far as building and installing is quite good, but I expect minor problems with PLISTs other than for the ones I've fixed here. I'm going to let bento figure it out. :-) Please, test these ports and report bugs to submit@bugs.kde.org, and send me problems with the ports themselves. I've found that KDE2 seems to have stabilized significantly since the last snapshot. And now, I am removing the last patch remaining in the KDE2 ports, except for the QT 2.2 snapshot.
* Add scigraphica - a scientific application for data analysis and technicalsobomax2000-08-297-0/+125
| | | | graphics for Gnome desktop.
* Oops, I didn't actually read the webpage.. PhysCalc is at version 2.4.will2000-08-281-1/+1
| | | | No versioned distfile though.
* Add physcalc (unversioned), an extremely old (apparently first writtenwill2000-08-289-0/+124
| | | | | | | | | | | in 1990), but still quite useful and flexible calculator. Basically it's units(1) on steroids. Also added patches to make physcalc secure (who knows, someone might make a cgi interface to it); also allowed it to actually read its *.phy files in another directory. Submitted/Requested by: gsutter gets() -> fgets() code: eivind SHAREDIR code: Marius Bendiksen <mbendiks@eunet.no>
* - Update port to 0.2.2jedgar2000-08-232-3/+3
| | | | | | - Change LIB_DEPENDS from gnomelibs to gnomecore Submitted by: Gary Benson <garyb@ee.bath.ac.uk>
* Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify asobomax2000-08-226-41/+73
| | | | | | | | couple of LIB_DEPENDS as such, and add a KITCHEN_SINK dependency on the GSL math libraries. PR: 19517 Submitted by: Brian Handy <handy@physics.montana.edu>
* Add support for profiled libraries.jmz2000-08-212-0/+13
| | | | Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Do The Right Thing. (R)knu2000-08-132-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :)
* Update to 1.1.0nbm2000-08-139-1176/+1527
| | | | | PR: ports/20531 Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
* Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsasami2000-08-111-0/+2
| | | | | | use imake themselves. Submitted by: bento (sort of)
* Move distfile to MASTER_SITE_LOCAL/nsayernsayer2000-08-091-1/+2
|
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileknu2000-08-092-1/+2
| | | | namespace pollution.
* Non-standard modules sould go under `site_ruby' directory.knu2000-08-072-1/+3
|
* Add Ruby related ports.knu2000-08-076-0/+49
| | | | | | | | | | | | | devel/ruby-property: Simple properties scheme for Ruby lang/ruby-python: Ruby extension library for embedding Python in Ruby math/ruby-bigfloat: Variable precision floating library for Ruby Whipped on by: ade :>
* update new tarballsanpei2000-08-063-6/+6
| | | | Submitted by: bento
* Re-sobomize to use pre-patch instead of post-extractade2000-08-052-2/+2
| | | | Wrists slapped by: knu, sheldon
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-044-20/+16
| | | | post-extract rule
* Update for new shlib revision from guile 1.4ade2000-08-041-1/+1
|
* change my e-mail addresssanpei2000-08-032-2/+2
| | | | --> sanpei@FreeBSD.org
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-038-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Update port to 1.99.12jedgar2000-08-028-14/+117
| | | | | PR: 20264 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Update checksumkevlo2000-07-303-2/+3
| | | | | | | | - Add missing INSTALLS_SHLIB - Sort pkg/PLIST PR: 20276 Submitted by: Ports Fury
* Mark these BROKEN, they don't compile/run properly.asami2000-07-201-0/+2
| | | | Submitted by: maintainer
* Update to version 2.0.20balex2000-07-163-15/+15
| | | | | PR: 19940 Submitted by: maintainer
* Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES.dirk2000-07-131-2/+1
| | | | | | | They don't have the gzip'ed distfiles and they don't support compression on the fly properly. Noticed by: bento
* Update for new devel/libglade shlib versionade2000-07-122-2/+2
|
* Activating the glove and ntl ports.steve2000-07-101-0/+2
|
* Adding ntl version 4.1a.steve2000-07-105-0/+207
| | | | | | | Victor Shoup's Number Theory Library PR: 19414 Submitted by: Matthias Bauer <matthiasb@acm.org>
* Adding glove version 1.0.1.steve2000-07-109-0/+212
| | | | | | | | | | Glove was developed for use in Caltech physics labs to provide an interface to data acquisition systems, sophisticated (and correct) statistical analysis, a flexible plotting tool, and the ability to easily and intuitively manipulate the data. PR: 19290 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-082-5/+22
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Bump png shared library version.sobomax2000-07-043-3/+3
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Add concorde, a combinatorial optimization library.will2000-07-046-0/+50
| | | | | PR: 19685 Submitted by: David A. Bader <dbader@eece.unm.edu>
* New port of py-gnuplot - a python interface to the popular gnuplot datasobomax2000-07-046-0/+62
| | | | plotting package.
* Add a WWW.sobomax2000-07-031-0/+2
|
* Remove extraneous files and directories on deinstallkris2000-07-034-2/+12
| | | | Noticed by: bento
* Respect CC and CFLAGS, and remove all extraneous directories on deinstallkris2000-07-032-4/+8
| | | | Noticed by: bento
* Update checksum for man pages tarball. They have been updated. The previousjmz2000-07-031-1/+1
| | | | versions were bogus and had nulls and non printable chars.
* Change maintainer's mail address.sanpei2000-07-022-1/+2
| | | | --> sanpei@sanpei.org
* Use ${MASTER_SITE_LOCAL}.asami2000-06-291-1/+2
|
* Add libneural in its new location, moved from devel to math category w/owill2000-06-296-0/+35
| | | | | | | | | a repocopy because there's no history to preserve. Libneural is a C++ library implementation of the classic 3-layer perceptron. Also release this port upon the people. Move suggested by: reg
* Add gnomebasic plugin supportade2000-06-294-2/+6
|
* Update to reflect changes in devel/libole2ade2000-06-244-4/+4
|
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-1/+4
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Tiny modification to silence portlint.chuckr2000-06-232-2/+2
|
* Update octave to version 2.1.30 (bleeding-edge version).chuckr2000-06-236-454/+886
|
* Update to 0.56 -- this needs the devel/libole2 port just committedade2000-06-2110-112/+902
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1723-23/+23
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1618-24/+12
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-1617-30/+10
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-166-6/+6
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax