Commit Graph

2216 Commits

Author SHA1 Message Date
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
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
Maxim Sobolev
fc05815ebb Use sobomax@FreeBSD.org as my e-mail. 2000-07-24 17:05:24 +00:00
Donald Burr
2ebf5858ee Added the package's URL to the DESCR file, which I forgot to do
when committing it.  Oops.
2000-07-24 08:56:13 +00:00
Donald Burr
913194dfb1 Activate SN. 2000-07-24 06:08:01 +00:00
Donald Burr
d911b5707b New port devel/SN, the Red Hat/Cygnus/GNU Source Navigator
IDE/source code analysis tool.

Obtained from:		Freshmeat posting
2000-07-24 06:06:32 +00:00
David E. O'Brien
f56d8c1dc5 Bump up the sizes of some things to match reality on Unix systems.
Submitted by:	Bram Moolenaar <Bram@moolenaar.net>
2000-07-23 19:10:01 +00:00
Marcel Moolenaar
f904bcfbf6 Remove the ftp.scc.nl mirror. 2000-07-23 00:29:51 +00:00
Vanilla I. Shu
ae6f836a9a Update
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
2000-07-22 10:44:52 +00:00
Kevin Lo
13769c5bd4 - Update to version 0.4.1
PR: 20098
Submitted by: Ports Fury
2000-07-22 06:40:07 +00:00
Yukihiro Nakai
612a5feeb7 Add libglade depends. 2000-07-20 10:47:45 +00:00
Satoshi Taoka
5d7d820639 (1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.

By (1) and (2), I removed the next line:

[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir

from PLIST or Makefile

CV: ----------------------------------------------------------------------
2000-07-19 14:22:30 +00:00
Akinori MUSHA
2ed974f158 - Do not read a file more than once, where the sameness is judged by
the inode numbers of files.

  This should fix the "duplicated macros" error when aclocal is
  invoked with `-I ${X11BASE}/share/aclocal' explicitly.

- Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's
  (a symlink to)* a directory)

  This should fix the "no such directory" error when you build a non-X
  port without X installed. (like on bento)
2000-07-19 10:44:14 +00:00
David E. O'Brien
cd8bbd70a4 Enough FreeBSD/Alpha support to at least allow this to compile.
Functionality is untested at this time.
2000-07-19 09:10:43 +00:00
Doug White
31939c97b0 Update to 1.2: New kevent(2) API (and require FreeBSD versions
with it as I'm a lazy bastard).
2000-07-19 04:51:22 +00:00
David E. O'Brien
81a9216d91 Get a lot closer to supporting FreeBSD/Alpha.
(we only have two arch's, why can't we keep them better in sync with each
other ABI-wise?)
2000-07-19 04:17:33 +00:00
Akinori MUSHA
aae697a4f6 Browse two repositories by default.
local	=> /home/cvs
	FreeBSD	=> /home/ncvs
2000-07-18 23:47:01 +00:00
Akinori MUSHA
07b3667216 Update to rev. 1.90.
o checkout without revision should default to HEAD
2000-07-18 20:56:08 +00:00
Satoshi Asami
00ad098756 Add glib13. The index build just failed because of this. 2000-07-18 20:23:11 +00:00
Maxim Sobolev
0dc0df6881 Add glib13 after repo-copy from glib12.
Warning: it is unstable development version, so you do not have to upgrade your
gtk12 LIB_DEPENDS!
2000-07-18 07:19:53 +00:00
Akinori MUSHA
6c7b47848d Correct md5 that is calculated from the original distfile.
The previous value was of my locally packed tarball somehow..
2000-07-17 10:42:22 +00:00
Kelly Yancey
b619f75ec0 Use ${INSTALL_MAN} where appropriate. 2000-07-17 09:12:47 +00:00
Steve Price
c529af39e7 We need autoheader to correctly build this port.
PR:		19919
Submitted by:	maintainer
2000-07-16 19:48:02 +00:00
Ade Lovett
bb104d8a03 Persuade automake to look not only in ${PREFIX}/share/aclocal
(ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra
patch and some configure-time substitution

Discussed on:			ports (quite a while back)
Original disgusting hack by:	ade
Suggested improvements by:	asami
Reworked patch by:		ade
2000-07-15 19:07:48 +00:00
Will Andrews
310336da71 freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;
fix process of install-info.

PR:		19943
Submitted by:	Ports Fury
2000-07-15 18:34:05 +00:00
Alexander Langer
e731ea7944 Respect CFLAGS, add -pedantic.
However, port is still broken due to odd C++ compiler error, though this
is a different error as before.
2000-07-14 14:06:06 +00:00
Chris D. Faulhaber
1e0b1948d4 Conditionally remove remaining installed dirs
Noticed by:	bento
2000-07-14 12:24:24 +00:00
Alexander Langer
9319e3ea0d Fix location of perl module dependency.
Noticed by:	bento
2000-07-14 11:26:51 +00:00
Kelly Yancey
2c44a8535e Added WWW line. 2000-07-13 07:42:38 +00:00
Akinori MUSHA
a8636d5572 Update to rev. 1.89.
Reduce warnings.
Make https URLs clickable as well as ftp and http URLs.
2000-07-12 19:13:51 +00:00
Jason Evans
7a90df77ff Remove call to deprecated function, dllockinit(). 2000-07-12 16:32:11 +00:00
Kevin Lo
7906f5a99b +p5-Class-MethodMaker 2000-07-12 16:23:23 +00:00
Kevin Lo
75ba446a9b Initial import of p5-Class-MethodMaker.
p5-Class-MethodMaker is the Perl module for creating generic methods.

PR: 19796
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-07-12 16:22:32 +00:00
Jason Evans
8ec27f4ca8 Fix a mistake in the directions for creating symlinks. Add instructions for
creating a gcc specs file (prompted by Dima Ruben).  Remove obsolete
information and update various tidbits.
2000-07-12 02:08:45 +00:00
Jason Evans
fbdae04681 Rather than copying the entirety of src/gnu/lib/libgcc/Makefile, .include it
and override variables as necessary.  This vastly shortens this file, makes
tracking toolchain changes more automatic, and makes the linuxthreads port
build on both -stable and -current.
2000-07-12 01:43:01 +00:00
Ade Lovett
cbe360036c Update for new devel/libglade shlib version 2000-07-11 22:02:22 +00:00
Ade Lovett
f71b35794f Update to 0.14 2000-07-11 22:01:15 +00:00
Akinori MUSHA
a12686df7b Add autoconf to BUILD_DEPENDS.
It does not USE_AUTOCONF, but it requires autoheader to build.

PR:		ports/19847
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-07-11 15:03:44 +00:00
Kevin Lo
25bfc1474f Upgrade to 3.4.4
BTW, the maintainer forgot to update checksum, I update it.

PR: 19829
Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
2000-07-11 08:00:08 +00:00
Akinori MUSHA
b51fb0f32b Update to rev.1.86.
This update fixes several SECURITY problems, so PLEASE UPDATE to this
version ASAP.
2000-07-11 02:07:19 +00:00
Doug White
52a5df4748 Fix typo. Don't ask me how it worked before. :) 2000-07-10 17:07:17 +00:00
Chris D. Faulhaber
2e70c59bc1 Update port to 1.3a3 2000-07-10 14:31:19 +00:00
Steve Price
64abf3fd40 Activating the g-wrap port and the RTEMS ports. 2000-07-10 04:39:00 +00:00
Steve Price
41e3182adb C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS for
the i386, i960, m68k, mips64orion, powerpc, sh, and sparc processors.

PR:		19335
Submitted by:	James Housley <jim@thehouselys.net>
2000-07-10 04:32:35 +00:00
Steve Price
c657900655 Adding g-wrap version 0.9.4.
A tool for exporting C libraries into Scheme interpreters.

PR:		19575
Submitted by:	Matthew Condell <mcondell@alum.mit.edu>
2000-07-10 04:16:53 +00:00
Akinori MUSHA
dd6644a2bb Update to rev. 2.10. 2000-07-09 03:15:08 +00:00
Akinori MUSHA
5042b0369c Fix the wrong MASTER_SITE_SUBDIR.
PR:		ports/19775
Submitted by:	Maintainer
2000-07-08 07:32:12 +00:00
Steve Price
700b393484 The crosssco and scogdb ports are obsolete so remove them.
PR:		19634
Submitted by:	maintainer
2000-07-07 19:45:06 +00:00
Akinori MUSHA
d1eb34aa3a Update to 2.9. 2000-07-07 15:41:55 +00:00
Maxim Sobolev
6726671207 Add libtai - a library for storing and manipulating dates and times in second/attosecond.
PR:		19348
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-07 14:02:31 +00:00
Maxim Sobolev
cd6245e1ac Add py-coro - a Python coroutines module.
PR:		19466
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-07 13:27:23 +00:00
Satoshi Asami
90e7e4b590 Remove smapi, it's moved to mail. 2000-07-07 06:21:34 +00:00
Ade Lovett
d69b7cd6d1 Update to 1.0.3 2000-07-06 15:32:41 +00:00
Ade Lovett
ae420077ee Update to 0.4.0 2000-07-05 22:02:23 +00:00
Ade Lovett
d40a7a68ac Update to 0.2 2000-07-05 22:01:40 +00:00
Ade Lovett
9e842a7233 Update to 0.1.4 2000-07-05 22:00:10 +00:00
Ade Lovett
5618fe9fce Put autoconf .m4 file in the right place 2000-07-05 21:59:31 +00:00
Ade Lovett
f969d0f925 Update to 0.1.3 2000-07-05 21:58:36 +00:00
Ade Lovett
7e6f4be000 www.backplane.com -> apollo.backplane.com
Obtained from:	message from Matt on -smp
2000-07-05 21:40:54 +00:00
Akinori MUSHA
26c7e3a5ad Update to rev. 2.8. (Several bug fixes have been done) 2000-07-05 19:18:57 +00:00
Maxim Sobolev
62813f021d Update to 0.5.2. Also make sure that installed libintl is respected. 2000-07-05 18:27:50 +00:00
Satoshi Asami
a7a23f9b62 Add lib/libflux.so.
Submitted by:	bento
2000-07-05 06:47:17 +00:00
Satoshi Asami
6620f40f6a Add bin/pbind, and sort PLIST.
Submitted by:	bento
2000-07-05 06:31:41 +00:00
Maxim Sobolev
fa62bd3bfa Remove --without-included-gettext - it works in exactly opposite direction.
Shame on GNU folks!
2000-07-04 13:58:32 +00:00
Maxim Sobolev
8d94eb90bd Remove extra blank line from PLIST.
Submitted by:	portlint
2000-07-04 10:24:49 +00:00
Maxim Sobolev
03b169464e Build static library instead of shared library which doesn't work. Also do not
strip symbols when installing library.

PR:		19681
Submitted by:	maintainer
2000-07-04 10:23:37 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Justin M. Seger
3a979f4a79 Upgrade to gmake-3.79.1 2000-07-03 23:31:00 +00:00
Kris Kennaway
be3ca37931 Remove extraneous file from PLIST
Noticed by:	bento
2000-07-03 04:52:46 +00:00
Will Andrews
c45597ab56 Add ViewCVS, a Python version of Zeller's cvsweb. Cool!! 2000-07-03 00:34:20 +00:00
Will Andrews
9069be9393 Add cvs2html, a perl script that turns cvs log output into HTML. 2000-07-02 23:36:27 +00:00
Ade Lovett
95a2b0036d Update to 1.0.2 2000-07-02 06:34:16 +00:00
Will Andrews
a8bb16b7f6 Update to 0.2.17.
PR:		19632
Submitted by:	maintainer
2000-07-02 03:24:03 +00:00
Ralf S. Engelschall
f4d0f4373d Upgrade GNU Pth scratch port to developer version 1.4a2 2000-07-01 14:31:30 +00:00
Ralf S. Engelschall
dac23bada4 Upgrade to MM Shared Memory Library, version 1.1.3 2000-07-01 14:31:01 +00:00
Ralf S. Engelschall
036cf27197 Upgrade to GNU Portable Threads (Pth), version 1.3.6 2000-07-01 14:27:20 +00:00
Ralf S. Engelschall
78fb65dc24 Upgrade to GNU Portable Shell Tool (shtool), version 1.5.0 2000-07-01 13:51:55 +00:00
Maxim Sobolev
4de36f2bc8 New port of smapi - a Squish MSGAPI which can be used to access Squish format
message bases (I donno what it is anyway ;).

PR:		19373
Submitted by:	Sergey Samoyloff <gonza@techline.ru>
2000-06-30 15:15:42 +00:00
Ade Lovett
39313e27a6 Update to 0.1.6 2000-06-29 21:04:18 +00:00
Akinori MUSHA
26257bf6c8 Update to 2.5.
--hide-filenames option has been added.
2000-06-29 20:45:25 +00:00
Ade Lovett
7df2c0055a Activate gconf, gnomevfs, and libunicode 2000-06-29 19:31:23 +00:00
Ade Lovett
331773a547 libunicode is a library for manipulating Unicode characters and
strings.  It understands both the UTF-8 and UCS-2 encodings, and has a
framework for adding support for new encodings.
2000-06-29 19:29:25 +00:00
Ade Lovett
53d3581af0 gnomevfs is the embryonic GNOME Virtual File System, 2000-06-29 19:28:06 +00:00
Ade Lovett
9ea482340b GConf is a configuration database system for the GNOME desktop,
functionally similar to the Windows registry but lots better :-)
2000-06-29 19:26:07 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Will Andrews
c62bea27fe Remove libneural from devel category as it should be in math.
Submitted by:	reg
2000-06-29 02:08:22 +00:00
Satoshi Asami
8821d18c02 Fix typo that was package builds (gnome-dubug -> gnomedebug). 2000-06-29 00:13:03 +00:00
Ade Lovett
9150117157 Activate gnomedebug and dryad 2000-06-28 17:39:55 +00:00
Ade Lovett
e8d007dd6d Dryad is an embryonic debugger, based around
the GNOME Debugging Framework (GDF)
2000-06-28 17:38:52 +00:00
Ade Lovett
f927ed8a6b The GNOME Debugging Framework (GDF) provides a number of
debugging services to applications such as Integrated Development
Environments and standalone debugging tools similar to DDD.
2000-06-28 17:36:35 +00:00
Chuck Robey
fa55d52868 Activate global as a port. 2000-06-28 01:05:46 +00:00
Chuck Robey
a6e096ead8 Import of Shigio Yamaguchi's GLOBAL, an enhanced ctags utility.
This was moved from the base system based on need and licensing
considerations.

Reviewed and approved by most of the current list, see the mail
logs for a lengthy discussion.
2000-06-28 01:04:13 +00:00
Maxim Sobolev
50df3b3123 Properly handle ddd.info file. 2000-06-27 09:38:16 +00:00
Akinori MUSHA
5c18dbcca4 Add mingw, cross development suite for MS Windows.
PR:		ports/19107
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-06-26 19:19:10 +00:00
Ade Lovett
7115490368 Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome

Reminded by:	bento
2000-06-26 16:14:32 +00:00
Joseph Koshy
c789f168a0 Use MASTER_SITE_LOCAL. 2000-06-26 06:18:27 +00:00
Akinori MUSHA
7d562c06ec Yay, this is my first commit from a Palm device!
Update to 0.1.5. (Sorry pkg_version, I changed the PORTVERSION'ing scheme
here to respect its version number rather than to use the date.)

Now USE_AUTOMAKE.

Install documents unless NOPORTDOCS.

A new command `cvsdo' has added.
2000-06-25 19:27:11 +00:00
Joerg Wunsch
c5c4b9fdcc Fix Germanized English.
Reminded by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-24 21:17:55 +00:00
Chris D. Faulhaber
34fe4c09e7 Update port to 1.1.4 2000-06-24 11:46:35 +00:00
Ade Lovett
318cf82724 Update to 0.1.5, fixing potential library namespace conflict
with WINE.
2000-06-23 17:43:20 +00:00