aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Add patch from SF PR #541980. This fixes 4suite.tg2002-04-1711-0/+154
| | | | Submitted by: nectar
* Use USE_PYDISTUTILS.tg2002-04-171-9/+1
|
* GCC 2.95 and later aren't called egcs (any longer). Also updategerald2002-04-1734-221/+51
| | | | | | description and web address. Approved by: obrien (maintainer+mentor)
* Add file missed in the previous checkin.sobomax2002-04-171-0/+5
|
* - Clean-up build system a bit;sobomax2002-04-176-50/+110
| | | | | | | | | | | | | | | - fix remaining two places where CFLAGS weren't respected; - use cpio(1) to copy hierarchies instead of tar(1), so that it is possible to build the port as ordinary user, but still have installed files be owned by root; - use slightly different solution for the problem with 777 permissions on directories created during the build. Instead of harcoding resulting prmission apply umask(2) to all mode arguments of [f]chmod() calls. Since Rotor has no notion of file-level security anyway this should be an optimal way to fix the problem. Submitted by: Patrick Backlund <pbacklun@cc.hut.fi> (cpio fix) sobomax (the rest)
* Update to CMUCL version 18d. Use bzip2 distfiles.cracauer2002-04-173-10/+16
| | | | | | This is my first commit after some pause. Newest portlint is happy, the usual procedure of package and port install/deinstall, the compare /usr/local is happy, too. Hope I didn't forget anything else.
* Style fixes.netchild2002-04-162-16/+16
| | | | | Submitted by: obrien Approved by: steve
* Spelling fix.netchild2002-04-162-2/+2
| | | | | Submitted by: marius@alchemy.franken.de Approved by: steve
* Allow python?? ports to co-exist with lang/python.tg2002-04-165-20/+15
| | | | | PR: 36353 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Update port to version 8.1 (R8B-1)olgeni2002-04-1514-258/+156
| | | | Submitted by: Vance Shipley <vances@motivity.ca>
* Minimize the difference from lang/ruby-devel.knu2002-04-142-22/+50
|
* Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12.knu2002-04-146-22/+88
|
* Add kawa. Kawa is a Java-based Scheme implementation.znerd2002-04-136-0/+46
| | | | | PR: 34214 Submitted by: Zach Garner <zach@neurosoft.org>
* Remove lang/lcc -- it's been broken for so long and there is no newade2002-04-1311-1428/+0
| | | | version.
* Update pkg-comment to reflect GCC's new meaning (since 2.95) and refergerald2002-04-132-7/+7
| | | | | | | to http://gcc.gnu.org instead of http://egcs.cygnus.com. Also, 2.95 is not GNU's latest offering any longer. ;-) Approved by: obrien (maintainer+mentor)
* gettext upgrade uber-patch (stage 3)ade2002-04-133-4/+7
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Handle docs for Python-2.1.3 and -2.2.1.tg2002-04-123-0/+1612
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Upgrade to Python-2.2.tg2002-04-1244-704/+66
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* GCC 2.95 and later aren't called egcs (any longer), so remove three patchesgerald2002-04-126-72/+0
| | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor)
* GCC 2.95 and later aren't called egcs (any longer), so remove two patchesgerald2002-04-1232-368/+0
| | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor)
* Update to latest version.patrick2002-04-116-76/+156
|
* Upgrade to 2.1.3.tg2002-04-113-5/+6
| | | | | PR: 36977 36979 Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
* Since I cannot think of any reason one would use this port for FORTRAN orobrien2002-04-101-15/+10
| | | | | Java compilers (the newer versions are much better); trim this port down to just the parts we will need when GCC 3.1 becomes the -CURRENT compiler.
* Fix a silly permission bug, which results in a 777 permission all over thesobomax2002-04-102-2/+26
| | | | | | | | WRKSRC. The problem was that when trying to map read-only FAT attribute into *nix permission, MS assumed that if that attribute isn't set then write permissions should be granted to everyone. Funny, eh? Bump PORTREVISION.
* Teach the creature how properly create shared libs on FreeBSD, so thatsobomax2002-04-103-7/+17
| | | | | | | binaries linked to librotor_palrt.so no longer hardcode patch to a specific location of librotor_palrt.so. Bump PORTREVISION. Reported by: many
* Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS.sobomax2002-04-091-3/+3
| | | | Submitted by: mwlucas
* - Add loadable module supportijliao2002-04-094-170/+279
| | | | | PR: 36893 Submitted by: Ports Fury
* Upgrade to a 06-April-2002 GCC 3.2 in-development checkout.obrien2002-04-0728-420/+420
|
* Upgrade to the April FOOLS GCC 3.1 development snapshot.obrien2002-04-044-14/+14
|
* Fix MASTER_SITES.alex2002-04-031-1/+1
| | | | Submitted by: Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
* Update to bugfixing version 3.0.1.obrien2002-04-033-11/+13
| | | | | PR: 35747 Submitted by: Andy Newman <atrn@zeta.org.au>
* Fix path of include files, so package can be build.dinoex2002-04-031-2/+2
|
* Removed python+ipv6. IPv6 patch was merged in python-2.2.sumikawa2002-04-0218-3385/+0
|
* Add erlang-doc, documentation for the Erlang/OTP system (PDF format).olgeni2002-04-026-0/+147
|
* Add SourceForge as a well connected secondary MASTER_SITES location.tg2002-04-0213-2/+28
| | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
* Explicitly enable IPv6 support.tg2002-04-0211-22/+88
| | | | Submitted by: sumikawa
* bsd.java.mk-ifyijliao2002-04-013-8/+2
| | | | | PR: 36592 Submitted by: maintainer
* LIB_DEPENDS on the libgmp3 port, not the libgmp port which is currentlykris2002-04-012-6/+6
| | | | broken. This allows the gnome build to complete on 5.0-CURRENT.
* - reword pkg-descrnetchild2002-04-016-22/+62
| | | | | | | | - fix iccvars.csh (PR) - mimic some parts of gcc's preprocessor (defines) PR: 36555 Approved by: steve
* Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shellolgeni2002-04-014-0/+4
| | | | scripts controlling erlang nodes).
* Add (forgotten) build dependency on devel/autoconf213.olgeni2002-04-012-0/+4
|
* Correct primary MASTER_SITES.sobomax2002-03-311-1/+2
| | | | Submitted by: clive
* Update port to version 8.0 (R8B-0).olgeni2002-03-3124-266/+258
| | | | | | | | | Remove my code to handle the documentation merge for patched releases, it was rather obscure and error-prone. I'll rewrite it in a simpler way next time I'll need to perform the merge. Also include a fix for erlang-mode under emacs21 (by Hal Snyder <hal@vailsys.com> on the erlang mailing list).
* Update to version 3.0.2.jasone2002-03-312-2/+2
|
* Make it impossible to install the software without reading the license first.sobomax2002-03-301-0/+9
|
* Add more MASTER_SITES from PR #36433.sobomax2002-03-301-1/+3
|
* cd dir && command -> cd dir; commandknu2002-03-304-4/+4
|
* Use autoconf 2.53 for lang/ruby_static-devel and unbreak it.knu2002-03-302-4/+36
|
* Add cli - Microsoft's Shared Source implementation if CLI ECMA standardsobomax2002-03-3018-0/+629
| | | | | and C# language. Please note, that in order to build on -current you need linker binary from -stable.
* Maintainer update. Only change is that USE_JAVA is used. Notznerd2002-03-291-2/+1
| | | | | | bumped PORTREVISION. PR: 36474
* Add new port lang/stldoc - STL reference manual by SGIpat2002-03-296-0/+381
| | | | | PR: 36324 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Update to msmith's FreeBSD address.kris2002-03-291-1/+1
|
* Upgrade to a 27-March-2002 GCC 3.2 in-development checkout.obrien2002-03-2928-336/+392
|
* Upgrade to the 25-March-2002 GCC 3.1 development snapshot.obrien2002-03-294-34/+32
|
* Update to 0.0.8pat2002-03-282-2/+4
| | | | | PR: 36391 Submitted by: maintainer
* Fix path to gdomap executable.tg2002-03-271-2/+2
|
* Support NOPORTDOCS.petef2002-03-271-16/+16
| | | | | PR: 36346 Submitted by: maintainer
* lang/ruby:knu2002-03-2710-32/+114
| | | | | | | | | | | | | | | - Update to the latest 1.6 stable snapshot as of 2002-03-27. - Update the Oni Guruma alternative regex engine to 20020325. lang/ruby-devel: - Update to the latest 1.7 development snapshot as of 2002-03-26. - Add the WITH_ONIGURUMA knob as well as lang/ruby. - Require devel/autoconf (2.53 or later is required). - Add several modules to the obsoleted modules list (now included): bigfloat fileutils racc-runtime strscan
* This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects.netchild2002-03-2713-0/+1785
| | | | | | | This port is not able to produce native executables on its own. You need to do it yourself with gcc. Approved by: steve
* Upgrade to v110.39. Compilation of this port is now controlled by threejkoshy2002-03-269-151/+285
| | | | | | | | | | | | | knobs: - the default compiles the basic runtime, heap, libs, ml-yacc, ml-lex and smlnj-lib - WITH_EVERYTHING installs everything in the distribution, including sources - WITH_RECOMPILE recompiles the compiler, implies WITH_EVERYTHING - WITH_FLINT applies the patch to access FLINT, implies WITH_RECOMPILE Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> (MAINTAINER)
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-255-0/+5
|
* Remove the guileobjc port, which has been BROKEN since 1999.kris2002-03-257-47/+0
|
* Remove the libobjects port, which was marked BROKEN in 1999.kris2002-03-256-167/+0
|
* BROKEN: checksum has changedkris2002-03-251-0/+2
|
* Document.obrien2002-03-252-2/+2
|
* Update to 20020323.knu2002-03-253-3/+2
|
* Let machine/ansi.h know not to play glibc for us.obrien2002-03-243-7/+24
|
* Update to version 3.0.1.jasone2002-03-243-2/+4
|
* Update to 1.2.b5pat2002-03-232-3/+2
| | | | | PR: 36223 Submitted by: maintainer
* Add checksums for Python-2.1.2 docs.tg2002-03-212-0/+594
| | | | Prompted by: many ;-)
* Upgrade to 1.3.0.tg2002-03-213-31/+16
|
* Upgrade to 1.1.0.tg2002-03-212-5/+5
|
* Upgrade to the 18-March-2002 GCC 3.1 development snapshot.obrien2002-03-204-12/+20
|
* Mark FORBIDDEN: this port loops infinitely during build:kris2002-03-181-0/+2
| | | | | | | | | | | [...] gmake[1652]: Leaving directory `/x/tmp/a/ports/lang/nhc98/work/nhc98-1.10/src/prelude/Numeric' cd -FreeBSD; gmake fromC cd: Illegal option -F gmake[1652]: Entering directory `/x/tmp/a/ports/lang/nhc98/work/nhc98-1.10/src/prelude [...] Noticed by: bento
* Update to 1.95.11pat2002-03-162-3/+3
| | | | | PR: 35962 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add include/tcl%%TCL_VER%%/tclPlatDecls.hdinoex2002-03-161-0/+1
| | | | previous patch did not apply
* Stage 1 of gettext update.ade2002-03-163-3/+3
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Update to the 20020210 release.obrien2002-03-152-2/+2
|
* Create an extra link for tclPlatDecls.hdinoex2002-03-142-12/+14
| | | | | PR: 35817 Submitted by: brandt@fokus.gmd.de
* Update to the latest stable snapshot as of 2002.03.13.knu2002-03-144-8/+50
| | | | | | Add a WITH_ONIGURUMA knob that enables the Oni Guruma regex engine that's currently under development that will eventually replace the stock one that's derived from LGPL'd GNU regex. [experimental]
* Update to 2.3.8pat2002-03-133-88/+241
| | | | | PR: 35828 Submitted by: maintainer
* Upgrade to a 12-March-2002 GCC 3.2 in-development checkout.obrien2002-03-1314-28/+28
|
* Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.obrien2002-03-1328-574/+644
| | | | | Due to the lack of a real snapshot distfile, this has to use CVS as the fetch method.
* Upgrade to the 11-March-2002 GCC 3.1 development snapshot.obrien2002-03-134-12/+12
|
* Update to 1.0a7, depend on Tcl/Tk 8.3.ade2002-03-122-8/+8
| | | | | | | MAINTAINER email bounces - reset to ports@FreeBSD.org PR: 35803 Submitted by: Bruce A. Mah <bmah@packetdesign.com>
* Update to 5d5pat2002-03-124-13/+25
| | | | | PR: 35792 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Upgrade to the 9-March-2002 GCC 3.1 development snapshot.obrien2002-03-114-16/+16
|
* Mark broken while I find a suitable snapshot.obrien2002-03-1014-0/+14
|
* Upgrade to version 3.0.4.obrien2002-03-102-8/+8
|
* Upgrade to the 4-March-2002 GCC 3.1 development snapshot.obrien2002-03-096-54/+66
|
* Turn on gcc3{1,2}obrien2002-03-081-1/+2
|
* Remove gcc-devel in lue of more explicit version numbered ports.obrien2002-03-0816-775/+0
|
* Update to 8.4.a4dinoex2002-03-075-65/+94
| | | | | | | - DISTNAME changed - configure section for FreeBSD fixed - new encodings - new manpages
* Sync with gcc30's style.obrien2002-03-0551-1445/+663
| | | | | | This includes changing the name from g<BINARY> to <BINARY>31, using a single .info file rather than the mirage of them, and switch to using the .bz2 distfiles.
* Chase the checksum. Changes are:pat2002-03-032-1/+2
| | | | | | | | | | | - Fixed bug affecting scoping in blocks. - Added a special test for the test harness to catch this sort of thing in the future. - Fixed problem with classloading causing bsh extensions not to be found in some environments. PR: 35470 Submitted by: maintainer
* Add spl 1.2.1, the Shakespeare programming language.petef2002-03-036-0/+57
| | | | | PR: 30395 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* * Update to 1.3.3: miscellaneous fixes and improvements.naddy2002-03-038-233/+68
| | | | * General clean-up.
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.obrien2002-03-0351-476/+170
|
* Update lang/ruby to the latest release, 1.6.7.knu2002-03-028-12/+4
| | | | Update lang/ruby-devel to the latest snapshot as of 2002-03-01.
* Update to 0.57patrick2002-02-262-2/+2
|
* Fix pkg-plistpat2002-02-261-2/+0
| | | | | PR: 35302 Submitted by: maintainer
* Add a few functions in p2clib. This fixes bugs occuring with some pascal code.jmz2002-02-232-0/+46
| | | | Submitted by: joerg
* flynn@energyhq.homeip.net wrote:dinoex2002-02-227-0/+157
| | | | | | | | | Dice is Matt Dillon's (yes, our FreeBSD guru :) portable 68000 C Compiler. Found it odd that there's not a port for this, considering that the author of the compiler is a FreeBSD commiter. PR: 34449 Submitted by: flynn@energyhq.homeip.net
* Include databases/ruby-bdb1.knu2002-02-202-6/+16
| | | | | | Improve the extconf.rb detection routine in Makefile. Bump PORTREVISION.
* Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35knu2002-02-206-0/+14
| | | | | | (what is built from ports) from coredumping. [workaround] Set MAKE_ARGS to "-j3" to hasten the build.
* - Add checksums for Python 2.1.2 and 2.2wjv2002-02-181-0/+2
| | | | | PR: 35075 Submitted by: Andreas Schulz <ats@first.fhg.de>
* Update to the 1-Jan-2002 One True AWK.obrien2002-02-183-14/+10
| | | | | | This includes added support for POSIX character class names like [:digit:] Contributed by our very own DES.
* Update to 1.2.b4pat2002-02-182-2/+2
| | | | | PR: 35031 Submitted by: maintainer
* Remove myself from MAINTAINERissei2002-02-161-1/+1
|
* Update to version 0.92kevlo2002-02-155-14/+190
| | | | | PR: 34899 Submitted by: MAINTAINER
* Update to version 1.12kevlo2002-02-153-8/+4
| | | | | PR: 34920 Submitted by: Andrew <andrew@ugh.net.au>
* Fix problem where file names get transformedpat2002-02-131-0/+1
| | | | Submitted by: maintainer
* Add a patch to replace tmpnam with mkstemp.deischen2002-02-131-0/+20
| | | | Submitted by: Samuel Tardieu <sam@ada.eu.org>
* Update to 0.3.0pat2002-02-132-3/+3
| | | | | PR: 34869 Submitted by: maintainer
* Update lang/ruby-devel to the latest snapshot as of 2002-02-10.knu2002-02-122-2/+2
|
* Change maintainer's address for some ports forgotten in PR 34866.trevor2002-02-121-1/+1
|
* Comment out DIST_SUBDIR=gnome pending next version update.sobomax2002-02-124-4/+4
|
* Update maintainer's e-mail address.trevor2002-02-121-1/+1
| | | | PR: 34866
* Since sawfish (and dependencies) are critical parts of the GNOMEade2002-02-124-8/+10
| | | | | environment, track the versions available on the GNOME sites, to ensure maximum compatibility.
* Add gnathtml.pl, and Ada source code HTML'izer, to the installed files.deischen2002-02-122-0/+2
| | | | | PR: ports/34844 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Update to 3.04pat2002-02-115-219/+559
| | | | | | PR: 33820 Submitted by: Ronald Kuehn <rk@ronald.org> Approved by: maintainer
* Update to onyx 3.0.0.jasone2002-02-113-56/+125
|
* Update to the 2002-02-04 snapshot.obrien2002-02-1034-102/+102
| | | | | This port still does not install properly (still has some old cruft in it). But incase someone wants to work on a patch to help me out...
* Always remove the .orig files from the examples directory; there'sdeischen2002-02-102-1073/+1074
| | | | | | | | | | no sense in muddying up the Makefile with checks for NOPORTDOCS just to remove the copy of one patched file. Make the package list be in alphabetical order for directories with lots of files in them; this allows one to do `/bin/ls -1` to generate the package list and produce (hopefully) smaller diffs for subsequent versions.
* Update to 1.95.10pat2002-02-103-5/+2
| | | | | PR: 34771 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.712pat2002-02-102-2/+2
| | | | | PR: 34772 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Update to 1.5.08kevlo2002-02-097-45/+103
| | | | | | | - Takeover maintainership PR: 34616 Submitted by: David H. Munro <munro1@llnl.gov>
* Update to version 3.14pkevlo2002-02-097-1103/+1205
| | | | | PR: 34670 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update jgnat so it will continue to build with the new compiler whichkevlo2002-02-0916-4/+353
| | | | | | | has much stricter Ada 95 style checking. PR: 34749 Submitted by: MAINTAINER
* Update to version 3.14pkevlo2002-02-087-9/+30
| | | | | PR: 34716 Submitted by: MAINTAINER
* Fix diff path in patch-al.olgeni2002-02-082-4/+6
| | | | Submitted by: Tomasz Szymczak <ex@valis.net.pl>
* Remove dead MASTER_SITESpat2002-02-081-2/+1
| | | | | PR: 34703 Submitted by: maintainer
* Fix strerror_r conflict.olgeni2002-02-082-0/+36
|
* Update MAINTAINER's email address based upon bounce message.fenner2002-02-081-1/+1
|
* Modify the port to use gnugetopt. Our standard getopt does not work.patrick2002-02-073-147/+18
| | | | The developers are working to fix that.
* This allows the port to build, but it still has install problems.obrien2002-02-0517-34/+85
|
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.obrien2002-02-03187-5049/+3434
|
* Update port to version 5.02.2 and remove dependency on devel/happy from theolgeni2002-01-319-9/+66
| | | | | | | configuration script. PR: 34349 Submitted by: Simon Marlow <simon@smarlow.com>
* Update port to version 7.6.1.olgeni2002-01-312-2/+2
|
* Just when you get one version ported, they release another one.patrick2002-01-305-19/+6
|
* Update to 0.55patrick2002-01-297-89/+30
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-2935-253/+253
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-292-4/+4
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* To keep users from experiencing upgrading problems, make lang/ruby andknu2002-01-298-4/+56
| | | | | | | | lang/ruby-devel deinstall obsoleted (integrated) packages in their post-install targets (for installation from ports) and in their plists (for installation from packages), Update to the latest snapshot as of 2002-01-29 while I'm at it.
* Update to 0.2.8pat2002-01-293-2/+3
| | | | | | PR: 34364 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Approved by: maintainer
* - check the conflict with converters/kdesupport11, which installsokazaki2002-01-292-1/+13
| | | | | | | | | | | | | old versions of njs's files. - build and install shared library files. (both requested by Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>) - remove a redundant MAKE_ARG setting added at the previous commit. Bump PORTREVISION. PR: 34333 Submitted by: maintainer
* Update maintainer email addresspat2002-01-291-1/+1
| | | | | PR: 34372 Submitted by: maintainer
* Add jythonc to the symlinks in bin/. Also create the links from pkg-plistolgeni2002-01-282-3/+8
| | | | | | for better binary package support. Approved by: maintainer
* - strip SHLIB_LD of option "-soname $@"dinoex2002-01-276-16/+38
| | | | | | | - define TCL_SHLIB_LD_EXTRAS - bump PORTREVISION PR: 34210
* Upgrade to version 3.0.3.obrien2002-01-273-33/+25
|
* Add bsh 1.2.b3, a Java scripting environment.okazaki2002-01-275-0/+44
| | | | | PR: 34264 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Update to 0.3.1.knu2002-01-262-3/+3
|
* Update to 20020113 release of mmixkris2002-01-263-3/+7
|
* Update ruby and ruby-devel to the latest snapshots as of 2002-01-26.knu2002-01-268-0/+42
|
* Don't explicitly link libc in. This is more a style change than the functionalsobomax2002-01-252-6/+30
| | | | one, therefore don't bump PORTREVISION.
* update official patch.sf2002-01-242-2/+6
| | | | | | | respect CFLAGS. PR: 34206 Submitted by: maintainer
* Upgrade to 1.1.0.tg2002-01-235-7/+37
|
* Upgrade to the latest version of the PHP documentation.dirk2002-01-237-169/+665
|
* Upgrade python21 to 2.1.2, the latest bugfix release.tg2002-01-223-2/+11
| | | | | | | PR: 34078 Submitted by: Hye-Shik Chang <perky@fallin.lv> Update checksum of dependent ports.
* Add njs 0.2.5,okazaki2002-01-228-0/+85
| | | | | | | | NJS (NGS) is a standalone JavaScript/ECMAScript interpreter. PR: 33842 Submitted by: thierry@pompo.net
* Update port to version 2.1.olgeni2002-01-223-7/+12
| | | | | PR: 33392 Submitted by: Hye Shik Chang <perky@fallin.lv>
* Add a pre-install target which checks for conflicting sharedjdp2002-01-222-0/+18
| | | | libraries left over from other Modula-3 ports.
* Fix sizeof(wchar_t) calculation.tg2002-01-2111-0/+110
|
* Update port to version 7.6.0.olgeni2002-01-213-16/+61
|
* Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflictknu2002-01-204-0/+8
| | | | | | with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.)
* o update to 0.99.4.sf2002-01-1915-106/+166
| | | | | | | o change maintainer's e-mail address. PR: 33748 Submitted by: maintainer
* Update maintainer's email addressdwcjr2002-01-181-1/+1
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* New port cyclone version 0.2: A safe dialect of C from Cornell andlioux2002-01-187-0/+268
| | | | | | | AT&T Research PR: 33613 Submitted by: Alan Eldridge <alane@geeksrus.net>
* Activate python21.tg2002-01-161-0/+1
|
* Downgrade to Python-2.1.1 again after repo-copy.tg2002-01-164-346/+134
|
* Implement PyObject_DelItemString(), which was obviously forgotten fortg2002-01-1622-0/+627
| | | | | | | | Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree
* Update to version 2.711.jim2002-01-152-4/+3
| | | | | PR: 33885 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Upgrade to v0.6.0.jkoshy2002-01-1410-412/+280
| | | | | | | | | - "files/patch-ae" is no longer required - PLIST substitution is used to merge the files "pkg-plist.doc" and "pkg-plist" into one entity - new patch file "files/patch-static.scm" has been added Approved by: alex [MAINTAINER]
* Change MAINTAINER to the capable hands of Johannes 5 Joemannjkoshy2002-01-141-1/+1
| | | | <joemann@beefree.free.de>.
* Upgrade to v0.57.jkoshy2002-01-144-9/+19
| | | | Approved by: <nectar@freebsd.org> [MAINTAINER]
* Commit after maintainer timeout:nectar2002-01-122-1/+5
| | | | | Enable POSIX and REGEXP packages. The latter is available with the `full' linking set, e.g. `clisp -K full'.
* Fix plistpat2002-01-111-2/+2
| | | | | | PR: 33742 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Noted by: bento
* Upgrade to 2.0.3.tg2002-01-103-4/+20
| | | | Submitted by: wjv
* Include docs for Python-2.2.tg2002-01-092-0/+984
|
* Update to 0.0.6pat2002-01-092-2/+2
| | | | Reviewed by: maintainer
* Update to 0.2.6pat2002-01-095-18/+80
| | | | | PR: 31727 Reviewed by: maintainer
* Update to 2.00 and give maintainership to submitterpat2002-01-093-3/+5
| | | | | PR: 33632 Submitted by: Christopher Elkins <chrise@scardini.com>
* - Install examples to EXAMPLESDIRwjv2002-01-082-0/+77
| | | | | | | | - Fix file modes after installation - Bump PORTREVISION PR: 33461 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Update port to version 5.02.1olgeni2002-01-0715-1608/+1821
| | | | | PR: 32001 Submitted by: Simon Marlow <simon@smarlow.com>
* - Update to version 3.9.1wjv2002-01-073-11/+17
| | | | | | | | - Add version to PLIST_SUB to eliminate one further change which was hitherto necessary with each update (good one!) PR: 33457 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.tg2002-01-0748-1608/+4152
| | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports.
* Get this port to build correctly in the midst of ac/am 2.52/1.5, sincewill2002-01-072-2/+10
| | | | | | it requires 2.13/1.4. Submitted by: bento 4-exp
* First round of auto* cleanups:will2002-01-065-4/+7
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Update to 1.95.8pat2002-01-063-3/+15
| | | | | PR: 33599 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - make portlint happierdinoex2002-01-061-1/+2
| | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail
* Add www site.jdp2002-01-031-0/+2
|
* Remove the modula-3-socks port. It is obsolete. CVSup works finejdp2002-01-0337-1078/+0
| | | | | now with standard runsocks, and I have finally updated the manual page to reflect that.
* Don't assume that strnstr(3) exists in the system libc. This should fix thesobomax2002-01-024-41/+27
| | | | | | build on slightly outdated (3 weeks and more) 4-STABLE systems. Submitted by: bento
* Add a port for ezm3, a smaller, more portable distribution of thejdp2002-01-028-0/+1241
| | | | | | | Modula-3 compiler and runtime system for people who just want to build CVSup. Smaller distfiles! Faster builds! No runtime dependencies! Less memory usage! No more RTHeapDepC.c problems! Smoother skin and glossier fur! (Well, most of those things.)
* upgrade to 1.1ijliao2002-01-013-5/+17
| | | | drop maintainership
* To much _MLINKS for README.htmldinoex2001-12-281-0/+1
|
* Use Tk/tcl 8.3.petef2001-12-272-4/+4
| | | | | PR: 33160 Submitted by: maintainer
* Update to 0.3.0.knu2001-12-272-5/+8
|
* Remove ruby-syslog from here too.knu2001-12-262-4/+2
| | | | Submitted by: olgeni
* Update lang/ruby to the 1.6.6 Xmas stable release.knu2001-12-2612-8/+30
| | | | Update lang/ruby-devel to the 1.7.2 Xmas' development snapshot.
* Add missing tcl84 SUBDIR.will2001-12-241-0/+1
| | | | Submitted by: bento
* portlint: remove extra whitespaces before end of line.dirk2001-12-243-4/+4
|
* Update to version 2.3.1.jasone2001-12-242-3/+3
|
* Install with the correct user:group.jkoshy2001-12-241-0/+2
| | | | Submitted by: petef
* - PORTDOCS policepat2001-12-242-10/+10
| | | | | - DOCSDIR support to some - Brush out some lint
* Properly set the file mode bits of the irb executables to ${BINMODE}.knu2001-12-234-0/+4
|
* Initial import of fbbi 0.98kevlo2001-12-226-0/+56
| | | | | | | fbbi is an interpreter for the Befunge-98 language. PR: 33091 Submitted by: Leland Wang <llwang@infor.org>
* Update to version 2.1.b2kevlo2001-12-223-2/+5
| | | | | PR: 33077 Submitted by: MAINTAINER
* Update to version 21-2.7akevlo2001-12-223-15/+16
| | | | | PR: 33073 Submitted by: AMAKAWA Shuhei <sa264cam.ac.uk@cam.ac.uk>
* upgrade to 1.10ijliao2001-12-224-17/+40
| | | | | PR: 31453 Submitted by: maintainer
* Add back a @ that got lost.jasone2001-12-221-1/+1
|
* Update to Onyx 2.3.0.jasone2001-12-223-6/+4
|
* add nhc98 1.08ijliao2001-12-2212-0/+614
| | | | | | | A fully-fledged compiler for Haskell 98 PR: 31039 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Use correct comparison operator ('=' -> '==').dirk2001-12-221-4/+4
| | | | Reported by: Dan Langille <dan@langille.org>
* Upgrade to the latest version of the PHP documentation.dirk2001-12-217-82/+1317
|
* Update to v110.37.jkoshy2001-12-207-158/+187
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Add tcl-manual 2001.12.19, documentation for TCL (Tool Commandpetef2001-12-2010-0/+895
| | | | | | | Language). PR: 32925 Submitted by: Edwin Groothuis (edwin@mavetju.org)
* Set PORTREVISION to 0 after upgrading mod_php4 to 4.1.0.dirk2001-12-203-3/+3
|
* Unforbid the port for the use of general FreeBSD public.tobez2001-12-2049-112/+994
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile perl with BSDPAN support, both -current and -stable. The version of BSDPAN used here coincides accidentally with the one present in the -current system perl, but is installed in a different place. Provide a script, use.perl, to facilitate switching of the perl used by default between the system perl and this port. Also print a message describing the usage of use.perl (this works for the port and for the package built from it). The switching to the port version is done by removing /usr/bin/perl and /usr/bin/suidperl (they both have link count >1, so this is reversible), and making them to be symlinks to the corresponding binaries in $PREFIX/bin. Also, assignments of the correct values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to /etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that the changes made will survive system upgrades from source. The switching to the system version is more or less a reverse of the process described above. Set and use PERL_ARCH which is independed from the one used by the system perl. Fix the port for post-malloc.h -current. Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should have been used instead). Reviewed by: markm, joe
* Unbroke on -current: don't prototype/implement strnstr(3) - this functionsobomax2001-12-192-0/+39
| | | | is already in libc.
* Add p5-Scalar-List-Utils, a collection of Perl subroutines that would betobez2001-12-196-0/+55
| | | | nice to have in the perl core.
* Add linux-j 405a, a general purpose programming language.will2001-12-198-0/+1125
| | | | | PR: 30933 Submitted by: js@jeannot.org
* upgrade to 1.95.7ijliao2001-12-183-6/+8
| | | | | PR: 32859 Submitted by: Ports Fury
* Update to the lastest version.kevlo2001-12-174-11/+112
| | | | | PR: 32886 Submitted by: MAINTAINER
* Add USE_BISON=yes because this port requires bison to build.steve2001-12-161-0/+1
| | | | Approved by: maintainer
* Upgrade to v103p1.jkoshy2001-12-133-5/+6
|
* Missing patch. Part of Makefile revision 1.2 fixlioux2001-12-102-2/+20
| | | | | | PR: 32645 Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw> (PR), maintainer (fix)
* o Uphold port style tradition: handle post extraction duties inlioux2001-12-106-16/+34
| | | | | | | | | | | | post-extract instead of pre-install o Handle per installation transient files in PKG{,DE}INSTALL instead of PLIST o Do not install corrupted binary o Do not @ prefix inside PKG{,DE}INSTALL PR: 32645 Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw> (PR), maintainer (most of the fix)
* o New port fpc version 1.0.4: Free Pascal beta compiler with Turbo,lioux2001-12-0923-0/+5195
| | | | | | | | Delphi and other extensions o Borrows install scripting tricks from halflifeserver port PR: 32385 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* upgrade to 2.4.0ijliao2001-12-0814-272/+161
| | | | | | | assign maintainer (was ports@FreeBSD.org0 PR: 32548 Submitted by: Tim Pierce <twp@unchi.org>
* Use GNU_CONFIGURE and some style changespat2001-12-081-7/+5
| | | | | PR: 32521 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 2.1b1ijliao2001-12-063-459/+804
| | | | | PR: 32544 Submitted by: maintainer
* o New port gnat-doc-txt version 3.13p: Documentation for the GNATlioux2001-12-052-0/+12
| | | | | | | | compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* o New port gnat-doc-texi version 3.13p: Documentation for the GNATlioux2001-12-052-0/+12
| | | | | | | | compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* o New port gnat-doc-ps version 3.13p: Documentation for the GNATlioux2001-12-052-0/+12
| | | | | | | | compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* o New port gnat-doc-info version 3.13p: Documentation for the GNATlioux2001-12-052-0/+12
| | | | | | | | compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* o New port jgnat-doc-txt version 1.1p: Documentation for the JGNATlioux2001-12-052-0/+12
| | | | | | | | compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* o New port jgnat-doc-ps version 1.1p: Documentation for the JGNATlioux2001-12-052-0/+12
| | | | | | | | compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* o New port jgnat-doc-info version 1.1p: Documentation for the JGNATlioux2001-12-052-0/+12
| | | | | | | | compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* o New port jgnat-doc-html version 1.1p: Documentation for the JGNATlioux2001-12-0527-0/+424
| | | | | | | | compiler o Master port for all jgnat-doc-* ports PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* New port jgnat-doc-html version 1.1p: Documentation for the JGNATlioux2001-12-051-0/+1
| | | | | | | compiler PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
* Add --enable-discard-path to lang/php3.dirk2001-12-041-0/+1
|
* Add --enable-discard-path and --with-readline to lang/php4.dirk2001-12-043-3/+3
| | | | Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
* Unbreak -- it now compiles with cdef.h revs 1.48 / 1.28.2.6.obrien2001-12-032-3/+4
| | | | Also update mastersites.
* o Return maintainer to portslioux2001-12-012-8/+5
| | | | | | | | | o House distfile under MASTER_SITE_LOCAL since it is no longer available anywhere else o In DESCR, add trailing / to both FTP and WWW tags PR: 32417 Submitted by: maintainer
* o Return maintainer to portslioux2001-12-012-5/+3
| | | | | | | | o House distfile under MASTER_SITE_LOCAL since it is no longer available anywhere else PR: 32416 Submitted by: maintainer
* Upgrade to 1.95.6.vanilla2001-11-303-5/+5
| | | | | PR: ports/32313 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Update to version 3.8.1wjv2001-11-283-12/+17
|