Commit Graph

39370 Commits

Author SHA1 Message Date
Ying-Chieh Liao
c2ec8e4615 upgrade to 1.2.1 2001-03-16 17:30:29 +00:00
Ying-Chieh Liao
55e39f2d7f upgrade to 1.0.25 2001-03-16 17:21:00 +00:00
Ying-Chieh Liao
2239ca6ee3 upgrade to 3.3.6 2001-03-16 17:00:27 +00:00
Maxim Sobolev
7b57c4ed0e Update to 010315. 2001-03-16 16:59:21 +00:00
Ying-Chieh Liao
76617ec798 add py-trex
Python implementation of Tree Regular Expressions for XML (TREX)
2001-03-16 16:24:07 +00:00
Dmitry Sivachenko
4d3a277c01 Fix pkg-plist
Found by:	bento
2001-03-16 15:07:47 +00:00
Maxim Sobolev
5d4ffbf831 Correct RUN_DEPENDS - cvsupd binary is called cvsupd, not cvsupd-bin.
Submitted by:	bento
2001-03-16 14:08:17 +00:00
Maxim Sobolev
9115aea997 Update to 0.6.2. 2001-03-16 13:39:20 +00:00
Hajimu UMEMOTO
4fcf21acaa killall doesn't have -u option under FreeBSD 3.X
Reported by:	Alex Vasylenko <lxv@omut.org>
2001-03-16 13:28:16 +00:00
Joerg Wunsch
f1bf3ec3b8 Finally get the avr-gcc port really compile on the alpha architecture,
by forcing the CFLAGS to -O -pipe.  Somehow, the alpha build always
tries to enforce a particular -mcpu=ev4 flag which of course cannot be
understood by the (AVR) xgcc later on.  This looks to me like a bug in
the cross-compilation environment of gcc, but i'm tired of actually
finding the bug.

The compiled result of avr-gcc MD5 compares equal to something build
from an IA32 host platform.
2001-03-16 13:26:27 +00:00
Dmitry Sivachenko
e923766cdc Add missing man pages.
Obtained from:	bento
2001-03-16 09:55:12 +00:00
Akinori MUSHA
e7d39f6460 Add ruby-o_dbm, an OODB-like DBM module for Ruby. 2001-03-16 09:34:28 +00:00
Dmitry Sivachenko
fa3504996e Update to version 1.7. 2001-03-16 09:15:03 +00:00
Akinori MUSHA
f8eeebacaa Add ruby-shell, a Ruby library to run commands and control jobs like a
shell.  Pipes and redirections work just as expected:

  sh = Shell.cd("/foo")
  sh.cat("bar") | sh.tee("baz") > "baa"
  # or
  sh.transact do
    cat("bar") | tee("baz") > "baa"
  end
2001-03-16 09:02:00 +00:00
Satoshi Asami
0ef6a53da1 Typo (converter -> converters).
Submitted by:	bento
2001-03-16 07:21:02 +00:00
Mario Sergio Fujikawa Ferreira
eff32b47cd Fix typo: remove trailing period in WWW tag 2001-03-16 04:32:34 +00:00
Jun Kuriyama
4e39683067 Add kpcal 2.0, make Calendar in Postscript format.
PR:		ports/24793
Submitted by:	Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2001-03-16 03:51:49 +00:00
Jun Kuriyama
bff6d1bf45 Add xalan-j 2.0.0,
apache XSLT processor for transforming XML
documents.

PR:		ports/25311
Submitted by:	ernst@jollem.com
2001-03-16 03:48:25 +00:00
Jun Kuriyama
98116ff0ca Add xcalendar 4.0,
a calendar with a notebook for X11
(internationarized version).

PR:		ports/25739
Submitted by:	MITA Yoshio <mita@iis.u-tokyo.ac.jp>
2001-03-16 02:37:16 +00:00
Jun Kuriyama
0818373b56 Chase distfile update (some demo code added).
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi> (maintainer)
PR:		ports/25679
2001-03-16 01:22:00 +00:00
Archie Cobbs
4becd5a1b2 This patch fixes a scheduling bug and is to be incorporated in the
next version. In the meantime, apply with the port.

FYI, the bug is demonstrated by this program:

#include <stdio.h>
#include <stdlib.h>
#include <pth.h>
static int check_something(void *arg)
{
        return (0);
}
static void *thread(void *arg)
{
        printf("thread sleeping five seconds...\n");
        pth_nap(pth_time(5, 0));
        printf("thread is done sleeping\n");	/* bug: we never get here */
        return (NULL);
}
int main(int ac, char **av)
{
        pth_event_t ev;
        pth_init();
        pth_spawn(NULL, thread, NULL);
        ev = pth_event(PTH_EVENT_FUNC, check_something, NULL, pth_time(2, 0));
        while (1)
                pth_wait(ev);
}
2001-03-16 01:20:02 +00:00
Yoshio MITA
f5727f22fa Fixed bug imported by myself.
Newer version(7.22) was released right after my commit(7.21).
2001-03-16 00:50:09 +00:00
Michael Haro
52c7923dc5 Mark forbidden
Specefic remote commands will cause the daemon process starts to consume
all CPU and memory resources available to it.  Multiple simultaneous
instances will result in faster depletion of resources, causing either
the daemon process or the server to crash.

(http://bugs.proftpd.org/show_bug.cgi?id=1066)
2001-03-15 23:35:56 +00:00
Steve Price
daa61d3b11 The MAINTAINER must be a simple email address. 2001-03-15 23:13:16 +00:00
Dirk Froemberg
7109ac9f61 Unbreak by adding xpm library.
Submitted by:	bento
2001-03-15 22:21:51 +00:00
Clive Lin
f9ca2d0669 o Nasty fix to deal with "Why some files are bzip2's ????"
BX runs well without bzip2. Not that good to introduce another
  RUN_DEPENDS spam.

o Add 2 patch files I forgot in previous commit.
2001-03-15 21:45:12 +00:00
Dirk Meyer
39cba59c63 Add default CNEWSBIN, to ensure package can be made 2001-03-15 21:16:59 +00:00
FUJISHIMA Satsuki
4f142c6b23 fix MASTER_SITES. 2001-03-15 21:16:18 +00:00
Clive Lin
fb63c5fc8f o Update to 1.0c18
o Correct plist

PR: ports/25830
Submitted by: MAINTAINER
Reviewed by: chroot(8)
2001-03-15 20:31:36 +00:00
Kris Kennaway
a05d1e2f15 Update to 4128 virus definitions 2001-03-15 20:15:00 +00:00
Clive Lin
cf193c59d9 ldconfig PostgreSQL's lib should happen before starting *ANY* ports.
This would cure headache like apache module linking against libpq
fail to work after rebooting.

Originally, maintainer and I want this commit to go with the
PostgreSQL updating. But we both think that the latest PostgreSQL
would not be released before FreeBSD 4.3-RELEASE ports freeze.

As a conclusion, PORTREVISION bumped.

Discussed with/Submitted by: MAINTAINER
2001-03-15 19:26:26 +00:00
Akinori MUSHA
d0f45c329e Update to 0.1.1. 2001-03-15 19:16:03 +00:00
Akinori MUSHA
9e61ffc5d2 Update to 0.4.6. 2001-03-15 19:13:39 +00:00
Joerg Wunsch
8cf5d0f539 Crude hack to get all this running on the alpha architecutre as well.
Since gcc (in the assumption of generating a native compiler) doesn't
want to cbe configured for an alpha*-*-freebsd* system, we hack the
configure script to allow this (similarly to netbsd).  In the end, all
this will be ignored anyway since it's getting to become a
cross-compiler.
2001-03-15 17:02:30 +00:00
Nick Sayer
95a035f6d7 Why bother even copying the file into ${WRKSRC}? 2001-03-15 16:52:27 +00:00
Nick Sayer
86d2c97131 Fix bento by insisting on XFree86-4. 2001-03-15 16:50:26 +00:00
Kevin Lo
43fb7f7407 Fix dependencies to tcl/tk 8.3
PR: 25806
Submitted by: MAINTAINER
2001-03-15 15:06:21 +00:00
Kevin Lo
db79d85f1f - Bump PORTREVISION
- Support newer versions of the CGI perl module, and perl 5.6.0

PR: 25822
Submitted by: MAINTAINER
2001-03-15 15:01:54 +00:00
Trevor Johnson
26c39274ac Patch aops.c for a header problem. Remove BROKEN line.
reported by:	kris
2001-03-15 14:34:35 +00:00
FUJISHIMA Satsuki
7d1dcb9b45 fix broken DOCDIR.
Submitted by:	maintainer
broke by:	sf
2001-03-15 14:29:14 +00:00
Vanilla I. Shu
707e30d5d7 Gimp is 1.2 now, not 1.1.
Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru>
2001-03-15 13:39:35 +00:00
Jun Kuriyama
de96ce3ad0 Add cvsweb-converters 0.1,
create hyperlinks to cvsweb from cvs[up]
output or FreeBSD commitlogs.

PR:		25533
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
2001-03-15 13:36:30 +00:00
Will Andrews
25acaaced1 Belatedly bump PORTREVISION.
Requested by:	Andrea Campi <andrea@webcom.it>
2001-03-15 12:31:26 +00:00
Thomas Gellekum
3261eff2ee Upgrade to 3.2. 2001-03-15 12:31:08 +00:00
Thomas Gellekum
5a0b78e544 Use PYTHON_PORTVERSION, so this works for other releases than 2.0. 2001-03-15 12:29:01 +00:00
Peter Pentchev
2423550b5f Add '#!/bin/sh' to the startup script, so there's no chance of
confusion when starting/stopping it manually from a user shell.

PR:		25824
Submitted by:	Christoph Sold <so@i-clue.de>
2001-03-15 12:06:24 +00:00
Trevor Johnson
ac9b7fbf76 Update to 1.1.1. Quash an unnecessary "#include <getopt.h>" that
was breaking bento builds.

Submitted by:	Michael Lyngbol <michael@lyngbol.dk>
PR:		25808

Mention patch to cvsweb.
2001-03-15 11:29:21 +00:00
Roger Hardiman
a753ad4bf9 Add compiler option -DNO_XWINDOWS to build the port without
X support.

Requested by several people
2001-03-15 11:25:10 +00:00
Maxim Sobolev
5cb7e627cf Update to 0.38. 2001-03-15 10:56:07 +00:00
Maxim Sobolev
2e91ac4bad Update to 200103022011. 2001-03-15 10:52:31 +00:00