diff options
Diffstat (limited to 'net/zircon')
-rw-r--r-- | net/zircon/Makefile | 32 | ||||
-rw-r--r-- | net/zircon/files/md5 | 3 | ||||
-rw-r--r-- | net/zircon/files/patch-sum | 3 | ||||
-rw-r--r-- | net/zircon/patches/patch-aa | 47 | ||||
-rw-r--r-- | net/zircon/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/zircon/pkg/DESCR | 13 | ||||
-rw-r--r-- | net/zircon/pkg/MESSAGE | 6 | ||||
-rw-r--r-- | net/zircon/pkg/PLIST | 171 |
8 files changed, 0 insertions, 276 deletions
diff --git a/net/zircon/Makefile b/net/zircon/Makefile deleted file mode 100644 index 6b11533bab1..00000000000 --- a/net/zircon/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2000/08/31 13:59:55 jwise Exp $ -# - -DISTNAME= zircon-1.18.245 -CATEGORIES= net -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/net/zircon/files/md5 b/net/zircon/files/md5 deleted file mode 100644 index 7e8dbcab7bb..00000000000 --- a/net/zircon/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.5 2000/08/31 13:59:55 jwise Exp $ - -MD5 (zircon-1.18.245.tar.gz) = ba5211b1a79770b3649b1dd1342b780d diff --git a/net/zircon/files/patch-sum b/net/zircon/files/patch-sum deleted file mode 100644 index 5dea14bd6e6..00000000000 --- a/net/zircon/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:12:33 agc Exp $ - -MD5 (patch-aa) = 2ed1acf333607a0da54dd8b276c694e7 diff --git a/net/zircon/patches/patch-aa b/net/zircon/patches/patch-aa deleted file mode 100644 index 1db01accd03..00000000000 --- a/net/zircon/patches/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ -$NetBSD: patch-aa,v 1.1 1998/09/05 20:19:16 frueauf 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/net/zircon/pkg/COMMENT b/net/zircon/pkg/COMMENT deleted file mode 100644 index 7236af5df63..00000000000 --- a/net/zircon/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -X11 interface to Internet Relay Chat diff --git a/net/zircon/pkg/DESCR b/net/zircon/pkg/DESCR deleted file mode 100644 index 3ef52d319ec..00000000000 --- a/net/zircon/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -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/net/zircon/pkg/MESSAGE b/net/zircon/pkg/MESSAGE deleted file mode 100644 index cb8080c7bb4..00000000000 --- a/net/zircon/pkg/MESSAGE +++ /dev/null @@ -1,6 +0,0 @@ -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/net/zircon/pkg/PLIST b/net/zircon/pkg/PLIST deleted file mode 100644 index 4a9bcef2fb9..00000000000 --- a/net/zircon/pkg/PLIST +++ /dev/null @@ -1,171 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2000/08/31 21:48:51 jwise 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 |