summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup - remove Xlib dependency, as it's already there through tk.Satoshi Asami1999-05-121-3/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=18818
* Depend on tk, not tcl (which is pulled in from tk anyway).Satoshi Asami1999-05-121-2/+2
| | | | Notes: svn path=/head/; revision=18806
* Fix ELF build. Change maintainer's mail address.Satoshi Asami1999-05-122-3/+23
| | | | | | | Submitted by: maintainer, of course Notes: svn path=/head/; revision=18794
* Remove missing file.Satoshi Asami1999-05-121-1/+0
| | | | Notes: svn path=/head/; revision=18793
* Don't write to ${PKGDIR}/PLIST.Satoshi Asami1999-05-111-7/+5
| | | | Notes: svn path=/head/; revision=18788
* Rename all pwrite()s to deal with this change:Satoshi Asami1999-05-101-0/+53
| | | | | | | | | | | 1.24.2.1 Wed May 5 23:19:59 1999 UTC by dt Branch: RELENG_3 Diffs to 1.24 ; Diffs to 1.26 MFC: pread() and pwrite(). Notes: svn path=/head/; revision=18765
* Add a patch for 4.0current.Vanilla I. Shu1999-05-102-0/+40
| | | | Notes: svn path=/head/; revision=18751
* New port gnustep. GNUstep is a set of general-purpose Objective-C librariesThomas Gellekum1999-05-1015-0/+3030
| | | | | | | base on the OpenStep standard developed by NeXT (now Apple) Inc. Notes: svn path=/head/; revision=18728
* Add '%D' so we get the whole path for the '@unexec rm's.Steve Price1999-05-097-7/+14
| | | | | | | | PR: 7848 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=18655
* This port needs X11 libs.Steve Price1999-05-091-1/+3
| | | | | | | | PR: 11522 Submitted by: maintainer Notes: svn path=/head/; revision=18654
* Fix profiling on ELF systems.Steve Price1999-05-092-6/+38
| | | | | | | | PR: 11566 Submitted by: Ronald Kuehn <rk@ronald.org> Notes: svn path=/head/; revision=18652
* Update 2.3 -> 2.4Jacques Vidrine1999-05-098-56/+16
| | | | Notes: svn path=/head/; revision=18635
* Fix MASTER_SITES:Jacques Vidrine1999-05-092-10/+6
| | | | | | | | * alix.inria.fr has been inaccessible for a couple of weeks * path on ftp.cs.uni-magdeburg.de was wrong Notes: svn path=/head/; revision=18634
* Use MLINKS and friends (rather than PLIST literals) to stipulate man pages & ↵Chris Timmons1999-05-062-406/+150
| | | | | | | links Notes: svn path=/head/; revision=18566
* Fix build breakage.Joseph Koshy1999-05-061-1/+2
| | | | | | | Detected by: PW's automated build tools. Notes: svn path=/head/; revision=18529
* Don't try running mkLinks (since it doesn't do anything anyway)Bill Fenner1999-05-046-15/+927
| | | | | | | Use MLINKS= to accomplish what mkLinks wanted to do. Notes: svn path=/head/; revision=18472
* Fix the script that makes the long-name man page links, and add theBill Fenner1999-05-042-1/+250
| | | | | | | | | | | long-name man pages to PLIST. Note that instead of including a 54k patch, there's a post-patch: target in the Makefile that uses sed. PR: ports/9786 and ports/9787 Notes: svn path=/head/; revision=18471
* Yet more WWW: additionsMichael Haro1999-05-0335-41/+48
| | | | Notes: svn path=/head/; revision=18435
* Use new set of diffs from author and make this compile on the Alpha.Steve Price1999-05-033-3/+14
| | | | | | | | PR: 11417 Inspired by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=18370
* Added otcl and jdk-tutorialSatoshi Taoka1999-04-301-1/+3
| | | | Notes: svn path=/head/; revision=18236
* MIT Object TclSatoshi Taoka1999-04-305-0/+50
| | | | | | | | PR: 11338 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu> Notes: svn path=/head/; revision=18224
* Tcl 8.0.5. Fenner's MLINK PR TBA RSNChris Timmons1999-04-304-23/+18
| | | | Notes: svn path=/head/; revision=18222
* Update to 990416 version.Kris Kennaway1999-04-303-35/+29
| | | | | | | | | | | | | | | Some commentary from Mr. bwk: Mar 5, 1999: after hearing from yet another innocent victim, changed isnumber to is_number to avoid the problem caused by freeBSD gratuitously and incorrectly including the name isnumber in the standard header file ctype.h. Prompted by: bento Notes: svn path=/head/; revision=18221
* activate SIODJoseph Koshy1999-04-281-1/+2
| | | | Notes: svn path=/head/; revision=18177
* Scheme in one Day/Defun, a small footprint implementation of Scheme withJoseph Koshy1999-04-288-0/+204
| | | | | | | | | some database, unix programming and cgi scripting extensions. Requested by: Philippe Laliberte <arsphl@oeil.qc.ca> on -ports Notes: svn path=/head/; revision=18176
* a Ruby interface to Tcl/Tk librariesSatoshi Taoka1999-04-279-0/+199
| | | | | | | | PR: 10907 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp> Notes: svn path=/head/; revision=18157
* add f2c & f77David E. O'Brien1999-04-241-1/+3
| | | | Notes: svn path=/head/; revision=18117
* driver utility for f2c and gccDavid E. O'Brien1999-04-245-0/+59
| | | | | | | | PR: ports/11220 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=18116
* f2c FORTRAN "compiler" port'ified from src/contrib/David E. O'Brien1999-04-246-0/+277
| | | | | | | | PR: ports/11220 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=18115
* Unbreak for ELF.Joseph Koshy1999-04-221-6/+2
| | | | Notes: svn path=/head/; revision=18075
* Add some master sites.Jacques Vidrine1999-04-221-3/+12
| | | | Notes: svn path=/head/; revision=18072
* Sync up with some diffs I sent to Cygnus.David E. O'Brien1999-04-2254-270/+306
| | | | Notes: svn path=/head/; revision=18061
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-2256-84/+84
| | | | Notes: svn path=/head/; revision=18059
* Remove ``NO_LATEST_LINK''Jacques Vidrine1999-04-2115-30/+15
| | | | | | | Approved by: Maintainer <tg@FreeBSD.ORG> Notes: svn path=/head/; revision=18053
* turnon egcs-develDavid E. O'Brien1999-04-211-1/+2
| | | | Notes: svn path=/head/; revision=18046
* I give you the latest and greatest of the EGCS snapshot series.David E. O'Brien1999-04-21252-2628/+9144
| | | | | | | | | | | This is their bleeding edge offering. This will enable us to better track the direction EGCS is going for future upgrades of /usr/contrib/egcs/. Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and* a native Java compiler. Notes: svn path=/head/; revision=18045
* Update from 2.0 to 2.2Michael Haro1999-04-217-3781/+145
| | | | | | | | | | | | | | | Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my k6-2 333 can compile this port. It was *NOT* fun to test this port. Maybe someone else (with a super fast computer) could make sure everything works. This port does pass the make install deinstall reinstall package deinstall test though so I assume everything is fine. PR: 11242 Submitted by: maintainer with fixes by me Notes: svn path=/head/; revision=18044
* * Update python 1.5.1 -> 1.5.2Jacques Vidrine1999-04-2165-1317/+1628
| | | | | | | * Remove python-beta Notes: svn path=/head/; revision=18042
* Upgrade to 3.2.5.Masafumi Max NAKANE1999-04-204-89/+109
| | | | | | | | | PR: 10801 Submitted by: Dan Cross <tenser@hurricane.phys.psu.edu> Minor tweaks by: max Notes: svn path=/head/; revision=18027
* Update to version 1.2.5.Steve Price1999-04-199-144/+303
| | | | | | | | PR: 10906 Submitted by: maintainer Notes: svn path=/head/; revision=17989
* Fix the CPP_PREDEFINES so it properly gets the "global" definition too.David E. O'Brien1999-04-182-2/+2
| | | | Notes: svn path=/head/; revision=17960
* Upgrade to v2.1.1Joseph Koshy1999-04-134-14/+65
| | | | | | | Ok'ed by: Maintainer. Notes: svn path=/head/; revision=17833
* Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.Satoshi Asami1999-04-1318-18/+54
| | | | Notes: svn path=/head/; revision=17824
* Real URLs that reference directories end in '/'Bill Fumerola1999-04-082-4/+4
| | | | Notes: svn path=/head/; revision=17743
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-0823-46/+46
| | | | Notes: svn path=/head/; revision=17742
* Create lib/python1.5/site-packages directory on installation.Jacques Vidrine1999-04-0830-15/+60
| | | | Notes: svn path=/head/; revision=17735
* Upgrade to itcl 3.0.1Justin M. Seger1999-04-058-619/+273
| | | | | | | | Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk> PR: ports/10960 Notes: svn path=/head/; revision=17649
* Add Central European Summer time zoneJustin M. Seger1999-04-031-0/+10
| | | | | | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> PR: ports/9666 Notes: svn path=/head/; revision=17627
* Activate the pike port.Steve Price1999-04-031-1/+2
| | | | Notes: svn path=/head/; revision=17609
* Import of pike version 0.6.110.Steve Price1999-04-0330-0/+1990
| | | | | | | | | | A dynamic programming language with a syntax similar to C++. PR: 9783 Submitted by: Vladimir N.Silyaev <vns@delta.odessa.ua> Notes: svn path=/head/; revision=17608