summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-08 05:43:54 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-08 05:43:54 +0000
commit2ce57b41506a8c8b3ac1907d2a25c6dbf878f593 (patch)
tree2b1611fb9af144d573051dc9006ecf3ead0c975d /irc
parentUpgrade to 0.4.8a. (diff)
Update to version 1.0
PR: 12556 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=20115
Diffstat (limited to 'irc')
-rw-r--r--irc/trickyirc/Makefile17
-rw-r--r--irc/trickyirc/distinfo2
-rw-r--r--irc/trickyirc/files/patch-aa15
-rw-r--r--irc/trickyirc/files/patch-ab8
-rw-r--r--irc/trickyirc/pkg-descr10
-rw-r--r--irc/trickyirc/pkg-message11
-rw-r--r--irc/trickyirc/pkg-plist4
7 files changed, 28 insertions, 39 deletions
diff --git a/irc/trickyirc/Makefile b/irc/trickyirc/Makefile
index 7ec6a00aea91..7eea5489d409 100644
--- a/irc/trickyirc/Makefile
+++ b/irc/trickyirc/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: TrickyIRC
-# Version required: 0.99
+# Version required: 1.0
# Date created: Jun 20th 1999
-# Whom: Trolld
+# Whom: troll
#
-# $Id: Makefile,v 1.1.1.1 1999/06/21 01:19:34 cpiazza Exp $
+# $Id: Makefile,v 1.2 1999/06/28 02:21:15 billf Exp $
#
-DISTNAME= TrickyIRC-0.99
-PKGNAME= trickyirc-0.99
+DISTNAME= TrickyIRC-1.00
+PKGNAME= trickyirc-1.00
CATEGORIES= irc
MASTER_SITES= http://www.leb.net/~troll/
@@ -19,11 +19,12 @@ USE_GMAKE= YES
post-install:
@ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC
- @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC
- ${INSTALL_DATA} ${WRKSRC}/config.sample \
- ${PREFIX}/share/examples/TrickyIRC
+# @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC
+# ${INSTALL_DATA} ${WRKSRC}/config.sample \
+# ${PREFIX}/share/examples/TrickyIRC
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/share/doc/TrickyIRC
+ @strip ${PREFIX}/bin/trickyirc
@${CAT} ${PKGDIR}/MESSAGE | ${SED} -e s:/usr/local:${PREFIX}:
.include <bsd.port.mk>
diff --git a/irc/trickyirc/distinfo b/irc/trickyirc/distinfo
index 49340ded2226..0aec60077f77 100644
--- a/irc/trickyirc/distinfo
+++ b/irc/trickyirc/distinfo
@@ -1 +1 @@
-MD5 (TrickyIRC-0.99.tar.gz) = dd4bb80f311443dae8c8eb8f5e65e2ce
+MD5 (TrickyIRC-1.00.tar.gz) = ab5ea8a7c55dca48235de02acd822da3
diff --git a/irc/trickyirc/files/patch-aa b/irc/trickyirc/files/patch-aa
index c19a7a4f137b..02df29a496d6 100644
--- a/irc/trickyirc/files/patch-aa
+++ b/irc/trickyirc/files/patch-aa
@@ -1,15 +1,16 @@
---- core/make/platforms.mk.orig Thu May 27 01:59:29 1999
-+++ core/make/platforms.mk Sun Jun 20 17:15:46 1999
+--- core/make/platforms.mk.orig Sun Jul 4 07:46:04 1999
++++ core/make/platforms.mk Thu Jul 8 18:23:35 1999
@@ -2,10 +2,10 @@
#
ifeq (${OS},UNIX)
- CC= gcc
+- MAKE= gmake
+ CC?= gcc
- MAKE= gmake
- SHOWOFFCC_OPTS= -Wall -Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return
++ MAKE= ${GMAKE}
+ SHOWOFFCC_OPTS= -Wall
- OPTCC_OPTS= -O
-+ OPTCC_OPTS= ${CFLAGS}
- BASECC_OPTS= -c -x ${LANG} -ggdb -DUNIX
- BASELINK_OPTS= ${LIBRARYPATH} -ggdb
++ OPTCC_OPTS= ${CFLAGS}
+ BASECC_OPTS= -c -DUNIX
+ BASELINK_OPTS= ${LIBRARYPATH}
MAKE_OPTS=
diff --git a/irc/trickyirc/files/patch-ab b/irc/trickyirc/files/patch-ab
index de5119ebbe6c..b8e74982a2a2 100644
--- a/irc/trickyirc/files/patch-ab
+++ b/irc/trickyirc/files/patch-ab
@@ -1,9 +1,9 @@
---- tricky/GNUmakefile.orig Sun Jun 20 18:11:23 1999
-+++ tricky/GNUmakefile Sun Jun 20 18:11:34 1999
+--- tricky/GNUmakefile.orig Tue Jun 29 09:53:07 1999
++++ tricky/GNUmakefile Thu Jul 8 18:31:17 1999
@@ -4,7 +4,7 @@
- VERREV= 9
+ VERREV= 0
- BINNAME= tricky
+ BINNAME= trickyirc
-INSTALLDIR= /usr/local/bin/
+INSTALLDIR= ${PREFIX}/bin/
diff --git a/irc/trickyirc/pkg-descr b/irc/trickyirc/pkg-descr
index 1720668bc60f..39945efb34a3 100644
--- a/irc/trickyirc/pkg-descr
+++ b/irc/trickyirc/pkg-descr
@@ -1,7 +1,5 @@
-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.
+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.
----------------------------------
-- Trolld
-- troll@digitalspark.net
--
+WWW: http://www.leb.net/~troll/
diff --git a/irc/trickyirc/pkg-message b/irc/trickyirc/pkg-message
index e553de2619ef..5171927ac99c 100644
--- a/irc/trickyirc/pkg-message
+++ b/irc/trickyirc/pkg-message
@@ -1,10 +1 @@
-*********************************************************************
-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!
-*********************************************************************
+ Please read /usr/local/share/doc/TrickyIRC/README before using!
diff --git a/irc/trickyirc/pkg-plist b/irc/trickyirc/pkg-plist
index 0a91d2f806ad..ef10d81e8217 100644
--- a/irc/trickyirc/pkg-plist
+++ b/irc/trickyirc/pkg-plist
@@ -1,5 +1,3 @@
-bin/tricky
+bin/trickyirc
share/doc/TrickyIRC/README
-share/examples/TrickyIRC/config.sample
@dirrm share/doc/TrickyIRC
-@dirrm share/examples/TrickyIRC