Neil Blakey-Milner
556f521955
Fix a type in the installation target
...
PR: ports/20486
Submitted by: thomas@hentschel.net
2000-08-08 18:10:52 +00:00
SADA Kenji
e83e9fda1c
Remove www/bsdi-netscape47-*.us.
...
I was asked for this to maintainer but got no response.
2000-08-08 16:52:39 +00:00
SADA Kenji
2325bb8b38
Update entries for bsdi-netscapes to v4.74.
...
PR: ports/20109
Submitted by: maintainer
2000-08-08 16:25:13 +00:00
SADA Kenji
847af974c6
Upgrade to v4.74.
...
No response from: maintainer
2000-08-08 16:20:34 +00:00
Kevin Lo
36629b80b3
Update MASTER_SITES
...
PR: 20465
Submitted by: MAINTAINER
2000-08-08 04:00:38 +00:00
Steve Price
82e9f55185
Use PERL_ARCH in pkg/PLIST so this port packages cleanly on the Alpha.
2000-08-08 03:09:54 +00:00
Steve Price
10c9e390c1
Mark this port 'ONLY_FOR_ARCHS=i386' as it contains an i386 .so.
2000-08-08 02:47:47 +00:00
Steve Price
51d976bcee
Use time_t instead of long for a couple of variables so this build again
...
on the Alpha.
2000-08-08 02:44:01 +00:00
Brian Somers
2e53a3e889
3.0.1 -> 3.1:
...
Defeat stupid proxies that don't recognise no-cache
Update configure.in (again)
Fix some typos and other cosmetic stuff
Integrate all port patches back into the main source archive
2000-08-08 00:12:18 +00:00
Brian Somers
007eec0a29
3.0 -> 3.0.1 (improve configure.in, doesn't effect FreeBSD)
2000-08-07 21:21:17 +00:00
Neil Blakey-Milner
5baeababef
Upgrade to 2.8.3.1, and unmark FORBIDDEN. (non-ssl lynx was unmarked
...
broken when crossing 2.8.3.pre5)
PR: ports/20399
Submitted by: Stefan `Sec` Zehl <sec@ice.42.org> (MAINTAINER)
2000-08-06 16:19:45 +00:00
Neil Blakey-Milner
6bc000d9e1
Update to 0.7.9
...
PR: ports/20388
Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org> (MAINTAINER)
2000-08-06 14:50:56 +00:00
Kris Kennaway
72ab3b9610
Update to zope 2.2.0 to fix security hole.
...
Submitted by: James Howard <howardjp@wam.umd.edu>
PR: 20144
2000-08-05 05:02:53 +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
Maxim Sobolev
5f79c8595a
Fix a keybinding search path (PREFIX/share/gtkhtml --> PREFIX/share/gnome/gtkhtml).
2000-08-04 11:59:33 +00:00
Maxim Sobolev
184c20f27f
Fix brokeness caused by gconf shlib version change.
2000-08-04 10:57:52 +00:00
Maxim Sobolev
a9cb26718c
Update to 0.1.2.
2000-08-04 07:20:37 +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
43cb09fb69
Update for new shlib revision from guile 1.4
2000-08-04 01:05:13 +00:00
Maxim Sobolev
38a6bf923b
Remove BROKEN - now we have M16 again.
2000-08-03 17:45:33 +00:00
Jeremy Lea
355245dd4b
Redo the upgrade to M16.
...
Use one of the test programs to perform component registration in
post-build, so that the port no longer requires world writeability.
If you have an earlier version installed, component.reg could be a security
risk:
chmod 644 /usr/X11R6/lib/mozilla/component.reg
chmod 644 /usr/X11R6/lib/mozilla/components/*.dat
2000-08-03 17:37:43 +00:00
Maxim Sobolev
df0b048985
Mark as broken - it requires M16.
2000-08-03 14:42:44 +00:00
Maxim Sobolev
8b9eabc9eb
Backout M15 --> M16 upgrade.
2000-08-03 14:39:07 +00:00
Neil Blakey-Milner
8936ab790f
Add mod_auth_mysql, allowing apache to authenticate against a mysql
...
database.
PR: ports/18730
Submitted by: James Housley <jim@thehousleys.net>
2000-08-03 11:19:05 +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
Maxim Sobolev
64defc16c6
Add USE_NEWGCC=yes.
...
I really think that support for 3-STABLE is depreciated, but as long as it is
not officially declared yet and somebody cares enough to fill a PR I did that.
PR: 20362
Submitted by: Vivek Khera <khera@kciLink.com>
2000-08-03 06:20:44 +00:00
SADA Kenji
64bc62b07c
Activate xswallow.
2000-08-03 04:09:41 +00:00
SADA Kenji
89b45c708f
New port - XSwallow is a general-purpose plugin for Netscape for Unix
...
which allows the user to configure any programs he or she
desires to handle any MIME type data embedded in web pages.
PR: ports/18357
Submitted by: Conrad Sabatier <conrads@home.com>
2000-08-03 04:05:48 +00:00
Kevin Lo
72226cf97c
Update to version 0.7.8
...
PR: 20234
Submitted by: MAINTAINER
2000-08-02 08:26:24 +00:00
SADA Kenji
afba7f5a17
Add missing md5 for n-47-c for alpha.
...
Pointed out by: Steve Price <sprice@hiwaay.net>
Noticed to maintainer by: David O'Brien <obrien@freebsd.org>
2000-08-02 06:30:08 +00:00
Chris D. Faulhaber
2a6643e170
- Update port to 3.10
...
- Change maintainer (ports@FreeBSD.org -> dima@Chg.RU )
PR: 20309
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-08-02 00:15:08 +00:00
Neil Blakey-Milner
f77c7bc267
Add web2ldap, an web-based LDAP client.
...
PR: ports/20095
Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
2000-08-01 14:48:21 +00:00
Maxim Sobolev
51d897fca9
Add galeon - a GNOME Web browser based on gecko (the mozilla rendering engine).
...
It allows to use state-of-the-art HTML rendering engine without much overhead
imposed my Mozilla itself.
Obtained from: http://www.gnome.org/
2000-08-01 09:05:58 +00:00
Maxim Sobolev
31ad124ecb
Update to M16.
2000-08-01 06:30:15 +00:00
Neil Blakey-Milner
3355cc2b26
Add mod_fastcgi, the apxs-aware fastcgi module for apache
...
PR: ports/19902
Submitted by: JunSeon Oh <hollywar@mail.holywar.net>
2000-07-31 20:22:59 +00:00
Kevin Lo
73c115c16d
Fix all TABs changed to SPC.
...
PR: 20241
Submitted by: MAINTAINER
2000-07-31 09:14:28 +00:00
SADA Kenji
a0f33c9a55
Add exclusive PLIST for alpha architecture machines (PLIST.alpha).
2000-07-30 01:17:35 +00:00
SADA Kenji
d7e1713801
Avoid deinstall time warning messages when some plagins are installed.
2000-07-30 01:07:35 +00:00
SADA Kenji
51434a414a
Unbroke for navigators 4.74.
...
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-30 01:04:31 +00:00
Kris Kennaway
e0128b056d
Respect CC and CFLAGS
2000-07-29 22:38:40 +00:00
Neil Blakey-Milner
5550549d94
Add an ftp version of the MASTER_SITE, since it is available, and I've
...
had one or two people ask me to do so.
2000-07-29 16:25:40 +00:00
Alexander Langer
442b6d3b2d
Add http_load 1.0, a load-tester for WWW servers.
...
PR: 18463
Submitted by: Ask Bjoern Hansen <ask@valueclick.com>
2000-07-29 12:22:39 +00:00
SADA Kenji
9ae256b1a5
Cosmetic change of definition order.
2000-07-28 23:12:47 +00:00
Maxim Sobolev
7d2b0dbb5c
Update to the latest 2.3.STABLE4 version plus official patches.
...
PR: 20211
Submitted by: Naoki IDO <ido@hitachi-ms.co.jp>
Reviewed by: adrian
2000-07-28 07:27:36 +00:00
SADA Kenji
c8579abda4
Upgrade to 4.74.
...
Master-site list is increased and applied changes to
hold it common between other netscape47 ports.
Last committion 1.24 was a mistake, I've updated
only l-n47-c/Makefile for this change.
PR: ports/20162
Submitted by: maintainer
2000-07-27 21:48:38 +00:00
Kevin Lo
599bffd169
Update to version 3.0.20
...
PR: 20215
Submitted by: MAINTAINER
2000-07-27 16:03:24 +00:00
Maxim Sobolev
7a9f5f9b33
Add gconf.8 to LIB_DEPENDS. This should fix bento's PLIST error.
...
Submitted by: bento
2000-07-27 08:16:54 +00:00
SADA Kenji
1ad2a58a65
Remove duplicated entry of RUN_DEPENDS.
2000-07-27 03:41:36 +00:00
Maxim Sobolev
43a677011c
Add encompass - a lightweight web browser for the Gnome Desktop Environment
2000-07-26 12:55:44 +00:00
Maxim Sobolev
be10fc365b
Add libwww2 - a glib/gtk/gnome wrapper for libwww.
2000-07-26 12:28:53 +00:00
SADA Kenji
ec2fddf77f
Upgrade to 4.74.
...
Now many users out of U.S. could use 128bit key encryption.
2000-07-25 15:16:45 +00:00
Maxim Sobolev
1c83ed04e5
Update to 0.2.10. Replace couple of patches with perl regex.
2000-07-25 12:32:59 +00:00
Kevin Lo
54663fee0d
kannel installs dumb start-stop-daemon, that is absolutely unnecessary and
...
should not included in port. also it breaks the PLIST
PR: 20153
Submitted by: MAINTAINER
2000-07-25 01:18:43 +00:00
Kevin Lo
487e99c02a
Update MASTER_SITES
...
PR: 20158
Submitted by: MAINTAINER
2000-07-25 00:59:35 +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
Jacques Vidrine
ea62459392
Distfile moved.
2000-07-21 20:30:20 +00:00
Neil Blakey-Milner
9cd88528c2
Add ssserver, "Subject Search Server(TM)", a binary-only CGI supporting
...
multiple languages.
PR: ports/17523
Submitted by: Mike Bru <support@kryltech.com>
2000-07-21 13:43:38 +00:00
Maxim Sobolev
121c3d6067
Update to 0.2.8.
2000-07-21 12:53:57 +00:00
Alexander Langer
e7442d6aec
For production systems, --with-malloc=native is a recommended feature.
...
Configs from debian/ directory are outdated, one should use from gw/
PR: 20076
Submitted by: maintainer
2000-07-21 06:42:46 +00:00
Neil Blakey-Milner
57dc407478
Add tclhttpd, a pure-Tcl implementation of a HTTP server.
...
PR: ports/19870
Submitted by: Mikhail Teterin <mi@privatelabs.com>
2000-07-20 11:55:59 +00:00
Alexander Langer
ff32b9abf8
Fix bug, when WAP-mobiles finally try to request a page.
...
This patch raises the pthread stack default size and compiles
the port with -pthread.
While I'm here, add closing ' for sed-regexp (thanks ViM syntax highlighting!)
Submitted by: "Ari Suutari" <ari@suutari.iki.fi>
2000-07-20 07:32:29 +00:00
Munechika SUMIKAWA
60200dd42a
Upgrade to 1.3.12.
2000-07-19 16:17:01 +00:00
Akinori MUSHA
3012b5f7df
Create and remove the plugins dir properly.
2000-07-19 15:55:20 +00:00
Alexander Langer
77b4c2683e
Add kannel 0.10.2 - a wap / sms gateway.
...
PR: 20022
Submitted by: Domas Mituzas <midom@dammit.lt>
2000-07-19 14:23:22 +00:00
Alexander Langer
d6dd2bbca9
Mark BROKEN - this port hasn't compiled for months now.
2000-07-19 13:34:35 +00:00
Akinori MUSHA
145b1dce51
Update md5. There was an annoucement about the update from the patch author.
2000-07-19 13:00:24 +00:00
Brian Somers
bcdd84a67f
Update to reflect what I've submitted to the httptunnel writers
...
No functional changes
2000-07-19 10:48:03 +00:00
Alexander Langer
5d7eef81ca
Fix patching for 2-digit years.
...
PR: 19315
Submitted by: Karl Dietz <Karl.Dietz@frankfurt.netsurf.de>
2000-07-19 08:14:09 +00:00
Andrey A. Chernov
c8a277dd4a
Fix path to apachectl in stop
2000-07-18 10:17:39 +00:00
Dirk Froemberg
3fb5f9a181
Change dependency from mail/imap-uw to mail/cclient (the client part
...
of imap-uw).
PR: ports/19751
Submitted by: kbyanc
2000-07-17 12:35:57 +00:00
Steve Price
10db431aa7
Update to version 0.8.1.1.
...
PR: 19878
Submitted by: maintainer
2000-07-16 19:54:39 +00:00
Alexander Langer
ec150c385a
- update to version 1.4
...
- respect CFLAGS
- place unversioned distfile on my public_distfiles area
Noticed by: bento
2000-07-14 11:22:45 +00:00
Chris D. Faulhaber
3ffee985db
Convert startup script to {start|stop} usage
2000-07-14 01:55:13 +00:00
Chris D. Faulhaber
5dc81de480
Startup script (etc/fhttpd.sh -> etc/rc.d/fhttpd.sh)
2000-07-14 01:53:32 +00:00
Steve Price
143b2d53ee
- On startup, /etc/rc procedure stops when thttpd is installed.
...
* ${PREFIX}/etc/rc.d/thttpd.sh does not return.
* FIX: invoke thttpd_wrapper as a background process.
- On shutdown, Message "No processes matching ``thttpd_wrapper''" is shown.
* thttpd_wrapper is actually a shell script, not an executable.
* FIX: Record the pid of thttpd_wrapper to /var/run.
* FIX: Use pid-file when killing the wrapper.
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
Reviewed by: Anders Nordby <anders@fix.no> (maintainer)
2000-07-13 23:47:54 +00:00
Chris D. Faulhaber
ae5a14a7ce
Fix invalid (and unnecessary) check for the FreeBSD version. Verified to
...
build on RELENG_3 and RELENG_4
Noticed by: bento
2000-07-13 23:00:46 +00:00
Daniel Harris
f0584d9d74
Update to version 3.2.1 (bugfixes).
...
PR: 19884
Submitted by: MAINTAINER
2000-07-13 22:49:00 +00:00
SADA Kenji
b09689878c
* Wipe out extra directory lib/aout .
...
* One portlint.
Submitted by: bento
2000-07-13 15:30:41 +00:00
Maxim Sobolev
591b3882b3
Update udmsearch port to 3.0.19
...
Add some patches for multilanguage search, especially for close
languages (ukrainian and russian for example)
PR: 19787
Submitted by: Vsevolod Lobko <seva@sevasoft.alex-ua.com>
2000-07-13 11:56:31 +00:00
Shigeyuki Fukushima
bd14b9396e
Fix build(link) error.
2000-07-13 11:22:27 +00:00
Maxim Sobolev
7e70341dd4
Update md5 checksum. Unfortunately there is no previous version on
...
MASTER_SITE_BACKUP, so it is impossible to check what was changed.
Submitted by: bento
2000-07-13 08:11:49 +00:00
Ade Lovett
1b83ddb798
Update to 0.5
2000-07-12 14:37:07 +00:00
SADA Kenji
9edb68a83e
From PR:
...
1. Disable Fortify, since a current version is not available.
2. Correct the PLIST.
PR: ports/19832
Submitted by: Maintainer
2000-07-12 14:05:27 +00:00
SADA Kenji
133debde65
Make up for PLIST.
...
PR: ports/19831
Submitted by: Maintainer
2000-07-12 14:03:46 +00:00
Ade Lovett
cbe360036c
Update for new devel/libglade shlib version
2000-07-11 22:02:22 +00:00
Kevin Lo
b73fb5005a
Update to 0.92
...
PR: 19786
Submitted by: Maxim Tulyuk <mt@lucky.net>
2000-07-11 14:22:23 +00:00
Ben Smithurst
17879d635b
ben@scientia.demon.co.uk -> ben@FreeBSD.org, since I'm a committer now.
2000-07-10 22:35:34 +00:00
Akinori MUSHA
029a4adcbd
Conform PORTVERSION to how the handbook says: 0.1.11p -> 0.1.11.p
...
Preached by: PW
2000-07-10 04:03:57 +00:00
Steve Price
21f96c05b7
Activating the kwebwatch and squidguard ports.
2000-07-10 03:59:27 +00:00
Steve Price
376eac2de7
Adding squidguard version 1.1.4.
...
A fast redirector for squid.
PR: 19210
Submitted by: Dan Larsson <dl@tyfon.net>
2000-07-10 03:58:40 +00:00
Steve Price
530754aa29
Adding kwebwatch version 0.72.
...
Monitors your favorite web pages and notifies you of updates.
PR: 19621
Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
2000-07-10 03:56:18 +00:00
Steve Price
4416197424
General cleanup. The biggest change is to only install the core C
...
development kit ant not the (now out-of-date) other language bindings.
PR: 19168
Submitted by: maintainer
2000-07-10 01:54:57 +00:00
Daniel Harris
67a30fd88a
Update to version 3.2, remove non-working Australian MASTER_SITE, remove
...
patch-ab (integrated by amaya's authors).
PR: 19792
Submitted by: MAINTAINER
2000-07-09 18:41:39 +00:00
SADA Kenji
dda929d0b4
ONLY_FOR_ARCHS should be overridden.
2000-07-09 15:08:31 +00:00
Akinori MUSHA
c8e30c553c
Update to 0.1.11-pre.
...
PR: ports/19779
Submitted by: Maintainer
2000-07-08 07:52:16 +00:00
Steve Price
89b7d2a446
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
...
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
PR: 19623
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Steve Price
d95f184777
Update to version 2.19.
...
PR: 19656
Submitted by: maintainer
2000-07-07 19:32:23 +00:00
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
549b906542
Update to version 1.1.2.
...
PR: 19599
Submitted by: Palle Girgensohn <girgen@partitur.se>
2000-07-07 19:23:35 +00:00