Thomas Gellekum
1c56f8190b
Minor cleanup.
2001-05-03 11:34:13 +00:00
Thomas Gellekum
977b874e8c
Upgrade to 2.0.1.
2001-05-03 11:29:38 +00:00
Thomas Gellekum
ed3c1f01dc
Add checksums for Python-2.1 docs.
2001-05-03 11:24:52 +00:00
Thomas Gellekum
20af9473b2
Put docs into versioned directories.
2001-05-02 12:01:35 +00:00
Thomas Gellekum
3aedbba63d
Put examples into versioned directory to avoid clashes.
2001-05-02 12:00:13 +00:00
Thomas Gellekum
b1a786cf26
Point MASTERDIR to lang/python20.
2001-05-02 11:34:23 +00:00
Thomas Gellekum
d61ef57d71
Add NO_LATEST_LINK.
2001-05-02 11:30:58 +00:00
Thomas Gellekum
eb7dc653a8
Activate python20. This port is needed until stackless-python has been
...
upgraded to work with python-2.1.
2001-05-02 11:29:17 +00:00
Thomas Gellekum
a0e827ef6c
Upgrade to 2.1.
2001-05-02 11:25:02 +00:00
Akinori MUSHA
59c8516818
Update to the latest snapshot of the ruby_1_6 branch.
...
- irb 0.7.3 & irb-tools 0.7.1 merged
- numerous bugs fixed, including gdbm/dbm memory leakage
Strip the binary only when ${STRIP} == -s.
La la, still waiting for the 1.6.4 release, la la...
2001-05-01 17:16:36 +00:00
Michael Haro
bcc578974a
Small bug fix for the Makefile
...
PR: 26673
Submitted by: maintainer
2001-05-01 00:47:34 +00:00
David E. O'Brien
68af4f7b30
Use [s]random() rather than [s]rand().
...
Submitted by: kris
2001-04-30 17:44:40 +00:00
David E. O'Brien
215481029e
Default to -O, not -O2.
2001-04-30 17:42:49 +00:00
Kris Kennaway
2176ed0df6
Use random()/srandom() for better PRNG properties than rand()/srand().
...
Bump PORTREVISION.
Approved by: maintainer
2001-04-30 06:54:55 +00:00
Kris Kennaway
c8f9094249
Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk>
2001-04-30 00:05:28 +00:00
Ying-Chieh Liao
5e0308675f
add yap
...
A high-performance Prolog compiler
2001-04-29 14:43:09 +00:00
Dirk Froemberg
52d547ecb4
Add upcoming french/php_doc and german/php_doc to SLAVEDIRS.
2001-04-29 13:42:38 +00:00
Dirk Froemberg
395ca8b4db
Tell users about setting PHP_LANG.
2001-04-29 13:31:34 +00:00
Patrick S. Gardella
36ba9c24cc
Add a missing file.
2001-04-29 00:55:33 +00:00
Josef Karthauser
c4e3d79cbc
Switch.pm provides the syntax and semantics for an explicit case
...
mechanism for Perl. The syntax is minimal, introducing only the
keywords switch and case and conforming to the general pattern of
existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.
PR: ports/26875
2001-04-28 15:08:08 +00:00
Patrick S. Gardella
a585574c6c
Update to 0.30.95
2001-04-27 19:19:29 +00:00
Ying-Chieh Liao
03cf8c13fb
add diveintopython
...
A free Python tutorial book that is "not For Dummies(tm)"
PR: 26697
Submitted by: Johann Visagie <johann@egenetics.com>
2001-04-27 17:38:02 +00:00
Patrick S. Gardella
285c869937
Upgrade to 0.52
2001-04-27 11:08:29 +00:00
Thomas Gellekum
566dfe5616
Fix building on -current.
...
PR: 26778
Obtained from: Python CVS
2001-04-26 11:18:46 +00:00
Akinori MUSHA
58aa301aab
Add missing files.
...
Submitted by: asami
2001-04-25 04:17:47 +00:00
Dirk Froemberg
bac7086442
PHP documentation in HTML.
...
Done with lots of help from: roam
2001-04-24 18:06:38 +00:00
Kevin Lo
7cab1124a6
Update MASTER_SITES
...
PR: 26738
Submitted by: Christopher Elkins <chrise@scardini.com>
2001-04-24 14:11:31 +00:00
Akinori MUSHA
adafb1339d
Update to the latest snapshot of the ruby_1_6 branch.
...
Set --with-opt-dir="${X11BASE}" instead of
--with-opt-dir="${LOCALBASE}". ${LOCALBASE}/{include,lib} is included
in the CPPFLAGS and LIBS by default anyway.
2001-04-24 11:25:58 +00:00
Patrick S. Gardella
528cc896b8
Updating to version 0.30.93
2001-04-23 01:00:33 +00:00
Dirk Froemberg
e2e25b004e
NOPORTDOCS isn't used in the master ports any longer.
2001-04-22 23:09:14 +00:00
Ying-Chieh Liao
a9a9cccab5
upgrade to 0.7.3
2001-04-22 11:17:40 +00:00
Patrick S. Gardella
184197c549
Update to version 0.51
2001-04-20 17:37:04 +00:00
Akinori MUSHA
dc4ddaa0d0
Apply one more latest fix.
2001-04-18 19:29:54 +00:00
Akinori MUSHA
988f3cd2c6
Update to 1.6.4 preview2 + a tiny hotfix.
2001-04-17 18:08:24 +00:00
Peter Pentchev
be4c6a9434
Fix distfiles' names.
...
PR: 26458
Submitted by: maintainer
2001-04-17 11:22:29 +00:00
Dmitry Sivachenko
026ec74357
Add one missing manpage.
2001-04-17 10:44:48 +00:00
David E. O'Brien
d0bad05ab8
DEFAULT_VTABLE_THUNKS got set back to 1' from
2' in 2.95.3.
...
Just forget about VTABLE THUNKS and use the C++ ABI the base 2.95 G++ uses
since there is no advantage the other way.
2001-04-17 09:26:26 +00:00
Ying-Chieh Liao
f72ad262ea
add nickle
...
A desk calculator language
PR: 26632
Submitted by: Christopher Elkins <chrise@scardini.com>
2001-04-17 08:32:28 +00:00
Vanilla I. Shu
0ff8ac6584
Upgrade to 1.11.
2001-04-16 19:19:11 +00:00
Ying-Chieh Liao
ed915f5143
- Support CXX/CXXFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly
...
- Fix pkg-plist
- Strip binaries
PR: 26554
Submitted by: tkato@prontomail.ne.jp
2001-04-14 11:01:23 +00:00
Dirk Meyer
c139752201
Update tcl/tk to 8.3.3
...
- Changes in installion of includes, so it keep compaible
to previous patchlevel
- took maintainership
2001-04-13 20:31:09 +00:00
Akinori MUSHA
3b74131b66
Goodbye, Ruby 1.4.
2001-04-13 19:10:13 +00:00
Akinori MUSHA
aed9cbe1ae
Retire Ruby 1.4. Use 1.6 instead, now the migration period is over.
...
Approved by: yasuf@bsdclub.org (MAINTAINER)
2001-04-13 19:08:49 +00:00
Akinori MUSHA
e2f7f68b82
Update to the latest snapshot plus a fix against malloc race issue.
...
(1.6.4.p1.2001.04.11)
This does not build on the very latest CURRENT due to the newly
updated libreadline, but the problem will soon be fixed.
2001-04-12 16:57:17 +00:00
Maxim Sobolev
48a0b39822
Update to 0.13.6.
2001-04-12 14:47:30 +00:00
Akinori MUSHA
59ebbd13a8
Remove extras.
...
Submitted by: bento
2001-04-11 05:09:53 +00:00
Ying-Chieh Liao
ac32f7f645
upgrade to 0.3.1
...
add GUI support
2001-04-11 01:10:22 +00:00
Mark Murray
47329499f6
Update for Perl 5.6.1.
...
As before, this is a "guru only" port. If you know what you are
doing, go ahead and use it. If not - HANDS OFF!
Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
2001-04-10 19:57:49 +00:00
Mario Sergio Fujikawa Ferreira
7dcafcdbd2
Update to version 5d4
...
PR: 26485
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2001-04-10 17:17:48 +00:00
Akinori MUSHA
67551d3a37
Update to 1.6.4-preview1.
...
Make bsd.ruby.mk easily handle preview releases.
2001-04-10 07:23:49 +00:00