summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.Maxim Sobolev2001-04-065-67/+2
| | | | Notes: svn path=/head/; revision=40940
* Update devel/commoncpp to 1.4.1Michael Haro2001-04-064-168/+350
| | | | | | | | | | Update lang/ccscript to 1.4.1 PR: 26370 Submitted by: maintainer Notes: svn path=/head/; revision=40921
* Add varconf 0.3.0, a Configuration System for the STAGE Server.Alexander Langer2001-04-056-0/+42
| | | | | | | | PR: 26249 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=40911
* Add libuta 0.3.36, a Graphical User Interface library for C++.Alexander Langer2001-04-0547-0/+791
| | | | | | | | PR: 26250 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=40907
* Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol.Alexander Langer2001-04-0511-0/+229
| | | | | | | | PR: 26253 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=40906
* Upgrade, 1.2 -> 1.3: New Python 2.0 convention for Makefile.pre.in,Doug White2001-04-053-20/+20
| | | | | | | | | bsd.python.mk-ify port. PR: 26352 Notes: svn path=/head/; revision=40903
* Update to 1.1.5.Maxim Sobolev2001-04-054-35/+48
| | | | Notes: svn path=/head/; revision=40900
* Rollback dlmalloc. I overlooked that it already exists under another name.Maxim Sobolev2001-04-059-144/+0
| | | | | | | Poked by: roberto Notes: svn path=/head/; revision=40896
* Add dlmalloc 2.7.0, a very efficient malloc/free/realloc implementation.Maxim Sobolev2001-04-059-0/+144
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=40891
* upgrade to 1.220Ying-Chieh Liao2001-04-052-2/+2
| | | | Notes: svn path=/head/; revision=40870
* Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB.Neil Blakey-Milner2001-04-0411-0/+109
| | | | | | | | PR: 26346 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=40840
* Various fixes:Will Andrews2001-04-041-0/+1
| | | | | | | | | | - 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). Notes: svn path=/head/; revision=40830
* Update to version 1.1Kevin Lo2001-04-032-2/+2
| | | | | | | | PR: 26284 Submitted by: MAINTAINER Notes: svn path=/head/; revision=40812
* Apply a temporary fix for SDL 1.2.0.Akinori MUSHA2001-04-031-1/+4
| | | | Notes: svn path=/head/; revision=40811
* Correct location of depend object (MD5.pm).Maxim Sobolev2001-04-031-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=40810
* Add missed patchfile from previous commit, oops.Ade Lovett2001-04-032-0/+50
| | | | Notes: svn path=/head/; revision=40809
* Update to version 1.4 Build 107Mario Sergio Fujikawa Ferreira2001-04-034-6/+6
| | | | Notes: svn path=/head/; revision=40804
* Overhaul QT/KDE support:Will Andrews2001-04-0320-94/+38
| | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=40792
* spelling nitBill Fumerola2001-04-036-6/+6
| | | | Notes: svn path=/head/; revision=40788
* Add Ant-1.3, a Java based build tool, from Jakarta Project.OKAZAKI Tetsurou2001-04-0311-0/+1155
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=40780
* P5-IPC-Cache persist data across processes via shared memory.Vanilla I. Shu2001-04-026-0/+34
| | | | Notes: svn path=/head/; revision=40775
* p5-IPC-ShareLite is a simple interface to acess shared mem.Vanilla I. Shu2001-04-028-0/+83
| | | | Notes: svn path=/head/; revision=40774
* Update -> 2.1.1.Dmitry Sivachenko2001-04-026-6/+6
| | | | Notes: svn path=/head/; revision=40770
* Make this port use tcl8.3 and python2.0 by default nowAde Lovett2001-04-022-12/+12
| | | | | | | | | | (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) Notes: svn path=/head/; revision=40764
* Update to 0.1.Akinori MUSHA2001-04-023-9/+15
| | | | Notes: svn path=/head/; revision=40759
* Upgrade to 1.0.11.Vanilla I. Shu2001-04-022-2/+2
| | | | Notes: svn path=/head/; revision=40756
* upgrade to 3.3.7Ying-Chieh Liao2001-04-023-11/+12
| | | | | | | add missing ISNTALLS_SHLIB=yes Notes: svn path=/head/; revision=40749
* Add wedit, a native LCC-Win32 port to Unix-like operating systems.Jimmy Olgeni2001-04-026-0/+157
| | | | | | | | | 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. Notes: svn path=/head/; revision=40748
* upgrade to 0.9.4Ying-Chieh Liao2001-04-026-24/+41
| | | | | | | sort plist Notes: svn path=/head/; revision=40745
* Update to 1.2.0.Maxim Sobolev2001-04-0212-70/+126
| | | | Notes: svn path=/head/; revision=40728
* remove deprecated fetch options from FETCH_BEFORE_ARGSMichael Haro2001-04-023-5/+0
| | | | Notes: svn path=/head/; revision=40726
* Update to 0.3-repacked.Akinori MUSHA2001-04-014-17/+26
| | | | Notes: svn path=/head/; revision=40700
* Now this is available on 4-STABLE too. :)Akinori MUSHA2001-04-011-10/+3
| | | | Notes: svn path=/head/; revision=40695
* Update to 2.4.2.Akinori MUSHA2001-04-012-2/+2
| | | | Notes: svn path=/head/; revision=40693
* New port: anjuta.Dmitry Sivachenko2001-03-3125-0/+1071
| | | | | | | Anjuta is an Integrated Development Environment for C and C++. Notes: svn path=/head/; revision=40672
* Update to 2.4.1.Akinori MUSHA2001-03-312-2/+2
| | | | Notes: svn path=/head/; revision=40654
* A set of C++ front-end for cvs distributed under GPL.Dirk Meyer2001-03-319-0/+216
| | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=40653
* GNU GDB 5.1 developmental snapshot. This exists to allow people to testDavid E. O'Brien2001-03-3126-0/+206
| | | | | | | | the upcoming GDB release, and to get any FreeBSD-needed mods submitted before the official 5.1 release. Notes: svn path=/head/; revision=40643
* Add p5-File-Remove 0.20, a perl5 module to easily removes files andWill Andrews2001-03-316-0/+41
| | | | | | | | | | directories. PR: 25849 Submitted by: Justin Stanford <jus@security.za.net> Notes: svn path=/head/; revision=40627
* Add fampp 1.0, a C++ wrapper for fam from SGI.Will Andrews2001-03-316-0/+55
| | | | | | | | PR: 25928 Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=40626
* Add fam 2.6.4, a file alteration monitor.Will Andrews2001-03-3110-0/+595
| | | | | | | | PR: 25926 Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=40625
* Add ffcall 1.8, a set of foreign function call libraries.Will Andrews2001-03-316-0/+59
| | | | | | | | PR: 25916 Submitted by: jagapen@home.com Notes: svn path=/head/; revision=40624
* the configure scripts in swarm-1.4.1 can't find tcl/tk libs correctly.James E. Housley2001-03-313-11/+24
| | | | | | | | PR: 26089 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> MAINTAINER Notes: svn path=/head/; revision=40611
* Use PTHREAD_CFLAGS/PTHREAD_LIBS.Maxim Sobolev2001-03-304-8/+18
| | | | Notes: svn path=/head/; revision=40590
* o Use PTHREAD_CFLAGS/PTHREAD_LIBS;Maxim Sobolev2001-03-306-40/+54
| | | | | | | | | o don't apply bitwise shift to components when setting palette - vgl don't need it unlike fbcon (after which libvgl driver was modelled). Bump PORTREVISION as a result of bugfix. Notes: svn path=/head/; revision=40589
* Use PTHREAD_CFLAFS/PTHREAD_LIBS.Maxim Sobolev2001-03-303-6/+8
| | | | | | | Reminded by: vanilla Notes: svn path=/head/; revision=40585
* update to 3.4.5Michael Haro2001-03-292-3/+3
| | | | | | | | PR: 26062 Submitted by: maintainer Notes: svn path=/head/; revision=40549
* upgrade to 0328 versionYing-Chieh Liao2001-03-294-12/+16
| | | | Notes: svn path=/head/; revision=40541
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-2933-40/+33
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Update to version 3.0.3Kevin Lo2001-03-292-2/+2
| | | | | | | | PR: 26179 Submitted by: MAINTAINER Notes: svn path=/head/; revision=40537