aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Clarify comment on thread support.Thomas Gellekum2000-07-2714-84/+140
| | | | | | | | | - Don't link against libxpg4 on newer systems. - Remove last remnants of Tkinter support, it's all in x11-toolkits/py-tkinter. Notes: svn path=/head/; revision=31063
* Upgrade to pm3-1.1.14. This eliminates 103 patch files. :-)John Polstra2000-07-268-18/+19
| | | | Notes: svn path=/head/; revision=31038
* Update to 0.12.4.Maxim Sobolev2000-07-256-4/+32
| | | | Notes: svn path=/head/; revision=31028
* - Update to 0.5.2Alexander Langer2000-07-224-59/+261
| | | | | | | - Add NOPORTDOCS hunks Notes: svn path=/head/; revision=30962
* - Add support for sigset_t - changes.Alexander Langer2000-07-192-1/+27
| | | | | | | | | - Claim maintainership. Approved by: cracauer Notes: svn path=/head/; revision=30875
* Update librep/rep-gtk/sawfish triplet to the latest versions:Maxim Sobolev2000-07-176-4/+12
| | | | | | | | | librep: 0.12.3 rep-gtk: 0.13a sawfish: 0.30.2 Notes: svn path=/head/; revision=30754
* Distfile changed (some example directory names changed) without versionSteve Price2000-07-162-24/+26
| | | | | | | | | | bump. PR: 19968 Submitted by: maintainer Notes: svn path=/head/; revision=30709
* Activate tclX82Ade Lovett2000-07-131-0/+1
| | | | Notes: svn path=/head/; revision=30589
* Import of tclX82 after repo-copy from tclX80, one more step onAde Lovett2000-07-1316-160/+474
| | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=30588
* Update to 1.4.5.Maxim Sobolev2000-07-116-6/+6
| | | | Notes: svn path=/head/; revision=30475
* Adding mozart version 1.1.0.20000207.Steve Price2000-07-1013-0/+533
| | | | | | | | | | | A concurrent, object-oriented, distributed language with constraint-based inference. PR: 19476 Submitted by: Mathias Picker <mathiasp@virtual-earth.de> Notes: svn path=/head/; revision=30413
* Update to version 1.8.1Alexander Langer2000-07-095-4/+42
| | | | | | | | PR: 19678 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30366
* Location on MASTER_SITE has changed.Steve Price2000-07-071-1/+1
| | | | | | | | PR: 19628 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=30341
* Update to version 0.29.1.Steve Price2000-07-075-16/+81
| | | | | | | | PR: 19677 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30338
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-5/+21
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Add lib/libf2c.so.Satoshi Asami2000-07-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30212
* @dirrm two directories.Satoshi Asami2000-07-051-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30207
* Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs.Maxim Sobolev2000-07-031-1/+1
| | | | Notes: svn path=/head/; revision=30136
* Update to 1.1. Fix MASTER_SITES, WWW and make it using javavmwrapper.Maxim Sobolev2000-07-035-42/+583
| | | | Notes: svn path=/head/; revision=30134
* Revert previous commit (USE_LIBTOOL) - it breaks sawfish.Maxim Sobolev2000-07-034-2/+14
| | | | Notes: svn path=/head/; revision=30127
* Add USE_LIBTOOL to prevent *.la files from being installed.Maxim Sobolev2000-07-034-14/+2
| | | | Notes: svn path=/head/; revision=30124
* Remove extraneous directory on deinstallKris Kennaway2000-07-031-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30110
* Oops, this is only actually broken (does not compile) on 3.x, so mark itKris Kennaway2000-07-032-1/+6
| | | | | | | | | | | as such. Also remove an additional .orig file on deinstall, which probably shouldn't be there at all, but this port was too big and scary to track down where it came from. Noticed by: bento Notes: svn path=/head/; revision=30095
* Broken; does not compile.Kris Kennaway2000-07-021-0/+2
| | | | Notes: svn path=/head/; revision=30078
* Add oo2c, an Oberon-2 compiler.Will Andrews2000-06-3010-0/+385
| | | | | | | | PR: 18215 Submitted by: Oliver Breuninger <ob@seicom.net> Notes: svn path=/head/; revision=30006
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-294-5/+8
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Gnome Basic is an embryonic attempt to provide VB compatible functionalityAde Lovett2000-06-288-0/+116
| | | | | | | | for the GNOME project, particularly with respect to office (VBA) compatibility. Notes: svn path=/head/; revision=29944
* Distfiles have moved to ${MASTER_SITE_LOCAL}.John Polstra2000-06-282-2/+4
| | | | Notes: svn path=/head/; revision=29942
* When initializing the GNAT (i386) run-time, initialize the floating pointDaniel Eischen2000-06-271-2/+28
| | | | | | | | | | control word to use 64-bit (extended) precision instead of FreeBSDs default 53-bit (double) precision. Submitted by: Sune Falck <sunef@hem.passagen.se> Notes: svn path=/head/; revision=29905
* Upgrade to 3.3.8.Masafumi Max NAKANE2000-06-263-31/+31
| | | | | | | originally submitted by: Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp> Notes: svn path=/head/; revision=29875
* Update to 12.2Maxim Sobolev2000-06-246-16/+108
| | | | Notes: svn path=/head/; revision=29844
* - Use MASTER_SITE_SUNSITE to MASTER_SITESMaxim Sobolev2000-06-231-4/+5
| | | | | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29808
* Activate p5-ErrorNeil Blakey-Milner2000-06-221-0/+1
| | | | Notes: svn path=/head/; revision=29775
* Import of p5-Error, which provides support for exceptions under Perl 5.Neil Blakey-Milner2000-06-225-0/+34
| | | | | | | | PR: ports/18826 Submitted by: Peter van Heusden <pvh@egenetics.com> Notes: svn path=/head/; revision=29774
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-203-7/+4
| | | | Notes: svn path=/head/; revision=29719
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-176-27/+83
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-1621-22/+22
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-168-10/+4
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-166-7/+3
| | | | Notes: svn path=/head/; revision=29630
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-1614-14/+14
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Make this actually work. Fix MASTER_SITES while I'm here.Thomas Gellekum2000-06-162-3/+11
| | | | | | | | PR: 19259 Submitted by: Dominic Mitchell <hdm@mistral.co.uk> Notes: svn path=/head/; revision=29625
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-1528-49/+17
| | | | Notes: svn path=/head/; revision=29615
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-142-2/+4
| | | | Notes: svn path=/head/; revision=29595
* Downgrade the sml-nj port to the current `release' version v110.0.6. TheJoseph Koshy2000-06-143-87/+548
| | | | | | | | | | `sml-nj-devel' port will track working versions of the SML/NJ system. PR: ports/18658 Submitted by: Chris Richards <crichard-freebsd@wso.williams.edu> Notes: svn path=/head/; revision=29594
* Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.orgAlexander Langer2000-06-101-1/+1
| | | | Notes: svn path=/head/; revision=29499
* Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.Will Andrews2000-06-091-2/+2
| | | | | | | Pointy hat: will Notes: svn path=/head/; revision=29481
* Use absolute path for FILESDIR instead of relative path.Will Andrews2000-06-091-1/+1
| | | | | | | | PR: 19150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29479
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-092-0/+2
| | | | | | | area on the local ports tree. Notes: svn path=/head/; revision=29476
* Add another MASTER_SITE because hermes.terminal.at appears to be dead for aMaxim Sobolev2000-06-081-1/+2
| | | | | | | | | | quite long time. PR: 19103 Submitted by: MAINTAINER Notes: svn path=/head/; revision=29399