1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

494 Commits

Author SHA1 Message Date
Kevin Lo
6561393c02 Update to version 1.19
PR: 20922
Submitted by: MAINTAINER
2000-08-29 15:42:10 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Kevin Lo
208a7ccde0 Update to version 2.2.5
PR: 20684
Submitted by: Maintainer
2000-08-18 15:45:27 +00:00
Chris D. Faulhaber
21ea62a32b Update port to 1.9
PR:		20652
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-18 13:12:48 +00:00
Maxim Sobolev
1c370240cb Update to 2.0.7b. 2000-08-15 06:10:58 +00:00
Ade Lovett
b417a4fddb Fix up 'extra' directories
Submitted by:	bento
2000-08-11 15:25:32 +00:00
Will Andrews
582c564dc0 Update to 1.18. I added something to make this link with -lintl.
PR:		20510
Submitted by:	andrew@chg.ru
2000-08-11 01:14:11 +00:00
Neil Blakey-Milner
c442a88353 Update to 0.12
PR:		ports/20421
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
2000-08-06 16:06:04 +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
Ade Lovett
760a2b1fda Update to 0.1.9 2000-08-04 01:29:27 +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
Michael Haro
c6cf6527bf fix PASV bug introduced in rc2
Submitted by: Jeremy Chadwick <yoshi@parodius.com>
2000-07-31 23:53:11 +00:00
Michael Haro
57b0dbb24b Update to proftpd 1.2.0rc2 2000-07-28 18:01:04 +00:00
Maxim Sobolev
9f28e088f0 Add a WWW. 2000-07-25 14:42:30 +00:00
Maxim Sobolev
fdaa5c1782 Re-add gtm. 2000-07-25 08:47:01 +00:00
Maxim Sobolev
06b55608a3 Revive gtm - it's now hosted on Sourceforge and update it to 0.4.5.
Other fixes/cleanups:
- use two perl regexs to replace dozen one-line patches;
- use installed linintl instead of port's own;
- correct WWW and MASTER_SITES to reflect new location of the project;
- add gnomecc to RUN_DEPENDS to ensure correct removal of the package.

Obtained from:	http://www.gnome.org/
2000-07-25 08:40:59 +00:00
Maxim Sobolev
9e35bda227 Update to 2.0.7a and make the following cleanups:
- Replace pthread configure patch with perl regex (should make future upgrades
  easier);
- use installed libintl instead of port's own version;
- add WWW to pkg/DESCR and remove absolete lines from there;
- correctly place Gnome icon into share/gnome/pixmap instead of share/pixmap;
- add gnomecc into RUN_DEPENDS to exsure correct removal of Gnome bits.

Obtained from:	http://www.gnome.org/
2000-07-25 07:11:09 +00:00
David E. O'Brien
94c2a489e2 Allow this to co-exist with the other NcFTP packages in the 'Latest'
directory.
2000-07-23 19:17:22 +00:00
Kevin Lo
35b75c97bb Update to version 0.11
PR: 20099
Submitted by: Ports Fury
2000-07-22 06:10:10 +00:00
Jacques Vidrine
4b87127ee1 Remove gtm. The version 0.3.1 distfile is nowhere to be found, and
current versions are for Linux only (nice stuff such as parsing
uts.release to determine what version of the Linux kernel we are
running).
2000-07-21 20:34:04 +00:00
Maxim Sobolev
a21535fbad Remove extra whiteline. 2000-07-17 08:31:57 +00:00
Maxim Sobolev
fdb16863d1 Update to 0.3.0. 2000-07-17 08:27:40 +00:00
Will Andrews
31619d7158 Use GTK_CONFIG properly; add WWW.
PR:		19924
Submitted by:	Ports Fury
2000-07-15 17:07:19 +00:00
Chris D. Faulhaber
02e7112da4 Remove all installed directories
Noticed by:	bento
2000-07-14 12:35:13 +00:00
Ade Lovett
cbe360036c Update for new devel/libglade shlib version 2000-07-11 22:02:22 +00:00
Maxim Sobolev
e1003bbd44 Update to 0.5.6. Also make it link with installed libintl. 2000-07-11 07:37:35 +00:00
Steve Price
1d878e5482 Adding caitoo version 0.6.6.
A KDE/Qt based GetRight(tm)/Go!zilla(tm) downloader alike formerly known as
KGet.

PR:		19208
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
2000-07-10 03:29:16 +00:00
Will Andrews
a04ccb23d8 Update to 2.6.1, which fixes some security issues (actually, we already
had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks
in internal ls, and merges in the virtual passwd/shadow features of
BeroFTPD.  This update should solve SA 00:29.  Add WWW to DESCR.
2000-07-09 02:07:07 +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
Kris Kennaway
eba09d9d3a Mark FORBIDDEN: yet another remote root exploit. 2000-07-07 09:35:20 +00:00
Ade Lovett
4cc79e5509 Update to 0.1.8 2000-07-06 18:59:04 +00:00
Jordan K. Hubbard
278a647449 Fix the skip directive.
Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
2000-07-05 19:44:04 +00:00
Maxim Sobolev
35764879e6 Add ftpcopy, a two command line ftp tools.
- ftpcopy is a simply FTP client written to copy files or directories
  (recursively) from a FTP server.

- ftpls is a FTP client which generates directory listings, either in plain
  text or HTML.
2000-07-05 16:34:48 +00:00
Will Andrews
b7a88106b9 Add ftpq, a ftp upload queue manager. 2000-07-04 04:25:13 +00:00
Will Andrews
911e4ee83e Add hsftp, a ftp emulator that provides the look-and-feel of an FTP session
but uses ssh to transport commands and data.  Neat!
2000-07-04 03:55:39 +00:00
Kris Kennaway
e6075ba8bb Remove extraneous directory on deinstall
Noticed by:	bento
2000-07-03 04:48:52 +00:00
Kris Kennaway
c2431679a4 Remove extraneous directories on deinstall
Noticed by:	bento
2000-07-03 03:13:48 +00:00
Will Andrews
868e170ee8 Add patches to allow wget to work with INET6.
Obtained from:	NetBSD (thanks itojun!)
Approved by:	obrien
2000-07-02 21:29:54 +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
Jordan K. Hubbard
dc61a2f5b3 Update to version 1.1p4
Submitted by:   Alexander Langer <alex@big.endian.de>
2000-06-28 16:18:37 +00:00
Jordan K. Hubbard
8fdd3168a0 Update to version 1.1p4
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-28 16:18:11 +00:00
Jordan K. Hubbard
78241e74c7 Upgrade to version 1.1p4
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-28 16:17:34 +00:00
Alexander Langer
543c989464 Update maintainer email.
PR:		19320, 19321, 19322
Submitted by:	maintainer
2000-06-28 12:33:57 +00:00
Alexander Langer
f660887974 Update to 0.9.5
PR:		19500
Submitted by:	maintainer
2000-06-27 15:24:31 +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
Vanilla I. Shu
87f2bb63fb no-split info file. 2000-06-24 15:33:02 +00:00
Andrey A. Chernov
a4122b02c6 Fix %-hole
Submitted by:	Koga Youichirou <y-koga@jp.FreeBSD.org>
2000-06-24 11:23:51 +00:00
Chris Piazza
10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00
Jacques Vidrine
6dc9bdb0c8 Locally hosted distfiles moved to ftp.freebsd.org. 2000-06-20 13:37:39 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00