1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

31027 Commits

Author SHA1 Message Date
Ade Lovett
9594f3f893 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:34:38 +00:00
Ade Lovett
5035c4b32a gaspell needs textproc/aspell to build, as well as run
Submitted by:	Takeshi Hiyama <th@cis.ibaraki.ac.jp>
2000-08-04 01:33:14 +00:00
Ade Lovett
4c618affaf Update to 0.19
Take over maintainership since I've had no response for over
a month to a number of emails
2000-08-04 01:32:01 +00:00
Ade Lovett
811854fd0f Update to 1.0.4 2000-08-04 01:31:01 +00:00
Ade Lovett
225faa4576 Update to 0.32 2000-08-04 01:30:32 +00:00
Ade Lovett
42ba070186 Update to 0.3.1 2000-08-04 01:29:57 +00:00
Ade Lovett
760a2b1fda Update to 0.1.9 2000-08-04 01:29:27 +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
c75a396481 Update to 2.2.1 2000-08-04 01:17:33 +00:00
Ade Lovett
1a811e0989 Update to 1.2.1 2000-08-04 01:17:03 +00:00
Ade Lovett
1e22de0940 Update to 0.3.12 2000-08-04 01:16:18 +00:00
Ade Lovett
3927cd3615 Update to 0.5.3 2000-08-04 01:15:48 +00:00
Ade Lovett
1dc37aed2c Update to 0.2.19 2000-08-04 01:15:16 +00:00
Ade Lovett
43cb09fb69 Update for new shlib revision from guile 1.4 2000-08-04 01:05:13 +00:00
Ade Lovett
7400314e11 Update to 1.4 (shlib version .6 -> .9)
Approved by:	maintainer
2000-08-04 01:04:03 +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
Kevin Lo
dfa1fa27f2 autoconvert was missing "zh-" in front of PORTNAME 2000-08-03 16:22:08 +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
MIHIRA Sanpei Yoshiro
060c56d87d change my e-mail address
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +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
Satoshi Asami
fbd121eee9 USE_X_PREFIX should be before bsd.port.pre.mk include. 2000-08-03 07:59:31 +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
Dirk Froemberg
78fe3567d2 Upgrade to 1.6.3.
PR:		ports/20156 (part of), ports/20366
2000-08-03 06:11:34 +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
SADA Kenji
c87df2327f Activate smalleiffel-devel.
PR:		ports/18087
Submitted by:	Berend de Boer <berend@nederware.nl>
2000-08-03 03:23:00 +00:00
SADA Kenji
a11bb2b501 New port - SmallEiffel beta.
SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel
compiler distributed under the terms of the GNU General Public License
as published by the Free Software Foundation. It is a complete, small
and very fast, free Eiffel compiler.

PR:		ports/18087
Submitted by:	Berend de Boer <berend@nederware.nl>
2000-08-03 03:20:14 +00:00
Chris D. Faulhaber
26c0af8e3f Add MESSAGE recommending using fuzz under jail(8) due to the potential
havok some software could create when given undetermined input as a
privileged user.
2000-08-02 22:26:11 +00:00
Chris D. Faulhaber
e6daf26648 Update port to 1.1.5 2000-08-02 21:38:12 +00:00
Chris D. Faulhaber
0300645ff3 Update port to 0.8.11 2000-08-02 21:27:28 +00:00
SADA Kenji
dc091e312e Inactivate deskutils/biblereader.
Activate misc/biblereader.

PR:		ports/18359
Submitted by:	Patrick Seal <patseal@hyperhost.net>
Requested by:	PW
2000-08-02 18:08:21 +00:00
SADA Kenji
ee2ede3e36 New port - BibleReader is a Bible browsing/searching program for Linux/X.
# I've misfiled this into deskutils category and this is
# second checkin for this PR.

PR:		ports/18359
Submitted by:	Patrick Seal <patseal@hyperhost.net>
2000-08-02 18:03:08 +00:00
SADA Kenji
523b9b7615 Cope with FreeBSD 3.
Fixed the path to gzip.

PR:		ports/16417
Submitted by:	Gregory Bond <gnb@itga.com.au>
2000-08-02 16:38:07 +00:00
Andreas Klemm
79c1c154e8 patch submission, cisco got a copy.
Submitted by:	Taras Heychenko <tasic@lucky.net>
2000-08-02 16:37:22 +00:00
Maxim Sobolev
28484c98d8 Add gnometelnet - a telnet, rlogin, ssh frontend for GNOME. 2000-08-02 16:17:17 +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
Neil Blakey-Milner
e33bc01307 Add pine with hebrew support.
PR:		ports/17727
Submitted by:	Nadav Eiron <nadav@libagent.cs.technion.ac.il>
2000-08-02 12:01:17 +00:00
Neil Blakey-Milner
083fd1d904 According to iso639, 'iw' is used to represent the Hebrew language. 2000-08-02 11:10:01 +00:00
Neil Blakey-Milner
37eca50dca Put the SUBDIR in the right place - addport isn't too intelligent at
adding the first port in a category, it seems.
2000-08-02 11:07:43 +00:00
Neil Blakey-Milner
ad1ddaa7b7 Add elmar-fonts, hebrew fonts for use with X.
PR:		ports/17577
Submitted by:	Nadav Eiron <nadav@libagent.cs.technion.ac.il>
2000-08-02 11:05:21 +00:00
Neil Blakey-Milner
65f03f9abe Add c-nocem, a fast filter to remove spam (works with cnews)
PR:		ports/17302
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-08-02 10:24:57 +00:00
Neil Blakey-Milner
e7047f6949 Re-add grub in sysutils, it having previously removed from misc..
Original port PR:		ports/20168
Originally submitted by:	R Joseph Wright <rjoseph@mammalia.org>
2000-08-02 08:30:07 +00:00
Kevin Lo
72226cf97c Update to version 0.7.8
PR: 20234
Submitted by: MAINTAINER
2000-08-02 08:26:24 +00:00
Neil Blakey-Milner
87bdf96800 Remove grub from misc category 2000-08-02 08:23:50 +00:00
Kevin Lo
00e6888813 Update to version 1.31
PR: 20350
Submitted by: MAINTAINER
2000-08-02 07:51:46 +00:00