Commit graph

48 commits

Author SHA1 Message Date
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
rillig
68b84d4b6b Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail. 2007-06-26 09:01:49 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
mrg
8094c9497e update to ircII 20060725. changes include:
o  remove dead /set use_old_msg variable
  o  lex is no longer required for any part of ircII
  o  fixed /set irchost vs /set irc_encoding problem
2006-07-26 02:21:35 +00:00
mrg
e2caa0527c update to ircII 20060721. changes include:
o  default status line now tells you when you are scrolled up
  o  new variables status_scrolled and status_scrolled_lines
  o  new status format modifiers %P and %s
  o  fixed a bug with the input prompt being overtaken
  o  /set translation has been removed.  all encoding support now depends
     on the existance of iconv(3) support, enhancing the capabilities and
     correctness of codeset conversion.  the translation and iso2022_support
     variables have been replaced with input_encoding, display_encoding
     and irc_encoding
  o  /msg -server <servergroup|servername|number> <target> <message>
     now works to send message on specific servers ie, other than the
     current window's server
  o  support new $IRCSERVERSFILE that overrides $LIBDIR/ircII.servers
2006-07-22 09:13:10 +00:00
jlam
8e7eb9771c Manage compression of the help files using the doc-compress script
and be more precise about which files are handled instead of touching
all the files in share/irc/help.  Also, use PLIST_SUBST instead of
manually replacing @GZ@ in the PLIST.
2006-06-14 14:23:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
ben
e5403873c3 The ircII non-blocking code does not work correctly on Interix, disable it. 2006-01-01 16:17:15 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
cb84dd326b Convert to options framework. 2005-06-02 22:21:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mrg
7a0e124755 update to ircii 20040820. changes include:
o  /msg . now works for ICB mode as well
  o  /topic now works by default for ICB
  o  fix building on SunOS4 with GCC
2004-08-20 03:20:54 +00:00
grant
72a6bfc4de s,/etc/mk.conf,${MAKECONF}, in a comment. 2004-04-14 17:33:38 +00:00
snj
6ea4911e1f Add a couple of scripts to PLIST, add a HOMEPAGE, bump PKGREVISION.
Okayed by jmmv.
2004-02-21 22:06:37 +00:00
mrg
c0a8d37041 update to ircii 20040216. notable changes include:
o  various documentation updates
  o  ircii now requires an ANSI C compiler (such as GCC) to compile
  o  new /SET SWITCH_TO_QUIET_CHANNELS that allows SWITCH_CHANNELS binding
     to ignore "quiet" channels.
  o  fixed the --without-emacs-meta-keys option to really be the default
  o  /hush support in ICB
  o  new example script ``multichan'' for maintaining multiple server
     and channel configurations.
  o  renamed /ON ICB_MOTD to ICB_CMDOUT and fixed it as well
  o  removed old "SED" useless encryption
  o  add /ON TOPIC support for ICB
  o  builds on solaris out-of-box again
2004-02-16 09:25:53 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
88bdf50ea4 remove a superfluous comment. 2004-01-05 11:16:31 +00:00
jlam
5380074fc9 bl3ify 2004-01-05 11:15:09 +00:00
keihan
d7bcef6684 Add my official mirror to the list of sites. 2003-12-16 08:08:59 +00:00
cjep
faf214dd25 On Solaris link with socket and nsl libs. Fixes build on Solaris. 2003-11-25 13:35:20 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
mrg
c27909a84c update to ircii 20030709. changes include:
o  turned on SO_REUSEADDR for most connections
o  /DCC RAW works when disconnected again
o  several bugs fixed
o  new /set dccport and /set bind_local_dcchost variables to give
   the user full control over how dcc requests are sent.
o  new /on os_signal to give user-access to receiving UNIX signals
o  /set beep_on_msg now works for ICB messages and groups (public)
o  the --without-emacs-meta-keys configure option is now the default
o  the emacs meta key bindings for M-b and M-d were fixed
2003-07-09 18:15:16 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
mrg
cfa4e4f10f update to ircii 20030315:
o  fixed several display and status bugs introduced in 20030314.
2003-03-16 01:56:53 +00:00
mrg
90fe911945 update to ircii 20030314. changes since ircII 20021103:
o  server's added by /server are no longer removed if they fail to connect.
  o  SEVERAL REMOTE HOLES FIXED in ctcp, status & other code
  o  fix ICB /msg to names starting with a /.  you can now /msg \/oink to send
     a message to "/oink".  if you previously were able to /msg \oink you now
     have to /msg \\oink.
  o  arithmetic "|" now works properly
  o  fix ICB /msg with a user the same name as the channel
  o  fix ICB group's and user's with comma's in them
  o  /notify and /timer always go to level crap now
  o  fix nickname response lossage
  o  fix $connect() hich was broken recently
  o  fix "irc -h" which was broken recently
  o  fix "dcc close raw" which was broken recently
2003-03-14 12:59:03 +00:00
lukem
7dcb67b688 patch from mrg@ to fix coredump when a connection to a server fails 2003-02-18 02:29:14 +00:00
mrg
ab577576ea update to ircii 20021103. changes include:
o  fix random bugs
  o  fix a problem with new ICB group name changes message format
  o  new /on icb_who and /on icb_motd
  o  all high control chars should be now properly filtered avoiding
     pretend output
  o  fix help page bugs
  o  fix meta5, meta6, meta7 and meta8, which behaved as if you had always
     hitten them once you had (ie sticky forever)
  o  avoid crashes in /help
2002-11-15 12:14:18 +00:00
mrg
73dad376e9 update to ircii 20020912. changes are:
o  /join group can now move an ICB group to a different window
  o  add ICB support for /join -force and /join -invite
  o  echoing bold / inverse / underline chars immediately after one
     another now works properly in all cases
  o  DCC and IPv6 now works.  ircII can DCC CHAT via IPv6 with irssi
  o  new /set dcchost to change the dcc source host.  this changes what
     the -H flag sets at start up
  o  IPv6 support split into pure-IPv6 and new socket API support, with
     replacements for the latter being provided if they do not exist.
     PLEASE NOTE: this may cause ./configure or build failures due to
     gethostbyname(), getaddrinfo(), getnameinfo(), freeaddrinfo(),
     inet_pton() or inet_ntop() lossage.  please report via ircbug
  o  /dcc talk, /dcc summon, and /dcc tmsg are no longer supported
  o  /on ctcp_reply, /on notice, /on encrypted_notice and /on flood all
     now provide the target of the /on as $1.  PLEASE NOTE: this will
     affect old scripts.  use if (V > 20020902) to check for the new
     behaviour
  o  nearly all reported bugs fixed
  o  /xecho -level should now work for channel traffic as wel.  PLEASE
     NOTE: this will probably cause some messages to go to a different
     window now than they used to - possibly a bug!  please report any
     such changes that do not seem correct
  o  connections to multi-homed hosts not listening on all IP addresses
     now works in all cases
  o  new /setenv & /unsetenv commands
  o  /log core dump fixes
  o  help file fixes
  o  new `fkeys' script to make it possible to bind function keys
  o  irc -t is now the default.  use -T to get ti/te sequences
  o  long ICB messages are now always split up correctly
  o  various minor bug fixes
  o  2.8script/newaway/default scripts "n.o" alias unified
2002-09-13 03:12:16 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
mrg
303e17f080 add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} line
in PLIST.  now we only have to update VERS=.  (thanks nick.)
2002-04-03 14:00:49 +00:00
mrg
d22a551585 update to ircii-20020403. highlights include:
o  new /on dcc_list hook, for /dcc list output
	o  /dcc list bug fixed
	o  status clock gets very slow bug fixed
	o  fix /window new server foo.com channel #foo,foo
	o  fix build problem on BSD/OS 4.3
	o  new --disable-non-blocking to turn off non blocking connects
	o  new /load autoquery, to automatically create a new query window
	   when /msg'ing.  apparently like mIRC
	o  /whois works on ICB again
	o  multi-server connections should work much better now, including
	   when loaded from a script
	o  new help file for /window where, missing since forever
	o  server "." refers to the last connected server in this window, eg
	   `/window server .' and `/server .'
2002-04-03 13:42:01 +00:00
mrg
b312df79aa upgrade to ircii 20020322.
Changes since ircII 20020321:

  o  fix a severe bug in several window information functions
2002-03-21 16:30:59 +00:00
mrg
8b40b6ab47 update to ircII 20020321. from the NEWS file:
o  /save -all works properly now
o  new server server groups can be listed in $IRCSERVER by prefixing
   :group: to the server name, eg, IRC/:lamenet:irc.lamenet.org:666
o  fix /set status_voice
o  add /server -group, allowing proper multi-network configuration
o  fix tabkey for people who join channels
o  fix many $functions() to work properly in multi-server context, and
   no longer use the current window
o  enhance $ignored()
o  add missing docs for /set tab, decrypt_program, show_stars and
   iso2022_support
o  new /on window_list for /window list output hookery
o  /window create now takes -xterm and -screen flags to force either a
   xterm or screen window to be created, rather than forcing the choice
o  /on flood support for ICB
2002-03-21 15:29:50 +00:00
mrg
73e9f1c262 update to version 20020310. changes since ircII 20011210:
o  fixes for server passwords
  o  fix for linking on solaris
  o  don't send notices that are flooding as if they are public notices
  o  bug fix to keep track of my own nickname
  o  /on foo will now show fuzzy matches again "foo" instead of complaining
     about ambiguity
  o  /window create should work properly now, no i really mean it this time
  o  random bug fixes
  o  /window create windows now have input buffers that do not interfere
     with each other
  o  new $filestat() function
  o  /timer is now sub-second aware
  o  raw DCC core dump bug fixes
2002-03-10 10:37:27 +00:00
tron
981a75b1c7 Move definition of "WRKSRC" to the correct position. 2001-12-19 10:59:43 +00:00
mrg
43068be68e upgrade to ircii 20011210. this includes:
o  new /on raw_send
    o  new /exec -filter option
    o  fixed mIRC colour code handling
    o  enhanced redirection to multiple targets
    o  bug fix for $mid()
    o  bug fix for when resizing to a smaller window
    o  other bug fixes
2001-12-10 13:38:29 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
f6fd18f97c Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-15 12:22:16 +00:00
mrg
4158b4784d update to ircII 20010612. mostly a bug fix release, though with these
new features:
	- japanese support
	- ignored(), notify(), screens() & windows() functions
	- listidle script
2001-07-07 20:54:52 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
wennmach
c0558c73e0 Add a CONFLICTS entry for blackened.
Detected by pkgconflict.
2001-04-12 10:35:41 +00:00
wiz
2db9056f6e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:41:26 +00:00
tron
16e1f88a9f Make this package build on Solaris. 2001-01-11 11:00:24 +00:00
mrg
5a9479eef4 update to 20001231. changes include:
- new -t/-T (already in pkgsrc version)
	- cygwin termcap support
	- severel new core dumps fixed
	- support for ICB groups called, eg, "/quit"
	- better mIRC colour support
2000-12-31 06:45:17 +00:00
wiz
ae7f28b14b Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
2000-12-15 00:36:25 +00:00