1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

1877 Commits

Author SHA1 Message Date
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Alexander Langer
5779b859b7 Release to ports@FreeBSD.org.
GNU Smalltalk is at version 1.8.5 already, but it _keeps_ calculating
wrong values on FreeBSD (see the "make check" target output).
This happened for the versions 1.8.2-1.8.5 on my machine now.
Unfortunately, I don't have the time to find out what's going on here, I'm
sorry.  Maybe someone with more time wants to maintain it.
2000-12-31 17:00:04 +00:00
Kevin Lo
42e4cd50e6 Upgrade to 7.5.12
PR: 23891
Submitted by: Ports Fury
2000-12-28 15:47:12 +00:00
Alexander Langer
dd3198dc7b Add jgnat-1.0p, an Ada to Java-Byte-Code compiler.
PR:		17799
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
2000-12-27 11:28:58 +00:00
David E. O'Brien
0436695113 Upgrade to the Christmas edition GCC 2.97 development snapshot. 2000-12-27 02:22:16 +00:00
Akinori MUSHA
08beaaaf98 Ho-ho-ho. Here comes the latest and greatest stable release of Ruby.
This is Ruby 1.6.2, the "Merry Christmas" version.  Have fun! :)
2000-12-25 14:07:57 +00:00
OKAZAKI Tetsurou
2ab806dba8 Change MAINTAINER from ports@FreeBSD.org to john@coastalgeology.org.
PR:           23796
Submitted by: Jonathan Pennington <john@coastalgeology.org>
2000-12-25 11:54:08 +00:00
David E. O'Brien
7450726d85 Upgrade to the 2000-12-18 GCC 2.97 development snapshot. 2000-12-21 23:50:36 +00:00
David E. O'Brien
febabb47cd Remove Y2k. Satoshi said it wasn't needed any more. 2000-12-21 20:16:10 +00:00
Will Andrews
29f7c1ef6f Update to 3.13p.
PR:		22807
Submitted by:	MAINTAINER
2000-12-21 10:35:19 +00:00
Will Andrews
90a3388650 As I was perusing Ports Fury's PR#22986, I decided to make some improvements
to the COMMENT files touched in that PR.  This should clean them up a bit
more.
2000-12-21 08:51:05 +00:00
Daniel Eischen
2af15d3acb Fix checking of LOCALBASE; the '$' was missing from '${LOCALBASE}'.
Submitted by:	Thomas Quinot <quinot@inf.enst.fr>
2000-12-19 16:45:51 +00:00
Peter Pentchev
9343dfead6 Update to version 3.0.18.
While I'm here, change maintainer's (mine) email address to @FreeBSD.org,
and install the HTML documentation bundled with the PHP distribution
(conditionalized on NOPORTDOCS, of course).
2000-12-19 16:08:17 +00:00
Will Andrews
513c0e84e5 Add php 3.0.16, a standalone PHP interpreter.
PR:		21094
Submitted by:	roam (oops :-)
2000-12-19 14:00:03 +00:00
Will Andrews
c62c240bbb Add t3x 6.8.1, a compiler for the basic procedural language T3X, whose
syntax is a cross between Pascal and BCPL, but smaller and simpler.

PR:		23268
Submitted by:	Nils M. Holm <nmh@t3x.org>
2000-12-19 11:26:48 +00:00
Dmitry Sivachenko
0aafce6a70 Remove trailing period and package name from the pkg-comment. 2000-12-18 20:32:55 +00:00
David E. O'Brien
83c4d02d04 Make the mode of created directories sane. 2000-12-14 00:44:12 +00:00
David E. O'Brien
84cba185ca Forgot to commit the bits that rm's the new libjava as it breaks the
GCC bootstrap.
2000-12-13 18:54:40 +00:00
David E. O'Brien
f305c0c0c2 Make LIBSTDCPP_REV match the new reality.
Submitted by:	Max Khon <fjoe@iclub.nsu.ru>
2000-12-13 17:23:34 +00:00
David E. O'Brien
7d7ab1639f Upgrade to the 2000-12-11 GCC 2.97 development snapshot. 2000-12-13 02:26:23 +00:00
Ade Lovett
e34953ed8d Mark this port FORBIDDEN.
Within the top-level Makefile of the distribution file, and as part of
the install target, this software decides to send, without warning,
a little "I've been installed" love note to its developers.

The doc/install.txt has the usual blurb about not using addresses
"acquired" in this manner etc.. etc..

It's also not entirely clear, and nor have the developers responded
(curiously, you think'd they'd be in to the email thang), whether
this can be automatically patched around.

Possibly worthy of a full-blown Ports Security Notification, I haven't
heard anything back from Bugtraq.

Submitted by:	my laptop having a broken MTA :)
Discussed with:	kris (a little tiny amount -- don't blame him, blame me)
2000-12-13 01:32:43 +00:00
Kevin Lo
6f56aa0d46 - Add NO_BUILD
- Fix pkg-plist

PR: 23478
Submitted by: Ports Fury
2000-12-12 14:56:50 +00:00
Vanilla I. Shu
2f015c40d8 Upgrade to 1.13. 2000-12-10 04:43:07 +00:00
Kevin Lo
2f25ba6df7 Update to 1.0a6
PR: 23396
Submitted by: Ports Fury
2000-12-09 15:30:18 +00:00
David E. O'Brien
dc8694e540 Fix typo in kldload command.
Submitted by:	Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
2000-12-08 19:14:31 +00:00
David E. O'Brien
7fba1a1446 Replace pre-defined "linux" symbol with "FreeBSD". 2000-12-08 13:54:04 +00:00
Jean-Marc Zucconi
6c60914e9b Update MASTER_SITES 2000-12-08 13:52:45 +00:00
David E. O'Brien
6da9f52720 * Remove the Linux -dynamic-linker specification from the `ld' execution.
Luckly our `ld' knows the name of our dynamic linker and DTRT.
* Remove the DECpaq shared libs from the standard search dir as linking
  with them gives unresolved symbols.  Thus we'll use the .a's for now.
* Add the symbols __errno_location, __ieee_get_fp_control, and
  __ieee_set_fp_control (mapped to native interfaces) to the static
  Compaq Portable Math Library.  Thus all symbols are resolved.

This allows `CC=ccc' to build fully native FreeBSD Alpha binaries.
2000-12-08 13:27:29 +00:00
David E. O'Brien
662c4d7168 Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is
available on the Compaq Tru64 UNIX platform.  The compiler produces excellent
optimized code for the Alpha architecture, particularly for floating-point
intensive applications.

I was able to compile simple test programs by:
	ccc -c foo.c
	cc -o foo foo.o
2000-12-08 10:30:23 +00:00
Thomas Gellekum
d1115e3827 MASTER_SITE changed.
Submitted by:	sobomax
2000-12-07 12:06:30 +00:00
Patrick S. Gardella
918a29027c New patch for version 0.4 2000-12-07 02:57:02 +00:00
Patrick S. Gardella
0d51f52d7d Update to version 0.4 2000-12-07 02:56:28 +00:00
David E. O'Brien
76a9878ebc Change name of programs from e<program_name> to g<program_name>, since
e<program_name> conflicts with the egcs port.  I'm open to a better nameing
scheme.

Also change the shared libs configuring logic a little bit due to changed
way of doing it on libstdc++-v3, which this snapshot uses by default.
2000-12-05 21:36:59 +00:00
David E. O'Brien
3d3c68d7e4 Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest
way to deal with the differing results fix-includes gives depending on the
FreeBSD version this port is built on.
2000-12-05 20:58:15 +00:00
David E. O'Brien
932231b1d5 Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
2000-12-05 20:35:40 +00:00
David E. O'Brien
594411bca0 Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest
way to deal with the differing results fix-includes gives depending on the
FreeBSD version this port is built on.
2000-12-05 20:31:21 +00:00
David E. O'Brien
bce306a85e Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
2000-12-05 19:50:32 +00:00
Kevin Lo
0ad2ecf26b - Update to version 4.0.1
- Switch maintainer to ports@FreeBSD.org

PR: 23276
Submitted by: Ports Fury
Approved by: MAINTAINER
2000-12-05 15:34:35 +00:00
Maxim Sobolev
47f9d912bf Update to 0.13.3. 2000-12-05 13:41:31 +00:00
David E. O'Brien
9edbb8400e Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way
back when... that is all but a.out support.
2000-12-04 22:07:01 +00:00
Kevin Lo
9d1115da80 Upgrade to version 7.5.11
PR: 23225
Submitted by: Ports Fury
2000-12-02 16:17:08 +00:00
Kevin Lo
5bc53ad310 Update to version 2.3.4
Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes

PR: 23218
Submitted by: MAINTAINER
2000-12-02 15:32:58 +00:00
David E. O'Brien
ceb234111e Commit the right version of this file. 2000-12-02 14:30:33 +00:00
David E. O'Brien
fc60994c8e MF contrib/gcc/c-common.c rev 1.12:
Move our `null_format_ok' addition to the end of record_function_format()
and it's uses.  This makes it easier to see our changes to the virgin source.
2000-12-02 11:58:26 +00:00
Ade Lovett
524adabce9 Update to 0.0.16 2000-11-30 18:14:13 +00:00
David E. O'Brien
b3a3e327ec This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295.

GCC 2.95.2 does not work for some people's code.  GCC 3.0 will be even
worse.  So it looks like we'll have to keep a port for each version of
GCC we've ever used.
2000-11-30 11:39:26 +00:00
David E. O'Brien
a626054207 Add gcc295 (after repo copy from egcs). 2000-11-30 11:35:53 +00:00
Matthew Hunt
0be6d1b81b Upgrade to 0.20.
Submitted by:	kris
2000-11-29 18:39:54 +00:00
Thomas Gellekum
e3c1c82e91 Install Demo/ dir to $PREFIX/share/examples/python. 2000-11-29 12:35:31 +00:00
David E. O'Brien
c517f4bd29 First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM. 2000-11-28 19:54:42 +00:00
David E. O'Brien
52693c37bd Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
2000-11-28 18:55:06 +00:00
David E. O'Brien
339e20ffc2 Add "-Wnon-const-format" which checks for non-constant format strings for
auditing purposes.

Submitted by:	kris
Obtained from:	NetBSD
2000-11-27 01:12:33 +00:00
Patrick S. Gardella
6b46d0505d Update to 0.30.27 2000-11-25 03:08:43 +00:00
Patrick S. Gardella
eeed0d0cf1 Add missing patch files. 2000-11-24 17:19:47 +00:00
David E. O'Brien
2c98c659d1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +00:00
Akinori MUSHA
28a0c7a66b Allow slave ports to override MAINTAINER. This fixes the MAINTAINER
of japanese/ruby-man.

Submitted by:	sanpei
2000-11-19 10:23:40 +00:00
Akinori MUSHA
a67d45fab1 Update to 1.6.2-preview3. As always, Matz has prepared a preview
snapshot right before the freeze for the new FreeBSD release. :)
2000-11-16 17:59:40 +00:00
Satoshi Asami
16c3b2e93c WRKDIR of lang/gcc28 should be accessed through ${.CURDIR}/../../lang/gcc28,
not ${PORTSDIR}/lang/gcc28, since ${PORTSDIR} might be a symlink.

Submitted by:	bento
2000-11-14 13:38:38 +00:00
Thomas Gellekum
63f9ef6a35 Fix compilation on FreeBSD-3.x.
PR:		22226
Reviewed by:	Alan Bawden <Alan@LCS.MIT.EDU>
2000-11-13 13:22:34 +00:00
David E. O'Brien
b108fbc310 BYACC builds this just fine, so drop the USE_BISON. 2000-11-11 06:13:03 +00:00
David E. O'Brien
80b01553ec Update to pgcc 2.95.3.
PR:		20122
Submitted by:	Tomaz Borstnar <tomaz.borstnar@over.net>
2000-11-11 05:43:58 +00:00
David E. O'Brien
e4990fe810 Don't hardcode the arch symbols. 2000-11-10 18:18:04 +00:00
David E. O'Brien
9b19195ece /usr/libexec/cpp is now a cpp designed for use by the compilers
(vs. userland) and has no need for (nor supports) the "-undef" flag.

PR:		20707
Submitted by:	Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-11-10 18:15:20 +00:00
David E. O'Brien
1d6f1f15a7 Don't define "ASM_WEAKEN_LABEL" in the a.out case.
PR:		16882
Submitted by:	Bly Hostetler <hostetlb@agcs.com>
2000-11-10 17:47:41 +00:00
David E. O'Brien
d428f0d4c4 Add in the bounds checking patch from XXX Haj Ten Brugge if
"WANT_BOUNDS_CHECKING" is defined.
2000-11-10 17:37:13 +00:00
Kelly Yancey
fbd5070643 Update NQC port to version 2.2.r2
PR:		22638
Submitted by:	Stephen J. Roznowski <sjr@home.net>
2000-11-09 09:57:08 +00:00
Maxim Sobolev
dff9ae1da1 Update to 0.13.2. 2000-11-09 08:57:35 +00:00
Maxim Sobolev
cb1ac4b7b3 Add WWW. 2000-11-09 07:49:09 +00:00
Jing-Tang Keith Jang
b4b37ceff9 Respect CFLAGS, thanks to obrien. 2000-11-06 12:25:21 +00:00
Jing-Tang Keith Jang
784b7d8ad2 New port: mmix, a RISC computer designed by Donald E. Knuth 2000-11-06 07:43:30 +00:00
Ade Lovett
cc6a2e7d9f Update to 0.0.15 2000-11-05 21:03:38 +00:00
Akinori MUSHA
ba515d932e Update Ruby to 1.6.2-preview2.
The head author of Ruby has prepared this snapshot version for us when
I told him that FreeBSD ports tree was soon to freeze for 4.2-RELEASE!
2000-11-03 15:58:01 +00:00
David E. O'Brien
6998ea7b8c Tweak master sites. 2000-11-03 10:21:49 +00:00
Satoshi Asami
fb120e2a16 Add "deischen" in front of MASTER_SITE_SUBDIR so the distfile can be found.
Also add "." as a separate element, otherwise the stuff on the GNU sites
won't be fetched.

Submitted by:	bento
2000-11-03 10:03:09 +00:00
David E. O'Brien
5bb088ab45 Update to the 30-Oct-2000 version. 2000-11-03 10:01:02 +00:00
Ade Lovett
92fa30c5dd Update to 0.0.14 2000-11-02 21:20:06 +00:00
James E. Housley
93b6c8b2b1 Update to version 1.2.5
Submitted by:	MAINTAINER
2000-11-01 20:44:40 +00:00
Daniel Eischen
95df74e9ba Update to the latest public release 3.13p.
Thanks to Samuel Tardieu <sam@inf.enst.fr> for instigating this
update and providing some of the changes.
2000-11-01 18:57:03 +00:00
Kevin Lo
d93708ea72 Update checksum.
PR: 22449
Submitted by: Ports Fury
2000-11-01 14:45:52 +00:00
Patrick S. Gardella
b0456b5cf4 Assume maintainership on lang/forth, in line with the new port lang/pfe-devel 2000-10-30 13:09:07 +00:00
Patrick S. Gardella
496862dd97 Add a new development version of PFE (Portable Forth Enviornment). 2000-10-30 02:31:15 +00:00
Nik Clayton
cb910f1e76 Correct typo in the WWW line.
PR:			docs/22195
Submitted by:		MAINTAINER
2000-10-28 22:25:44 +00:00
John Polstra
905e86f4d6 Fix breakage from the Great Ports Reorganization of 2000.
PR:		misc/22000
Submitted by:	Jay Krell <jay.krell@cornell.edu>
2000-10-28 19:58:02 +00:00
Kevin Lo
39bc69aaa0 Update MASTER_SITES and WWW: line of pkg-descr
PR: 22366
Submitted by: Ports Fury
2000-10-28 15:57:59 +00:00
Joseph Koshy
18181e71aa Update to v110.0.7. 2000-10-27 12:49:21 +00:00
Patrick S. Gardella
423ab5fb5a Add new port: lang/tinycobol 2000-10-26 15:36:48 +00:00
James E. Housley
f2a257c76d Add New Port: lang/fesi
FESI is a free EcmaScript interpreter written in 100% Java

PR:		20435
Submitted by:	Leo Kim <leo@florida.sarang.net>
2000-10-24 18:05:29 +00:00
Kevin Lo
631c06649b Upgrade to version 3.50
PR: 22253
Submitted by: MAINTAINER
2000-10-24 16:11:57 +00:00
Kevin Lo
a94f6cc77e - Update slib version to 2c9
- Fix pkg-descr

PR: 22254
Submitted by:  Ports Fury
2000-10-24 15:49:54 +00:00
Will Andrews
5b79c1e047 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. 2000-10-23 21:03:11 +00:00
James E. Housley
870cdc13b8 Update to version 3.36
PR:		22251
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-23 19:56:55 +00:00
Ade Lovett
5d2e2824f4 Update to 0.0.13 2000-10-22 19:52:18 +00:00
Mario Sergio Fujikawa Ferreira
e6a62d24e7 New port - GNU Forth, a fast and portable Forth system.
PR: ports/21923
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Reviewed by: dcs
2000-10-21 19:29:01 +00:00
Akinori MUSHA
2639c7ae1f Update to Ruby 1.6.2-preview. 2000-10-20 21:10:00 +00:00
Akinori MUSHA
849badb661 Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC. 2000-10-20 19:56:05 +00:00
Thomas Gellekum
dec1d87480 Upgrade docs for Python 2.0. 2000-10-20 08:36:33 +00:00
Yukihiro Nakai
c6fb1210fa Remove the garbage. 2000-10-20 04:50:54 +00:00
Yukihiro Nakai
5704394ce8 Fix for just avoiding the error.
PR:		ports/22069
Submitted by:	Keith J. Jones <keith.jones@ieee.org>
2000-10-20 04:48:05 +00:00
Ade Lovett
f468fec164 Update to 7.5.10
Revert maintainership to ports@FreeBSD.org since previous maintainer
has done nothing with this port, despite four separate PRs over six
months.

PR:		22062
Submitted by:	Ports Fury
2000-10-19 15:23:54 +00:00
Maxim Sobolev
2f68554c02 Update WWW (previos WWW disappeared long time ago). 2000-10-18 12:55:29 +00:00
Thomas Gellekum
6c9d3fc6fe Deactivate python-beta. 2000-10-18 12:02:15 +00:00
Thomas Gellekum
78f16e0bfd Upgrade to 2.0. 2000-10-18 11:58:50 +00:00
Steve Price
62b3016c2e Teach this port how to find the tiff headers again. 2000-10-16 03:58:17 +00:00
Akinori MUSHA
a3551a14c6 Update to 20001008. 2000-10-14 19:13:33 +00:00
Ade Lovett
7ae3a78d48 Update to 4.08.1
PR:		21502
Submitted by:	maintainer
2000-10-13 20:17:46 +00:00
Joseph Koshy
b5b364180c Fix a patch failure that affects non-ELF systems, for v110.0.6. 2000-10-11 11:17:29 +00:00
Satoshi Asami
4328256c7f Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (It
is not built on 3-stable systems.)

Change the ELF-only stuff to use PLIST_SUB too.  (This part is purely
cosmetic -- no functional changes.)
2000-10-10 23:36:13 +00:00
David E. O'Brien
1c8d799fc5 Upgrade to the 2000-10-02 GCC 2.97 development snapshot. 2000-10-10 23:32:34 +00:00
Satoshi Asami
e00c0d6e05 Remove ${PLIST_TK} reference, it is not needed anymore.
Reviewed by:	tg
2000-10-09 23:47:49 +00:00
Mario Sergio Fujikawa Ferreira
98f921bb88 MASTER_SITES update
Submitted by: maintainer <antonz@library.ntu-kpi.kiev.ua>

PR: 21853
2000-10-09 15:36:59 +00:00
Thomas Gellekum
5ecf74d75b Remove reference to ${PLIST_TK}. 2000-10-09 12:18:06 +00:00
David E. O'Brien
6d6a246240 Take over maintance.
Approved by:	rnordier
2000-10-08 17:33:20 +00:00
Satoshi Asami
7a40c2a2f7 Fix MD5_FILE (files/md5 -> distinfo). 2000-10-08 10:31:13 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
abc7b2571a Adjust to lang/tcl* install/deinstall script paths. 2000-10-08 10:02:41 +00:00
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