aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Move downloaded distfile to a directory numbered by ${PORTVERSION} tojkoshy2002-09-132-1/+2
| | | | | | compensate for the fact the master tarball does not have a version number in its filename. This prevents older copies of the sources being picked up during the "fetch" phase.
* Update pkg-descr.knu2002-09-121-0/+1
|
* Update to 20020616.knu2002-09-123-2/+3
|
* - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules intoknu2002-09-124-22/+80
| | | | | | lang/ruby_static. - Integrate the iconv module into lang/ruby_static-devel.
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2002-09-129-12/+14
| | | | latest snapshots as of today, 2002-09-12 (JST).
* Total hack to allow gcc32 to build on -CURRENT.obrien2002-09-121-4/+12
| | | | | | | | | This hack makes gcc totally use our stock headers vs. the fixinc'ed ones. I don't like this change as I don't think there is any chance of getting this change back into the GCC repository and it is important that the stock GCC sources will bootstrap on FreeBSD 5.0. Submitted by: Don Lewis <dl-freebsd@catspoiler.org>
* Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot.obrien2002-09-123-45/+45
| | | | | (this port has been 100% reset back to an earlier evolution line by a repo copied from the 'gcc31' port)
* On recent 5-CURRENT, stop configure from detecting wchar support,knu2002-09-112-1/+18
| | | | | | | since gawk fails to build with wchar/mbstring support due to lack of wcscoll(). Approved by: dd (MAINTAINER)
* Fix build on -current.marcus2002-09-111-0/+19
| | | | Submitted by: Patrick Hartling <patrick@137.org>
* remove inactive file.dinoex2002-09-101-20/+0
|
* yorick-doc is complete html documentation for the yorick interpreteddinoex2002-09-106-0/+740
| | | | | | language (yorick port) PR: 34473 Submitted by: munro1@llnl.gov
* Strip the gosh binary.knu2002-09-101-0/+1
| | | | | Obtained from: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org>
* Add gauche, a scheme script interpreter with multibyte characterknu2002-09-109-0/+331
| | | | handling.
* Fix probem with Variable expansiondinoex2002-09-105-150/+150
| | | | PR: 40450
* Update to tcl8.4b2dinoex2002-09-095-61/+59
| | | | koi8-u.enc now in distribution
* Update to v202.jkoshy2002-09-093-612/+1262
|
* Add missing url type to MASTER_SITES.olgeni2002-09-081-1/+1
|
* Update to 20020619.sobomax2002-09-0617-397/+2912
|
* add lafontaine 0.3R3ijliao2002-09-066-0/+47
| | | | Graphical logo interpreter
* Disconnect gcc32 after a repo copy until the port is ready for life again.obrien2002-09-051-1/+1
|
* Fix pkg-message, after adding `hs-' prefix to Haskell ports.obraun2002-09-053-3/+6
|
* Update to version 0.4.4kevlo2002-09-033-10/+11
| | | | | PR: 42342 Submitted by: MAINTAINER
* Update to version 0.1.4kevlo2002-09-033-4/+5
| | | | | PR: 42340 Submitted by: MAINTAINER
* Update to 0.4.knu2002-09-022-5/+2
| | | | Submitted by: Jerry A! <jerry@thehutt.org>
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Remove gcc33 from SUBDIR, because it has not yet been upgraded after thekris2002-08-311-1/+0
| | | | | | repo-copy and is consequently breaking INDEX. Pointy hat to: obrien
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-316-6/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-3/+4
| | | | | PR: 42207 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update MASTER_SITESdinoex2002-08-303-6/+6
|
* Update to 1.4.0dinoex2002-08-294-23/+5
|
* remove rotflijliao2002-08-276-58/+0
| | | | cannot fetch distfiles for a long time
* Turn Miguel Mendez' ports over to Adam Weinberger.trevor2002-08-262-3/+1
| | | | PR: 42012
* Update to 1.76lioux2002-08-262-3/+10
| | | | | PR: 41990 Submitted by: maintainer
* Properly convert command-line arguments into UTF-8 before passing themsobomax2002-08-242-0/+43
| | | | | | | to TCL interpreter, othervise arguments in any encoding other than ASCII are becoming ????, even when LANG or LC_CTYPE is defined properly. Problem reported by: Alex V. Belinsky <fozzy@kievweb.net.ua>
* use port math/libgmp4 in CURRENTdinoex2002-08-2410-10/+40
| | | | | | Fix SSL problem. PR: 40450 Submitted by: tacho@factline.com,kiwi@oav.net
* BerkeleyDB cleanup - stage 3ade2002-08-231-1/+1
| | | | | Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly.
* Add generic-haskell 1.23, the Generic Haskell compiler.obraun2002-08-226-0/+109
| | | | | PR: ports/40239 Approved by: dwcjr (mentor)
* * Install three binaries with prefix "-ghc" to avoid problems withobraun2002-08-229-1056/+1194
| | | | | | | | | | textproc/haxml and devel/drift. (1) * Add WITHOUT_PROFILE knob to install without profiling libraries. (2) * Bump PORTREVISION. PR: ports/41051 (1), ports/41231 (2) Submitted by: Volker Stolz <vs@lambda.foldr.org> (2) Approved by: maintainer, dwcjr (mentor)
* Fix syntax error in the no distfile case.netchild2002-08-222-2/+2
| | | | Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Use PORTVERSION in pkg-plistdinoex2002-08-2210-2370/+2375
|
* Update to 3.0.361dinoex2002-08-2230-2485/+2445
| | | | | new MAINTAINER, no respose from previous MAINTAINER for more than 3 months. Submitted by: kiwi@oav.net
* Update to 1.14a.obraun2002-08-212-3/+3
| | | | | | | | Change MAINTAINER to my FreeBSD address. PR: ports/41629 Submitted by: obraun Approved by: dwcjr (mentor)
* Change MAINTAINER to my FreeBSD address.obraun2002-08-211-1/+1
| | | | Approved by: dwcjr (mentor)
* Update to version 0.9p8kevlo2002-08-213-2/+3
| | | | | PR: 41593 Submitted by: MAINTAINER
* Update to version 3.06kevlo2002-08-215-69/+12
| | | | | PR: 41822 Submitted by: Ronald Kuehn <rk@ronald.org>
* o Make perl -MConfig -e 'use lib $Config{installsitelib}' worktobez2002-08-2110-5/+230
| | | | | | o Bump PORTREVISION Prompted by: green
* Fix bugs in last commit.netchild2002-08-202-2/+4
| | | | Submitted by: maintainer
* - add category: develnetchild2002-08-2014-170/+472
| | | | | | | | | | | | | | - use reinplace command where appropriate - gzip man page - clarify download instructions (1) - fix typo in a comment (2) - preparation for successfull C++ compiles (2, minor changes by me) Even if I bumped the port revision for the C++ parts, there's no need to update yet, wait until I commit the icc-stlport. Requested by: mi (1) Submitted by: Marius Strobl <marius@alchemy.franken.de> (2)
* Set <INSTALLTIMECOMBOPACKAGEID> in compiler60/docs/fsupport (PR fromnetchild2002-08-202-8/+8
| | | | | | | | Maintainer). Bump portrevision because this affects support requests to intel. PR: 41650
* Cosmetic.demon2002-08-181-1/+1
|
* Set proper ownership and permissions in ${PREFIX}/lib/oz (UID and GID inolgeni2002-08-161-0/+6
| | | | doc/ were bogus).
* - Update to version 4.1wjv2002-08-143-15/+30
| | | | | | - Add Windows-centric formats - Change from using ${PERL} to ${REINPLACE_CMD} - To ease updates, discontinue the extensive modification of home page
* Update to 0.5.1.knu2002-08-132-6/+14
| | | | Install source files properly.
* Update to ocaml 3.05.naddy2002-08-127-249/+665
| | | | | | PR: 41299 Submitted by: Ronald Kuehn <rk@ronald.org> Approved by: maintainer timeout
* Add fix for bind critical bug.nakai2002-08-122-1/+13
| | | | Add fix OSREL in Makefile
* fix typo, PORTREVERSION -> PORTREVISIONijliao2002-08-111-1/+1
| | | | Submitted by: kcwu@ck.tp.edu.tw
* Fix PREFIX dependency in GNUstep.sh,dinoex2002-08-093-9/+12
| | | | cleanup pkg-plist
* add open-cobol 0.9.7ijliao2002-08-0613-0/+153
| | | | An open-source COBOL compiler
* Add a workaround for the error of ${REINPLACE_CMD}.okazaki2002-08-061-3/+8
| | | | List reinplaced files statically.
* 1) The new icc doesn't respect icc.cfg, solve this issue.netchild2002-08-054-6/+20
| | | | | | 2) An actual rpm2cpio talks a little bit more, redirect sdterr to /dev/null. Noticed by: marius@alchemy.franken.de (1)
* Fix LIB_DEPENDS by adding a dependency on libtool.marcus2002-08-051-1/+3
| | | | | PR: 40900 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.13nakai2002-08-033-8/+23
|
* Add a header file that's installed only when WITH_ONIGURUMA is definedknu2002-08-038-0/+16
| | | | | | to pkg-plist. Reported by: nork
* Update to 1.7.2.2002.07.31. The optparse module has been included.knu2002-08-036-13/+10
|
* Upgrade to the official GCC 3.1.1 release.obrien2002-08-024-62/+48
| | | | This will be the last release on the GCC 3.1 branch.
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* fix install problemijliao2002-08-011-0/+1
| | | | | Submitted by: maintainer Pointed out by: pat
* ftp://ftp.netwinder.org/ is no longer a MASTER_SITE.gerald2002-07-3114-14/+0
| | | | Approved by: obrien (maintainer+mentor)
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also thegerald2002-07-312-4/+4
| | | | | | path was wrong). Approved by: obrien (maintainer+mentor)
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also thegerald2002-07-312-2/+2
| | | | | | path was wrong). Approved by: obrien (maintainer+mentor)
* upgrade to 0.4.2ijliao2002-07-313-34/+38
| | | | | PR: 41191 Submitted by: maintainer
* Add USE_BISON.marcus2002-07-291-0/+1
| | | | Submitted by: bento
* Merge from lang/perl5:tobez2002-07-2810-15/+120
| | | | | | | | | | | Add two knobs: WITH_PERL_MALLOC - to compile with perl's own malloc, as opposed to the freebsd system malloc. Some might find this useful, since perl's malloc is marginally faster in typical cases, and orders of magnitude faster in degenerate cases. Use with care. WITH_GDBM - to compile with gdbm support.
* Add two knobs:tobez2002-07-286-14/+68
| | | | | | | | | | | | WITH_PERL_MALLOC - to compile with perl's own malloc, as opposed to the freebsd system malloc. Some might find this useful, since perl's malloc is marginally faster in typical cases, and orders of magnitude faster in degenerate cases. Use with care. WITH_GDBM - to compile with gdbm support. Requested by: netchild (WITH_PERL_MALLOC), Joachim Leidinger <jojo@blackpoint.de> (WITH_GDBM)
* Make buildable with ghc againpat2002-07-281-0/+4
| | | | | PR: ports/40890 Submitted by: maintainer
* `gcc32' was repocopied to `gcc33' as it is being renumbered by the GCC guys.obrien2002-07-281-0/+1
|
* Use source distribution rather than binaries, and remove bogus dependencyolgeni2002-07-263-8/+46
| | | | | | | on libc.3. PR: 41001 Submitted by: KUNISHIMA Takeo <kunishi@acm.org>
* Add html and postscript documentation for the Glasgow Haskell Compiler.olgeni2002-07-2616-0/+1912
|
* - Update to 0.9p7pat2002-07-264-14/+31
| | | | | | | | | - Give maintainership to submitter - Sort pkg-plist - Use LOCALBASE for path of libutils.la PR: ports/40985 Submitted by: Christian Brueffer <chris@unixpages.org>
* Update to 0.7.14pat2002-07-262-4/+5
| | | | | | | Pass maintainership to submitter PR: ports/40984 Submitted by: Christian Brueffer <chris@unixpages.org>
* Update to 5.38.0pat2002-07-252-15/+15
| | | | | | | | Clean up some portlint warnings Allow port to build if PREFIX is different from that of tk and tcl PR: ports/40959 Submitted by: maintainer
* Install ChangeLog too.knu2002-07-248-0/+8
| | | | Suggested by: Andreas Hauser <hauser@informatik.uni-muenchen.de>
* Upgrade to v200.jkoshy2002-07-246-2021/+2621
| | | | Requested by: Austus <austus@adelphia.net>
* * All the world's an i386...naddy2002-07-236-0/+6
| | | | * Remove empty patch file.
* Modify BSDPAN to make INSTALLSITEMAN1DIR and INSTALLSITEMAN3DIR be equaltobez2002-07-2310-10/+20
| | | | | | | to INSTALLMAN1DIR and INSTALLMAN3DIR, respectively, if there are no corresponding variables in Config.pm, which is unfortunately the case for perl 5.8.0. This fixes manpage installation path for p5 ports built with perl5.8.0 as /usr/bin/perl.
* Initial import.nakai2002-07-226-0/+107
| | | | .NET clone by Ximian
* Remove gehicks@cisco.com as MAINTAINER; mail has been bouncing for 2 months.fenner2002-07-221-1/+1
|
* Add a MASTER_SITE_SUBDIR for gcc.deischen2002-07-221-1/+1
|
* Update to 5.8.0 (after repocopy).tobez2002-07-2241-4295/+6696
|
* I forgot to add 2 new patchfiles :(olgeni2002-07-229-0/+195
|
* When lang/ifc and lang/icc are both installed, ifc does not use the correctnetchild2002-07-214-0/+30
| | | | | | | | ld. Work around by reordering the PATH variable in the ifc wrapper script. Submitted by: maintainer PR: 40744 Bump PORTREVISION.
* Update port to version 5.04.olgeni2002-07-2112-486/+1281
| | | | | | PR: 40779 Submitted by: Simon Marlow <simon@smarlow.com> Reviewed by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to v110.41.jkoshy2002-07-192-18/+18
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-07-191-4/+7
| | | | | | | | ${SED} -> ${REINPLACE_CMD} PR: 40750 Submitted by: 40751 Reviewed by: maintainer
* Shorten comment to make portlint happy.olgeni2002-07-191-1/+1
|
* Update port to version 1.2.3, setting emacs21 as the default IDE.olgeni2002-07-193-8/+23
| | | | Unbreak build using an aclocal patch.
* - Update to 6.0.159.netchild2002-07-188-132/+140
| | | | | | | | Submitted by: maintainer PR: 40446 - Portlint - add missing USE_LINUX
* Add support for WITH_ERLANG_THREADS (enables threaded I/O).olgeni2002-07-152-0/+18
|
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-07-158-40/+82
| | | | 2002-07-15.
* chown lib/erlang to root:wheel with proper permissions, do not use bogusolgeni2002-07-152-0/+4
| | | | uids from the documentation tarball.
* Document the bad interaction with the linux-devtools port.netchild2002-07-152-0/+6
| | | | Noticed by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
* Update to 6.0.159.netchild2002-07-134-18/+18
|
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-121-4/+2
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* upgrade to 6.10.5ijliao2002-07-114-28/+5
| | | | | PR: 40435 Submitted by: maintainer
* 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2:tobez2002-07-1121-42/+98
| | | | | | | | | | | | | | Force installs. This is to allow (semi-)automatic garbage removal by "find /usr/libdata -ctime -N -delete". Well - substitute /usr/libdata with /usr/local/lib/perl5 here. Requested by: sheldonh 2. Do not link with libbind even if Configure detects it. A particular reason for that is that perl's getpw* stop working with NIS. Reported by: Russell Cattelan <cattelan@thebarn.com>
* Welcome Jerry A! to maintainership of expectdwcjr2002-07-101-1/+1
|
* Update to recent versiondwcjr2002-07-103-15/+24
| | | | | | | Remove maintainer since email address is invalid PR: 39954 Submitted by: jerry@thehutt.org
* Remove unused fileperky2002-07-091-4/+0
|
* Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot.obrien2002-07-096-74/+74
| | | | | | Note that with this update we loose the .info files. I am sick and tired of dealing with them and most of all makeinfo --no-split isn't working.
* New port: Intel's Fortran compiler supporting Pentium 4 and Itanium processor.demon2002-07-0811-0/+1545
| | | | | PR: 37704 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
* upgrade to 3.14pijliao2002-07-0810-144/+92
| | | | | PR: 40307 Submitted by: maintainer
* PERL -> REINPLACE_CMDijliao2002-07-082-5/+16
| | | | | PR: 40289 Submitted by: maintainer
* update to ePerl's new home at OSSP.orgrse2002-07-083-30/+24
|
* Sweep through and fix some dependency problems and forgotten shlibpat2002-07-061-1/+1
| | | | | | version bumps Noticed by: bento
* Re-fix the sawfish configurators after switching over to librep.marcus2002-07-032-1/+21
| | | | | Reported by: Anders Andersson <anders@hack.org> Pointy hat to: me
* Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.obrien2002-07-032-0/+4
| | | | Problem Reported by: Oliver Brandmueller <ob@e-Gitt.NET>
* use REINPLACEijliao2002-07-022-5/+25
| | | | | | add missing files to PLIST and MAN1 Submitted by: pat
* Update to Python2.2.1+Stackless020701perky2002-07-024-12/+15
|
* Add another download location.netchild2002-07-022-2/+2
|
* upgrade to 0.4.0ijliao2002-07-012-2/+2
| | | | | PR: 40062 Submitted by: maintainer
* Mark this port as only for the i386 architecture.jkoshy2002-07-011-0/+2
| | | | Suggested by: Christian "naddy" Weisgerber <naddy@freebsd.org>
* Bump treecc binary versionpat2002-07-011-1/+1
|
* Update to 0.1.2pat2002-07-013-4/+3
| | | | | PR: 40048 Submitted by: maintainer
* upgrade to 2.0.1ijliao2002-06-307-29/+257
| | | | | PR: 39986 Submitted by: Ports Fury
* Update to 2.28kevlo2002-06-284-12/+22
| | | | | PR: 39898 Submitted by: MAINTAINER
* Add qscheme 0.5.1, a small and fast Scheme interpreter.will2002-06-2710-0/+246
| | | | | PR: 34999 Submitted by: erik@smluc.org
* PERL -> REINPLACE_CMDperky2002-06-271-1/+2
| | | | | PR: 39262, 39263, 39264, 39265, 39266, 39267 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Add visualworks 5i.4, a high performance Smalltalk environment.will2002-06-276-0/+3428
| | | | | PR: 26884 Submitted by: js@jeannot.org
* Strip plist of another old file.dinoex2002-06-271-1/+0
|
* Remove librep2. librep and librep2 are now in sync.marcus2002-06-269-420/+0
|
* Use REINPLACE_CMD as well as USE_REINPLACEperky2002-06-261-7/+7
|
* Update to 0.16.1.sobomax2002-06-253-2/+7
|
* Updating my email address.perky2002-06-253-3/+3
| | | | Approved by: cjh (mentor)
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-241-1/+2
| | | | | PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.obrien2002-06-234-22/+22
|
* New port: Emacs major mode for editing PHP files.demon2002-06-227-0/+50
|
* Drop MAINTAINER: I'm not really taking care of these anymore.nectar2002-06-221-1/+1
|
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-229-14/+24
| | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Respect CFLAGS instead of always incorporating debugging info into libgbrunsobomax2002-06-212-4/+19
| | | | shared library, which boosts package size by 10x.
* Update to 0.16.sobomax2002-06-213-6/+11
|
* - Remove dead MASTER_SITES entrypat2002-06-212-4/+6
| | | | | | | | - add WWW to pkg-descr - add do-install target PR: 39588 Submitted by: maintainer
* upgrade to 2.5ijliao2002-06-2110-517/+443
| | | | | PR: 39474 Submitted by: maintainer
* Update port to version 7.7.1olgeni2002-06-203-50/+15
| | | | Prompted by: ijliao
* USE_REINPLACE has to be defined before including bsd.port.pre.mkpat2002-06-201-1/+2
|
* * Don't install .la filesmarcus2002-06-204-4/+24
| | | | | * Don't install libltdl.* * Dump PORTREVISION
* Chase guile shared lib number.marcus2002-06-201-1/+1
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* Add USE_REINPLACE where appropriate.sobomax2002-06-192-0/+2
|
* upgrade to 1.4.1ijliao2002-06-195-28/+20
|
* Do not install hat-replated manpages.pat2002-06-192-3/+13
| | | | | PR: 39480 Submitted by: maintainer
* upgrade to 1.14ijliao2002-06-1713-329/+107
| | | | | PR: 39368 Submitted by: maintainer
* During deinstallation, for *.ph files, replace find | xargs rm withtobez2002-06-167-7/+7
| | | | find -delete, for obvious reasons. No PORTREVISION bump.
* Fix manpath.config patching in case there is no system perl manpathtobez2002-06-167-28/+77
| | | | (read: -current). No PORTREVISION bump.
* 1. Do not do rm -rf as a mean to deinstall this port. Instead, aparttobez2002-06-1628-28/+861
| | | | | | | | | | | | | | | from normal rmdir'ing and unexec rmdir'ing, do a find | xargs rm for generated .ph files, since those will differ in different versions of FreeBSD just like .h files may not be the same. 2. Install.pm is broken in 5.6.1 and leads to the wrong .packlist generation, which, in turn, breaks BSDPAN. Fix that. 3. Extend use.perl to patch /etc/manpath.config so that manpages for modules installed by this and other p5- ports are be available. PR: 39108 (item 1) Reported by: Dan Nelson <dan@dan.emsphone.com> (item 1)
* upgrade to 0.9p5ijliao2002-06-163-4/+11
|
* upgrade to 0.7.11ijliao2002-06-162-2/+2
|
* nsl renamed to tensileijliao2002-06-167-293/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-163-4/+4
| | | | Forgotten by: znerd
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-152-3/+3
|
* Get the IGNORE warning working. ${DISTFILES} cannot be referenced inknu2002-06-142-2/+2
| | | | | | a .if condition before reading through bsd.port.post.mk. Approved by: netchild (MAINTAINER)
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.tg2002-06-1415-79/+79
|
* Replace ${PERL} with ${REINPLACE_CMD}.ijliao2002-06-141-1/+1
| | | | | PR: 39243, 39244, 39245, 39249 Submitted by: maintainer
* Update to 20020216 version.keith2002-06-142-4/+2
|
* Update to 2.09.tobez2002-06-142-2/+2
|
* add f2py 2.13.175.1250ijliao2002-06-136-0/+163
| | | | Fortran to Python Interface Generator
* Update to the latest GNOME 2 snapshot.marcus2002-06-121-1/+1
|
* Miguel Mendez informed me in private e-mail that he has changed his mindwill2002-06-111-1/+1
| | | | and would like to maintain these ports again. Welcome back, Miguel. :-)
* Update to 0.3.8pat2002-06-103-6/+3
| | | | | PR: 39106 Submitted by: maintainer
* - Update to 1.15pat2002-06-103-7/+6
| | | | | | | | - Hand maintainership to submitter - Update WWW tag PR: 39100 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Fix brokenness, the port can now fetch again.cy2002-06-101-4/+4
| | | | | PR: 38639 Approved by: MAINTAINER Alan E <alane@geeksrus.net>
* Mark BROKEN: the current distfile isn't fetchable, and the maintainer ispetef2002-06-091-0/+2
| | | | | | | still working on updating the port to 0.3. PR: 38639 Submitted by: maintainer
* Bump PORTREVISION to take the new version of use.perl into account.dougb2002-06-097-7/+7
| | | | Requested by: tobez
* Update to better handle life as it is now in -current.dougb2002-06-097-63/+182
| | | | Approved by: tobez (MAINTAINER)
* Add more MASTER_SITESdinoex2002-06-093-3/+9
|
* devel/ruby-strscan has been replaced with lang/ruby16-shim-ruby18.knu2002-06-092-4/+2
| | | | Reported by: make index
* Upgrade to v110.40.jkoshy2002-06-098-137/+48
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* Make dynlibs/msocket/libmsocket.so work. Bump PORTREVISION.jkoshy2002-06-092-0/+27
|
* Update to 3.1.1.dd2002-06-095-35/+102
| | | | | PR: 38712 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Unbreakijliao2002-06-094-5/+23
| | | | | | | | - Utilize NOPORTDOCS - Fix pkg-comment format PR: 38998 Submitted by: Ports Fury
* devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18.knu2002-06-094-12/+0
|
* bye-bye to PGCCobrien2002-06-091-1/+0
|
* This was still at the GCC 2.95.2 level. GCC 3.1 has really subsumedobrien2002-06-0926-1328/+0
| | | | | the optimization work the PGCC group did based on the closed development GCC versions.
* Add ruby16-shim-ruby18, version 1.7.2.2002.05.21.knu2002-06-098-0/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby Shim is a set of modules that provide the libraries and the additional features that will appear in the next version of Ruby. Shim between 1.6 and 1.8 includes: features/ruby18 Hooks to support ruby 1.8 extensions dl Interface to dynamic linker racc-runtime Racc runtime module stringio IO interface for String strscan Fast string scanner benchmark Benchmark module fileutils File & directory manipulation pp Pretty printer (prettier version of `p') tsort Topological sorter Accordingly, this port obsoletes and replaces the following ports: devel/ruby-dl devel/ruby-fileutils devel/ruby-fnmatch devel/ruby-racc-runtime devel/ruby-strscan They will be automatically deinstalled during the installation process of this port.
* - update to icc 6.0.149netchild2002-06-086-30/+34
| | | | | | | - use an empty MASTER_SITES to not get mail from fenner's distfile survey Suggested by: fenner - correct the message in IGNORE after obrien's change to linux-base - fill in the product name in docs/csupport
* Funnily enough, missing.h was missing in the pkg-plist.knu2002-06-084-0/+4
|
* Update to 1.0701.tobez2002-06-082-2/+2
|
* Upgrade nqc to version 2.4.r3.kbyanc2002-06-083-34/+37
|
* - Take Maintainershipdinoex2002-06-083-10/+10
| | | | - use defined dirs consistently in each makefile
* Set Miguel Mendez' ports loose. Look out, world!trevor2002-06-071-1/+1
| | | | | | | | I would like to try maintaining the acroread5 one, so I pre-snarfed it. :-P PR: 38978 Submitted by: Miguel Mendez (outgoing maintainer)
* upgrade to 4.3.22ijliao2002-06-062-2/+2
|
* Allow scm to load modules.petef2002-06-052-1/+2
| | | | | PR: 38882 Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
* I am unable to test this as the port is broken. But I could find noobrien2002-06-051-1/+0
| | | | | explaination in our cvs logs or the package website why this cannot be compiled with GCC 3.1.
* GNUstep Updatedinoex2002-06-049-18/+39
| | | | | | | | | | | | | | | | | - Update: gnustep-make-1.3.2 - remove obsolete MASTER_SITES - Update: gnustep-objc-1.2.2 - Update: gnustep-base-1.3.2 - remove obsolete MASTER_SITES - fix configure for libxml2 - more languages: Russian, Slovak, UkraineRussian - Update: gnustep-guile-1.0.3.tar.gz Not updated to: gnustep-gui-0.7.7, it conflicts with gnustep-xgps-0.7.6
* Reset maintainership to ports@. Thanks for your work on these, Jeremy!petef2002-06-041-1/+1
| | | | | PR: 38874 Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
* Add scsh after repo-copy.kris2002-06-041-0/+1
| | | | Pointy hat to: alex
* Don't assume stdin, stdout are compile-time constants.wollman2002-06-043-0/+52
|
* Don't assume that stderr is a compile-time constant.wollman2002-06-041-0/+27
|
* upgrade to 1.07ijliao2002-06-044-15/+11
| | | | | PR: 38868 Submitted by: Erwin Lansing <erwin@lansing.dk>
* add wxbasic 0.52ijliao2002-06-047-0/+72
| | | | wxBasic Programming Language
* Update to 2.07.tobez2002-06-032-2/+2
|
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in thetobez2002-06-0363-56/+609
| | | | | | | | | | | | | | | | | | | @INC array. This takes care of the infamous problem of updating the packages already in the perl distribution. With this change, no tricks are any longer necessary for such p5 ports, except the usual tweaking of INSTALLDIRS in Makefile.PL. This last one can also be taken care of by an appropriate BSDPAN modifications, but until we have the `natural' @INC order in the 4.X base system perl, it is meaningless. Do not include iconv.h and do not link with libiconv. Iconv is not used by perl in any way currently, but it used to link it if found. Fix perl on freebsd/sparc64. PR: 33212 (iconv), 37605 (iconv), 38813 (sparc64) Reported by: Vivek Khera <khera@kciLink.com> (iconv), Martin Nilsson <martin@gneto.com> (iconv) Submitted by: jake (sparc64)
* Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.obrien2002-06-024-22/+18
|
* upgrade to 4.3.21ijliao2002-06-023-9/+8
|
* upgrade to 1.0ijliao2002-06-013-18/+9
| | | | | PR: 38786 Submitted by: Ports Fury
* Upgrade to v2.0.jkoshy2002-05-3013-191/+485
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* Update to 5d6pat2002-05-303-7/+6
| | | | | PR: 38702 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* USE_LINUX rather than explicitly listing the dependency.obrien2002-05-301-4/+4
|
* I changed a patch.obrien2002-05-302-2/+2
|
* Add the changes from the expected default-behaviour into pkg-message.alex2002-05-292-0/+22
| | | | (They used to be in pkg-descr).
* Fit to 24 lines, add WWW: and my name.alex2002-05-291-19/+2
|
* Move this port from "shells" to "lang", since it is a not an interactivealex2002-05-291-1/+1
| | | | | | shell like all the other shells in "shells". Suggested by: nectar
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-292-4/+3
|
* Update to match what is in -current.obrien2002-05-282-178/+156
|
* Explict dependancy on version 7 of linux_base is not needed anymore.obrien2002-05-282-4/+2
| | | | The linux_base port is now at RH version 7.
* Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.obrien2002-05-286-102/+30
|
* Update port to version 0.6.2alex2002-05-277-268/+276
|
* Require use to override if hmake is already installeddwcjr2002-05-271-1/+9
| | | | | PR: 38585 Submitted by: maintainer
* s/open source/free software/pat2002-05-261-1/+1
| | | | | Submitted by: maintainer Requested by: author
* Add missing dependency to fix build on bentopat2002-05-251-0/+1
| | | | Noticed by: kris
* Make sure STRIP is defined before referencing the value. STRIP can beknu2002-05-254-4/+4
| | | | | | | undefined when DEBUG_FLAGS is defined. Submitted by: Dave Cornejo <dave@dogwood.com>, Joshua Goodall <joshua@roughtrade.net>
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-05-2410-8/+16
| | | | 2002-05-23.
* Use a cleaner, documented way to obtain the path of BSDPAN. This fixestobez2002-05-2414-21/+28
| | | | | | | the problems with threaded perl build. The threaded perl is curently unsupported by this port but seems to work fine with this fix applied. Reported by: Jens Fallesen <jens@fallesen.dk>
* Upgrade to 1.2b6. This is the result of chasing theznerd2002-05-242-4/+2
| | | | | | | | author. Port is now unbroken. Approved by: maintainer
* Make this port compile again, and remove the BROKEN annotation.jdp2002-05-242-3/+58
|
* back out commit made comparing OSVERSION and use sed(1) to workaround perlpat2002-05-241-15/+6
| | | | | | | | on current issue. gotta back it out sooner or later. /me puts on pointy hat Requested by: many
* GC empty files.sobomax2002-05-231-0/+0
| | | | Submitted by: find /usr/ports -type f -size 0
* Add PORTREVISION bump for change made in Makefile rev 1.7pat2002-05-231-0/+1
| | | | Submitted by: Carl Fongheiser <cmf@iabears.org>
* Fix MASTER_SITES and give maintainership to submitter. Knock outpat2002-05-231-3/+5
| | | | | | | some portlint warnings while i'm at it. PR: 38421 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Fix ports for building with -current without perlpat2002-05-231-6/+15
| | | | | PR: 38359 Submitted by: maintainer
* Update to 0.3.6pat2002-05-233-12/+8
| | | | | PR: 38248 Submitted by: maintainer
* Unbroken. Set USE_JAVA to 1.2+ i.s.o. 1.1+.znerd2002-05-221-4/+2
| | | | | | Allowing Jikes as a Java compiler. Bumped PORTREVISION.
* Make make depend to work with the new gcc (the new preprocessor outputstobez2002-05-217-0/+91
| | | | | | | | | more stuff than the old one, which confuses makedepend script in the distribution). PORTREVISION is not bumped since there was no functionality change. Reported-by: too many to list here
* unbreak by fix dependenciesijliao2002-05-201-3/+1
| | | | | PR: 38344 Submitted by: maintainer
* upgrade WWWijliao2002-05-201-1/+1
|
* BROKEN: Does not buildkris2002-05-201-0/+2
|
* BROKEN: Does not buildkris2002-05-201-0/+2
|
* BROKEN: DOes not package correctlykris2002-05-201-0/+2
|
* 1. Speed up the fetch stage by using groups of MASTER_SITES.tobez2002-05-2014-70/+77
| | | | | | | 2. Remove the dependency on perl (rather important for this port). 3. Make the script this port installs use the version of perl from ports. Reported-by: (item 2) Juriy Goloveshkin <j@gu.ru>, Mark Huizer <xaa@timewasters.nl>
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-201-1/+1
|
* This is now in the stock FSF sources.obrien2002-05-1916-1024/+0
|
* Upgrade to a 18-May-2002 GCC 3.2 in-development checkout.obrien2002-05-1814-210/+210
|
* Dont compile tests and examples since they dont get installed anyways.pat2002-05-181-0/+4
| | | | | PR: 38167 Submitted by: maintainer
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* BROKEN: Dies with sig11 during buildkris2002-05-181-0/+2
|
* BROKEN: Does not package correctlykris2002-05-181-0/+2
|
* - Update to version 4.0.2wjv2002-05-172-6/+6
| | | | | - This (trivial) commit comes to you from Beijing in the People's Republic of China. Is it a first?
* BROKEN: Does not detect bison correctlykris2002-05-171-0/+2
|
* BROKEN: incorrect checksumkris2002-05-171-0/+2
|
* Upgrade to 4.2.1.dirk2002-05-173-3/+3
|
* - reflect PREFIX variable.sada2002-05-172-83/+109
| | | | | | | - install some config files. - enable NOPORTDOCS option. PR: ports/36856 Submitted by: maintainer
* Fix the sawfish configurator under -stable. Bump PORTREVISION.marcus2002-05-162-1/+21
| | | | Reviewed by: sobomax