Commit graph

2237 commits

Author SHA1 Message Date
Dirk Meyer
96aa9589d0 update pkg-descr
Submitted by:	pavalos@theshell.com
2001-11-24 09:05:15 +00:00
Akinori MUSHA
c7d7f1b6ef Update lang/ruby to the latest snapshot, 1.6-2001.11.23.
Update lang/ruby-devel to the latest snapshot, 1.7-2001.11.22.

Use bzip2 patches instead of gzip patches.
2001-11-24 09:02:52 +00:00
Dirk Meyer
486764a530 update ports after rep after reprocopy:
ports/lang/tcl83         to  ports/lang/tcl84
ports/x11-toolkits/tk83  to  ports/x11-toolkits/tk84

CATEGORIES stripped, no "tcl84" and "tk84" entrys.
2001-11-24 04:18:46 +00:00
David W. Chapman Jr.
b0d53c6558 Update to 0.99.3
PR:		32027
Submitted by:	maintainer
2001-11-24 02:43:25 +00:00
Ying-Chieh Liao
28e5c7eb25 upgrade to 20011014
PR:		31195
Submitted by:	Florian Schrack <florian.schrack@freenet.de>
Reviewed by:	maintainer timeout
2001-11-23 03:54:26 +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
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00
Thomas Gellekum
c5186aed0a Re-add fpectl.so to the plist to fix packaging. Re-enable support
for it in the python binary.

Noticed by:	will
2001-11-20 13:23:48 +00:00
Anton Berezin
7d72443aa9 Update to 2.06. 2001-11-18 21:55:26 +00:00
Jason Evans
0dbeb62281 Update to onyx 2.2.0. 2001-11-17 23:21:48 +00:00
Dirk Meyer
1d9da1e8bd Remove leftover file
Submitted by:	huck@spawar.navy.mil
2001-11-16 19:02:56 +00:00
Akinori MUSHA
29d9d0dcfa Update to 0.2.1. 2001-11-15 09:43:56 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
Dirk Meyer
575626bd41 Fix patch, as the previous one did only half the job.
Submitted by:	Roberto@eurocontrol.fr
2001-11-14 22:28:19 +00:00
Dirk Meyer
3b37e7ae6b Tcl will get hostname using uname(3). It seems FreeBSD's uname(3)
returns only 31 letters by /usr/include/sys/utsname.h.

 Problem was that configure detects uname(3) and uses uname(3) in
 the hostname-function, while gethostname gives more (=longer)
 information.

 keep uname around, as it is be used in TclpSetVariables.

 took maintainership 8.2

 apply a fix for unsafe tempfile handling from 8.3

PR:		18896
Submitted by:	yoshint@flab.fujitsu.co.jp
2001-11-14 08:44:08 +00:00
Ying-Chieh Liao
2cdaf1d950 upgrade to 0.99.2
PR:		31964
Submitted by:	maintainer
2001-11-14 03:12:36 +00:00
Dirk Meyer
21a2539b2c Improved shared linking. 2001-11-10 21:03:59 +00:00
Akinori MUSHA
b532ce3f0b Update ruby-devel to the latest snapshot (1.7.2-2001.11.09). 2001-11-10 19:08:34 +00:00
Akinori MUSHA
0cc73a3e0a Define NO_LATEST_LINK because this is a -devel version. 2001-11-06 21:39:36 +00:00
Akinori MUSHA
ded3fbcc9b Define NO_LATEST_LINK. 2001-11-06 20:24:35 +00:00
Akinori MUSHA
8b7c42a0ce Set LATEST_LINK to "ruby_static-devel". 2001-11-06 19:58:44 +00:00
Dmitry Sivachenko
860f319f2b Update to version 1.99.5.
PR:		31722
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-04 07:39:28 +00:00
Akinori MUSHA
b5b94c1504 Update ruby and ruby-devel to the latest snapshots as of
today. (2001/11/04)
2001-11-03 16:13:25 +00:00
Dirk Meyer
18bc73fe5b Change Installion of tclConfig.sh
Fixes a problem with deskutils/ical
that assumes the macro TCL_LIB_FILE
can be accessed in quoutes.
Reduced some dynamic expansions on the way.

-TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1'
+TCL_LIB_FILE='libtcl83.so.1'

-TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.so.1'
+TCL_SHARED_LIB_SUFFIX='83${TCL_DBGX}.so.1'

-TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.a'
+TCL_UNSHARED_LIB_SUFFIX='83${DBGX}.a'
2001-11-01 21:29:20 +00:00
Dirk Meyer
e23adc6d6d Explicitly set the NO_LATEST_LINK -- right now this port and tcl83 are
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Preparation to back out the flag in tcl83.
2001-11-01 21:28:54 +00:00
David E. O'Brien
c30f9a8326 Explicitly set the LATEST_LINK -- right now this port and tcl82 are
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Today tk82 won. :-(  So lets fix the race condition.  I hope the tcl port
maintainers will think thru this problem and its interaction with the tk
ports.
2001-10-31 23:00:29 +00:00
Maxim Sobolev
9909a6bc17 Don't link in libc - FreeBSD doesn't need this.
PRs:		31601, 31602, 31603, ...
Submitted by:	Ports Fury
2001-10-31 08:32:30 +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
Maxim Sobolev
37829c651e Update to 0.15.2. 2001-10-29 17:37:50 +00:00
FUJISHIMA Satsuki
676071dc99 o fix install: change GCC_REV to match existing one.
o unify info files for future update.
o ${MKDIR} ${PREFIX}/info is not needed as it is in BSD.local.dist.

Reviewed by:	maintainer
2001-10-29 02:09:39 +00:00
David E. O'Brien
2f4bb2f654 Fix spelling. 2001-10-29 01:48:40 +00:00
David E. O'Brien
392eebf7c3 Utilize the PATCH_WRKDIR knob now that it exists. 2001-10-27 18:33:06 +00:00
David E. O'Brien
e45a1649f2 Update to 3.0.2. 2001-10-27 16:46:57 +00:00
Mario Sergio Fujikawa Ferreira
7e06c45135 fix variable expansion
Approved by:	MAINTAINER
2001-10-27 04:31:08 +00:00
Mario Sergio Fujikawa Ferreira
6a200eeec9 o update to 1.1.p (remove unnecessary patches)
PR:		29095
Submitted by:	MAINTAINER
2001-10-26 19:12:05 +00:00
Mario Sergio Fujikawa Ferreira
64cbd2a6e8 o update to 1.1.p
o add java as a secondary category
o depend on jdk1.2.2 instead of jdk1.1.8
o Makefile style changes and un"echo" installation
o add PKGMESSAGE with usage instructions

PR:		29095
Submitted by:	MAINTAINER
2001-10-26 19:10:11 +00:00
Mikhail Teterin
4826c77d47 TclX seems abandoned by its original authors, but the maintainers
of TclPro made TclX-8.3 available last year. There is not a whole
lot of changes, and most of them deal with the Windows parts of the
thing, but here is the upgrade 8.3 anyway. Please, test...

I think, it is time to repocopy tclX82 into tclX and get rid of
tclX75, tclX80, and tclX82...
2001-10-24 03:18:59 +00:00
Mikhail Teterin
83427f78b4 Commit this new MASTER_SITE, while I work on TclX 8.3... 2001-10-23 17:44:15 +00:00
Joseph Koshy
ffa24a964d An Emacs mode for editing Objective CAML programs. 2001-10-23 09:06:17 +00:00
Akinori MUSHA
2ff931dc66 Remove redundant spaces at EOL. 2001-10-21 21:51:15 +00:00
Akinori MUSHA
9884c7f692 Update to 0.2.0. 2001-10-21 20:59:45 +00:00
Bill Fenner
eb43a4a1af MAINTAINER doesn't want to be maintainer any more. 2001-10-21 20:04:58 +00:00
Dirk Meyer
087a403024 Update to tcl 8.3.4
More encodings are inculded into the release
2001-10-21 03:13:44 +00:00
Thomas Gellekum
998b2d08ec Don't build mpz extension, it's moved to a separate port. 2001-10-19 11:16:55 +00:00
David W. Chapman Jr.
56ac5463a7 Update to 1.8 instead of 1.7 since 1.7 doesn't exist any more
PR:		30937
Submitted by:	maintainer
2001-10-19 05:47:13 +00:00
Ying-Chieh Liao
1e62d386aa add hope
Hope is lazy interpriter for HOPE applicative language

PR:		30799
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
2001-10-17 18:21:24 +00:00
Maxim Sobolev
aae8ecab0d Update to 0.15.1. 2001-10-15 10:02:34 +00:00
Ying-Chieh Liao
6bd1710bb2 add ferite
An embeddable scripting language

PR:		30094
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-10-14 14:45:04 +00:00
Anton Berezin
8523c82837 Update to 1.06. 2001-10-12 11:59:04 +00:00
Anton Berezin
e02bab0889 Add p5-Data-JavaScript, a perl module to dump perl structures to
JavaScript code.
2001-10-09 18:55:53 +00:00