Commit Graph

2374 Commits

Author SHA1 Message Date
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
Akinori MUSHA
f4000042f8 Update lang/ruby{,-devel} to the latest snapshots (2001.10.05). 2001-10-07 19:30:39 +00:00
Dima Dorfman
125d541dec Refer to the distfile with an explicit version number instead of
invariably downloading the latest one.  This (a) unbreaks this port
until somebody updates it to 5.33.0, and (b) prevents this port from
automatically being broken when a new version comes out due to
checksum mismatch.
2001-10-07 17:16:46 +00:00
Mario Sergio Fujikawa Ferreira
87a67e83c0 o CFLAGS/CC safeness; therefore, bump PORTREVISION
o simplify DESCR, add WWW tag
o support NOPORTDOCS in PLIST
o style changes in Makefile:
	- un"echo" installation
	- merge do-install/post-install

PR:		31075
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 17:37:23 +00:00
Jimmy Olgeni
1fe9c70f3d Update port to version R7B-4, with updated documentation tarball. I also
had to rework the documentation merging process because it thought that
1.9 became after 1.10, breaking the merge for this release.
2001-10-05 19:39:12 +00:00
Ying-Chieh Liao
89d58bf2f4 upgrade to 0.5 2001-10-05 03:37:15 +00:00
Johann Visagie
10d1eef299 Update to version 3.7.1 2001-10-03 12:37:34 +00:00
Mario Sergio Fujikawa Ferreira
26510e100b fix build on -CURRENT
PR:		30821
Submitted by:	MAINTAINER, bento
Reviewed by:	Sameh Ghane
2001-10-02 03:10:37 +00:00
Akinori MUSHA
de4447b907 Update to 0.1.7. 2001-09-29 14:02:57 +00:00
Jimmy Olgeni
98c35cf31e * Point the default JAVABINDIR/JAVAPORT to the native jdk1.3
* Autodetect java, enable WITHOUT_JAVA if no java exists
* Remove useless PLIST_SUBs (plist is automatically generated)
* grep -> ${GREP}
2001-09-28 11:31:59 +00:00
Thomas Gellekum
599e6755bf Install header files; they are needed for some third-party extensions.
Requested by:	Dmytro Rud <unixoid@web.de>
2001-09-28 11:04:47 +00:00
Mario Sergio Fujikawa Ferreira
edda329392 o Update DESCR to a more precise message
o fix PLIST
o switch maintainership over to submitter

PR:		29338
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Approved by:	MAINTAINER (previous one)
2001-09-27 13:49:39 +00:00
Thomas Gellekum
2718c15787 Depend on math/libgmp when running a recent -current. 2001-09-25 11:39:45 +00:00
Thomas Gellekum
ebf23e7ad7 Correct link. 2001-09-25 11:38:14 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
Akinori MUSHA
237889df70 Add a missing @dirrm. 2001-09-23 08:37:23 +00:00
FUJISHIMA Satsuki
a2706f9b96 install/deinstall info entryies correctly (revision bump is not needed). 2001-09-23 08:12:10 +00:00
Akinori MUSHA
b8b595632e Update to 20010921. 2001-09-23 06:44:01 +00:00
Akinori MUSHA
534be23dcb Update to 0.1.6b. 2001-09-23 05:41:25 +00:00
Jason Evans
804ab2e92d Update to version 2.1.0. 2001-09-22 23:54:07 +00:00
Mario Sergio Fujikawa Ferreira
e26539b705 add some missing %%PORTDOCS%% pragmas 2001-09-22 20:15:20 +00:00
Mario Sergio Fujikawa Ferreira
be94865caa o update to 1.75
o support NOPORTDOCS
o assign maintainership to submitter

PR:		30428
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-09-22 20:13:15 +00:00
FUJISHIMA Satsuki
8f30eadf72 o update to 1.5.02.
o support NOPORTDOCS in pkg-plist.

PR:		30721
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-22 06:12:03 +00:00
FUJISHIMA Satsuki
445acef0f9 o update to 0.4.0.
o support NOPORTDOCS.
o aupport Alpha arch.

PR:		30719
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-22 06:07:41 +00:00
FUJISHIMA Satsuki
961d20211f o fix MASTER_SITES.
o respect CC and CFLAGS.

PR:		30720
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-22 06:06:15 +00:00
Akinori MUSHA
35b950e177 Update to 20010216. 2001-09-21 17:39:55 +00:00
Pete Fritchman
e05cf51cb4 - update to 2.1.a3
- depend on javamwrapper instead of the java binary
- install into PREFIX, not LOCALBASE

PR:		30678
Submitted by:	maintainer
2001-09-21 05:54:58 +00:00
Akinori MUSHA
8e55ee5807 Add jruby, an implementation of Ruby Interpreter in Pure Java.
That it is still in the alpha stage, but it actually works.
2001-09-20 09:18:26 +00:00
Akinori MUSHA
7875f791b1 Put a copy of the distfile in my local distfiles area -- the tarball
is repacked too frequently, and the latest version has a bug. :(
2001-09-20 06:33:39 +00:00
Akinori MUSHA
9a1e8fea6e Update ruby to the 1.6.5 release. 2001-09-19 14:34:06 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Akinori MUSHA
8cd0cf83da Do not static link everything (including libc) but just compile in
some dynamic modules, and leave a knob which links everything as
before (-DSTATIC).
2001-09-17 07:45:58 +00:00
Kevin Lo
6baece6a3a Update to version 1.2.2
PR: 30577
Submitted by: MAINTAINER
2001-09-16 16:11:45 +00:00
Alexander Langer
0fc58458bd Upgrade to 0.5.3.
Submitted by:	jkoshy
2001-09-15 14:37:39 +00:00
David E. O'Brien
139a823944 ftp.freesoftware.com -- R.I.P. 2001-09-13 23:38:10 +00:00
Satoshi Asami
40607b307b Accompanying commit for Makefile rev 1.20.
Submitted by:	knu
2001-09-13 05:58:21 +00:00
Akinori MUSHA
a2e3ad8b84 Apply a THREAD_ALLOC hotfix. 2001-09-13 05:51:38 +00:00
Mario Sergio Fujikawa Ferreira
26887a8fff o style fixes
o unconditionalize MAKE_ARGS

PR:		30388
Submitted by:	MAINTAINER
2001-09-12 23:15:00 +00:00
FUJISHIMA Satsuki
e21ef27847 fix package:
unify info files rather than fixing pkg-plist at every future update.
remove %D/lib/gcc-lib/blah if empty.

Non-response from:	maintainer
2001-09-11 15:59:34 +00:00
Akinori MUSHA
df7ea5b654 Update lang/ruby and lang/ruby-devel to the latest snapshots.
As for lang/ruby, this would perhaps be the last snapshot before the
1.6.5 release.
2001-09-11 10:29:10 +00:00
John Polstra
32816af0d3 Fix a patch that failed to apply on the Alpha. This patch was
unneeded for the i386, since the post-patch target already
accomplished the same thing by copying a file.

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-09-10 21:37:26 +00:00
John Polstra
10374f2a80 Fix a bug which (among other things) caused the installation of some
M3 packages to fail if "." was at the beginning of $PATH.
2001-09-09 01:31:20 +00:00
Jimmy Olgeni
7d4d5311f1 Update port to version 1.2.1 (20010816). 2001-09-08 19:11:58 +00:00
Johann Visagie
889d5ce5ac - Update to version 3.6.4 2001-09-07 09:03:09 +00:00
Johann Visagie
577bd49f1b - Update to version 3.6.3 2001-09-06 14:57:41 +00:00
Johann Visagie
ad6b729c66 Add py-compiler, a Python source to bytecode compiler. 2001-09-06 14:15:37 +00:00
Johann Visagie
74ca80fbcb - Update to version 3.6 2001-09-04 11:31:05 +00:00
Jimmy Olgeni
a679652400 Add dependency on misc/compat3x (for libncurses).
Noticed by:	Mohammed Kamal Elzubeir <elzubeir@unt.edu>
2001-09-04 11:18:40 +00:00
Anton Berezin
b8b5c9c595 Update to 2.05 and add WWW. 2001-09-03 13:54:01 +00:00
Akinori MUSHA
7b9274b786 Update to the latest snapshots.
We are now six hours away from the ports freeze!
2001-09-03 13:00:01 +00:00
Joseph Koshy
721c6f97b7 Update MASTER_SITES. 2001-09-03 08:32:43 +00:00
Akinori MUSHA
dfad6426fe Update to 20010831. 2001-09-03 08:18:17 +00:00
Kevin Lo
4baba515dc Update to version 2.0.1
PR: 30256
Submitted by: MAINTAINER
2001-09-02 15:14:52 +00:00
Akinori MUSHA
392066447e Update ruby and ruby-devel to the latest snapshots. 2001-09-01 23:54:05 +00:00
Tom Hukins
e9fa5e40db Fix MASTER_SITES 2001-09-01 12:16:11 +00:00
Akinori MUSHA
6e4c019203 Update to 2.27.
PR:		ports/30138
Submitted by:	Jeff Brown <jabrown@ipn.caida.org> (MAINTAINER)

Since both of the two master sites were unreachable, I added
MASTER_SITE_SOURCEFORGE to the MASTER_SITES, which sites had the
distfile fortunately.
2001-09-01 05:38:28 +00:00
David E. O'Brien
d511720a6c Add gcc30 to the mix. 2001-08-31 15:21:37 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
David E. O'Brien
9f105650b3 Update to 3.0.1. 2001-08-30 19:12:04 +00:00
David E. O'Brien
3f4fe1d4a0 Update to GCC 3.0.0. 2001-08-30 19:06:54 +00:00
Akinori MUSHA
4089cfeb11 Add ruby-lua, a Ruby extension to make Lua script language as a class. 2001-08-30 08:13:20 +00:00
Mario Sergio Fujikawa Ferreira
96f3a37ff1 Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
2001-08-30 03:58:35 +00:00
Pete Fritchman
1569b0be22 Update WWW: line.
PR:		29123
Submitted by:	Pedro F. Giffuni <giffunip@asme.org> (previous maintainer)
2001-08-30 03:57:54 +00:00
Ying-Chieh Liao
dcb2f17c04 add slisp
A simple Lisp interpreter

PR:		29643
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 12:39:06 +00:00
Maxim Sobolev
5342af00a2 Provide a replacement for libgmp on 5-CURRENT. 2001-08-28 16:44:46 +00:00
David E. O'Brien
84fbdfe4cf Use USE_LINUX rather than a RUN_DEPEND.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-08-28 07:23:01 +00:00
David E. O'Brien
94fdea1b95 We need to run-depend on linux_base.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-08-27 20:47:02 +00:00
David W. Chapman Jr.
ef47370271 Update slib version to 2d2
PR:		30042
Submitted by:	tkato@prontomail.com
2001-08-24 23:30:17 +00:00
Joseph Koshy
924e43a646 Upgrade to SML/NJ v110.34. Add a number of nifty configurability options.
PR:		ports/29656
Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de>
2001-08-24 09:12:43 +00:00
Kris Kennaway
3157ad19e8 Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports.  Any non-committer who wants to grab one let me
know.

Approved by:	old maintainer
2001-08-23 20:21:52 +00:00
Kris Kennaway
92e9455fd7 Remove previous maintainer, who no longer uses FreeBSD.
Approved by:	old maintainer
2001-08-23 20:02:56 +00:00
Alexander Langer
33e3196ed7 USE_GMAKE
Submitted by:	bento
2001-08-23 16:07:34 +00:00
Mike Heffner
84f833647b Fix plist.
Approved by:	maintainer
Noticed by:	bento
2001-08-23 13:05:15 +00:00
Kris Kennaway
3a8ffecdd4 Remove extraneous distfile hashes 2001-08-23 11:43:18 +00:00
Kris Kennaway
0fc0414b93 Initial import of klone-2.1.359
KLONE is a small and fast fully interpreted language intended to be
embedded into C applications to provide them with a powerful, yet fast
and small extension language. Its syntax is very inspired from Lisp (its
external syntax has been kept as close as possible to Common Lisp as
possible), but its implementation is original and efficient, to give full
extensibility, intimate interfacing to C, incremental garbage collection,
and full portability on either K&R or ANSI C.

Obtained from:	OpenBSD
2001-08-23 11:30:40 +00:00
Akinori MUSHA
c2f4f10d20 Utilize ${MANEXT} to fix manpage symlinks. 2001-08-22 10:08:19 +00:00
Jason Evans
b758a37e2d Update to version 2.0.0. 2001-08-22 06:54:59 +00:00
David E. O'Brien
890dcd5e3d Update to 6.4.9.005.1.
This is hairy as Compaq is now putting out dynamic binary rather than static
ones.  This makes my job harder with faking out this Linux compiler.

Submitted by:	gallatin
2001-08-20 22:10:50 +00:00
Anton Berezin
f8ea58f62b Make lang/p5-Tcl to actually link with libtcl.
While at it, fix the port build on -current.

PR:		27705
2001-08-20 15:48:58 +00:00
Anton Berezin
1deec72d79 Make this port do the same thing whether databases/gdbm is installed or
not - do not install GDBM_File extension.

PR:		29884
2001-08-20 13:51:14 +00:00
Kris Kennaway
32acbd3b5b I think this port requires bison; the configure script allows the build to
proceed without it, but the compilation fails.
2001-08-20 06:43:58 +00:00
Kris Kennaway
1837b04900 Mark BROKEN; looks like system header changes caused this to break 2001-08-20 06:29:37 +00:00
Kris Kennaway
60a024cf3f Unconditionalize the BROKEN tag; this port doesn't compile on any current
version of FreeBSD (it chokes on system headers).
2001-08-20 06:25:50 +00:00
Mikhail Teterin
079e1e2389 Make sure the shared library is explicitly linked with -lm. On
some occasions, this prevent it from being loaded properly, even
though other libs  already loaded already bring in  -lm. I don't
understand the rtld :(

Only  build the  Tk related  help files,  if WITHOUT_X11  is not
specified. Previously they were built, but not installed. If you
did not have  Tk installed, that build failed for  you -- see PR
29722...

PR:		ports/29722
2001-08-19 15:03:59 +00:00
Ying-Chieh Liao
07ab3ccfac add xsb
A tabled Logic Programming and Deductive Database system

PR:		29322
Submitted by:	Christopher Rued <c.rued@xsb.com>
2001-08-18 08:42:17 +00:00
Ying-Chieh Liao
fb65ac7978 add nml
A dialect/harmony of Standard ML and OCaml

PR:		29158
Submitted by:	Jaeho Shin <netj@ego.mazic.org>
2001-08-18 07:48:50 +00:00
Ying-Chieh Liao
dee7aaae74 add pnet
C# compiler, assembler, disassembler, and runtime engine

PR:		29034
Submitted by:	Michael Johnson <ahze@ahze.net>
2001-08-18 06:17:18 +00:00
Yukihiro Nakai
0dae4856ab Add replacement of -h option of ln 2001-08-17 18:37:53 +00:00
Ying-Chieh Liao
ccfe1c5429 add treecc
Treecc program is designed to assist in the development of compilers

PR:		28934
Submitted by:	Michael Johnson <ahze@ahze.net>
2001-08-17 18:04:42 +00:00
Ying-Chieh Liao
14cc25d894 add clips
CLIPS is a productive development and delivery expert system tool

PR:		28821
Submitted by:	Douglas Anestad <yotta@dougdidit.com>
2001-08-17 17:08:35 +00:00
Ying-Chieh Liao
ced9f77726 upgrade to 0.4.2 2001-08-17 13:35:21 +00:00
Akinori MUSHA
a25dd18d72 Delete PORTREVISION.
I should have done it when I updated bsd.ruby.mk...
2001-08-16 19:30:52 +00:00
Yukihiro Nakai
8d70c1082d ${LN} option fixed up.
Submitted by:	Paul Pathiakis <ppathiakis@homeportfolio.com>
2001-08-16 15:05:35 +00:00
Akinori MUSHA
aa4885a8f1 Update lang/ruby and lang/ruby-devel to the latest snapshots.
(as of 2001/08/16 20:00 JST)
2001-08-16 11:38:45 +00:00
David E. O'Brien
20e050b64d Major overhall and style clean up. 2001-08-15 16:54:42 +00:00
Dirk Meyer
db2cbd7315 - Fix Content of LD_SEARCH_FLAGS
- make FreeBSD-* switch in confugure work as intendend
- add a patch to make manual autoconf work
- PORTREVISION bumped

PR:		28726
2001-08-14 08:01:45 +00:00
Akinori MUSHA
75d568f62c Update to 3.02.
PR:		ports/29586
Submitted by:	Patrick M Doane <patrick@watson.org> (MAINTAINER)
2001-08-12 20:06:45 +00:00
Bill Fenner
5bac093e43 Remove obsolete URL 2001-08-09 15:35:51 +00:00
Akinori MUSHA
782e8b968b Add missing entries to pkg-plist. 2001-08-06 12:11:41 +00:00
Dirk Froemberg
adf7544a72 Move distfiles to ${MASTER_SITE_LOCAL} and upgrade to the latest
versions.

Add a special target for maintainer to make it easy to upgrade
to new versions.
2001-08-05 21:06:13 +00:00
Anton Berezin
9b82e61398 Upgrade lang/p5-Switch to 2.04. 2001-08-03 19:50:26 +00:00
Dima Dorfman
9735b08deb Don't be stupid and assume that there's one, monolithic "bin"
directory, and that we're installing in it.  Specifically, don't
assume we're installing into /usr/bin, which is where the system 'awk'
is located.  This prevents the creation of a /usr/local/bin/awk
symlink, which should fix the mtree errors reported by bento.
2001-08-01 15:19:58 +00:00
Jason Evans
b11b8dfe15 Update to version 1.1.0. 2001-08-01 09:38:07 +00:00
Akinori MUSHA
50057315e9 Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2001.07.31.
2001-07-31 16:46:55 +00:00
Maxim Sobolev
f76e94f6f2 Add rscheme 0.7.3.1, an object-oriented, extended version of the
Scheme dialect of Lisp.
2001-07-31 10:06:38 +00:00
Maxim Sobolev
01ff50e9a9 Add guile into RUN_DEPENDS. 2001-07-31 09:36:03 +00:00
Maxim Sobolev
e24321dd1c Properly register module with guile on install. 2001-07-31 09:34:28 +00:00
Mikhail Teterin
3295fa4f6e Update to itcl 3.2. Don't build stubs. Run tests after tests.
Install iwidgets2.2.0 in  addition to 3.0.0. The older  version is still
in  use by  some  scripts and  continues to  come  with itcl3.2.  Change
maintainer to ports@

Approved by:	maintainer's silence
2001-07-28 14:53:46 +00:00
Thomas Gellekum
1278298a95 Update docs for Python-2.{0,1}.1. 2001-07-27 11:25:07 +00:00
Thomas Gellekum
ef41855096 Upgrade to 2.1.1. 2001-07-25 11:11:25 +00:00
John Polstra
38972b0a46 Remove the old modula-3 and modula-3-lib ports. They are superseded
by the pm3-* family of ports, which build a newer and better-maintained
version of Modula-3.  I have converted all ports which depended on
modula-3 to use pm3-* instead.

PR:		ports/27664 is rendered irrelevant
2001-07-21 23:41:46 +00:00
John Polstra
6da61077c6 Unhook the obsolete modula-3 and modula-3-lib ports from the
Makefile.
2001-07-21 23:36:04 +00:00
John Polstra
41c27b17a3 Bring over a patch from the virtualpaper port, since it is going to
be built using the sources from the PM3 distfile now.
2001-07-21 23:22:57 +00:00
John Polstra
1d0e3b589f Make this port build properly on recent versions of 5.0-current,
from which struct mfs_args has been removed.

PR:		ports/28093
Submitted by:	Motoyuki Konno <motoyuki@freebsd.org>
2001-07-21 21:07:55 +00:00
Mark Pulford
0429758fae Update master site and maintainer email.
PR:		29073
Submitted by:	maintainer
2001-07-19 05:36:03 +00:00
Ying-Chieh Liao
c07ba4240f upgrade to 4.3.19
drop maintainership
2001-07-18 16:57:23 +00:00
Jason Evans
561fb0a75c Update to version 1.0.2. 2001-07-18 14:58:32 +00:00
Jason Evans
0d59907535 Connect the onyx port. 2001-07-18 09:13:01 +00:00
Jason Evans
d7d98e2eb1 Add the onyx language port. 2001-07-18 09:12:42 +00:00
Thomas Gellekum
e31267efa6 Add missing file. 2001-07-17 11:52:42 +00:00
Thomas Gellekum
aa31321545 Upgrade to 2.0.2. 2001-07-17 11:32:13 +00:00
Mark Pulford
53738dcf4a Update to 2.697
PR:		29020
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-17 04:15:11 +00:00
Ying-Chieh Liao
da4d1b3714 upgrade to 0.8.1 2001-07-15 13:43:40 +00:00
Mark Pulford
4d4d29912f Replaced invalid master site
PR:		28912
Submitted by:	maintainer
2001-07-13 03:37:14 +00:00
Mark Pulford
2311681533 Replaced invalid master site
PR:		28911
Submitted by:	maintainer
2001-07-13 03:30:01 +00:00
Patrick S. Gardella
d68af0a0c1 Update to version 0.54 2001-07-12 01:28:55 +00:00
Bill Fenner
93d4289d65 Oliver Breuninger sent me an updated email address, so put him back
as MAINTAINER.
2001-07-11 16:33:46 +00:00
Akinori MUSHA
af8360addc Add a backup server to PATCH_SITES. 2001-07-11 12:14:06 +00:00
Akinori MUSHA
ddb9e893d9 Add a backup server to PATCH_SITES. 2001-07-11 12:08:36 +00:00
Thomas Gellekum
5d339c7425 Add missing dependency on libxml2. 2001-07-11 11:22:17 +00:00
Dima Dorfman
1edfa3bdd9 portlint is stupid in some ways, but shut it up as much as possible anyway. 2001-07-11 09:02:17 +00:00
Dima Dorfman
08c8a15ad3 Capitalize things correctly in pkg-comment, and remove useless clutter
from pkg-descr that never belonged there.
2001-07-11 08:55:13 +00:00
Dima Dorfman
8d6a98f149 Update to 3.1.0 and take over as maintainer from ports@. The only non
vendor-induced change is that this port now installs igawk and awklib
(this accounts for the removal of patch-a{a,b}).  As far as I can
tell, there was never a reason not to do this (other than that
patch-sec1 hardcoded the wrong path to mktemp, so igawk couldn't
work).
2001-07-11 08:53:07 +00:00
Maxim Sobolev
ec7b561464 ${PREFIX}/share/${PORTNAME} --> ${DATADIR} 2001-07-10 13:54:22 +00:00
Maxim Sobolev
3c2d6010bc Update to 0.0.20. 2001-07-09 16:44:30 +00:00
Ying-Chieh Liao
ab23c9993d add gprolog
A free Prolog compiler developed by Daniel Diaz

PR:		28651
Submitted by:	Douglas Anestad <yotta@dougdidit.com>
2001-07-08 07:57:56 +00:00
Kris Kennaway
a6b7e72f91 Fix plist 2001-07-07 22:02:00 +00:00
OKAZAKI Tetsurou
9dba2f9c95 Fix invalid dependency.
PR:		28734
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2001-07-07 04:42:33 +00:00
Thomas Gellekum
c5fccbeebb Upgrade to 2.0.1. 2001-07-05 11:21:16 +00:00
Thomas Gellekum
4df3104072 Fix plist. 2001-07-03 12:08:02 +00:00
Maxim Sobolev
e78316e786 Update to 0.14. 2001-07-03 08:05:35 +00:00
Peter Pentchev
6326981642 Update to 0.14.
Change the pkg-descr slightly - Graham Barr is the original author,
but not the maintainer of this anymore.

PR:		28631
Submitted by:	maintainer
2001-07-02 15:18:01 +00:00
Ying-Chieh Liao
19c6e1a4d3 upgrade to 0.3.5 2001-07-02 02:13:51 +00:00
Anton Berezin
dc7016253b Fix wrong directory name.
PR:		28462
OK'ed by:	markm
2001-06-29 16:43:51 +00:00
Johann Visagie
f68083f328 Update to version 3.5. Fix some links to point to a locally installed
copy of the examples tarball.
2001-06-27 11:05:31 +00:00
Johann Visagie
afc010f63a Updating my email address in my remaining ports.
Prompted by:	vanilla
2001-06-27 10:15:01 +00:00
Thomas Gellekum
a01fa57525 Activate gnustep-{base,gui,guile,make,objc,xgps}. 2001-06-26 12:18:05 +00:00
Thomas Gellekum
b6e5062e77 Upgrade to 1.0.1. 2001-06-26 12:06:25 +00:00
Thomas Gellekum
7ef0ce8783 Upgrade to 1.0.2. 2001-06-26 11:59:02 +00:00
Thomas Gellekum
52bfdf64d4 Upgrade to 1.0.1 2001-06-26 11:56:42 +00:00
Joseph Koshy
e977d4f8a5 A port of `DrScheme', a graphical teaching environment and IDE for Scheme. 2001-06-26 09:19:52 +00:00
Dirk Froemberg
0801433ca0 ming support was included in php-4.0.6. 2001-06-25 21:06:10 +00:00
Dirk Froemberg
8439522453 Make PORTREVISION independent of master port. 2001-06-24 22:37:25 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
Dirk Meyer
385c248462 change MAINTAINER to FreeBSD.org address 2001-06-24 04:28:57 +00:00
SADA Kenji
08a9d8db2b Change MASTER_SITES to MASTER_SITE_LOCAL to reduce freefall's network load. 2001-06-23 19:35:18 +00:00
Dirk Froemberg
d79db80401 Update checksums. 2001-06-23 11:34:17 +00:00
Ying-Chieh Liao
58cd298f2a upgrade to 0.8.0 2001-06-22 09:27:00 +00:00
Akinori MUSHA
61575cdfa9 Now Ruby 1.7 has fnmatch out-of-the-box. 2001-06-21 16:45:20 +00:00
Akinori MUSHA
e4831fc4be Update lang/ruby and lang/ruby-devel to the latest snapshots. 2001-06-21 16:36:46 +00:00
David E. O'Brien
5ed3c00f2c Majorly clean this port up. 2001-06-20 19:26:25 +00:00
David E. O'Brien
d277028560 I missed a gcc30'ism when converting this from `gcc-devel'. 2001-06-20 17:42:22 +00:00
David W. Chapman Jr.
f15816cdaa Take PORTVERSION out of DISTNAME
Submitted by:	olgeni
2001-06-19 21:10:27 +00:00