Commit graph

29878 commits

Author SHA1 Message Date
Steve Price
49d2ff06d8 From the submitter:
The wwwoffled program in the www/wwwoffle port doesn't retry a select()
call when select() fails with EINTR, which it should do.  This causes
problems such as a 'wwwoffle -offline' command not taking effect which
can be annoying.

PR:		19652
Submitted by:	maintainer
2000-07-07 19:31:03 +00:00
Steve Price
2120cc98a2 Update to version 1.3p5.
PR:		19640
Submitted by:	maintainer
2000-07-07 19:29:12 +00:00
Steve Price
2c3da6b249 Update to version 3.8.4.
PR:		19637
Submitted by:	maintainer
2000-07-07 19:27:28 +00:00
Steve Price
10d9f26cca Update to version 1.2.5.
PR:		19619
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>
2000-07-07 19:25:24 +00:00
Steve Price
549b906542 Update to version 1.1.2.
PR:		19599
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2000-07-07 19:23:35 +00:00
Steve Price
8b55eb0901 Update to version 3.0.1.
PR:		19596
Submitted by:	Michael Vasilenko <acid@ci.net.ua>
2000-07-07 19:22:14 +00:00
Will Andrews
9fcdbe9b63 Update to 1.2, which removes some debugging information.
PR:		19754
Submitted by:	maintainer
2000-07-07 19:20:48 +00:00
Steve Price
78b0bd21fe Update to version 1.6.2.
PR:		19580
Submitted by:	maintainer
2000-07-07 19:18:01 +00:00
Steve Price
b8b1e11f7b Update to version 2.71.
PR:		19578
Submitted by:	maintainer
2000-07-07 19:16:26 +00:00
Steve Price
45acadd952 Link wine with -rpath so that it can find libwine.so.
PR:		19562
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
Approved by:	maintainer
2000-07-07 19:15:15 +00:00
Steve Price
646999a27c From the submitter:
Currently, the  hylafax port has  a few flaws --  it uses
        the libz and regex libraries  that come with the software
        instead of  the implementations available on  FreeBSD and
        ignores the local CFLAGS settings. It also needlessly (it
        seems) requires  gmake.

PR:		19552
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-07-07 19:09:19 +00:00
Steve Price
2949cb5d8b Use the jpeg and png libraries from the port's collection.
PR:		19527
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:07:04 +00:00
Steve Price
99939c64cd Depend on the tgif-nls port since it has better message catalog
support.

PR:		19453
Submitted by:	maintainer
2000-07-07 18:54:21 +00:00
Steve Price
c0a42fd5da - Don't hardcode /usr/local.
- Also add a mailer.conf that allows sendmail to be replaced with qmail.

PR:		19449
Submitted by:	Mike Meyer <mwm@mired.org> and maintainer
2000-07-07 18:52:32 +00:00
Steve Price
29a402115e Update to version 3.6.
PR:		19409
Submitted by:	maintainer
2000-07-07 18:48:31 +00:00
Steve Price
660fa88419 Add MLINKS support.
PR:		19676
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 18:46:46 +00:00
Steve Price
5073598e5f Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. 2000-07-07 18:44:49 +00:00
Steve Price
da89f2c264 Fix ${PREFIX}/include files that have bad nested includes.
PR:		19682
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2000-07-07 18:39:50 +00:00
Steve Price
eea4bf5801 The gd library now generates PNG files. Also include a necessary header
file in support.c for the wmf library.

PR:		19684
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2000-07-07 18:37:05 +00:00
Steve Price
a11b70fe99 Update to version 2.2.0.
PR:		19690
Submitted by:	maintainer
2000-07-07 18:34:09 +00:00
Steve Price
d5511f0046 Update to version 1.2.11.
PR:		19694
Submitted by:	maintainer
2000-07-07 18:30:21 +00:00
Steve Price
274de75e9b Update to version 7.3.3.
PR:		19702
Submitted by:	maintainer
2000-07-07 18:29:04 +00:00
Steve Price
8b7417776b Update to version 0.4.1.
PR:		19704
Submitted by:	maintainer
2000-07-07 18:26:53 +00:00
Steve Price
792eba5df0 Make building the plugins optional.
PR:		19708
Submitted by:	maintainer
2000-07-07 18:24:43 +00:00
SADA Kenji
03ee84edeb Unexpected FILE' menu was opened when user press ALT-F to open FIND'
window.

Fix is pointed out by:	<kuwa@flab.fujitsu.co.jp> at users-jp ML 53127.
2000-07-07 17:51:42 +00:00
SADA Kenji
5816253d16 Activate xjtext. 2000-07-07 17:08:05 +00:00
SADA Kenji
7de06e3653 This program shows Japanese text in vertical format.
You can use directives in input text and perform some effects.
This software is like a kind of demonstration program.
2000-07-07 17:04:35 +00:00
Steve Price
27dc9a328f Update to version 1.13.
PR:		19710
Submitted by:	Johann Visagie <wjv@cityip.co.za>
2000-07-07 16:25:39 +00:00
Steve Price
dd9e75d1aa From submitter:
xfstt core dumps at times, especially when trying to serve the
        regular "Courier New" font (COUR.TTF).  As a result, X clients
        trying to set the font will hang, and killing the hung clients
        brings down X.

        The problem is that xfstt calls realloc(), through its #define
        shrinkMem(), but neglects to adjust a pointer that used to
        point to memory within the old block.  A subsequent copying of
        that pointer then merrily SIGSEGV's the code.

PR:		19716
Submitted by:	Chan Tur Wei <twchan@singnet.com.sg>
2000-07-07 16:22:34 +00:00
Steve Price
da331e2795 Location on MASTER_SITE changed.
PR:		19738
Submitted by:	maintainer
2000-07-07 16:16:32 +00:00
Steve Price
586a28d039 Location on MASTER_SITE changed.
PR:		19739
Submitted by:	maintainer
2000-07-07 16:15:37 +00:00
Steve Price
cae2bb8c96 Location on MASTER_SITE changed.
PR:		19740
Submitted by:	maintainer
2000-07-07 16:14:18 +00:00
Steve Price
02cb26a650 Location on MASTER_SITE changed.
PR:		19741
Submitted by:	maintainer
2000-07-07 16:13:21 +00:00
Akinori MUSHA
d1eb34aa3a Update to 2.9. 2000-07-07 15:41:55 +00:00
Maxim Sobolev
42f3104099 Add checknewver.sh - a shell script which checks for availability of newest
version of distfiles on MASTER_SITES. This is still work in progress, so
please use with caution and don't forget report bugs and submit patches.
2000-07-07 15:00:38 +00:00
Maxim Sobolev
2ec55b0869 Add checknewvers.sh - a script which checks for availability of the newest
versions of distfiles on MASTER_SITES. This is still work in progress, so
please use with caution and don't forget report bugs and submit patches.
2000-07-07 14:57:41 +00:00
Maxim Sobolev
df6c5fd47c Add clockspeed - a program which uses a hardware tick counter to compensate
for a persistently fast or slow system clock. It also could be used to
synchronize time across LAN or WAN.

PR:		19349
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-07 14:30:01 +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
b1eec5b0df Update to 0.4b.
PR:		19747
Submitted by:	maintainer
2000-07-07 13:36:00 +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
CHOI Junho
588df037f1 Update to 1.0c16/Korean.
PR:		ports/19709
Submitted by:	JunSeon Oh <hollywar@holywar.net>
2000-07-07 12:17:19 +00:00
Thomas Gellekum
d7860b6f9a Fix script I broke.
PR:		19744
Submitted by:	knu, "Mas.TAKEMURA" <mastake@msel.t.u-tokyo.ac.jp>
2000-07-07 11:31:00 +00:00
Kris Kennaway
eba09d9d3a Mark FORBIDDEN: yet another remote root exploit. 2000-07-07 09:35:20 +00:00
Akinori MUSHA
f696df94e0 Woot, this version should have called 2000.07.07, not 2000.07.7. 2000-07-07 08:44:24 +00:00
Akinori MUSHA
3382787971 Escape problematic characters such as ,', (' and `)' in an URL.
PR:		ports/19609
Submitted by:	Mikko Tyolajarvi <mikko@dynas.se>
2000-07-07 08:43:20 +00:00
Satoshi Asami
90e7e4b590 Remove smapi, it's moved to mail. 2000-07-07 06:21:34 +00:00
Bill Fumerola
a4e942bc33 Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier to
upgrade in the future.

Approved by:	kris (MAINTAINER)
2000-07-07 04:02:59 +00:00
Kazuo Horikawa
9469b50dc7 o Update DISTNAME and PKGNAME to meet with the version in doc/ja_JP.eucJP/man.
o Stop making a symlink ${PREFIX}/share/man/ja_JP.EUC, in order to avoid
  that /usr/bin/man formats ja_JP.EUC manuals under it.
o pkg/PLIST becomes placeholder, because actual PLIST (work/PLIST) is
  created dynamically based on doc/ja_JP.eucJP/man.

Submitted by:	man-jp@jp.FreeBSD.org
2000-07-07 02:20:19 +00:00
Will Andrews
e25cae493e Add p5-Net-SNMP, a Perl interface to SNMP.
PR:		19743
Submitted by:	Christopher N. Harrell <cnh@ivmg.net>
2000-07-06 20:55:29 +00:00
Akinori MUSHA
fb746cf979 Import diff-mode.el, an Emacs major-mode for viewing/editing context diffs.
PR:		ports/19729
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-06 19:08:39 +00:00