1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

2115 Commits

Author SHA1 Message Date
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
Ade Lovett
3927cd3615 Update to 0.5.3 2000-08-04 01:15:48 +00:00
Ade Lovett
43cb09fb69 Update for new shlib revision from guile 1.4 2000-08-04 01:05:13 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Chris D. Faulhaber
e6daf26648 Update port to 1.1.5 2000-08-02 21:38:12 +00:00
Maxim Sobolev
be770e2770 Add VeePee - user orientated scripting environment for embedding in
applications. Based on Python/GNOME.
2000-08-02 13:30:29 +00:00
Chris D. Faulhaber
d840225aa6 Update port to 2.12.1
PR:		20181
Submitted by:	Maintainer
2000-08-02 01:53:09 +00:00
Neil Blakey-Milner
0c3d0f016a Add p5-B-Graph, a perl module for displaying perl-internals information
with a graph layout tool (such as Dot and VGC, apparently).

PR:		ports/20164
Submitted by:	Leo Kim <leo@florida.sarang.net>
2000-08-01 14:06:30 +00:00
Akinori MUSHA
1dceeeac11 Update to 1.93.1.10.
- Nothing but #!/usr/bin/perl -> #!/usr/bin/perl5

Define USE_PERL5 and substitute ${PERL} for /usr/bin/perl5.
2000-08-01 12:53:41 +00:00
Neil Blakey-Milner
704d583f8c Add camlp4, a preprocessor for ocaml.
PR:		ports/19896
Submitted by:	Kim Scarborough <sluggo@unknown.nu>
2000-08-01 11:58:29 +00:00
Neil Blakey-Milner
b45c6f59e4 Add asis, the Ada Semantic Interface Specification.
PR:		ports/19873
Submitted by:	Thomas Quinot <quinot@inf.enst.fr>
2000-08-01 10:00:31 +00:00
Neil Blakey-Milner
0c331e1541 Upgrade from 0.50-13 to 0.50.8-2.
PR:		ports/20097
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-07-31 21:32:41 +00:00
Neil Blakey-Milner
ad814bbdd7 Add tcl-memchan, an extension library to tcl, which is useful for
transferring large amounts of data between procedures or interpreters.

PR:		ports/18761
Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-07-31 15:36:11 +00:00
Jeroen Ruigrok van der Werven
593657968d Update to 2.5q.
PR:		20224
Submitted by:	MAINTAINER <s.moeding@ndh.net>
2000-07-31 11:25:02 +00:00
Kevin Lo
54a84bff56 Update to version 1.05
PR: 20251
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-31 09:51:01 +00:00
Steve Price
b71678b65c This port requires the bz2 library to build/run.
Approved by:	maintainer
2000-07-30 18:06:27 +00:00
Chris D. Faulhaber
ce177d24f5 Correct WWW 2000-07-29 23:47:59 +00:00
Ralf S. Engelschall
fbac6a1ad7 Upgrade to GNU Pth, version 1.3.7 2000-07-29 16:03:15 +00:00
Ralf S. Engelschall
852971cb0d Upgrade to GNU Shtool, version 1.5.1 2000-07-29 16:01:33 +00:00
Akinori MUSHA
3c1c50d57e Update with my development branch of cvsweb.
PORTVERSION 1.93.1.9 indicates that it's knu's cvsweb rev. 1.9, based
on Zeller's cvsweb rev. 1.93.  I'll keep merging all the changes that
will be made on Zeller's version as well as enhancing it to meet our
needs. :)

Below is an excerpt from README.knu.

----

Added features over Zeller's version:

o Customizable "show functions" option
    You can specify a regexp for each file type to teach rcsdiff(1) to
    recognize function lines.

o Customizable PR categories
o Move $prcgi to cvsweb.conf
    Now each repository can have its own PR categories and
    query-pr.cgi URL, which can be defined in cvsweb.conf-${cvstree}.
    It is useful when you have such as NetBSD and/or OpenBSD
    repositories.

o Improved support for text-based browsers
    Unidiff is the default format for diffs, for text-based browsers.

o Enhance hyperlinking PR # feature.
    The following PR numbers will all be hyperlinked. :)

        PR:     12345, 67890, ..

        PR:     #12345, #67890, ..

        PR#     sparc/12345, i386/67890

        PR:     ports/43210
                kern/98765

        .. is related to bin/4567, which is ...
2000-07-29 13:24:11 +00:00
SADA Kenji
5d61c1cd40 Activate sdts++.
PR:		ports/16794
Submitted by:	Erik H. Bakke <erik@habatech.no>
2000-07-28 00:38:04 +00:00
SADA Kenji
08df0c2776 New port: sdts++ - C++ library for SDTS related development.
PR:		ports/16794
Submitted by:	Erik H. Bakke <erik@habatech.no>
2000-07-28 00:35:24 +00:00
Kris Kennaway
6e78c7ad4f MASTER_SITE has moved to sourceforge
Submitted by:	maintainer
2000-07-27 11:45:08 +00:00
Maxim Sobolev
f156328e09 Add CommonC++ - a portable class framework for C++
Obtained from:	http://download.sourceforge.net/cplusplus/CommonC++-1.1.0.ports
2000-07-27 10:03:58 +00:00
Kevin Lo
d7696276cc Update to version 3.2.2
PR: 20149
Submitted by: Ports Fury
2000-07-25 01:43:22 +00:00
Donald Burr
62d86a993a * Changed to use the bzip2 compressed file, since it's significantly
smaller than the .gz one.
* Added a few mirror sites, since the main (redhat) site is overloaded
  at the moment.

Thanks to:Mikhail Teterin and Dmitry S. Sivachenko for the suggestion.
2000-07-24 22:08:26 +00:00