1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

2140 Commits

Author SHA1 Message Date
Akinori MUSHA
65a552955f Add ruby-locale, a simple Ruby module that provides setlocale(3). 2000-08-15 14:34:53 +00:00
Sheldon Hearn
4e28d4de05 Do not rely on the linux(8) shell script. Instead, use an INSTALL
script so that the behaviour of a package installation matches
that of a port installation identically.

Note that, in the package case, we already have a valid run-time
linker hints file for Linux.
2000-08-15 10:22:36 +00:00
Akinori MUSHA
3fb81dd21c Update to rev.2.12.
Here's an excerpt from cvs2cl's ChangeLog generated by itself. :>

2000-08-15 00:59  kfogel

        * cvs2cl.pl: Handle even the [allegedly impossible] case of an
        undefined dir prefix.

2000-08-15 00:52  kfogel

        * cvs2cl.pl: Be more careful about setting $common_dir.

        This hopefully fixes a two-char eats problem reported by Shlomo
        Reinstein <shlomo.reinstein@intel.com>; Shlomo's patch is included
        in a comment (search for "shlomo") for reference, in case this
        doesn't work.  Only Shlomo can test right now, although if this
        doesn't work I'll just ask him for his log info.
2000-08-15 08:58:35 +00:00
Akinori MUSHA
2a69ccf509 Update to knu-cvsweb 1.93.1.13.
- Use cvsweb.conf* in the current directory when they don't exist in
  /usr/local/etc/.

- Declare function prototypes to shut up runtime warnings.

- Remove redundant white space at the end of lines.
2000-08-15 08:54:13 +00:00
Will Andrews
d1e078484f Add PerlMenu 4.0, a simple module that uses the Curses package to render
menus on the terminal.

Submitted by:	jhb
2000-08-14 21:23:14 +00:00
Alexander Langer
e3fa0b1c96 Correct C-macro usage: One of the first lessions you learn is,
that you must not use something like macro(var++) if you don't know
the implementation of the macro.

PR:		20538
Submitted by:	Kevin Day <toasty@dragondata.com>
2000-08-13 12:24:37 +00:00
Akinori MUSHA
596ebf8a49 Do The Right Thing. (R)
Overall changes:
	Use tabs instead of sequential spaces.
	Note Author as well as WWW in DESCR.
	Do not install examples when NOPORTDOCS.
	Make RUBY, RUBY_VER and RUBY_ARCH variables overridable.

ruby-date2:
	share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb

textproc/ruby-html-parser:
databases/ruby-mysql:
devel/ruby-optparse:
devel/ruby-property:
	Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead
	of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/

textproc/ruby-rdtool:
	Install documents in .rd format too.
	Format optparse's rd file. (Since ruby-rdtool depends on
	optparse, it cannot be done during optparse's build
	process.  So ruby-rdtool should take care of that when it is
	installed. :)
2000-08-12 20:09:41 +00:00
Chris D. Faulhaber
789408fc48 Add directories missing in PLIST
PR:		20378
Submitted by:	Maintainer
2000-08-12 12:00:47 +00:00
Akinori MUSHA
05350b07c7 Update to 1.2.2.
Install racc2y and y2racc. (racc <-> yacc converters)
2000-08-12 11:21:26 +00:00
Satoshi Asami
af389574ff No need to remove lib/X11/config, it's a standard directory.
Submitted by:	bento
2000-08-11 22:46:17 +00:00
Ade Lovett
b417a4fddb Fix up 'extra' directories
Submitted by:	bento
2000-08-11 15:25:32 +00:00
Will Andrews
da6a904c98 Use explicit autoheader dependency instead of USE_AUTOCONF because
USE_AUTOCONF breaks the build.

Submitted by:	maintainer
2000-08-11 14:38:10 +00:00
Maxim Sobolev
9b6455fe81 Fix the recent breakage introduced in 1.1.4 upgrade.
Starting from this release `sdl11-config --libs' output includes only SDL libs
and doesn't include X11 libs, which confuses configure scripts in third-party
apps. I reverted it to the previous behaviour.
2000-08-11 12:07:20 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Will Andrews
c9a679a638 Update to 0.9908.
PR:		20535
Submitted by:	Dmitry S. Sivachenko <dima@chg.ru>
2000-08-11 10:34:03 +00:00
Will Andrews
f128f70560 Update to 1.03.
PR:		20533
Submitted by:	maintainer
2000-08-11 10:30:25 +00:00
Will Andrews
d041c5f9aa Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. Fix
-lc_r -> -pthread.  Update PLIST.

PR:		20174
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
2000-08-11 05:24:04 +00:00
Will Andrews
2f7bb05a55 Add autoheader to build dependencies through USE_AUTOCONF.
PR:		20123, 20124, 20125, 20126
Submitted by:	maintainer
2000-08-11 04:57:20 +00:00
Satoshi Asami
60123726a2 MAN1=linux_kdump.1
Submitted by:	bento
2000-08-11 00:46:13 +00:00
Will Andrews
b78f25dc5d Update maintainer's email address -- this was supposed to go in the
previous commit but I forgot it while merging the conflicts in the patch
that was submitted.

PR:		20509
Submitted by:	maintainer
2000-08-11 00:42:27 +00:00
Will Andrews
0273028bdf Update to 2.0.1.
This commit follows a previous one that I'd cancelled partway through, so
it should get through to the cvs list, and should finish the upgrade.
That's why the Makefile is not included in this commit.

PR:		20509
Submitted by:	maintainer
2000-08-11 00:38:10 +00:00
Will Andrews
4ee55c20f1 Update to 2.0.1.
PR:		20509
Submitted by:	maintainer
2000-08-11 00:34:21 +00:00
Will Andrews
b797745ae9 Update to 1.5.
PR:		20500
Submitted by:	maintainer
2000-08-11 00:23:56 +00:00
Will Andrews
57cf6e3c75 Update to 8.14.
PR:		20469
Submitted by:	maintainer
2000-08-11 00:12:29 +00:00
Will Andrews
7803dd06e7 Update to 0.7.
PR:		20468
Submitted by:	maintainer
2000-08-11 00:05:20 +00:00
Ade Lovett
92f7ea57fa Update to 0.8 2000-08-10 16:35:29 +00:00
Chris Piazza
38d5ae582a Update to 0.9.5
PR:		20496
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
2000-08-09 16:55:09 +00:00
Chris Piazza
9aaeca520b -New WWW
-New MASTER_SITES

PR:		20460
Submitted by:	maintainer
2000-08-09 16:52:02 +00:00
Akinori MUSHA
d5cb050801 Add ruby-intl, a simple wrapper of GNU gettext for Ruby. 2000-08-09 12:29:24 +00:00
Akinori MUSHA
817f3c2a2e Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile
namespace pollution.
2000-08-08 16:08:31 +00:00
Akinori MUSHA
b0e697ab87 Depend on ruby-amstd and get rid of the amstd installation of this port. 2000-08-07 17:21:56 +00:00
Akinori MUSHA
cd1d50eb08 Add three more Ruby modules.
devel/ruby-amstd:
	A collection of miscellaneous Ruby modules

devel/ruby-date2:
	An alternative date class for Ruby

devel/ruby-strscan:
	Fast string scanner class for Ruby
2000-08-07 17:15:06 +00:00
Akinori MUSHA
c8b2a40e79 Add three more Ruby modules.
devel/amstd:
	A collection of miscellaneous Ruby modules

devel/ruby-date2:
	An alternative date class for Ruby

devel/ruby-strscan:
	Fast string scanner class for Ruby
2000-08-07 17:14:01 +00:00
Ade Lovett
c990206c56 RELENG_4 now uses _KERNEL instead of KERNEL, too.
Build failure pointed out by:	Anders Andersson <anders@sanyusan.se>
2000-08-07 15:48:54 +00:00
Maxim Sobolev
cd656333fb Update to 1.1.4. 2000-08-07 13:05:46 +00:00
Akinori MUSHA
6d71c7821e Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/* 2000-08-07 12:50:16 +00:00
Akinori MUSHA
1fd451d376 Add another couple of Ruby modules.
databases/ruby-mysql:
	Ruby module for accessing MySQL databases, which has
	the same functions as C API

ports/devel/ruby-optparse:
	Yet another command line option parser for Ruby
2000-08-07 11:23:12 +00:00
Akinori MUSHA
dee2f62a68 Non-standard modules sould go under `site_ruby' directory. 2000-08-07 10:08:41 +00:00
Akinori MUSHA
fb6ae356b8 Add more Ruby ports.
devel/ruby-racc:
	An LALR(1) parser generator for Ruby

textproc/ruby-html-parser:
	HTML-parser package for Ruby
2000-08-07 08:20:31 +00:00
Akinori MUSHA
cba1dd7319 Add Ruby related ports.
devel/ruby-property:
	Simple properties scheme for Ruby

lang/ruby-python:
	Ruby extension library for embedding Python in Ruby

math/ruby-bigfloat:
	Variable precision floating library for Ruby

Whipped on by:	ade	:>
2000-08-07 06:09:19 +00:00
SADA Kenji
08cfc1c053 Activate adabroker. 2000-08-07 02:52:53 +00:00
SADA Kenji
88b5ffb94a New port - devel/adabroker
AdaBroker is a full Ada CORBA implementation, released under
the GPL (with a special exception on runtime files allowing them
to be included in non-GPL applications).

PR:	ports/18059
Submitted by:	Samuel Tardieu <sam@trillian.enst.fr>
2000-08-07 02:52:15 +00:00
Neil Blakey-Milner
e0c9715c36 Update to 1.4.1
PR:		ports/20068
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl> (MAINTAINER)
2000-08-06 16:24:32 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Joseph Koshy
35543f170b Upgrade to v4.0.2.
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
PR:		ports/20303
2000-08-04 07:37:30 +00:00
Ade Lovett
9594f3f893 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:34:38 +00:00
Ade Lovett
811854fd0f Update to 1.0.4 2000-08-04 01:31:01 +00:00
Ade Lovett
e25952d3a2 Update to 0.7 2000-08-04 01:28:54 +00:00
Ade Lovett
49bf63251e Update to 0.16 2000-08-04 01:28:04 +00:00
Ade Lovett
38ae599271 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:19:21 +00:00