Satoshi Asami
d241076aed
Rename PLIST.doc to pkg-plist.doc.
2000-10-08 06:04:55 +00:00
Satoshi Asami
2e1f2df0ef
Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.
2000-10-08 03:00:49 +00:00
Satoshi Asami
4d93aca692
Rename PLIST_* to pkg-plist_*.
2000-10-08 02:51:49 +00:00
Satoshi Asami
9253d3e257
Rename PLIST.* to pkg-plist.*.
...
Note: I don't know where PLIST_TK (which I assume used to point to
"PLIST.tk") is defined. (There is no Makefile in the entire ports tree
that defines that variable.) Someone in the know, please let me know.
2000-10-08 02:42:11 +00:00
Satoshi Asami
da97619562
Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.
2000-10-08 02:21:24 +00:00
Satoshi Asami
096cad8b90
Rename PLIST.noX11 to pkg-plist.noX11.
...
(I believe I got this right, but since this PLIST is actually
processed in scripts/conifgure, I am not 100% sure that I have traced
its entire path. If the maintainer can check, it will be greatly
appreciated.)
2000-10-08 02:16:32 +00:00
Satoshi Asami
19cb37d00f
Rename PLIST.noX11 to pkg-plist.noX11.
...
(I believe I got this right, but since this PLIST is actually
processed in scripts/conifgure, I am not 100% sure that I have traced
its entire path. If the maintainer can check, it will be greatly
appreciated.)
2000-10-08 02:10:22 +00:00
Satoshi Asami
45088c8848
Rename ${FILISDER}/patch-* to ${FILESDIRA}/extra-patch-*. (These patches
...
are applied from within the configure script, patched by patch-ab.)
2000-10-07 22:28:28 +00:00
Satoshi Asami
fe6ac563ee
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
2000-10-07 22:17:57 +00:00
Robert Nordier
20b79edfa8
Drop web site reference: it has apparently gone away permanently.
2000-10-07 11:05:46 +00:00
Jeremy Lea
c76cf46929
Implement USE_GNOME, part 2.
2000-10-05 07:17:31 +00:00
Jeremy Lea
422a163013
Fix PLISTs.
...
Approved by: maintainer
2000-10-05 01:11:48 +00:00
John Polstra
2e105ea407
Correct an error in the distfile name for the FreeBSD4 target.
...
Submitted by: Motoyuki Konno <motoyuki@FreeBSD.org>
2000-10-03 16:48:13 +00:00
James E. Housley
e7a1a279e0
MAINTAINER submitted update.
...
PR: 21382
2000-10-02 21:53:13 +00:00
Jacques Vidrine
db35b19315
Update 0.46 -> 0.53.
...
Assume MAINTAINER role.
Approved by: former maintainer
2000-10-02 16:31:15 +00:00
Ade Lovett
9366dd9c29
Change maintainership
...
PR: 20645
Submitted by: patrick@watson.org (new maintainer)
Approved by: ortmann@isl.net (old maintainer)
2000-10-02 14:40:55 +00:00
Maxim Sobolev
ead42774cc
- Update to 0.13.1;
...
- Change PREFIX to be X11BASE. The reason why it should be in X11BASE is that
sawfish (primary user of librep) installs shared object into one of the
librep's directories, so they have to live in the same BASE to make PLISTs
working. The way it was done looks like a little hack, because I don't
want to use USE_X_PREFIX (the port really doesn't require libX11), so I had
to manually set MTREE_FILE.
2000-10-02 08:06:33 +00:00
Jeremy Lea
61e6a25703
Make this work with the perl in -current.
...
No (non-automated) response from: maintainer
2000-10-01 07:50:46 +00:00
John Polstra
665af24cde
Upgrade to pm3-1.1.15. No major functional changes -- just a few
...
bugfixes.
2000-09-30 23:47:18 +00:00
Akinori MUSHA
3d3b2e83ce
Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)
...
Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>,
with his approval. I can never thank him too much for his previous
work which led me in the right direction! :)
lang/ruby:
- Add a patch for find.rb, which fixes the bug found after
1.6.1 was released.
databases/ruby-gdbm, */ruby-{tcltklib,tk}:
- Remove files/md5 and refer to lang/ruby's one.
2000-09-28 19:33:39 +00:00
Thomas Gellekum
ea19a38fbb
Use USE_PYTHON.
2000-09-28 11:28:11 +00:00
Thomas Gellekum
654f2fc53d
Use bison.
2000-09-28 11:14:45 +00:00
Akinori MUSHA
cacccf1f20
Update to 20000927.
2000-09-28 07:17:10 +00:00
Maxim Sobolev
e853261cb1
ccio shared library now called libccio.so.0, not libccio-1.2.so.0.
2000-09-27 08:21:51 +00:00
Akinori MUSHA
67e367a250
Define USE_RUBY so that bsd.ruby.mk is automatically included.
2000-09-26 09:58:59 +00:00
Akinori MUSHA
9c722f3a86
Define USE_RUBY so that bsd.ruby.mk is automatically included.
...
Found by: FreshPorts
2000-09-26 09:34:52 +00:00
Akinori MUSHA
c68548820c
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
...
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Satoshi Asami
5e5841f2cd
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
...
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
2000-09-25 12:21:43 +00:00
Satoshi Asami
0d97224b8d
Add missing file (bin/ghcprof).
...
Submitted by: onigiri
2000-09-24 21:58:07 +00:00
Yukihiro Nakai
76043c1ba5
MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org>
2000-09-24 09:17:39 +00:00
Will Andrews
5996c0bc8c
Update maintainer address.
...
Submitted by: maintainer
2000-09-23 18:47:29 +00:00
Maxim Sobolev
07a420fe9c
Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doing
...
this commit urgently, as there are -10 minutes left before ports freeze.
OK'ed by: PW
2000-09-22 07:11:57 +00:00
Kris Kennaway
6cf4011447
Upgrade to yabasic 2.64
...
Submitted by: Satoshi's big ball of rice
2000-09-22 02:19:25 +00:00
Thomas Gellekum
e0a0bd1d4c
Install startup file to run the gdomap daemon.
2000-09-21 12:01:41 +00:00
Akinori MUSHA
7724974b65
Update md5. This should have been 20000918. :(
...
Anyway there seem only some style fixes.
2000-09-20 06:52:02 +00:00
Akinori MUSHA
ce1cc1462f
Update to Ruby 1.6.0 official release.
...
lang/ruby:
- Do not force lib/ruby/site_ruby and lib/ruby removals,
because a user may have his/her stuff installed there.
x11-toolkits/ruby-tk:
- Fix duplicated PKGNAMEPREFIX.
2000-09-19 15:20:16 +00:00
Chris D. Faulhaber
01262eb02a
- Update LIB_DEPENDS (to match new libs in commoncpp)
...
- Fix CONFIGURE_ENV (noticed by ade)
- Remove gratuitous blank line
2000-09-18 12:55:32 +00:00
Akinori MUSHA
a2306535e3
Update to 20000917.
2000-09-17 15:40:05 +00:00
Chris D. Faulhaber
fb00476b84
Update port to 1.2.2
...
PR: 21112
Submitted by: Maintainer
2000-09-17 13:23:12 +00:00
Kris Kennaway
b8204e119e
MASTER_SITE_GNU doesnt carry the latest version of the files.
2000-09-17 11:15:42 +00:00
Kris Kennaway
86d8960881
Take the mocka port out back and introduce it politely to Mr Bullet. This
...
port has been broken for 2 years now and is obviously never going to be
fixed.
>BLAM!<
2000-09-17 10:51:10 +00:00
Ade Lovett
937d072930
Update to 1.2.1
...
PR: 21050
Submitted by: maintainer
2000-09-16 19:20:45 +00:00
Akinori MUSHA
ebf59fced2
Update to 20000915.
2000-09-16 08:22:47 +00:00
David E. O'Brien
572a796bf3
Upgrade to the 2000-08-28 GCC 2.96 development snapshot.
2000-09-15 23:43:48 +00:00
Akinori MUSHA
501d923726
Update to 0.2.7, which now supports Ruby 1.6 as well as 1.4. Yay! :)
2000-09-15 04:30:10 +00:00
Akinori MUSHA
d1840354cc
Update to 0.2.6. Submitted patches were merged by the author. :)
...
Note that this module does not work with Ruby 1.6 yet. Sorry for the
inconvenience.
2000-09-14 06:43:50 +00:00
Thomas Gellekum
78932f5d3c
Use bsd.python.mk.
2000-09-12 11:54:11 +00:00
Satoshi Asami
0249001c94
Don't reed to remove share/emacs/site-lisp -- it's in mtree.
...
Submitted by: bento
2000-09-12 06:42:58 +00:00
Akinori MUSHA
ba62251514
Update to 20000910. The author put the version number in the distfile name. :)
2000-09-11 02:40:21 +00:00
Akinori MUSHA
7d9b1f28c4
Improve the configure script and add a knob to use another version of
...
Python than 1.5. (Currently this module only works with 1.5 though)
Feedback status: submitted to the author
2000-09-10 20:13:12 +00:00
Akinori MUSHA
192e2265a6
Update to 0.3.3. This should fix a problem with Ruby 1.6.
2000-09-10 17:44:12 +00:00
Akinori MUSHA
c51ce4fa91
Set PYTHON_VERSION=python1.5 to depend on Python 1.5.
2000-09-10 12:40:42 +00:00
Akinori MUSHA
c67d2ab950
Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.
2000-09-10 07:57:05 +00:00
Thomas Gellekum
78bbc51a88
Don't break package building on Satoshi's cluster. Explicitly depend
...
on python1.5:lang/python15.
2000-09-08 12:24:00 +00:00
Thomas Gellekum
fb138702b4
Makefile: Add NO_LATEST_LINK.
...
patch-Misc:Makefile.pre.in: Allow us to override PYTHON, which may be needed
when you have more than one version of Python on your machine.
2000-09-08 11:56:11 +00:00
Thomas Gellekum
c6fb86c18d
Activate python15 after repo-copy.
2000-09-08 11:50:42 +00:00
Thomas Gellekum
21f7ea9447
Upgrade to 1.6.
2000-09-08 11:41:43 +00:00
Satoshi Asami
034cdc2dae
Remove p5-B-Graph, it was already in devel.
...
Submitted by: bento
2000-09-08 10:39:02 +00:00
Satoshi Asami
58cfa1cdcc
Properly call install-info for installation and deinstallation. Add bin/awk.
...
Submitted by: bento and its new minions
2000-09-08 08:37:52 +00:00
Akinori MUSHA
b62b9406ab
Compress sparse lines.
...
Correct related ports names.
Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14)
2000-09-07 15:00:29 +00:00
Akinori MUSHA
6be3392602
Update with bsd.ruby.mk. :>
2000-09-07 14:39:47 +00:00
Akinori MUSHA
fc5d55277e
Update with bsd.ruby.mk.
...
Do not add a trailing version number to the name of the installed
directory.
2000-09-07 07:58:12 +00:00
Akinori MUSHA
d5769b206f
Update with bsd.ruby.mk.
...
Install library files under the standard directory. (${RUBY_SITELIBDIR},
${RUBY_SITEARCHLIBDIR})
2000-09-07 07:43:29 +00:00
Akinori MUSHA
ee369f2619
Revise this utilizing bsd.ruby.mk.
...
Somehow I failed to commit this in the previous commit.
2000-09-07 05:44:06 +00:00
Akinori MUSHA
dd3a6edb70
Move lang/irb to lang/ruby14-irb, now irb is part of Ruby 1.6.
...
Utilize bsd.ruby.mk.
2000-09-07 05:00:41 +00:00
Akinori MUSHA
7b09b2f764
Split rubytk into ruby-tcltklib and ruby-tk.
...
Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER)
Repocopy ruby-* to ruby14-* and update ruby-* to 1.6.0-preview3.
2000-09-07 00:03:36 +00:00
Akinori MUSHA
6b520813a7
Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.
...
I didn't know an empty MASTER_SITE_SUBDIR brings an empty
MASTER_SITES..
Found by: green
2000-09-06 23:17:10 +00:00
Akinori MUSHA
9ab735998a
Activate ruby14.
2000-09-06 23:07:07 +00:00
Akinori MUSHA
988a074d1f
Make coexistence support almost perfect except for bin/ruby and
...
man/man1/ruby.1 symlinks.)
2000-09-06 22:46:12 +00:00
Akinori MUSHA
85fcc0cb61
Update to 1.6.0-preview3.
...
Utilize bsd.ruby.mk.
2000-09-06 21:51:01 +00:00
Akinori MUSHA
e18a6dc6f6
Support the case when RUBY_SUFFIX is empty.
2000-09-06 21:50:04 +00:00
Akinori MUSHA
98829f9325
This was just repocopied from lang/ruby to keep version 1.4.x of Ruby
...
for a while, until 1.6.x becomes as stable as 1.4.x is.
(Yes, lang/ruby will be updated to 1.6.x soon)
Rewrite utilizing bsd.ruby.mk and let it coexist with 1.6.x. :)
2000-09-06 21:03:21 +00:00
Akinori MUSHA
8020a7eb66
Update md5. (The author told me he updated it)
2000-09-05 18:57:47 +00:00
David E. O'Brien
81388430e3
Upgrade to the 2000-07-17 GCC 2.96 development snapshot.
2000-09-05 16:59:15 +00:00
Maxim Sobolev
5d8a57cbce
Correct grammar.
...
PR: 21040
2000-09-05 15:27:09 +00:00
Akinori MUSHA
760c72d9f9
Use MASTER_SITE_RUBY.
2000-09-05 12:44:13 +00:00
Steve Price
12479dd1d5
Add a bunch of MASTER_SITES.
...
PR: 20761
Submitted by: maintainer
2000-09-05 01:50:35 +00:00
Akinori MUSHA
1acbe9eb43
lang/ruby-usersguide:
...
- Replace with Mark Slagell's retranslation version.
- Add an Author: credit to DESCR.
japanese/ruby-usersguide:
- Use MASTER_SITE_RUBY.
- Add Authors: credits to DESCR.
2000-09-04 08:53:48 +00:00
Wes Peters
325fef77c8
Fix these files so they actually talk about snobol4, rather than
...
GNU awk. Oops.
2000-09-03 22:49:35 +00:00
Wes Peters
acb226c2f2
A port of the Macro Implementation of SNOBOL4 in C (C-MAINBOL) version
...
0.99.4; Aug 11, 1997. This was sort of request by Eivind.
2000-09-01 06:52:05 +00:00
Akinori MUSHA
b2ecccc7bf
Note GDBM module is also provided as a separate port.
2000-08-30 13:45:59 +00:00
Akinori MUSHA
7f265252a3
Point at the English top page instead of the Japanese one.
2000-08-30 13:45:09 +00:00
Akinori MUSHA
be144d8709
Don't try to build gdbm module only to fail.
...
(We now have it as a separate port: databases/gdbm)
2000-08-30 10:10:12 +00:00
Akinori MUSHA
1209849ef0
Add lang/ruby-usersguide: English version of Ruby Users Guide, and
...
japanese/ruby-usersguide: Japanese version of Ruby Users Guide.
2000-08-30 09:33:04 +00:00
David E. O'Brien
f6682b9521
Turn Ratfor loose on the world.
2000-08-27 06:17:13 +00:00
David E. O'Brien
277f8e68ff
The Ratfor FORTRAN pre-processor described in the "SOFTWARE TOOLS" book.
2000-08-27 06:16:37 +00:00
Steve Price
7586472a67
Finish upgrading to version 3.0.6.
2000-08-26 20:19:23 +00:00
Andreas Klemm
fb9b5a39f4
old postgresql port has been removed.
...
use postgresql7, which has proven stability now.
2000-08-26 16:34:17 +00:00
Akinori MUSHA
a28befb5c7
Remove ${PREFIX}/share/doc/ruby correctly. (giving up if it fails)
2000-08-24 16:49:02 +00:00
Thomas Gellekum
6ffe0e82a8
Upgrade to 0.6.6.
2000-08-23 10:49:48 +00:00
Maxim Sobolev
cc121d9794
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
2000-08-21 10:07:35 +00:00
Akinori MUSHA
a298465a33
Patch cgi-lib.rb to follow the disuse of Class::module_functions.
...
Approved by: MAINTAINER
2000-08-20 20:34:40 +00:00
Akinori MUSHA
9ab8d0abe3
Add a missing entry to PLIST.
...
PR: ports/20709
Submitted by: Steve Coltrin <spcoltri@omcl.org>
2000-08-19 04:11:24 +00:00
Akinori MUSHA
9a55e13d3a
Add {lang,japanese}/ruby-man, Ruby reference manual, in HTML format.
...
These are English version and Japanese version, respectively.
PR: ports/20690
Submitted by: Jimmy Olgeni <olgeni@uli.it>
(I added japanese/ruby-man as a slave port to lang/ruby-man)
2000-08-18 18:53:12 +00:00
Kevin Lo
463ca00a31
Update to version 5d3
...
PR: 20654
Submitted by: Ports Fury
2000-08-18 16:29:21 +00:00
Akinori MUSHA
15a6f940b3
Update Ruby to the new stable version, 1.4.6.
...
Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER)
2000-08-18 02:19:06 +00:00
Thomas Gellekum
d8e18aeae3
Activate python-beta.
2000-08-17 11:58:22 +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
1a7fa933db
Install Emacs Lisp files (*.el) to share/emacs/site-lisp/ and
...
lib/xemacs/site-lisp so Emacs/XEmacs can easily find them to load.
Instruct users how to use them.
2000-08-15 19:53:08 +00:00
Thomas Gellekum
0221fd2063
Don't create group-writable directories.
...
Submitted by: jedgar
2000-08-14 12:36:05 +00:00
Akinori MUSHA
ef7aae2e4d
This port surely belongs to the virtual category "perl5".
2000-08-13 15:42:34 +00:00
Akinori MUSHA
80c7684b97
This port surely belongs to the virtual category "python".
2000-08-13 15:42:17 +00:00
Alexander Langer
ea1b0a0598
Update to version 3.00.
...
Portlint, while I'm here.
PR: 20539
Submitted by: Alexander Kabaev <ak03@gte.com>
2000-08-13 12:21:21 +00:00
Kris Kennaway
2158f72438
Upgrade to gawk 3.0.6
2000-08-13 02:57:11 +00:00
Chris D. Faulhaber
65e943be4a
Correct link (libexpect532.so.2 -> libexpect532.so.1)
...
Submitted by: Frank McConnell <fmc@reanimators.org>
2000-08-12 22:57:57 +00:00
Akinori MUSHA
98bcedd32a
Oops, this is correct.
2000-08-12 21:04:20 +00:00
Akinori MUSHA
967c0f88c4
Fix a critical bug which prevents irb from working.
...
I wonder how this could have been overlooked..
Found by: green
Set DIST_SUBDIR=ruby.
2000-08-12 20:35:31 +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
8eb9c488e7
Update to 4.08
...
PR: ports/19936
Submitted by: Simon Marlow <simonmar@microsoft.com> (maintainer)
2000-08-12 19:13:06 +00:00
Chris D. Faulhaber
276fd0de4a
Update port to 5.32.1
...
PR: 20132, 20517
Submitted by: James Howard <howardjp@wam.umd.edu>
Frank McConnell <fmc@reanimators.org>
2000-08-12 11:33:18 +00:00
Alexander Langer
b4fe3b1135
Change maintainer email.
...
Submitted by: maintainer on -ports
2000-08-11 12:46:42 +00:00
Will Andrews
7d7a9a2180
Make these COMMENT files conform to Handbook standard.
...
PR: 20269
Submitted by: Ports Fury
2000-08-11 11:50:37 +00:00
Akinori MUSHA
eeef61ccb3
Add ruby-perl, a Ruby extension module to use the functions of Perl from Ruby.
2000-08-11 10:57:44 +00:00
Will Andrews
09f0add6d5
Add p5-B-Graph 0.50, a perl module that acts as a layer between Malcolm
...
Beattie's perl compiler (the B::* classes) and your favorite graph
layout tool.
PR: 20164
Submitted by: Leo Kim <leo@florida.sarang.net>
2000-08-11 05:15:09 +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
0d928e27f2
Synchronize with lang/ruby. (1.4.4 -> 1.4.5)
2000-08-08 13:20:28 +00:00
Steve Price
ff722afe7e
time(3) returns a time_t and not a long.
2000-08-08 03:10:50 +00:00
Steve Price
661b3f5303
Use ARCH in pkg/PLIST so this port packages cleanly on the Alpha.
2000-08-08 03:04:26 +00:00
Steve Price
c39e236d5d
Remove -Werror from CFLAGS as it was causing build to fall over on the
...
Alpha.
2000-08-08 02:58:56 +00:00
Robert Nordier
f15e7f6b2c
Update master sites.
2000-08-07 18:51:02 +00:00
Akinori MUSHA
6d71c7821e
Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*
2000-08-07 12:50:16 +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
Ade Lovett
43cb09fb69
Update for new shlib revision from guile 1.4
2000-08-04 01:05:13 +00:00
Ade Lovett
7400314e11
Update to 1.4 (shlib version .6 -> .9)
...
Approved by: maintainer
2000-08-04 01:04:03 +00:00
SADA Kenji
c87df2327f
Activate smalleiffel-devel.
...
PR: ports/18087
Submitted by: Berend de Boer <berend@nederware.nl>
2000-08-03 03:23:00 +00:00
SADA Kenji
a11bb2b501
New port - SmallEiffel beta.
...
SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel
compiler distributed under the terms of the GNU General Public License
as published by the Free Software Foundation. It is a complete, small
and very fast, free Eiffel compiler.
PR: ports/18087
Submitted by: Berend de Boer <berend@nederware.nl>
2000-08-03 03:20:14 +00:00
Neil Blakey-Milner
141cc629a2
Add gnat-glade, the glade companion package to gnat, for building
...
distributed systems in Ada.
PR: ports/18374
Submitted by: Samuel Tardieu <sam@inf.enst.fr>
2000-07-31 15:01:38 +00:00
Thomas Gellekum
3e25aa0528
Clarify comment even further.
2000-07-28 11:08:07 +00:00
Maxim Sobolev
cac0e8e107
Add ccscript - a state-event driven class extendible C++ script interpreter.
...
PR: 20229
Submitted by: David Sugar <dyfet@gnu.org>
2000-07-28 10:45:43 +00:00
Thomas Gellekum
3a97a73ec6
- Clarify comment on thread support.
...
- Don't link against libxpg4 on newer systems.
- Remove last remnants of Tkinter support,
it's all in x11-toolkits/py-tkinter.
2000-07-27 12:19:38 +00:00
John Polstra
f42ed7d5e4
Upgrade to pm3-1.1.14. This eliminates 103 patch files. :-)
2000-07-26 03:40:48 +00:00
Maxim Sobolev
4e01e11ae7
Update to 0.12.4.
2000-07-25 11:00:39 +00:00
Alexander Langer
3bbbb772e7
- Update to 0.5.2
...
- Add NOPORTDOCS hunks
2000-07-22 10:28:46 +00:00
Alexander Langer
54f9fd8835
- Add support for sigset_t - changes.
...
- Claim maintainership.
Approved by: cracauer
2000-07-19 14:54:42 +00:00
Maxim Sobolev
236148e012
Update librep/rep-gtk/sawfish triplet to the latest versions:
...
librep: 0.12.3
rep-gtk: 0.13a
sawfish: 0.30.2
2000-07-17 16:43:54 +00:00
Steve Price
def16742ce
Distfile changed (some example directory names changed) without version
...
bump.
PR: 19968
Submitted by: maintainer
2000-07-16 19:45:57 +00:00
Ade Lovett
85c96d344d
Activate tclX82
2000-07-13 20:55:49 +00:00
Ade Lovett
9db723e6b9
Import of tclX82 after repo-copy from tclX80, one more step on
...
the road to obliterating tcl/tk 8.0 from the tree.
Note 1: the patches have been extensively re-worked from the
original submission, to make this port PREFIX-safe,
and also to deal with multiple patchfiles updating the
same source file.
Note 2: I've left the MAINTAINER as jseger. Justin, you may
want to cast your TCL-expert eye over this one, it seems
to do the right thing.
PR: 16970
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2000-07-13 20:54:37 +00:00
Maxim Sobolev
f692b4a34e
Update to 1.4.5.
2000-07-11 10:17:10 +00:00
Steve Price
d7377ebf72
Adding mozart version 1.1.0.20000207.
...
A concurrent, object-oriented, distributed language with constraint-based
inference.
PR: 19476
Submitted by: Mathias Picker <mathiasp@virtual-earth.de>
2000-07-10 03:37:42 +00:00
Alexander Langer
7bb63aa2e3
Update to version 1.8.1
...
PR: 19678
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-09 08:45:39 +00:00
Steve Price
65b63032bf
Location on MASTER_SITE has changed.
...
PR: 19628
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-07-07 19:46:35 +00:00
Steve Price
3a839f4932
Update to version 0.29.1.
...
PR: 19677
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:38:32 +00:00
Thomas Gellekum
546041ba31
As threatened on freebsd-ports: all startup scripts know about the two
...
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Satoshi Asami
c3a0ccc33e
Add lib/libf2c.so.
...
Submitted by: bento
2000-07-05 06:44:50 +00:00
Satoshi Asami
b31ae6124b
@dirrm two directories.
...
Submitted by: bento
2000-07-05 06:30:52 +00:00
Maxim Sobolev
110fbe8cff
Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs.
2000-07-03 15:03:34 +00:00
Maxim Sobolev
eb244dbc22
Update to 1.1. Fix MASTER_SITES, WWW and make it using javavmwrapper.
2000-07-03 14:24:11 +00:00
Maxim Sobolev
a60da334db
Revert previous commit (USE_LIBTOOL) - it breaks sawfish.
2000-07-03 10:58:02 +00:00
Maxim Sobolev
fe59157a86
Add USE_LIBTOOL to prevent *.la files from being installed.
2000-07-03 09:34:57 +00:00