Commit graph

1449 commits

Author SHA1 Message Date
Patrick Li
39f0202305 Update to 5.1.6
PR:		34798
Submitted by:	AMAKAWA Shuhei <sa264sa264@cam.ac.uk>
Approved by:	maintainer
2002-02-11 21:35:06 +00:00
Ying-Chieh Liao
2386eabc07 add graphthing 0.6
A tool that allows you to create, manipulate and study graphs
2002-02-11 08:06:12 +00:00
Dmitry Sivachenko
b5d4818ff2 Upgrade to 3.0.5 2002-02-10 02:24:07 +00:00
Patrick Li
cde0f8a4f0 Chase the checksum - Minor bug and documentation typos fixed
PR:		33761
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-02-10 01:18:41 +00:00
Christian Weisgerber
8f2debd663 Update to 1.3.6. User-visible changes in this release:
* Added option to choose between infinite and four-element stack in RPN mode.
* Added option to disable autorelease of arc and hyp buttons.
* RPN-related options are now grayed out when the algebraic mode is chosen.
* Added shortcut ctrl-q for exit.
2002-02-09 12:53:53 +00:00
Akinori MUSHA
e784ad66a8 Update to 0.56. 2002-02-06 22:03:32 +00:00
Maxim Sobolev
32241e4b71 Update to 1.0.4.
PR:		34571
Submitted by:	Joe Clarke <marcus@marcuscom.com>
2002-02-04 14:30:56 +00:00
Christian Weisgerber
210a696e19 Clarify dependency and add a flag to make NTL an ISO compliant lib.
Thanks to Jeff Brown <jabrown@SDSC.EDU> for pointing this out.

PR:		34556
Submitted by:	Matthias Bauer <matthiasb@acm.org>

Additionally respect CC/CXX/CFLAGS/CXXFLAGS and generally overhaul
the Makefile.

Obtained from:	OpenBSD
2002-02-03 22:15:22 +00:00
Patrick Li
5332560b1c Update to 1.4.1
PR:		34466
Submitted by:	maintainer
2002-01-31 01:09:53 +00:00
Ying-Chieh Liao
403038cd4d add clarence 0.1.8
Programmer's calculator
2002-01-30 18:43:02 +00:00
Patrick Li
0018a485aa - add patches from NetBSD (fixes for ascii(), fft() and the online help)
- Provide a working default PVM configuration.
- Remove unneeded pvm files form the install.

PR:		34276
Submitted by:	maintainer
Obtained from:	NetBSD
2002-01-30 05:59:03 +00:00
Akinori MUSHA
897d06aa97 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:48:57 +00:00
Ying-Chieh Liao
cfe5247f2f upgrade to 1.0.5 2002-01-28 14:27:16 +00:00
Ying-Chieh Liao
269271c78d add ploticus 2.02
Generates plots and graphs from data
2002-01-23 19:32:29 +00:00
Maxim Sobolev
5578230f6e <cvs="sucks">
Grrr, `cvs rm' followed by `cvs add' in a remote mode doesn't add the file
  back to a repo.
</cvs>
2002-01-23 15:32:59 +00:00
Maxim Sobolev
175ca0ddfb Update to 0.40.3. 2002-01-23 15:23:29 +00:00
Maxim Sobolev
a58e8d418d Update to 1.0.3. 2002-01-23 15:23:21 +00:00
Anton Berezin
0cb8101e76 Update to 1.49. 2002-01-22 16:04:43 +00:00
Thomas Gellekum
38d8068c7f Upgrade python21 to 2.1.2, the latest bugfix release.
PR:		34078
Submitted by:	Hye-Shik Chang <perky@fallin.lv>

Update checksum of dependent ports.
2002-01-22 12:53:28 +00:00
Christian Weisgerber
c4b6dbc906 Update to 1.3.5. No user-visible changes. 2002-01-21 12:44:18 +00:00
Christian Weisgerber
e90c4b51fa Calcoo is a Gtk-based scientific calculator designed to provide maximum
usability.
2002-01-19 16:26:01 +00:00
Maxim Sobolev
d46fd5235f Update to 1.0.2. 2002-01-16 12:45:38 +00:00
Maxim Sobolev
6d42cee6e7 Use correct MASTER_SITE.
Submitted by:	bento
2002-01-16 10:44:08 +00:00
Thomas Gellekum
91a75a62a4 Checking PYTHON_REL in the .BEGIN target breaks `make clean' if there's no
Python installed. Use the pre-fetch target instead.

Submitted by:	Gregory Sutter <gsutter@zer0.org>
2002-01-15 12:32:05 +00:00
Patrick Li
93afad561b Fix configure (bento)
PR:		33743
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-01-11 23:43:09 +00:00
Maxim Sobolev
cef31e6dda Update to 1.0.1. 2002-01-11 14:44:11 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Akinori MUSHA
573f0fa17f - Chase a repack. (only an installer fix)
Submitted by:	fenner's script

- Add a couple of missing file entries to pkg-plist.

- Bump PORTREVISION accordingly.
2002-01-10 19:51:29 +00:00
Maxim Sobolev
15e5f3afba Add qscanplot 0.3, a program to extract data from scanned plots, graphs and
figures.
2002-01-10 17:28:38 +00:00
Kevin Lo
a1ec5ec39c Update to version 1.0.48r1
PR: 33600
Submitted by: Ports Fury
2002-01-10 15:09:22 +00:00
Thomas Gellekum
e7e7c3efbc Upgrade to 20.3. 2002-01-09 12:25:54 +00:00
Patrick Li
8aae428676 Update to 20020108
PR:		33677
Submitted by:	maintainer
2002-01-09 01:34:32 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Thomas Gellekum
555f286ca1 Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.
PR:		33444
Submitted by:	Hye-Shik Chang <perky@fallin.lv>

Add new MD5 to dependent ports.
2002-01-07 13:26:47 +00:00
Dag-Erling Smørgrav
edc0948972 Add forgotten ONLY_FOR_ARCHS=i386. 2002-01-07 12:38:00 +00:00
Dag-Erling Smørgrav
f5f74dbcd1 Rough port of JavaNNS 1.0 beta. It runs fine, but complains about not
finding its configuration and help files.  I'll fix these issues later.
2002-01-07 12:34:28 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Maxim Sobolev
878acbb345 Update to 1.0.0. Just In Time [tm] for the 4.5-RELEASE. :) 2002-01-02 12:01:04 +00:00
Patrick Li
b50c44981d Fix for -CURRENT, malloc.h->stdlib.h
Spotted by:	Bento
2002-01-02 04:16:51 +00:00
Akinori MUSHA
da6a060a99 Update to 0.5.5. 2001-12-31 20:37:05 +00:00
Dirk Froemberg
8c0949d312 Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.

See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
2001-12-31 10:20:19 +00:00
Maxim Sobolev
66d07f1382 Update to 0.99.1. 2001-12-28 08:53:02 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
Steve Price
f5962ab9e4 Chase the checksum. Minor code nits, some doc changes, and addition
of some temporary (.old) files that probably got left in by accident
when the tarball was re-rolled.
2001-12-24 22:06:52 +00:00
Dirk Froemberg
9439aeb2c5 portlint: remove extra whitespaces before end of line. 2001-12-24 10:37:45 +00:00
Ying-Chieh Liao
243ede0bc5 add WWW: 2001-12-24 05:35:23 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Ying-Chieh Liao
370681a141 upgrade to 1.0.3 2001-12-23 07:33:48 +00:00
Kevin Lo
621afdd675 - Add build option to support Tcl/Tk
- Bump PORTREVISION

PR: 32951
Submitted by: Ports Fury
2001-12-22 13:59:12 +00:00
Akinori MUSHA
7211b539d6 Add ruby-gsl, a Ruby extension library for GSL (GNU Scientific
Library).
2001-12-21 21:23:28 +00:00
Ying-Chieh Liao
d1ad5ea0bf upgrade to 1.0.2 2001-12-21 14:06:05 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Ying-Chieh Liao
e5ffa4b632 upgrade to 0.12
PR:		33012
Submitted by:	maintainer
2001-12-19 18:08:36 +00:00
Pete Fritchman
9fbddc5395 Add xgobi 2001.09, graphical data visualisation tool.
PR:		32994
Submitted by:	Tony Maher <tonym@biolateral.com.au>
2001-12-19 04:06:09 +00:00
Maxim Sobolev
c7192d0412 Update to 0.99.0. 2001-12-18 06:13:26 +00:00
Steve Price
a133edcf16 Author added partial support for FreeBSD (and a couple of other archs).
Fix that support and this port.
2001-12-15 22:57:28 +00:00
Steve Price
e2b5c41f4d It seems as though some recompressed the distfiles for this port. While
the files are slightly different sizes now on the MASTER_SITE diff(1)
says they are exactly the same when uncompressed.
2001-12-15 22:06:43 +00:00
Ying-Chieh Liao
cc2ab76018 fix pkg-plist
PR:		32623
Submitted by:	Ports Fury
2001-12-08 20:30:53 +00:00
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Anton Berezin
beb2bfa879 Update to 1.0.
PR:		31798
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
Approved by:	maintainer
2001-12-07 08:46:53 +00:00
Ying-Chieh Liao
a9920b0635 add newmat
A C++ matrix library
2001-12-06 15:48:26 +00:00
Maxim Sobolev
ca601aa3b2 Update to 0.8.0. 2001-12-05 10:55:53 +00:00
Steve Price
ff215d085a Forgot to bump PORTREVISION with previous changes.
Submitted by:	send-pr@oldach.net (Helge Oldach)
2001-12-04 22:24:04 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Lars Koeller
42cbb84553 Update to grace 5.1.5.
PR:             32438
Submitted by:   AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-12-03 20:03:06 +00:00
Pete Fritchman
93afc658ba Add naturalmath-0.5, a script to turn intuitively written math into latex
PR:		31701
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-12-03 06:20:00 +00:00
Steve Price
b8a55a6b2b - Backup files should be produced according to the wide-spread "tilde
suffix" convention. sc will also prepend a hash character which will
  make the backup files go out of common directory sort order.
- A value such as 40 will be displayed wrongly if displayed with a
  "0.00 EUR" format (i.e. more than one or two characters alpha text
  after the number format).
- 8-bit characters (according to usual locale conventions) should be
  allowed.

PR:		32017
Submitted by:	Helge Oldach <send-pr@oldach.net>
2001-12-02 22:18:15 +00:00
Ying-Chieh Liao
a4951ca570 add fxt
FFT code and related stuff
2001-11-28 03:57:15 +00:00
Chris D. Faulhaber
11ab8da3b5 o Use MASTER_SITE_LOCAL since the author's site vanished
months ago.
2001-11-27 15:16:15 +00:00
Thomas Gellekum
5023526724 Add dependency on libgmp. 2001-11-27 13:05:46 +00:00
Jun Kuriyama
eab7242ba6 Add pari-devel 2.2.0.a, mathmatics library and advanced calculator package.
PR:		ports/31386
Submitted by:	Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
2001-11-27 02:47:36 +00:00
Maxim Sobolev
08a292d4db Remove ports/math/Scilab, because it was superceeded by math/scilab long time
ago.

Submittedby:	maintainer
2001-11-26 18:55:45 +00:00
Ying-Chieh Liao
fde089c24e add missing dependency to libgmp
drop maintainership

Submitted by:	bento
2001-11-26 18:08:17 +00:00
Ying-Chieh Liao
8408ed8657 upgrade to 1.0.1 2001-11-26 13:18:55 +00:00
Ying-Chieh Liao
ae2fdd30fe change maintainers email address
PR:		32287
Submitted by:	maintainer
2001-11-26 12:41:23 +00:00
Anton Berezin
7f0a7c10d6 Update to 0.3; add WWW to pkg-descr. 2001-11-25 16:03:09 +00:00
Ying-Chieh Liao
2d584cf866 add biggles
Create publication-quality 2D scientific plots
2001-11-25 11:08:56 +00:00
Pete Fritchman
d9634a5ac8 Add unixstat-5.4, a statistics package designed for use with the Unix shell
PR:		30007
Submitted by:	Mike Meyer <mwm@mired.org>
2001-11-25 08:59:47 +00:00
Maxim Sobolev
4232aaa5fa Update to 0.40.2. 2001-11-23 17:58:18 +00:00
Ying-Chieh Liao
a67d0877cf t1.3 -> t1.4 2001-11-23 17:25:26 +00:00
Dag-Erling Smørgrav
551ef89b31 Point to the SNNS web page. 2001-11-22 18:03:01 +00:00
Dag-Erling Smørgrav
895fe1afd9 Assume maintainership since nobody else has stepped forward. 2001-11-22 18:02:29 +00:00
Ying-Chieh Liao
7bf34f2fb0 upgrade to 1.0.47rev7
drop maintainership
2001-11-22 12:38:03 +00:00
Pete Fritchman
fa20ca843f Fix plots with impulses and boxes
PR:		32161
Submitted by:	candy <candy@kgc.co.jp>
Approved by:	maintainer
2001-11-21 17:57:08 +00:00
Maxim Sobolev
df13eaabdc Update to 0.76. 2001-11-21 11:30:54 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Akinori MUSHA
01027242b4 Update to 0.55. 2001-11-15 18:42:18 +00:00
Maxim Sobolev
62fb30de09 Fix WWW.
Submitted by:	Fenner's distfiles survey
2001-11-08 15:35:47 +00:00
Thomas Gellekum
a3ef3079aa New maintainer ports@; Sandro Sigala is no longer running FreeBSD.
Update MASTER_SITES for umatrix, while I'm here.
2001-11-07 11:44:09 +00:00
Maxim Sobolev
5e65c4e862 Update to 0.75. 2001-11-07 10:10:12 +00:00
Anton Berezin
e65da86719 Update to 1.45. 2001-11-06 13:44:48 +00:00
Akinori MUSHA
4f21bb209e Update to 0.54. 2001-11-06 07:12:44 +00:00
Pete Fritchman
5c980db232 - fix MASTER_SITES
- clean up install target
- install documentation into ${DOCSDIR}
- sort pkg-plist
- add NOPORTDOCS support in pkg-plist

PR:		31614
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-05 11:08:02 +00:00
Pete Fritchman
f40709d221 Update to 1.0.3
PR:		31613
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-05 10:02:59 +00:00
Pete Fritchman
4eb4bb3551 Update to 0.11
PR:		31751
Submitted by:	maintainer
2001-11-04 19:44:44 +00:00
Pete Fritchman
7b6be61fdf Add units-1.74, the GNU version of the units program: unit conversion and
calculation

Submitted by:	Jason Harris <jharris@widomaker.com>
2001-11-03 07:08:49 +00:00
Anton Berezin
c8e57632eb Vladimir Savichev <vlad@ariel.phys.wesleyan.edu> is now a maintainer of
this port.
2001-11-01 09:18:25 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
Anton Berezin
da11d1c741 Update to 0.9.4.
PR:		31638
Submitted by:	Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
2001-10-30 23:09:34 +00:00
Pete Fritchman
bd974e26c3 Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}
to -a -i.

PR:		31592
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-10-30 01:47:27 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Dag-Erling Smørgrav
df7799e0ee Author's own patch for the "read error in configuration file" bug. 2001-10-25 14:29:32 +00:00
Dag-Erling Smørgrav
b2250903d0 Maintainer has ignored bug reports for five months now. 2001-10-25 14:28:50 +00:00
Akinori MUSHA
1fbd0d3df1 Update to 1.1.8. 2001-10-23 15:17:30 +00:00
Maxim Sobolev
47eb709f12 Update to 0.40.0. 2001-10-23 13:36:38 +00:00
Maxim Sobolev
e0aca85cdd Update to 0.72. 2001-10-23 13:33:33 +00:00
Akinori MUSHA
2ff931dc66 Remove redundant spaces at EOL. 2001-10-21 21:51:15 +00:00
Mikhail Teterin
e0c533f55b If both GDBM and NDBM are defined, siag will try to use all
dbm-functions, including  dbm_pagfno. Our ndbm DOES  NOT provide
it,  but  instead  of  being quite,  it  defines  dbm_pagfno  as
DBM_PAGFNO_NOT_AVAILABLE. This breaks compiles, of course.

Add  the patch,  that was  on my  local system  since April,  to
undefine the this define and let siag use dbm_pagfno implemented
in libgdbm. They should be compatible...

Submitted by:	bento
2001-10-20 15:08:13 +00:00
David W. Chapman Jr.
e9aeb74706 Really update to 3.4.9 this time
Bump PORTREVISON to make sure no problems with previous error

PR:		31269
Submitted by:	maintainer
2001-10-19 15:48:41 +00:00
Thomas Gellekum
1c6cc68498 New port py-mpz. This builds the mpz module (an interface to GMP) from
the Python distribution.
2001-10-19 11:20:37 +00:00
Thomas Gellekum
3372e611f4 Upgrade to 20.2.1. 2001-10-19 11:13:32 +00:00
David W. Chapman Jr.
61a4488549 Update to 3.4.9
PR:		31269
Submitted by:	maintainer
2001-10-19 05:30:27 +00:00
Ying-Chieh Liao
5f1188eef6 Remove shared lib version number from optional LIB_DEPENDS
PR:		30722
Submitted by:	Ports Fury
2001-10-15 13:21:23 +00:00
Anton Berezin
c3b29be18c Add math/p5-Math-BigInt, an arbitrary size math package for perl. This
is a complete rewrite of the BigInt and BigFloat modules supplied with
our standard system perl.
2001-10-12 18:20:46 +00:00
Anton Berezin
a8c3678eaf Add p5-Graph, the Perl module for graph operations. 2001-10-09 21:02:47 +00:00
Anton Berezin
4ebd898c77 Update to 6.1; assume maintainership. 2001-10-09 18:33:56 +00:00
Maxim Sobolev
b691224435 Update to 0.71. 2001-10-09 13:18:41 +00:00
Ying-Chieh Liao
3a0ceec1a5 handle gmp in current system
Submitted by:	bento
2001-10-05 06:43:01 +00:00
Ying-Chieh Liao
2eb110a12b add missing file to PLIST
Submitted by:	bento
2001-10-05 03:34:44 +00:00
SADA Kenji
daa4df5b0b New ports for scilab 2.6 .
PR:		ports/26997
Submitted by:	Jean-Sebastien Roy <jean-sebastien.roy@wanadoo.fr>
2001-10-03 14:44:01 +00:00
Anton Berezin
a91c0875a2 Update to 0.10.
PR:		30866
Submitted by:	maintainer
2001-10-02 17:55:01 +00:00
Mikhail Teterin
94ea134f49 Attempt to resurrect this port by updating it to the latest
version -- 3.4.10. A number of things remain to ironed out --
most importantly, the consistent segfaulting of pw on startup.

But the current version was just too obsolete...
2001-09-30 21:28:39 +00:00
Dmitry Sivachenko
2b2d4cea6f Update to 3.0.2 2001-09-29 11:11:28 +00:00
Dmitry Sivachenko
3185229515 Finish updating to 0.9.3 2001-09-29 10:02:48 +00:00
Dmitry Sivachenko
6db4fb086e Update to 0.9.3 2001-09-29 10:02:16 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
FUJISHIMA Satsuki
f03b51fefe fix manpage error: does not have manpage.
This port is still broken.
2001-09-21 16:08:19 +00:00
Akinori MUSHA
605108f885 - Sort entries.
- Add missing entries: "p5-Date-Handler" and "scilab".
  (The former hasn't been recognized because of a typo s/SUBIDR/SUBDIR/)
2001-09-21 05:51:47 +00:00
Akinori MUSHA
14a204b036 Update to 0.52. 2001-09-20 10:59:29 +00:00
Anton Berezin
7b840bec54 Add p5-Math-Base85, a perl extension for base 85 numbers, as referenced
by RFC 1924.
2001-09-17 21:47:14 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
Kevin Lo
94f1779d48 Initial import of kset-0.3.
KSEG is a program for exploring Euclidean geometry.

PR: 30305
Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw>
2001-09-16 18:09:03 +00:00
Kevin Lo
a66dedb8e2 Update to version 1.3.1
PR: 30370
Submitted by: MAINTAINER
2001-09-16 18:04:03 +00:00
Maxim Sobolev
76eaf6e089 Unbroke with latest libglade. 2001-09-11 15:37:23 +00:00
Michael Haro
a0a09ba404 Add Math::Pari, a Perl interface to famous library PARI for
numerical/scientific/number-theoretic calculations.
2001-09-11 10:23:36 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
Dmitry Sivachenko
6845ee0376 Set DIST_SUBDIR=KDE 2001-09-10 20:22:28 +00:00
Ying-Chieh Liao
f0c7e3b0e4 upgrade to 1.1.2
Submitted by:	fenner's log
2001-09-08 07:29:19 +00:00
Johann Visagie
89bcea8639 Add py-gato 0.96.g, a Python-based toolbox to visualise algorithms
on graphs.
2001-09-03 10:45:18 +00:00
Michael Haro
273a1cd590 Update of ntl-5.0c to ntl-5.2
PR:		30134
Submitted by:	maintainer
2001-09-03 03:33:45 +00:00
Dmitry Sivachenko
b1e822434d Upgrade to 0.9.2;
Use IGNOREFILES for postscript manual, it is rerolled frequently and has no
version information in the filename.
2001-09-03 02:03:54 +00:00
FUJISHIMA Satsuki
bdefa9070f unbreak: add -lXpm 2001-08-31 14:43:00 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Akinori MUSHA
23a999b22b Make CATEGORIES and MAINTAINER overridable for japanese/kde*.
Approved by:	kde (will), demon (MAINTAINERs)
2001-08-30 18:56:50 +00:00
Hajimu UMEMOTO
c7d20b1d74 Add new port Asir.
The system Risa/Asir is a general computer algebra system.
It performs arithmetics in various rings and fields, factorization,
and Groebner basis computations. It can call outer modules complient
to the OpenXM protocols.

PR:		ports/30158
Submitted by:	Saito Tomokatsu <saito@asir.org>
2001-08-30 15:50:41 +00:00
Akinori MUSHA
7ad6a05d14 Update to 1.1.7. 2001-08-30 06:56:49 +00:00
Pete Fritchman
e72d3a4913 Update to 0.09
PR:		30211
Submitted by:	maintainer
2001-08-30 03:39:20 +00:00
Maxim Sobolev
d03c908f0d Add libgmp 2001.08.07, a library for arbitrary precision arithmetic.
Note: This package contains version the the library just before it was
removed from the FreeBSD base system (5-CURRENT, mid-August 2001) and it is
provided solely for compatibility with packages that require it.
2001-08-28 16:31:18 +00:00
Thomas Gellekum
4844a5b160 Use ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} when building. 2001-08-28 11:34:59 +00:00
Pete Fritchman
4db3087986 add p5-Date-Handler
Perl module for calculating time differences

PR:		30071
Submitted by:	Shell Hung <shell@shellhung.org>
2001-08-25 20:30:03 +00:00
Ying-Chieh Liao
0ed94f15ee t1.2 -> t1.3 2001-08-25 03:33:33 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
Kris Kennaway
3157ad19e8 Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports.  Any non-committer who wants to grab one let me
know.

Approved by:	old maintainer
2001-08-23 20:21:52 +00:00
Maxim Sobolev
85a7238f2b Forgot to cvs rm this patch when committing 0.70 update.
Submitted by:	olgeni
2001-08-22 16:30:40 +00:00
Maxim Sobolev
730752364f Update to 0.70. 2001-08-21 14:12:20 +00:00
Chris D. Faulhaber
cfb6b499d5 Chase the checksum: the reference document, gsl-ref.ps.gz,
was updated.
2001-08-20 01:59:42 +00:00
Anton Berezin
e685251ff4 Give up PDL maintainership. 2001-08-16 13:22:24 +00:00
Ying-Chieh Liao
51b1eb82e8 upgrade to 0.96
drop maintainership
2001-08-16 12:10:17 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Maxim Sobolev
ecdcb91991 Update to 0.69. 2001-08-13 11:19:45 +00:00
Ying-Chieh Liao
8b758224c2 add cxsc
C++ class library for eXtended Scientific Computing
2001-08-11 15:54:45 +00:00
Mario Sergio Fujikawa Ferreira
c7084bac32 o Update to 5.0.4
o Use BSD_INSTALL_* vars where possible

PR:		29443
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-08 16:27:12 +00:00
Maxim Sobolev
89b6ca446c Update to 0.68. 2001-08-06 11:02:56 +00:00
Ying-Chieh Liao
727ccec482 add missing files in PLIST
Submitted by:	bento log
2001-08-04 17:56:19 +00:00
Ying-Chieh Liao
25236c5b5a upgrade to 0.9
Submitted by:	bento log
2001-08-03 19:23:05 +00:00
Dmitry Sivachenko
a579ce2c7b Upgrade to 3.0.1 2001-08-02 03:46:15 +00:00
Dmitry Sivachenko
f2632275eb Update to 3.0 2001-07-29 02:31:08 +00:00
Mario Sergio Fujikawa Ferreira
189ab5617e Add NOPORTDOCS support
PR:		28867
Submitted by:	Patrick Li <pat@databits.net>
2001-07-27 20:17:50 +00:00
Maxim Sobolev
9f2be6cffe Add python libraries into list of libs returned by libguppiConf.sh script,
so other pacages (e.g. gnucash) will be able to link with libguppi.
2001-07-27 15:37:21 +00:00
Anton Berezin
48258c8d1f Update math/p5-Statistics-Distributions to 0.07. 2001-07-27 15:09:25 +00:00
Maxim Sobolev
55bb03a02c Update to 0.7.1. 2001-07-27 12:51:47 +00:00
Jean-Marc Zucconi
00bd57c45e Remove pre-install target - nothing is installed in ${PREFIX}/lib/calc/ 2001-07-27 02:28:53 +00:00
Ying-Chieh Liao
ebc29a4584 upgrade to 0.3.0 2001-07-25 06:56:33 +00:00
Akinori MUSHA
e1a378a80b Update to 0.49. 2001-07-25 05:28:08 +00:00
Maxim Sobolev
1925790266 Explicitly link with libgiconv, because otherwise it fails to save files in
MS Excel format.

PR:		29038
Submitted by:	Adam Nealis <adamnealis@yahoo.co.uk>
2001-07-17 15:48:46 +00:00
MIHIRA Sanpei Yoshiro
4c49140779 Update to version 6.3.14 2001-07-16 22:08:45 +00:00
Maxim Sobolev
1d3c7b4156 Unbroke with python2.0. 2001-07-16 19:56:37 +00:00
Daniel Harris
3fb87da320 Update to 3.4.8.
PR:		28848
Submitted by:	maintainer
2001-07-16 13:22:50 +00:00
Dmitry Sivachenko
927f19e6e8 Utilize DATADIR and DOCSDIR. 2001-07-15 08:21:18 +00:00
Ying-Chieh Liao
c7640a9632 upgrade to 0.2.9 2001-07-13 02:12:41 +00:00
Maxim Sobolev
4555fd436f Add --enable-explicit-python-linking into CONFIGURE_ARGS - this should allow
guppi to be used from other Gnome components, like Gnucash.

Submitted by:	Mixtim <mixtim@home.com>
2001-07-11 08:57:06 +00:00
Maxim Sobolev
c728c60608 Update to 0.67. 2001-07-09 16:46:59 +00:00
Lars Koeller
a22c3612ff o) Update to version 5.1.4
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-07-09 08:16:48 +00:00
Jean-Marc Zucconi
cb105e33d5 Upgrade to version 2.11.5.
Install associated files in ${PREFIX}/share instead of ${PREFIX}/lib
2001-07-08 02:11:49 +00:00
Ying-Chieh Liao
bf19241e94 upgrade to 2.1.1
PR:		28454
Submitted by:	David Bremner <bremner@unb.ca>
2001-07-07 13:51:31 +00:00
Ying-Chieh Liao
6eeae28b24 add p5-Math-Random-MT
The Mersenne Twister PRNG

PR:		28716
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-07-06 16:36:45 +00:00
Ying-Chieh Liao
b6bd3532cd add p5-Math-Random
Random number generators

PR:		28715
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-07-06 16:30:40 +00:00
Ying-Chieh Liao
6b7237ff57 add missing file
Submitted by:	bento log
2001-07-06 08:12:17 +00:00
Dmitry Sivachenko
a1ea6626e6 Add missing manpages. 2001-07-06 07:19:50 +00:00
Ying-Chieh Liao
9869a9c17c update lib depends
Submitted by:	bento log
2001-07-06 06:50:06 +00:00
Maxim Sobolev
f02cdd3208 Kill extra \n.
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-07-04 14:51:18 +00:00
Maxim Sobolev
767289e322 Update to 0.7.0.
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-07-04 14:46:46 +00:00
Maxim Sobolev
5a848a3f11 Reflect update of the libgtkextra version number. 2001-07-04 14:43:01 +00:00
Ying-Chieh Liao
94bae20f0b upgrade to 0.2.8 2001-07-03 09:06:41 +00:00
Ying-Chieh Liao
39edf9061f upgrade to 0.2.7 2001-07-02 05:44:38 +00:00
Akinori MUSHA
1cbf3f2491 Update to 0.5.4. 2001-07-02 05:19:27 +00:00
Mario Sergio Fujikawa Ferreira
4fa7aaa67d Install additional header files
PR:		28538
Submitted by:	maintainer
2001-07-01 02:25:37 +00:00
Ying-Chieh Liao
778cff8471 upgrade to 0.5.10
drop maintainership
2001-06-30 19:00:36 +00:00
Ying-Chieh Liao
9fb1152129 ugprade to 0.2.6 2001-06-30 18:37:10 +00:00
Chris D. Faulhaber
81523c5757 Update port to 0.3
PR:		28399
Submitted by:	Patrick Li <pat@databits.net>
2001-06-30 13:16:58 +00:00
Ying-Chieh Liao
52a690992b upgrade to 0.2.5
build with optimization again
2001-06-27 18:26:12 +00:00
Ying-Chieh Liao
174b85161b turn off optimization to make it buildable 2001-06-26 17:12:39 +00:00
Mario Sergio Fujikawa Ferreira
76667f3203 Bad, bad lioux. Replace previously added botched MASTER_SITES (old distfile version). House distfiles under MASTER_SITE_LOCAL since it is not available anywhere else. 2001-06-26 03:28:46 +00:00
Ying-Chieh Liao
f45d7fe274 upgrade to 0.5.9 2001-06-25 12:17:03 +00:00
Ying-Chieh Liao
a6b1b1fc33 upgrade to 0.2.3 2001-06-25 12:09:31 +00:00
Dima Dorfman
911522fd85 Add solitaire, the reference implementation of the Solitaire
encryption algorithm.
2001-06-24 23:45:35 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
Akinori MUSHA
9f52c00703 Update to 0.8.
PR:		ports/28299
Submitted by:	Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
2001-06-24 07:54:09 +00:00
Mario Sergio Fujikawa Ferreira
6a20701c98 Add working MASTER_SITES
Submitted by:	fenner (distfile survey)
2001-06-22 18:39:39 +00:00
Mario Sergio Fujikawa Ferreira
b421f07aa3 House distfiles it in ${MASTER_SITE_LOCAL} since these are not available anywhere else 2001-06-22 18:34:19 +00:00
Ying-Chieh Liao
92d8d67120 add yacas
Yet Another Computer Algebra System
2001-06-21 16:57:55 +00:00
Ade Lovett
4f5620349f Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
2001-06-19 09:43:08 +00:00
Ade Lovett
25c88b865f libgda falls under the USE_GNOME knob now, adjust dependencies accordingly. 2001-06-19 08:15:06 +00:00
Ying-Chieh Liao
590a59fcd5 upgrade to 0.5.6 2001-06-19 05:35:27 +00:00
Ying-Chieh Liao
2929c40994 add missing file in PLIST
Submitted by:	bento
2001-06-18 04:25:30 +00:00
Ying-Chieh Liao
a69120c56a add gexpr
A shell calculator
2001-06-13 21:45:12 +00:00
Kevin Lo
38402701f8 Update to version 5.0.3
PR: 28055
Submitted by: Ports Fury
2001-06-13 16:07:11 +00:00
Ying-Chieh Liao
03588f082e upgrade to 0.95
respect to CXXFLAGS

PR:		28117
Submitted by:	Patrick Li <pat@databits.net>
2001-06-13 10:01:40 +00:00
Anton Berezin
c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00
Ying-Chieh Liao
0edf9dca80 upgrade to 1.1.1 2001-06-12 04:45:51 +00:00
Mark Pulford
53206fd902 Update doc checksum. Manual was improved.
PR:		28012
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2001-06-11 05:47:06 +00:00
Will Andrews
eba4965833 Add vecfem 3, a program to solve non-linear boundary value problems.
PR:		24459
Submitted by:	Ralf Becker <ralf@akk.org>
2001-06-11 03:01:32 +00:00
Ying-Chieh Liao
200f06bd40 upgrade to 0.5.2 2001-06-09 17:35:10 +00:00
Ying-Chieh Liao
a9ea8fc4bf upgrade to 0.94
respect to CFLAGS

Submitted by:	Pete Fritchman <petef@databits.net>
2001-06-08 17:18:37 +00:00
Ying-Chieh Liao
f81022e760 upgrade to 0.9.0
drop maintainership
2001-06-08 17:15:05 +00:00
Ade Lovett
6855f0b85f Tarball was re-rolled (verified by author)
PR:		27898
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-06-06 14:49:12 +00:00
Ade Lovett
cb7eb45776 Add math/libgmp3, version 3.1.1 of the GNU arbitrary precision arithmetic
library.

PR:		24268 and 24855
Submitted by:	ijliao@terry.dragon2.net and kargl@apl.washington.edu
2001-06-05 05:22:15 +00:00
Ying-Chieh Liao
ac027f3c61 add spar
A modular math parser
2001-06-01 03:47:52 +00:00
Ying-Chieh Liao
938328ceff add nauty
Brendan McKay's graph isomorphism tester

PR:		27620
Submitted by:	David Bremner <bremner@unb.ca>
2001-05-29 16:13:39 +00:00
Ying-Chieh Liao
b304f325ad add missing file into PLIST
PR:		27578
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-29 14:14:38 +00:00
Maxim Sobolev
f58180f9a2 math/numpy was renamed to math/py-numeric.
PR:		27594
Submitted by:	Chang, Hye-Shik <perky@python.or.kr>
2001-05-29 12:50:07 +00:00
Peter Pentchev
0a3ba12f53 Unbreak 'make readmes' (and 'make index', kind of) - remove the math/numpy
that I bogusly added last time.  Time to learn to *really* test things
before committing..

PR:		27688
Submitted by:	Paul Murphy <pnmurphy1@home.com>
2001-05-28 09:09:38 +00:00
James E. Housley
ee0f012fb0 update to 3.4.7
PR:		27541
Submitted by:	jhanna@home.com
2001-05-27 13:03:44 +00:00
MIHIRA Sanpei Yoshiro
5be87e8ec2 add missing demo file
update WWW URL(English version)

PR:		ports/27584
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-26 11:42:44 +00:00
Peter Pentchev
177c3d2169 Unbreak 'make index': remove graphics/shot2png and textproc/shot2txt,
add math/numpy.

Submitted by:	Bernd Luevelsmeyer <bdluevel@heitec.net> (shot2png)
2001-05-25 16:00:21 +00:00
Ying-Chieh Liao
0988294b2a upgrade to 0.2.1
drop maintainership
2001-05-24 19:01:28 +00:00
Ade Lovett
d2e53511fc Fix compilation problem when other iconv-type ports are installed.
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-05-22 22:22:30 +00:00
Ade Lovett
1bc76ecc3a Update to 0.65 2001-05-21 18:07:24 +00:00
Maxim Sobolev
51ed61908b Add guppi 0.35.5, a ploting program for GNOME. 2001-05-21 12:41:59 +00:00
Thomas Gellekum
59017272ff Update WWW:
Submitted by:	Jean-Sebastien ROY <jean-sebastien.roy@wanadoo.fr>
2001-05-14 12:03:27 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Ying-Chieh Liao
aa6f3ec5a0 upgrade to 0.1.7 2001-05-10 11:19:36 +00:00
Vanilla I. Shu
001c3c4aa2 Upgrade
p5-Apache-AuthTicket		=>	0.31
  p5-Apache-AuthenCache		=>	0.04
  p5-Business-CreditCard	=>	0.23
  p5-CGI-Cache			=>	1.03
  p5-Crypt-CipherSaber		=>	0.60
  p5-Crypt-SSLeay		=>	0.25
  p5-File-Cache			=>	0.16
  p5-Filter			=>	1.23
  p5-FreezeThaw			=>	0.41
  p5-HTML-Stream		=>	1.49
  p5-Mail-Audit			=>	1.10
  p5-Mail-Box			=>	1.111
  p5-Mail-IMAPClient		=>	2.1.2
  p5-Mail-Sender		=>	0.7.08
  p5-Math-FixedPrecision	=>	0.14
  p5-Math-GMP			=>	1.07
  p5-NNTPClient			=>	0.37
  p5-Net-SSLeay			=>	1.07
  p5-Proc-Background		=>	1.03
  p5-Quota			=>	1.3.3
  p5-Text-Template		=>	1.31
  p5-WWW-Search			=>	2.19
  p5-XML-RSS			=>	0.97
  p5-chart			=>	fix pkg-plist
2001-05-10 01:20:55 +00:00
Ying-Chieh Liao
a78211b02c upgrade to 0.1.6 2001-05-09 10:16:26 +00:00
Thomas Gellekum
56e64a303b - Update MASTER_SITES
- numpy -> py-numeric
- Use PYTHON_PKGAMEPREFIX
2001-05-08 11:49:32 +00:00
Akinori MUSHA
a2a8c8edfc Add ruby-math3d, a Ruby library for mathematics for 3D graphics, which
includes Vector/Matrix4x4/LineSeg/Plane/Bound and so on.
2001-05-08 11:23:36 +00:00
Akinori MUSHA
beba453510 Add ruby-algebra, a Ruby library for mathematical (algebraic)
computations.
2001-05-08 11:13:59 +00:00