Commit Graph

3055 Commits

Author SHA1 Message Date
Ying-Chieh Liao
be3fd46fe9 upgrade to ver 0406 2001-04-08 13:39:40 +00:00
Will Andrews
f47cc9dd83 Add tide 1.4, T3X Integrated Development Environment and T3X Tool
classes.

PR:		22048
Submitted by:	Nils M Holm <nmh@t3x.org>
2001-04-07 22:59:53 +00:00
Akinori MUSHA
46aa7c0001 Add ptl. PTL (Portable Thread Library) is an implementation of user
level multi-thread library based on POSIX 1003.1c API.
2001-04-07 19:38:07 +00:00
Ben Smithurst
c366329953 Fix fennerism. 2001-04-07 18:03:56 +00:00
Akinori MUSHA
491598d472 Update to 1.3.9. 2001-04-07 12:20:30 +00:00
Akinori MUSHA
5de5f6d323 Update to 0.6.3. 2001-04-07 12:17:20 +00:00
Will Andrews
d3c69b6928 Add ocamlweb 0.9, a literate programming tool for Objective Caml.
PR:		24858
Submitted by:	Patrick Doane <patrick@watson.org>
2001-04-07 07:57:20 +00:00
Mario Sergio Fujikawa Ferreira
43b7149333 Update to 1.4 Build 108 2001-04-07 06:43:49 +00:00
Will Andrews
78864e8862 Add p5-Tie-Cache 0.15, LRU Cache in Memory through a tie interface.
PR:		26289
Submitted by:	Alex Kapranoff <kapr@crosswinds.net>
2001-04-07 04:30:12 +00:00
Maxim Sobolev
9135cc6f16 Update to 1.0. 2001-04-06 11:17:27 +00:00
Michael Haro
da769d43bf Update devel/commoncpp to 1.4.1
Update lang/ccscript to 1.4.1

PR: 26370
Submitted by: maintainer
2001-04-06 01:37:57 +00:00
Alexander Langer
483a3e0dc0 Add varconf 0.3.0, a Configuration System for the STAGE Server.
PR:		26249
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:24:57 +00:00
Alexander Langer
22d8d01d04 Add libuta 0.3.36, a Graphical User Interface library for C++.
PR:		26250
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:01:48 +00:00
Alexander Langer
dd3a111807 Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol.
PR:		26253
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:01:12 +00:00
Doug White
670530c706 Upgrade, 1.2 -> 1.3: New Python 2.0 convention for Makefile.pre.in,
bsd.python.mk-ify port.

PR:		26352
2001-04-05 17:29:18 +00:00
Maxim Sobolev
8699215ca2 Update to 1.1.5. 2001-04-05 16:29:00 +00:00
Maxim Sobolev
07054de4ba Rollback dlmalloc. I overlooked that it already exists under another name.
Poked by: 	roberto
2001-04-05 16:17:12 +00:00
Maxim Sobolev
7a663db0e0 Add dlmalloc 2.7.0, a very efficient malloc/free/realloc implementation.
According to my tests it is *amazingly* efficient - it gave me about 10%
memory saving (SIZE in the top(1)) for the large processes like X and jre
without any measureable performance saturation.

Moreover, due to not very clear for me reasons Python benchmark (pybench)
is about 60% (!!!) faster with this allocator comparing to the libc one.
Obviously we should investigate this further and if there is no error
then tune either Python or our own malloc.

Alternatively we may evaluate a possibility to make it (or part of it) our
default malloc(), because it is friendly licensed and actively maintained.
2001-04-05 15:17:33 +00:00
Ying-Chieh Liao
c164fde5f5 upgrade to 1.220 2001-04-05 09:51:52 +00:00
Neil Blakey-Milner
fcb10f2d3e Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB.
PR:		26346
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-04-04 15:13:28 +00:00
Will Andrews
385d26eb0b Various fixes:
- Put kdesupport11 dependency back.  I forgot that it is not implied by
  kdelibs11 as kdesupport2 is by kdelibs2.
- HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed.
- Add X11 headers to CPPFLAGS for moonshine (extreme case).
2001-04-04 07:52:38 +00:00
Kevin Lo
2f99357ddc Update to version 1.1
PR: 26284
Submitted by: MAINTAINER
2001-04-03 14:44:48 +00:00
Akinori MUSHA
8953e2560a Apply a temporary fix for SDL 1.2.0. 2001-04-03 14:29:45 +00:00
Maxim Sobolev
400d52559e Correct location of depend object (MD5.pm).
Submitted by:	bento
2001-04-03 13:27:01 +00:00
Ade Lovett
7903d2c1e7 Add missed patchfile from previous commit, oops. 2001-04-03 13:26:23 +00:00
Mario Sergio Fujikawa Ferreira
332d5b4867 Update to version 1.4 Build 107 2001-04-03 12:54:28 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Bill Fumerola
caae0f1ff6 spelling nit 2001-04-03 05:56:05 +00:00
OKAZAKI Tetsurou
284eac2f74 Add Ant-1.3, a Java based build tool, from Jakarta Project.
Among four submissions, this commit based on the port sent by
Ernst de Haan <ernst@jollem.com> at ports/24291.

PR:		21435, 23368, 24291
Submitted by:	Leo Kim <leo@florida.sarang.net>,
		Dave Glowacki <dglo@ssec.wisc.edu>,
		Sean Blakey <sean@beastie.bellevue.virtualtek.com>,
		Ernst de Haan <ernst@jollem.com>
Also thanks to:	Palle Girgensohn <girgen@partitur.se>,
		Richard Stockley <rws@procopia.demon.co.uk>,
		Kees Jan Koster <kjkoster@kjkoster.org>
2001-04-03 03:19:56 +00:00
Vanilla I. Shu
e972309b4e P5-IPC-Cache persist data across processes via shared memory. 2001-04-02 22:11:13 +00:00
Vanilla I. Shu
9473b21b8b p5-IPC-ShareLite is a simple interface to acess shared mem. 2001-04-02 22:10:05 +00:00
Dmitry Sivachenko
736f01bca4 Update -> 2.1.1. 2001-04-02 20:14:16 +00:00
Ade Lovett
7bd499c737 Make this port use tcl8.3 and python2.0 by default now
(instead of the previous 8.2 and 1.5).  I've found no problems with
this updated configuration.

Approved by:	knu (who hasn't tested this himself)
2001-04-02 19:04:13 +00:00
Akinori MUSHA
8d93009750 Update to 0.1. 2001-04-02 15:27:16 +00:00
Vanilla I. Shu
14a7c6d3b3 Upgrade to 1.0.11. 2001-04-02 14:27:35 +00:00
Ying-Chieh Liao
2b8431b4fd upgrade to 3.3.7
add missing ISNTALLS_SHLIB=yes
2001-04-02 13:30:06 +00:00
Jimmy Olgeni
695dcd5dfa Add wedit, a native LCC-Win32 port to Unix-like operating systems.
It features an user friendly IDE, project wizard, generation of GNU
makefiles and automake/autoconf skeletons, fast run-time source parsing
with syntax coloring and autoformating of C, Fortran, and Eiffel sources.
2001-04-02 13:29:03 +00:00
Ying-Chieh Liao
911b693fb1 upgrade to 0.9.4
sort plist
2001-04-02 12:32:05 +00:00
Maxim Sobolev
618740cca4 Update to 1.2.0. 2001-04-02 08:55:54 +00:00
Michael Haro
0b214a5e97 remove deprecated fetch options from FETCH_BEFORE_ARGS 2001-04-02 08:30:54 +00:00
Akinori MUSHA
e97bce7ae0 Update to 0.3-repacked. 2001-04-01 21:15:50 +00:00
Akinori MUSHA
e3113c7ecd Now this is available on 4-STABLE too. :) 2001-04-01 17:59:39 +00:00
Akinori MUSHA
562adb7a22 Update to 2.4.2. 2001-04-01 17:28:24 +00:00
Dmitry Sivachenko
84d831a01d New port: anjuta.
Anjuta is an Integrated Development Environment for C and C++.
2001-03-31 16:10:34 +00:00
Akinori MUSHA
556a496fdc Update to 2.4.1. 2001-03-31 12:00:43 +00:00
Dirk Meyer
510a403264 A set of C++ front-end for cvs distributed under GPL.
CvsGui features

  WinCvs is written in C++ using the Microsoft MFC.
  MacCvs is written in C++ using Metrowerks PowerPlant.
  gCvs is written in C++ using GNU gtk+.
  They are using the latest cvs source code.
  They are making cvs easier for the novice.
  They are increasing the power of cvs by providing an high-end interface.
  The project is growing because it is supported and developed
    by several cvs users.

WWW: http://cvsgui.sourceforge.net/
2001-03-31 11:42:00 +00:00
David E. O'Brien
a8742dda89 GNU GDB 5.1 developmental snapshot. This exists to allow people to test
the upcoming GDB release, and to get any FreeBSD-needed mods submitted
before the official 5.1 release.
2001-03-31 09:04:58 +00:00
Will Andrews
e5a7403488 Add p5-File-Remove 0.20, a perl5 module to easily removes files and
directories.

PR:		25849
Submitted by:	Justin Stanford <jus@security.za.net>
2001-03-31 02:53:55 +00:00
Will Andrews
f94af4fd92 Add fampp 1.0, a C++ wrapper for fam from SGI.
PR:		25928
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-03-31 02:46:32 +00:00
Will Andrews
d81cf027d1 Add fam 2.6.4, a file alteration monitor.
PR:		25926
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-03-31 02:45:55 +00:00