summaryrefslogtreecommitdiff
path: root/irc/trickyirc
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-21 01:19:38 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-21 01:19:38 +0000
commit099ee3254db023e541e66269ffa5bfbceb4952ef (patch)
tree33171033517bee3da530fb8fc6adbbba7bb385b7 /irc/trickyirc
parentRemove NO_LATEST_LINK (diff)
Import of trickyirc
TrickyIRC combines the functionality of screen and BNC, that is, it allows you to detach and reattach from an IRC session without actually disconnecting from the server. PR: 12313 Submitted by: Adam 'Troll' Strohl <troll@digitalspark.net>
Notes
Notes: svn path=/head/; revision=19596
Diffstat (limited to 'irc/trickyirc')
-rw-r--r--irc/trickyirc/Makefile29
-rw-r--r--irc/trickyirc/distinfo1
-rw-r--r--irc/trickyirc/files/patch-aa15
-rw-r--r--irc/trickyirc/files/patch-ab11
-rw-r--r--irc/trickyirc/pkg-comment1
-rw-r--r--irc/trickyirc/pkg-descr7
-rw-r--r--irc/trickyirc/pkg-message10
-rw-r--r--irc/trickyirc/pkg-plist5
8 files changed, 79 insertions, 0 deletions
diff --git a/irc/trickyirc/Makefile b/irc/trickyirc/Makefile
new file mode 100644
index 000000000000..6552f5579523
--- /dev/null
+++ b/irc/trickyirc/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: TrickyIRC
+# Version required: 0.99
+# Date created: Jun 20th 1999
+# Whom: Trolld
+#
+# $Id$
+#
+
+DISTNAME= TrickyIRC-0.99
+PKGNAME= trickyirc-0.99
+CATEGORIES= net
+MASTER_SITES= http://www.leb.net/~troll/
+
+MAINTAINER= troll@digitalspark.net
+
+MAKEFILE= GNUmakefile
+WRKSRC= ${WRKDIR}/trickyirc
+USE_GMAKE= YES
+
+post-install:
+ @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC
+ @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC
+ ${INSTALL_DATA} ${WRKSRC}/config.sample \
+ ${PREFIX}/share/examples/TrickyIRC
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${PREFIX}/share/doc/TrickyIRC
+ @${CAT} ${PKGDIR}/MESSAGE | ${SED} -e s:/usr/local:${PREFIX}:
+
+.include <bsd.port.mk>
diff --git a/irc/trickyirc/distinfo b/irc/trickyirc/distinfo
new file mode 100644
index 000000000000..49340ded2226
--- /dev/null
+++ b/irc/trickyirc/distinfo
@@ -0,0 +1 @@
+MD5 (TrickyIRC-0.99.tar.gz) = dd4bb80f311443dae8c8eb8f5e65e2ce
diff --git a/irc/trickyirc/files/patch-aa b/irc/trickyirc/files/patch-aa
new file mode 100644
index 000000000000..c19a7a4f137b
--- /dev/null
+++ b/irc/trickyirc/files/patch-aa
@@ -0,0 +1,15 @@
+--- core/make/platforms.mk.orig Thu May 27 01:59:29 1999
++++ core/make/platforms.mk Sun Jun 20 17:15:46 1999
+@@ -2,10 +2,10 @@
+ #
+
+ ifeq (${OS},UNIX)
+- CC= gcc
++ CC?= gcc
+ MAKE= gmake
+ SHOWOFFCC_OPTS= -Wall -Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return
+- OPTCC_OPTS= -O
++ OPTCC_OPTS= ${CFLAGS}
+ BASECC_OPTS= -c -x ${LANG} -ggdb -DUNIX
+ BASELINK_OPTS= ${LIBRARYPATH} -ggdb
+ MAKE_OPTS=
diff --git a/irc/trickyirc/files/patch-ab b/irc/trickyirc/files/patch-ab
new file mode 100644
index 000000000000..de5119ebbe6c
--- /dev/null
+++ b/irc/trickyirc/files/patch-ab
@@ -0,0 +1,11 @@
+--- tricky/GNUmakefile.orig Sun Jun 20 18:11:23 1999
++++ tricky/GNUmakefile Sun Jun 20 18:11:34 1999
+@@ -4,7 +4,7 @@
+ VERREV= 9
+
+ BINNAME= tricky
+-INSTALLDIR= /usr/local/bin/
++INSTALLDIR= ${PREFIX}/bin/
+
+ BACKPATH= ../
+
diff --git a/irc/trickyirc/pkg-comment b/irc/trickyirc/pkg-comment
new file mode 100644
index 000000000000..764e040f476a
--- /dev/null
+++ b/irc/trickyirc/pkg-comment
@@ -0,0 +1 @@
+Allows client independent detaching and reattaching of IRC sessions.
diff --git a/irc/trickyirc/pkg-descr b/irc/trickyirc/pkg-descr
new file mode 100644
index 000000000000..1720668bc60f
--- /dev/null
+++ b/irc/trickyirc/pkg-descr
@@ -0,0 +1,7 @@
+This program is a combination of screen and BNC. It allows you to detach
+and reattach from an IRC session without actually disconnecting from IRC.
+
+---------------------------------
+- Trolld
+- troll@digitalspark.net
+-
diff --git a/irc/trickyirc/pkg-message b/irc/trickyirc/pkg-message
new file mode 100644
index 000000000000..e553de2619ef
--- /dev/null
+++ b/irc/trickyirc/pkg-message
@@ -0,0 +1,10 @@
+*********************************************************************
+You need to do the following to be able to actually use TrickyIRC:
+
+mkdir ~/.trickyirc/; mkdir ~/.trickyirc/logs/
+
+Edit the /usr/local/share/examples/TrickyIRC/config.sample file
+and save it as ~/.trickyirc/config.
+
+Please read /usr/local/share/doc/TrickyIRC/README before using!
+*********************************************************************
diff --git a/irc/trickyirc/pkg-plist b/irc/trickyirc/pkg-plist
new file mode 100644
index 000000000000..0a91d2f806ad
--- /dev/null
+++ b/irc/trickyirc/pkg-plist
@@ -0,0 +1,5 @@
+bin/tricky
+share/doc/TrickyIRC/README
+share/examples/TrickyIRC/config.sample
+@dirrm share/doc/TrickyIRC
+@dirrm share/examples/TrickyIRC