summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update slib version to 2d2David W. Chapman Jr.2001-08-243-16/+17
| | | | | | | | PR: 30042 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=46830
* Upgrade to SML/NJ v110.34. Add a number of nifty configurability options.Joseph Koshy2001-08-2411-186/+352
| | | | | | | | PR: ports/29656 Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> Notes: svn path=/head/; revision=46771
* Remove giffunip@asme.org as the maintainer: he no longer has the abilityKris Kennaway2001-08-231-1/+1
| | | | | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer Notes: svn path=/head/; revision=46749
* Remove previous maintainer, who no longer uses FreeBSD.Kris Kennaway2001-08-231-1/+1
| | | | | | | Approved by: old maintainer Notes: svn path=/head/; revision=46748
* USE_GMAKEAlexander Langer2001-08-231-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46721
* Fix plist.Mike Heffner2001-08-232-4/+4
| | | | | | | | Approved by: maintainer Noticed by: bento Notes: svn path=/head/; revision=46711
* Remove extraneous distfile hashesKris Kennaway2001-08-231-2/+0
| | | | Notes: svn path=/head/; revision=46702
* Initial import of klone-2.1.359Kris Kennaway2001-08-237-0/+350
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=46700
* Utilize ${MANEXT} to fix manpage symlinks.Akinori MUSHA2001-08-224-4/+4
| | | | Notes: svn path=/head/; revision=46633
* Update to version 2.0.0.Jason Evans2001-08-224-35/+22
| | | | Notes: svn path=/head/; revision=46624
* Update to 6.4.9.005.1.David E. O'Brien2001-08-203-11/+20
| | | | | | | | | | 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 Notes: svn path=/head/; revision=46566
* Make lang/p5-Tcl to actually link with libtcl.Anton Berezin2001-08-202-1/+3
| | | | | | | | | While at it, fix the port build on -current. PR: 27705 Notes: svn path=/head/; revision=46548
* Make this port do the same thing whether databases/gdbm is installed orAnton Berezin2001-08-2014-42/+21
| | | | | | | | | not - do not install GDBM_File extension. PR: 29884 Notes: svn path=/head/; revision=46539
* I think this port requires bison; the configure script allows the build toKris Kennaway2001-08-201-0/+1
| | | | | | | proceed without it, but the compilation fails. Notes: svn path=/head/; revision=46507
* Mark BROKEN; looks like system header changes caused this to breakKris Kennaway2001-08-201-0/+2
| | | | Notes: svn path=/head/; revision=46505
* Unconditionalize the BROKEN tag; this port doesn't compile on any currentKris Kennaway2001-08-201-2/+0
| | | | | | | version of FreeBSD (it chokes on system headers). Notes: svn path=/head/; revision=46503
* Make sure the shared library is explicitly linked with -lm. OnMikhail Teterin2001-08-194-6/+22
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=46480
* add xsbYing-Chieh Liao2001-08-1812-0/+2220
| | | | | | | | | | A tabled Logic Programming and Deductive Database system PR: 29322 Submitted by: Christopher Rued <c.rued@xsb.com> Notes: svn path=/head/; revision=46427
* add nmlYing-Chieh Liao2001-08-186-0/+203
| | | | | | | | | | A dialect/harmony of Standard ML and OCaml PR: 29158 Submitted by: Jaeho Shin <netj@ego.mazic.org> Notes: svn path=/head/; revision=46419
* add pnetYing-Chieh Liao2001-08-186-0/+64
| | | | | | | | | | C# compiler, assembler, disassembler, and runtime engine PR: 29034 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=46410
* Add replacement of -h option of lnYukihiro Nakai2001-08-171-0/+1
| | | | Notes: svn path=/head/; revision=46392
* add treeccYing-Chieh Liao2001-08-176-0/+37
| | | | | | | | | | Treecc program is designed to assist in the development of compilers PR: 28934 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=46390
* add clipsYing-Chieh Liao2001-08-176-0/+41
| | | | | | | | | | CLIPS is a productive development and delivery expert system tool PR: 28821 Submitted by: Douglas Anestad <yotta@dougdidit.com> Notes: svn path=/head/; revision=46383
* upgrade to 0.4.2Ying-Chieh Liao2001-08-173-5/+23
| | | | Notes: svn path=/head/; revision=46363
* Delete PORTREVISION.Akinori MUSHA2001-08-161-1/+0
| | | | | | | I should have done it when I updated bsd.ruby.mk... Notes: svn path=/head/; revision=46344
* ${LN} option fixed up.Yukihiro Nakai2001-08-161-2/+2
| | | | | | | Submitted by: Paul Pathiakis <ppathiakis@homeportfolio.com> Notes: svn path=/head/; revision=46336
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-08-168-16/+34
| | | | | | | (as of 2001/08/16 20:00 JST) Notes: svn path=/head/; revision=46320
* Major overhall and style clean up.David E. O'Brien2001-08-1517-459/+289
| | | | Notes: svn path=/head/; revision=46287
* - Fix Content of LD_SEARCH_FLAGSDirk Meyer2001-08-148-64/+62
| | | | | | | | | | | - make FreeBSD-* switch in confugure work as intendend - add a patch to make manual autoconf work - PORTREVISION bumped PR: 28726 Notes: svn path=/head/; revision=46222
* Update to 3.02.Akinori MUSHA2001-08-123-11/+34
| | | | | | | | PR: ports/29586 Submitted by: Patrick M Doane <patrick@watson.org> (MAINTAINER) Notes: svn path=/head/; revision=46153
* Remove obsolete URLBill Fenner2001-08-091-4/+0
| | | | Notes: svn path=/head/; revision=46019
* Add missing entries to pkg-plist.Akinori MUSHA2001-08-064-0/+16
| | | | Notes: svn path=/head/; revision=45873
* Move distfiles to ${MASTER_SITE_LOCAL} and upgrade to the latestDirk Froemberg2001-08-055-69/+477
| | | | | | | | | | versions. Add a special target for maintainer to make it easy to upgrade to new versions. Notes: svn path=/head/; revision=45854
* Upgrade lang/p5-Switch to 2.04.Anton Berezin2001-08-033-3/+2
| | | | Notes: svn path=/head/; revision=45783
* Don't be stupid and assume that there's one, monolithic "bin"Dima Dorfman2001-08-011-0/+11
| | | | | | | | | | 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. Notes: svn path=/head/; revision=45704
* Update to version 1.1.0.Jason Evans2001-08-013-7/+4
| | | | Notes: svn path=/head/; revision=45693
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2001-07-3112-94/+126
| | | | | | | 2001.07.31. Notes: svn path=/head/; revision=45669
* Add rscheme 0.7.3.1, an object-oriented, extended version of theMaxim Sobolev2001-07-3112-0/+281
| | | | | | | Scheme dialect of Lisp. Notes: svn path=/head/; revision=45660
* Add guile into RUN_DEPENDS.Maxim Sobolev2001-07-311-0/+2
| | | | Notes: svn path=/head/; revision=45654
* Properly register module with guile on install.Maxim Sobolev2001-07-312-0/+8
| | | | Notes: svn path=/head/; revision=45653
* Update to itcl 3.2. Don't build stubs. Run tests after tests.Mikhail Teterin2001-07-289-251/+77
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=45561
* Update docs for Python-2.{0,1}.1.Thomas Gellekum2001-07-273-0/+1374
| | | | Notes: svn path=/head/; revision=45523
* Upgrade to 2.1.1.Thomas Gellekum2001-07-2536-24/+120
| | | | Notes: svn path=/head/; revision=45469
* Remove the old modula-3 and modula-3-lib ports. They are supersededJohn Polstra2001-07-2165-7893/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=45330
* Unhook the obsolete modula-3 and modula-3-lib ports from theJohn Polstra2001-07-211-2/+0
| | | | | | | Makefile. Notes: svn path=/head/; revision=45329
* Bring over a patch from the virtualpaper port, since it is going toJohn Polstra2001-07-211-0/+15
| | | | | | | be built using the sources from the PM3 distfile now. Notes: svn path=/head/; revision=45327
* Make this port build properly on recent versions of 5.0-current,John Polstra2001-07-212-0/+52
| | | | | | | | | | from which struct mfs_args has been removed. PR: ports/28093 Submitted by: Motoyuki Konno <motoyuki@freebsd.org> Notes: svn path=/head/; revision=45321
* Update master site and maintainer email.Mark Pulford2001-07-192-4/+5
| | | | | | | | PR: 29073 Submitted by: maintainer Notes: svn path=/head/; revision=45233
* upgrade to 4.3.19Ying-Chieh Liao2001-07-183-83/+39
| | | | | | | drop maintainership Notes: svn path=/head/; revision=45229
* Update to version 1.0.2.Jason Evans2001-07-183-2/+10
| | | | Notes: svn path=/head/; revision=45226