1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

468 Commits

Author SHA1 Message Date
Satoshi Asami
d60cf6bd3d Add xchat-devel. 2000-09-21 07:51:46 +00:00
Ade Lovett
23cbcfcbcd Add a new WITH_TCL hook, courtesy of Stijn Hoop <stijn@win.tue.nl>
PR:		21309
Submitted by:	maintainer
2000-09-16 17:27:39 +00:00
Kris Kennaway
a11fb28e14 Fix format string vulnerabilities.
Submitted by:	Maxime Henrion <mux@QUALYS.COM>
2000-09-10 04:38:52 +00:00
Kevin Lo
cbd3fd8f50 - Fix Makefile.
- Add MESSAGE

PR: 20978
Submitted by: MAINTAINER
2000-09-09 13:14:50 +00:00
Jim Mock
6d44394778 Clean up the PLIST handling. There is now only one PLIST to maintain.
Submitted by:	ade
2000-09-07 20:45:53 +00:00
Kevin Lo
ab510e8212 Update to 1.0c17.
PR: 20953
Submitted by: MAINTAINER
2000-09-01 02:51:06 +00:00
Brian Feldman
316e2305fc Update to tkirc 2.42. 2000-08-29 22:27:31 +00:00
Jim Mock
92085fede4 Update to version 1.5.7.
See http://xchat.org/files/source/1.5/changelog.txt for changes in this
release.
2000-08-27 15:32:38 +00:00
Jim Mock
641da9fb0e Update to version 1.4.3. According to the author, this release fixes some
bugs, including the security issue mentioned on SecurityFocus.
2000-08-27 15:25:44 +00:00
Steve Price
0733f00956 Provide the correct value for WRKSRC. 2000-08-26 20:18:42 +00:00
Steve Price
69157d745d Finish upgrading to version 4.4x. 2000-08-26 20:16:18 +00:00
Jim Mock
108db94137 Knock the version back to 1.4.2 due to popular demand. There is now an
xchat-devel port for those who want the latest version.
2000-08-26 06:54:13 +00:00
Jim Mock
96ee7cf941 Update to version 0.7.95-3. 2000-08-26 06:49:59 +00:00
Kevin Lo
f2f4a63af1 Update to version 0.9.80
PR: 20745
Submitted by: Ports Fury
2000-08-23 08:01:20 +00:00
Jim Mock
73c683ce3e Update to version 0.7.95-2. 2000-08-23 00:55:49 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Kris Kennaway
56965baa03 Upgrade to ircd-hybrid 5.3p8 2000-08-20 02:44:19 +00:00
Jim Mock
76f1e25bbf Update to version 0.7.95. 2000-08-14 03:21:50 +00:00
Alexander Langer
ba412a2f32 Update to 4.4X. Should fix bento's build problems. 2000-08-13 16:44:01 +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
Neil Blakey-Milner
3638ee2d00 Add ircatlite, a GTK+ IRC client.
PR:		ports/18570
Submitted by:	Yoshikazu GOTO <goto@snowy.to>
2000-07-31 15:31:16 +00:00
Kevin Lo
bc1c3dd709 The startup script provided with the irc/ircd-hybrid port is missing
a ";;" to close a 'case' statement entry.

PR: 20302
Submitted by: Peter Pentchev <roam@orbitel.bg>
2000-07-31 08:47:35 +00:00
Jeroen Ruigrok van der Werven
44e8f1a6f3 Update to 0.9.2:
* Revamp support for the 437 numeric.
* Remove spurious "server" in "Connecting to port %d of server %s"
* Compensate for nasty ickage in $leftpc() to permit getting 1 char
* Fix $cparse() to expand the "" string after interpolation, not before
* Punt if the user does /bind metaX where X > MAX_META, don't crash.
* Fix probably null deref just after channel_going_away called
* Fix segfault handler so it honors /xdebug crash as well.
* Fix resize_window to handle RESIZE_ABS more graciously.
* Add /xdebug slash_hack, to inhibit $^"(<foo>) and $^"#<foo>

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-31 06:10:57 +00:00
Jim Mock
35c2fd379b Update to version 0.7.94. 2000-07-27 19:07:40 +00:00
Jim Mock
94fe9f7bed Update to version 1.5.6 2000-07-27 18:31:32 +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
Jeroen Ruigrok van der Werven
986e808d4c Update to 0.9.1.
ChangeLog:
* Fix bug where joining an !id channel could crash epic.
* Only call channel_going_away if the channel belongs to a window.
* Throw /on channel_sync in the context of the channel's window.

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-20 10:10:12 +00:00
Jeroen Ruigrok van der Werven
b6bd4a138f Update to 0.9.0.
Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-17 10:07:52 +00:00
Vanilla I. Shu
55b5dbcf6a Correct pkg/PLIST* 2000-07-16 08:13:12 +00:00
Jeroen Ruigrok van der Werven
b4199efa18 Update to version pre2.700.
This should fix a few bugs.

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-11 08:24:51 +00:00
Jim Mock
bc4f407d22 Update to version 0.7.93. 2000-07-10 06:11:17 +00:00
Jim Mock
aa6891d65e Update to version 0.7.92-3 2000-07-07 21:21:15 +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
792eba5df0 Make building the plugins optional.
PR:		19708
Submitted by:	maintainer
2000-07-07 18:24:43 +00:00
Jeroen Ruigrok van der Werven
fe019116f1 Update port to new version, pre2.600.
Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-06 10:33:28 +00:00
Jeroen Ruigrok van der Werven
92b70d2003 Update MAINTAINER's e-mail address. 2000-07-06 10:32:14 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Bill Fumerola
0e4d21bdb8 panasync must have been absent in CSE101 when they taught you not to
pass userdefined variables straight into functions that look for varargs..
2000-07-04 01:30:56 +00:00
Will Andrews
b838a7b709 Update to 0.99.7. 2000-07-03 23:19:58 +00:00
Jim Mock
769882882b Update to version 0.7.92-2. 2000-07-01 19:25:36 +00:00
Alexander Langer
543c989464 Update maintainer email.
PR:		19320, 19321, 19322
Submitted by:	maintainer
2000-06-28 12:33:57 +00:00
Jim Mock
79aff9e30d Update to version 1.5.5 2000-06-27 21:21:05 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +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
Jim Mock
a2e7274f21 Update to version 1.5.4. 2000-06-20 07:15:18 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Jim Mock
26be6649fe Update to version 0.7.91. 2000-06-14 22:12:38 +00:00
Matthew Hunt
8fc36b393c In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
2000-06-14 05:44:53 +00:00
Jim Mock
2fddf56a32 Update to version 0.7.90. The author has removed all GTK/GNOME bits for
the time being, but says ``they might come back later'', but for now this
is a text-only client.

Submitted by:	ade
2000-06-12 19:16:51 +00:00
Jim Mock
0847a8164e Fix up the GNOME dependencies and use devel/gettext instead of xchat's own
local libintl.

Submitted by:	ade
2000-06-12 19:12:37 +00:00
Jim Mock
4905d468b2 If we have gnomecore, we have gdk-pixbuf too.
Submitted by:	ade
2000-06-05 19:34:48 +00:00
Jim Mock
101b19c3a2 Update to version 1.5.3, and add a WITH_GDK_PIXBUF knob. 2000-06-05 19:04:22 +00:00
Chris Piazza
abe150c11b Remove config file if it hasn't changed from the default 2000-06-05 06:05:49 +00:00
Tim Vanderhoek
11217fda9f PORTVERSION=0.7.28-3 -> PORTVERSION=0.7.28.3 (per porters-handbook) 2000-06-04 04:21:11 +00:00
Tim Vanderhoek
572120aebf WWW moved. 2000-06-04 04:09:00 +00:00
Satoshi Asami
a0885ea271 Don't forget nhirc.1.
Submitted by:	bento
2000-06-03 08:42:28 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Chris D. Faulhaber
373f9b0dc3 Conditionally remove directories during package removal
Found by:	bento
2000-06-01 12:51:33 +00:00
Justin M. Seger
e3f1756ddc Fix MASTER_SITE
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-05-26 20:41:06 +00:00
Jim Mock
255da4f9b3 Enable NLS support. It works now!
Submitted by:	cpiazza
2000-05-25 22:48:30 +00:00
Jim Mock
4bb3d314eb Fix the DESCR file to actually be a DESCR and not half of one with an MD5
checksum.

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-05-25 22:11:20 +00:00
Jim Mock
276c39a3ad Update to version 1.5.2. 2000-05-25 19:02:05 +00:00
Will Andrews
7001c025d0 Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit.  (Of course I have to fix all his stuff anyway. ;-)

First diff submitted by:	jim (MAINATAINER)
Gmake-related crap fixed by:	will (the added patch)
2000-05-23 21:55:21 +00:00
Will Andrews
322651038e Update to 2.8.2. This tarball is being hosted on my website since it was
given to me by Ben Vaughn <bvaughn@pns.net>, who obtained it from the
author.  Unfortunately, the author has no place to put the tarball for
some reason.

Approved by:	billf
2000-05-22 06:38:59 +00:00
Will Andrews
99c1d54825 Distfile has returned to its original location; MD5 checksum still matches.
Chris, could you remove your copy so no more freefall b/w is wasted!  :-)
2000-05-20 05:11:14 +00:00
Will Andrews
b35f084b91 Finally add infobot port. I got tired of waiting for the infobot
developers to finish 0.50 so I just added this old version.

PR:		14922
Submitted by:	Kevin Meltzer <perlguy@perlguy.com>
2000-05-19 22:14:22 +00:00
Will Andrews
e2b6f26f91 Update to ircII 4.4U, and change MAINTAINER to someone more active.
Approved by:	asami
2000-05-19 18:51:38 +00:00
Will Andrews
a355f99ef3 Update MUH to 2.0.5c.
Submitted by:	Anders Andersson <anders@sanyusan.se>
Approved by:	billf (maint)
2000-05-17 08:51:29 +00:00
Chris Piazza
ebd0220b4c Update to 1.2
PR:		18331
Submitted by:	Dave McKay <dave@mu.org>
2000-05-06 20:53:49 +00:00
Chris Piazza
a9a307770c Update to 0.99.6
PR:		18338
Submitted by:	Dave McKay <dave@elvis.mu.org>
2000-05-06 20:47:38 +00:00
Jim Mock
e497f88ff6 Whoops, 1.4 in the MASTER_SITES should be 1.5. I guess that's what I get
for fetching the tarball manually first.

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-04-25 16:14:24 +00:00
Jim Mock
9d814ea978 Update to version 1.5.0. 2000-04-24 22:56:41 +00:00
Justin M. Seger
a8d5ab329c Upgrade to zircon-1.18.243.tar.gz 2000-04-23 15:40:05 +00:00
Vanilla I. Shu
a0f96c0212 Upgrade
p5-Authen-PAM => 0.09
	p5-Chart-PNGgraph => 1.21
	p5-FastCGI => 0.52
	p5-GD => 1.27
	p5-GD-Graph => 1.30
	p5-HTML-Stream => 1.45
	p5-IMAP-Admin => 1.2.2
	p5-IRC => 0.63
	p5-Image-Size => 2.901
	p5-MIME-Lite => 1.137
	p5-MIME-Tools => 4.124
	p5-Mail-POP3Client => 2.6
	p5-Mail-Tools => 1.1401
	p5-MatrixReal => 1.3a5
	p5-Net-Whois => 1.9
	p5-Parse-RecDescent => 1.78
	p5-Proc-Simple => 1.14
	p5-Term-ReadKey => 2.14
	p5-Text-Template => 1.23
	p5-Time => 100.010301
	p5-TimeDate => 1.09
	p5-Tk => 800.021
	p5-XML-Parser => 2.28
2000-04-23 12:25:12 +00:00
Chris Piazza
5ab135968f Need a subdir in the master site 2000-04-22 23:49:56 +00:00
Michael Haro
94a193f3ef whitespace nits 2000-04-22 00:20:14 +00:00
Chris Piazza
81a9baaf3b Update master sites 2000-04-19 03:30:05 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
R. Imura
9520b567dd Setting DISTNAME correctly. 2000-04-15 12:58:16 +00:00
Will Andrews
fd69975780 Minor changes:
1) Move kvirc to use Qt 2.1. Patch added assists with this.
  2) Add support for multi-byte people, through SS_X_EXTRA_LIBS=-lxpg4.

Submitted by:	imura (#2)
Reported by:	Vladimir B. Grebenschikov <vova@express.ru>
2000-04-15 00:18:30 +00:00
Jim Mock
0b32dc9e2b Add SOCKS support.
Submitted by:	dburr
2000-04-14 18:18:37 +00:00
Michael Haro
0b7b87e184 fix typo 2000-04-12 16:16:27 +00:00
Satoshi Asami
cdd232678c Typo (PORTVESION -> PORTVERSION). 2000-04-12 11:19:03 +00:00
David E. O'Brien
19a18df8d0 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:28:35 +00:00
Jim Mock
e6ac1ca7b8 Update to version 1.4.2. 2000-04-07 08:37:57 +00:00
Will Andrews
465a239b50 Change "jensen@arizona.edu" to "toast@blackened.com".
Requested by:	maintainer
2000-03-25 22:14:52 +00:00
Will Andrews
97af65b89c Change MAINTAINER to toast@blackened.com, the author of blackened. I've
wanted to do this for some time now.

Responsibility accepted by:	toast@blackened.com
2000-03-25 22:12:56 +00:00
Will Andrews
39dbfd7b44 Finally fix irc/kvirc pakaging. Sorry this didn't make it in 4.0! :-(
Submitted by:	imura (on mailing list)
2000-03-22 23:45:54 +00:00
Matthew Hunt
f54185dbe3 Distfile and web site have gone missing. Host distfile on my
people.FreeBSD.org space.  Delete "WWW:" portion of pkg/DESCR.
2000-03-22 21:32:26 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
Chris D. Faulhaber
e3cfbd1798 Add MASTER_SITE
Remove MASTER_SITE whose IP is the same as the other

PR:		17320
Submitted by:	Maintainer
2000-03-21 00:13:18 +00:00
Kris Kennaway
9df76a88cd Upgrade to ircII 4.4S, an actively-developed version which has had many
changes since the 4.4 release. In particular ipv6 support is now claimed
and it fixes at least one serious security hole.
2000-03-19 23:39:37 +00:00
Satoshi Asami
87bcc4026b Mark this port forbidden, it has a security hole.
Reported by:	maintainer, kris
2000-03-13 02:59:46 +00:00
Chris D. Faulhaber
1de8a01db5 * Added a patch so that GTK BitchX will compile
* Made #define WANT_CHAN_NICK_SERV to be enabled by default in config.h
  as requested by Cliff Rowley <dozprompt@onsea.com>. This will enable
  a few aliases for services commands.

PR:		17078
Submitted by:	Maintainer
2000-03-11 15:25:38 +00:00
Thomas Gellekum
adb1665eca Fix PLIST for -stable. I don't get the same PLIST error that bento
shows; it.mo is installed correctly on my system.

PR:		16996
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-10 13:27:34 +00:00
Jim Mock
524c998d92 Update to version 1.4.1 2000-03-09 19:56:27 +00:00
Bill Fumerola
82b20c0b3b fennerage / upgrade to 2.05a 2000-03-08 02:56:47 +00:00
Chris Piazza
5b1f89cf01 Update to 1.8i6
PR:		17203
Submitted by:	maintainer
2000-03-08 01:10:52 +00:00
Chris Piazza
0edfd5574a Update to 0.99.4
This fixes some small security issues.
2000-03-08 00:50:37 +00:00
Jim Mock
5f8baf4932 Update to version 0.7.27.
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-26 02:25:50 +00:00