diff options
author | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
commit | c14570556499bf6fff1ea3aae45ddfecf11f6e64 (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/zircon | |
parent | 457d8e87adf2eec3c960d68d946b92357ed076e8 (diff) | |
download | pkgsrc-c14570556499bf6fff1ea3aae45ddfecf11f6e64.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/zircon')
-rw-r--r-- | chat/zircon/Makefile | 32 | ||||
-rw-r--r-- | chat/zircon/files/md5 | 3 | ||||
-rw-r--r-- | chat/zircon/files/patch-sum | 3 | ||||
-rw-r--r-- | chat/zircon/patches/patch-aa | 47 | ||||
-rw-r--r-- | chat/zircon/pkg/COMMENT | 1 | ||||
-rw-r--r-- | chat/zircon/pkg/DESCR | 13 | ||||
-rw-r--r-- | chat/zircon/pkg/MESSAGE | 6 | ||||
-rw-r--r-- | chat/zircon/pkg/PLIST | 171 |
8 files changed, 276 insertions, 0 deletions
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile new file mode 100644 index 00000000000..eb5c46ce1ce --- /dev/null +++ b/chat/zircon/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $ +# + +DISTNAME= zircon-1.18.245 +CATEGORIES= chat +MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ + +MAINTAINER= frueauf@netbsd.org +HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/ + +DEPENDS+= tk-8.3.2:../../x11/tk + +IS_INTERACTIVE= yes +NO_BUILD= yes + +post-patch: + @${MV} ${WRKSRC}/installer/unix.tcl ${WRKSRC}/installer/unix.tcl.bak + @${SED} -e 's|@@@PREFIX@@@|${PREFIX}|g' \ + < ${WRKSRC}/installer/unix.tcl.bak \ + > ${WRKSRC}/installer/unix.tcl + +do-install: + @${ECHO} "" + @${ECHO} "Please just click <Install> and <Quit> to ensure proper installation." + @${ECHO} "" + @( cd ${WRKSRC} && ./installZircon ) + @${MKDIR} ${PREFIX}/share/doc/zircon +.for file in BUGS COPYRIGHT FAQ MANUAL MIRRORS README.ONS README.load README.look README.prefs TODO + @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/zircon +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/zircon/files/md5 b/chat/zircon/files/md5 new file mode 100644 index 00000000000..ab378b1f1c5 --- /dev/null +++ b/chat/zircon/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $ + +MD5 (zircon-1.18.245.tar.gz) = ba5211b1a79770b3649b1dd1342b780d diff --git a/chat/zircon/files/patch-sum b/chat/zircon/files/patch-sum new file mode 100644 index 00000000000..191275aa5ee --- /dev/null +++ b/chat/zircon/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $ + +MD5 (patch-aa) = 2ed1acf333607a0da54dd8b276c694e7 diff --git a/chat/zircon/patches/patch-aa b/chat/zircon/patches/patch-aa new file mode 100644 index 00000000000..11eb174478b --- /dev/null +++ b/chat/zircon/patches/patch-aa @@ -0,0 +1,47 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $ + +--- installer/unix.tcl-orig Wed Mar 25 11:36:03 1998 ++++ installer/unix.tcl Sat Sep 5 20:42:47 1998 +@@ -19,7 +19,7 @@ + global Type types Lib Bin CC LD Version Patchlevel Wish types cflags\ + libs share SCflag GCC SLDflag CFlags TIDir v7 SED go NoGUI Xtn + # +- set types {AIX Alpha BSDI FreeBSD HP-UX IRIX Linux OSF1 {SunOS 4} {SunOS 5} UNIX_SV} ++ set types {AIX Alpha BSDI FreeBSD NetBSD HP-UX IRIX Linux OSF1 {SunOS 4} {SunOS 5} UNIX_SV} + # + array set cflags { + HP-UX {+O3 -Aa -D_HPUX_SOURCE} +@@ -30,6 +30,7 @@ + HP-UX {+z} + IRIX {-KPIC} + FreeBSD {-fpic} ++ NetBSD {-fPIC} + SCO {-Kpic -belf} + {SunOS 4} {-PIC} + {SunOS 5} {-KPIC} +@@ -53,6 +54,7 @@ + IRIX {-shared -rdata_shared} + AIX {-bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512} + FreeBSD {-Bshareable -x} ++ NetBSD {-sharead -x} + SCO {-G} + OSF1 {-shared -expect_unresolved} + Linux {-shared} +@@ -149,7 +151,7 @@ + # + proc getLib {} { + global Lib +- switch {} $Lib {set Lib /usr/local/lib/zircon} ++ switch {} $Lib {set Lib @@@PREFIX@@@/share/zircon} + } + # + proc getWish {} { +@@ -175,7 +177,7 @@ + return + } + } +- set Bin /usr/local/bin ++ set Bin @@@PREFIX@@@/bin + } + # + proc getCC {} { diff --git a/chat/zircon/pkg/COMMENT b/chat/zircon/pkg/COMMENT new file mode 100644 index 00000000000..7236af5df63 --- /dev/null +++ b/chat/zircon/pkg/COMMENT @@ -0,0 +1 @@ +X11 interface to Internet Relay Chat diff --git a/chat/zircon/pkg/DESCR b/chat/zircon/pkg/DESCR new file mode 100644 index 00000000000..3ef52d319ec --- /dev/null +++ b/chat/zircon/pkg/DESCR @@ -0,0 +1,13 @@ +Zircon is an X11 interface to Internet Relay Chat. The software +is written in tcl/tk and uses its native features to provide network +communications. Suggestions for improvements to Zircon are welcome. +The author particularly interested in making the system useful for +those users in groups where JIPS and other national character sets +are used. + +Zircon has more features than you could possibly imagine and +implements nearly everything that the irc II clients support as +well as many other useful and interesting features. This reflects +the power of tcl/tk and not wonderful programming (the programming +is wonderful of course, but that is an aside). The tcl/tk system +is excellent, and you need it on your machine NOW! diff --git a/chat/zircon/pkg/MESSAGE b/chat/zircon/pkg/MESSAGE new file mode 100644 index 00000000000..cb8080c7bb4 --- /dev/null +++ b/chat/zircon/pkg/MESSAGE @@ -0,0 +1,6 @@ +You might want to set the following environment variables in your +favourite shell rc file: + + IRCNICK : to set your nick + IRCNAME : to set your irc name + IRCSERVER : to set the server to use diff --git a/chat/zircon/pkg/PLIST b/chat/zircon/pkg/PLIST new file mode 100644 index 00000000000..ccdd603a4c0 --- /dev/null +++ b/chat/zircon/pkg/PLIST @@ -0,0 +1,171 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:29 wiz Exp $ +bin/zircon +share/doc/zircon/BUGS +share/doc/zircon/COPYRIGHT +share/doc/zircon/FAQ +share/doc/zircon/MANUAL +share/doc/zircon/MIRRORS +share/doc/zircon/README.ONS +share/doc/zircon/README.load +share/doc/zircon/README.look +share/doc/zircon/README.prefs +share/doc/zircon/TODO +share/zircon/gifs/arc.gif +share/zircon/gifs/button.gif +share/zircon/gifs/ii.gif +share/zircon/gifs/key.gif +share/zircon/gifs/line.gif +share/zircon/gifs/lock.gif +share/zircon/gifs/log.gif +share/zircon/gifs/noii.gif +share/zircon/gifs/none.gif +share/zircon/gifs/nospeak.gif +share/zircon/gifs/off.gif +share/zircon/gifs/off1.gif +share/zircon/gifs/on.gif +share/zircon/gifs/on1.gif +share/zircon/gifs/oval.gif +share/zircon/gifs/polygon.gif +share/zircon/gifs/rectangle.gif +share/zircon/gifs/speak.gif +share/zircon/gifs/text.gif +share/zircon/gifs/unlock.gif +share/zircon/gifs/zircon.gif +share/zircon/gifs/zlogo.gif +share/zircon/help/Netspaces +share/zircon/help/Zircon/Bindings +share/zircon/help/Zircon/CommandLine +share/zircon/help/Zircon/Environment +share/zircon/help/Zircon/Ons +share/zircon/help/Zircon/Windows/Channel +share/zircon/help/Zircon/Windows/Control +share/zircon/help/Zircon/Windows/Info +share/zircon/help/Zircon/Windows/Message +share/zircon/installed +share/zircon/lang/bulgar.tcl +share/zircon/lang/catala.tcl +share/zircon/lang/deutsch.tcl +share/zircon/lang/english.tcl +share/zircon/lang/espanol.tcl +share/zircon/lang/esperanto.tcl +share/zircon/lang/francais.tcl +share/zircon/lang/italiano.tcl +share/zircon/lang/magyar.tcl +share/zircon/lang/nihongo.tcl +share/zircon/lang/norsk.tcl +share/zircon/lang/suomi.tcl +share/zircon/lib/Away.tcl +share/zircon/lib/Button.tcl +share/zircon/lib/Channel.tcl +share/zircon/lib/Chat.tcl +share/zircon/lib/Classes.tcl +share/zircon/lib/Consts.tcl +share/zircon/lib/Control.tcl +share/zircon/lib/DALnet.tcl +share/zircon/lib/Entry.tcl +share/zircon/lib/Frame.tcl +share/zircon/lib/Friend.tcl +share/zircon/lib/Friends.tcl +share/zircon/lib/Help.tcl +share/zircon/lib/IRC.tcl +share/zircon/lib/Ignore.tcl +share/zircon/lib/Info.tcl +share/zircon/lib/Interface.tcl +share/zircon/lib/List.tcl +share/zircon/lib/Log.tcl +share/zircon/lib/Look.tcl +share/zircon/lib/Mac.tcl +share/zircon/lib/Message.tcl +share/zircon/lib/Monitor.tcl +share/zircon/lib/Net.tcl +share/zircon/lib/Netspace.tcl +share/zircon/lib/Notice.tcl +share/zircon/lib/Notrace.tcl +share/zircon/lib/Object.tcl +share/zircon/lib/On.tcl +share/zircon/lib/Protect.tcl +share/zircon/lib/SOCKS.tcl +share/zircon/lib/Server.tcl +share/zircon/lib/Service.tcl +share/zircon/lib/Sound.tcl +share/zircon/lib/Split.tcl +share/zircon/lib/Tags.tcl +share/zircon/lib/Topic.tcl +share/zircon/lib/Tracing.tcl +share/zircon/lib/Undernet.tcl +share/zircon/lib/Unix.tcl +share/zircon/lib/User.tcl +share/zircon/lib/Util.tcl +share/zircon/lib/WBoard.tcl +share/zircon/lib/Window.tcl +share/zircon/lib/Windows.tcl +share/zircon/lib/bindings.tcl +share/zircon/lib/confChan.tcl +share/zircon/lib/confInfo.tcl +share/zircon/lib/confTab.tcl +share/zircon/lib/config.tcl +share/zircon/lib/ctcp.tcl +share/zircon/lib/dbgsrv.tcl +share/zircon/lib/debug.tcl +share/zircon/lib/dialog.tcl +share/zircon/lib/errors.tcl +share/zircon/lib/frivol.tcl +share/zircon/lib/initial.tcl +share/zircon/lib/main.tcl +share/zircon/lib/misc.tcl +share/zircon/lib/misc2.tcl +share/zircon/lib/pkgIndex.tcl +share/zircon/lib/plugin.tcl +share/zircon/lib/saverc.tcl +share/zircon/lib/servers.tcl +share/zircon/lib/tcl75.tcl +share/zircon/lib/tcl76.tcl +share/zircon/lib/tcl80.tcl +share/zircon/lib/tcl81.tcl +share/zircon/lib/tcl82.tcl +share/zircon/lib/tcl83.tcl +share/zircon/lib/tcl84.tcl +share/zircon/lib/upgrade.tcl +share/zircon/lib/userCmds.tcl +share/zircon/lib/zircon.tcl +share/zircon/look/standard.tcl +share/zircon/plugins/Dcc/auto.tcl +share/zircon/plugins/Dcc/chat.tcl +share/zircon/plugins/Dcc/dcc.tcl +share/zircon/plugins/Dcc/dccget.tcl +share/zircon/plugins/Dcc/dccsend.tcl +share/zircon/plugins/Dcc/pkgIndex.tcl +share/zircon/plugins/Dcc/send.tcl +share/zircon/plugins/MsgOps/setup.tcl +share/zircon/plugins/NoticeOps/setup.tcl +share/zircon/plugins/Sed/decrypt.tcl +share/zircon/plugins/Sed/pkgIndex.tcl +share/zircon/samples/zircon.ad +@exec mkdir -p %D/share/zircon/help/Channels +@exec mkdir -p %D/share/zircon/help/Servers +@exec mkdir -p %D/share/zircon/help/Services +@exec mkdir -p %D/share/zircon/help/Users +@exec mkdir -p %D/share/zircon/scripts +@exec mkdir -p %D/share/zircon/sounds +@dirrm share/doc/zircon +@dirrm share/zircon/help/Zircon/Windows +@dirrm share/zircon/help/Zircon +@dirrm share/zircon/help/Channels +@dirrm share/zircon/help/Servers +@dirrm share/zircon/help/Services +@dirrm share/zircon/help/Users +@dirrm share/zircon/help +@dirrm share/zircon/gifs +@dirrm share/zircon/lang +@dirrm share/zircon/lib +@dirrm share/zircon/look +@dirrm share/zircon/plugins/Dcc +@dirrm share/zircon/plugins/MsgOps +@dirrm share/zircon/plugins/NoticeOps +@dirrm share/zircon/plugins/Sed +@dirrm share/zircon/plugins +@dirrm share/zircon/samples +@dirrm share/zircon/scripts +@dirrm share/zircon/sounds +@dirrm share/zircon/lib +@dirrm share/zircon |