Commit graph

775 commits

Author SHA1 Message Date
Will Andrews
5a72dc9cce Oops, I didn't actually read the webpage.. PhysCalc is at version 2.4.
No versioned distfile though.
2000-08-27 23:42:08 +00:00
Will Andrews
76a432dd93 Add physcalc (unversioned), an extremely old (apparently first written
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>
2000-08-27 23:32:03 +00:00
Chris D. Faulhaber
29afe4a449 - Update port to 0.2.2
- Change LIB_DEPENDS from gnomelibs to gnomecore

Submitted by:	Gary Benson <garyb@ee.bath.ac.uk>
2000-08-23 12:33:17 +00:00
Maxim Sobolev
1a959291f6 Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify a
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>
2000-08-22 13:36:02 +00:00
Jean-Marc Zucconi
ef4c70991c Add support for profiled libraries.
Submitted by:	 AMAKAWA Shuhei <sa264@cam.ac.uk>
2000-08-20 21:38:53 +00:00
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Akinori MUSHA
596ebf8a49 Do The Right Thing. (R)
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. :)
2000-08-12 20:09:41 +00:00
Neil Blakey-Milner
0872d01f16 Update to 1.1.0
PR:		ports/20531
Submitted by:	Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
2000-08-12 16:28:12 +00:00
Satoshi Asami
2e3170ec6b Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these ports
use imake themselves.

Submitted by:	bento (sort of)
2000-08-11 06:34:47 +00:00
Nick Sayer
c7e5dc01a3 Move distfile to MASTER_SITE_LOCAL/nsayer 2000-08-08 17:16:59 +00:00
Akinori MUSHA
817f3c2a2e Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile
namespace pollution.
2000-08-08 16:08:31 +00:00
Akinori MUSHA
dee2f62a68 Non-standard modules sould go under `site_ruby' directory. 2000-08-07 10:08:41 +00:00
Akinori MUSHA
cba1dd7319 Add Ruby related ports.
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	:>
2000-08-07 06:09:19 +00:00
MIHIRA Sanpei Yoshiro
0420e8bf23 update new tarball
Submitted by:	bento
2000-08-06 14:50:51 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Ade Lovett
38ae599271 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:19:21 +00:00
Ade Lovett
43cb09fb69 Update for new shlib revision from guile 1.4 2000-08-04 01:05:13 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d change my e-mail address
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
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
2000-08-03 09:28:57 +00:00
Chris D. Faulhaber
0721c061a1 Update port to 1.99.12
PR:		20264
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-02 00:05:11 +00:00
Kevin Lo
b2a27152ea - Update checksum
- Add missing INSTALLS_SHLIB
- Sort pkg/PLIST

PR: 20276
Submitted by: Ports Fury
2000-07-30 14:41:52 +00:00
Satoshi Asami
27198a9808 Mark these BROKEN, they don't compile/run properly.
Submitted by:	maintainer
2000-07-19 17:50:47 +00:00
Alexander Langer
89a7c0ccc6 Update to version 2.0.20b
PR:		19940
Submitted by:	maintainer
2000-07-16 13:58:35 +00:00
Dirk Froemberg
101098b330 Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES.
They don't have the gzip'ed distfiles and they don't support compression
on the fly properly.

Noticed by:	bento
2000-07-13 07:47:22 +00:00
Ade Lovett
cbe360036c Update for new devel/libglade shlib version 2000-07-11 22:02:22 +00:00
Steve Price
2c37b86ca1 Activating the glove and ntl ports. 2000-07-10 03:44:11 +00:00
Steve Price
dd8dce7397 Adding ntl version 4.1a.
Victor Shoup's Number Theory Library

PR:		19414
Submitted by:	Matthias Bauer <matthiasb@acm.org>
2000-07-10 03:42:46 +00:00
Steve Price
516fa9816e Adding glove version 1.0.1.
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>
2000-07-10 03:40:32 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Will Andrews
ad5ea862bc Add concorde, a combinatorial optimization library.
PR:		19685
Submitted by:	David A. Bader <dbader@eece.unm.edu>
2000-07-04 02:38:00 +00:00
Maxim Sobolev
c598b4bdf2 New port of py-gnuplot - a python interface to the popular gnuplot data
plotting package.
2000-07-03 16:26:56 +00:00
Maxim Sobolev
cf058ddb44 Add a WWW. 2000-07-03 15:08:54 +00:00
Kris Kennaway
deb38ffed8 Remove extraneous files and directories on deinstall
Noticed by:	bento
2000-07-03 04:48:30 +00:00
Kris Kennaway
abf14d1e58 Respect CC and CFLAGS, and remove all extraneous directories on deinstall
Noticed by:	bento
2000-07-03 03:30:13 +00:00
Jean-Marc Zucconi
ada5880e91 Update checksum for man pages tarball. They have been updated. The previous
versions were bogus and had nulls and non printable chars.
2000-07-02 22:58:39 +00:00
MIHIRA Sanpei Yoshiro
e3b1b27874 Change maintainer's mail address.
--> sanpei@sanpei.org
2000-07-02 14:14:04 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Will Andrews
bbbf0c1054 Add libneural in its new location, moved from devel to math category w/o
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
2000-06-29 02:08:21 +00:00
Ade Lovett
4e6b60e250 Add gnomebasic plugin support 2000-06-28 16:11:42 +00:00
Ade Lovett
80b3519509 Update to reflect changes in devel/libole2 2000-06-23 17:44:14 +00:00
Maxim Sobolev
40a33a6070 - Support LOCALBASE properly (in setting path to custom wish script)
PR:		19470
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:44:03 +00:00
Chuck Robey
c3a07c1897 Tiny modification to silence portlint. 2000-06-23 02:33:11 +00:00
Chuck Robey
dd7e084d5e Update octave to version 2.1.30 (bleeding-edge version). 2000-06-23 02:29:31 +00:00
Ade Lovett
905a23e121 Update to 0.56 -- this needs the devel/libole2 port just committed 2000-06-20 17:23:07 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00