aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Added new file koi8-u.encDirk Meyer2001-06-156-4/+52
| | | | | | | | | | | | | | | - Fix Installation of new file - PORTREVISTION bumped The last item is the koi8-u.enc itself, suitable, I hope, for addition to the next release of TCL. koi8-u is not very different from koi8-r. See http://park.kiev.ua/multiling/koi8-u/draft-rfc-koi8-u.txt Submitted by: mi@misha.privatelabs.com (Mikhail Teterin) Notes: svn path=/head/; revision=44012
* Add malbolge 1.0, an Infernal programming language.Mark Pulford2001-06-146-0/+47
| | | | | | | | | | Cleaned up before commit. PR: 28147 Submitted by: simond@irrelevant.org Notes: svn path=/head/; revision=43999
* Add dis 1.0, a moderately Infernal programming language.Mark Pulford2001-06-146-0/+55
| | | | | | | | | | Cleaned up before commit. PR: 28146 Submitted by: simond@irrelevant.org Notes: svn path=/head/; revision=43998
* Unbreak port. Added manpage, replaced patches with regex, added PORTDOCS.Mark Pulford2001-06-144-43/+16
| | | | | | | Maintainer asked to drop maintainership. Notes: svn path=/head/; revision=43976
* upgrade to 0.7.4Ying-Chieh Liao2001-06-142-2/+2
| | | | Notes: svn path=/head/; revision=43970
* Fix misordered plist.Akinori MUSHA2001-06-134-8/+8
| | | | Notes: svn path=/head/; revision=43928
* Take over maintainership.Anton Berezin2001-06-127-7/+7
| | | | | | | OK'ed by: markm Notes: svn path=/head/; revision=43918
* Updated MAINTAINER to my new committer email address.Anton Berezin2001-06-122-2/+2
| | | | | | | | | Do the same for pkg-descr files. Approved by: markm Notes: svn path=/head/; revision=43917
* Fix plist problems.Akinori MUSHA2001-06-118-12/+28
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=43832
* Compile ruby-fnmatch in.Akinori MUSHA2001-06-112-0/+4
| | | | Notes: svn path=/head/; revision=43807
* Take over maintainership.Jimmy Olgeni2001-06-102-2/+2
| | | | | | | Approved by: maintainer (sam@inf.enst.fr) Notes: svn path=/head/; revision=43778
* Update to version 3.4Kevin Lo2001-06-103-16/+16
| | | | | | | | PR: 27964 Submitted by: MAINTAINER Notes: svn path=/head/; revision=43769
* Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toPeter Pentchev2001-06-091-1/+1
| | | | | | | | PR: 27867 Submitted by: maintainer Notes: svn path=/head/; revision=43703
* Use RUBY_ELISPDIR and leave XEMACSLISTDIR to lang/ruby{,-devel}.Akinori MUSHA2001-06-092-5/+9
| | | | Notes: svn path=/head/; revision=43683
* Now XEMACSLISPDIR and RUBY_ELISPDIR are taken care of byAkinori MUSHA2001-06-092-6/+0
| | | | | | | lang/ruby{,-devel}. Notes: svn path=/head/; revision=43682
* Do a ldconfig before invoking the just installed binary inAkinori MUSHA2001-06-098-0/+24
| | | | | | | | | post-install. Dig XEmacs' site-lisp directory and RUBY_ELISPDIR. Notes: svn path=/head/; revision=43681
* Chase the revise.Akinori MUSHA2001-06-093-1/+3
| | | | Notes: svn path=/head/; revision=43680
* Add a patch that fixes the build with recent ruby.Akinori MUSHA2001-06-091-0/+7
| | | | Notes: svn path=/head/; revision=43679
* Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS isAkinori MUSHA2001-06-098-16/+16
| | | | | | | defined. (But not actual examples & docs) Notes: svn path=/head/; revision=43674
* Update port to version 7.3.0 (OTP-R7B-3), and add some improvements toJimmy Olgeni2001-06-066-16/+58
| | | | | | | | | pkg-plist generation (vim5-style). Approved by: maintainer Notes: svn path=/head/; revision=43569
* Standartise the way used to disable X11 support in various ports. From nowMaxim Sobolev2001-06-052-4/+4
| | | | | | | on WITHOUT_X11 is the Only True Way[tm]. Notes: svn path=/head/; revision=43523
* Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.Maxim Sobolev2001-06-051-1/+1
| | | | | | | | Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13) Notes: svn path=/head/; revision=43518
* Update lang/ruby to the long-awaited 1.6.4 release! Yeah!Akinori MUSHA2001-06-044-2/+4
| | | | Notes: svn path=/head/; revision=43493
* Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r.Akinori MUSHA2001-06-045-0/+78
| | | | | | | | As there are unidentified problems with libc_r + ruby, please use this with care. I'd appreciate if any of you could join me in debugging. Notes: svn path=/head/; revision=43492
* Add lang/ruby_static-devel, the statically linked ruby-develAkinori MUSHA2001-06-043-0/+25
| | | | | | | executable. Notes: svn path=/head/; revision=43491
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.Akinori MUSHA2001-06-0414-516/+576
| | | | | | | | | Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports. Define RUBY_CONFIGURE_ARGS. Notes: svn path=/head/; revision=43490
* Fix this port up so gcc30 can be used bsd.port.mk for when we returnDavid E. O'Brien2001-06-022-16/+16
| | | | | | | to mixed compilers between -current and -stable. Notes: svn path=/head/; revision=43449
* Update ruby-devel to the latest snapshot, which now enters upon theAkinori MUSHA2001-06-016-8/+10
| | | | | | | 1.7.1 phase. Notes: svn path=/head/; revision=43387
* Update lang/ruby to 1.6.4-preview5.Akinori MUSHA2001-06-014-8/+6
| | | | Notes: svn path=/head/; revision=43385
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-014-7/+7
| | | | Notes: svn path=/head/; revision=43378
* Replace last remnants of "nonexistent", "/nonexistent" etc. withAde Lovett2001-05-311-1/+1
| | | | | | | ${NONEXISTENT} as per bsd.port.mk Notes: svn path=/head/; revision=43365
* add awkaYing-Chieh Liao2001-05-316-0/+43
| | | | | | | Converts the AWK script to C, then compiles it Notes: svn path=/head/; revision=43359
* Upgrade to 0.53Patrick S. Gardella2001-05-313-12/+9
| | | | Notes: svn path=/head/; revision=43347
* Update to version 3.3.1Kevin Lo2001-05-303-15/+29
| | | | | | | | PR: 27764 Submitted by: MAINTAINER Notes: svn path=/head/; revision=43312
* It's not my day... Fix typo and unbreak.Akinori MUSHA2001-05-294-4/+4
| | | | Notes: svn path=/head/; revision=43290
* Forgot to bump PORTREVISION's in the previous commit.Akinori MUSHA2001-05-294-0/+4
| | | | | | | | | Note that you'll have to rebuild all the installed ruby modules if you upgrade. To do it, just install the latest portupgrade and hit `portupgrade -rfcC ruby'. Notes: svn path=/head/; revision=43288
* As some people including me are seeing reproduceable coredump,Akinori MUSHA2001-05-294-0/+16
| | | | | | | | | | | temporarily stop linking ruby with libc_r. This will break such extension modules as ruby-qt, but we have to investigate the annoying problems we are seeing, present in both ruby and our libc_r. Once suggested by: green Notes: svn path=/head/; revision=43287
* There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD:Kris Kennaway2001-05-291-1/+0
| | | | | | | | bento builds packages in clean chroots, and anyway the original problem no longer occurs. Notes: svn path=/head/; revision=43227
* Fix the temporary file handling in igawk. As far as I can tell, weKris Kennaway2001-05-291-0/+163
| | | | | | | | | | | don't install this, therefore no PORTREVISION bump is needed. But I'm fixing it anyway in case someone changes this port to install it in the future (perhaps as a result of this commit :-) Submitted by: solar@openwall.com Notes: svn path=/head/; revision=43225
* Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks.Bill Fenner2001-05-282-2/+2
| | | | Notes: svn path=/head/; revision=43213
* Update to a new version (0.30.97) and clean up pkg-plistPatrick S. Gardella2001-05-286-176/+176
| | | | Notes: svn path=/head/; revision=43204
* Update port to version 1.2.0.Jimmy Olgeni2001-05-288-2580/+25
| | | | | | | | | | Patches are no longer needed, and part of pkg-plist is automatically generated (code "borrowed" from O'Brien's vim5 port :). I also moved the xemacs21 dependency to emacs20. Notes: svn path=/head/; revision=43201
* Remove 755 ${WRKSRC}/test script to prevent user from footshooting if for someMaxim Sobolev2001-05-282-0/+6
| | | | | | | | strange reason he/she has `./' before `/bin' in his/her PATH. Surprisingly, there are *many* such users. Notes: svn path=/head/; revision=43187
* upgrade to 0.3.2Ying-Chieh Liao2001-05-283-7/+7
| | | | Notes: svn path=/head/; revision=43176
* add missing @dirrmYing-Chieh Liao2001-05-271-0/+1
| | | | | | | | PR: 27448 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=43156
* Add @dirrm for "share/modula-3". There are still many more of themJohn Polstra2001-05-262-0/+2
| | | | | | | | | | missing from this port. PR: ports/27449 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=43090
* Update lang/ruby to 1.6.4-preview4.Akinori MUSHA2001-05-266-10/+8
| | | | | | | Update lang-ruby-devel to the latest development snapshot. Notes: svn path=/head/; revision=43072
* Prepare a distribution patch and unbreak.Akinori MUSHA2001-05-244-4/+2
| | | | Notes: svn path=/head/; revision=43028
* Temporarily mark as broken. The 1.6.4-preview3 tarball is missingAkinori MUSHA2001-05-242-0/+4
| | | | | | | | some library and document files. I'll unbreak when the new tarball is ready. Sorry for inconvenience. Notes: svn path=/head/; revision=43027
* Update lang/ruby to 1.6.4-preview3.Akinori MUSHA2001-05-242-4/+2
| | | | Notes: svn path=/head/; revision=43000