Index: head/irc/trickyirc/Makefile =================================================================== --- head/irc/trickyirc/Makefile (nonexistent) +++ head/irc/trickyirc/Makefile (revision 19596) @@ -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 Property changes on: head/irc/trickyirc/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/irc/trickyirc/distinfo =================================================================== --- head/irc/trickyirc/distinfo (nonexistent) +++ head/irc/trickyirc/distinfo (revision 19596) @@ -0,0 +1 @@ +MD5 (TrickyIRC-0.99.tar.gz) = dd4bb80f311443dae8c8eb8f5e65e2ce Property changes on: head/irc/trickyirc/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/trickyirc/files/patch-aa =================================================================== --- head/irc/trickyirc/files/patch-aa (nonexistent) +++ head/irc/trickyirc/files/patch-aa (revision 19596) @@ -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= Property changes on: head/irc/trickyirc/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/trickyirc/files/patch-ab =================================================================== --- head/irc/trickyirc/files/patch-ab (nonexistent) +++ head/irc/trickyirc/files/patch-ab (revision 19596) @@ -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= ../ + Property changes on: head/irc/trickyirc/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/trickyirc/pkg-comment =================================================================== --- head/irc/trickyirc/pkg-comment (nonexistent) +++ head/irc/trickyirc/pkg-comment (revision 19596) @@ -0,0 +1 @@ +Allows client independent detaching and reattaching of IRC sessions. Property changes on: head/irc/trickyirc/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/trickyirc/pkg-descr =================================================================== --- head/irc/trickyirc/pkg-descr (nonexistent) +++ head/irc/trickyirc/pkg-descr (revision 19596) @@ -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 +- Property changes on: head/irc/trickyirc/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/trickyirc/pkg-message =================================================================== --- head/irc/trickyirc/pkg-message (nonexistent) +++ head/irc/trickyirc/pkg-message (revision 19596) @@ -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! +********************************************************************* Property changes on: head/irc/trickyirc/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/trickyirc/pkg-plist =================================================================== --- head/irc/trickyirc/pkg-plist (nonexistent) +++ head/irc/trickyirc/pkg-plist (revision 19596) @@ -0,0 +1,5 @@ +bin/tricky +share/doc/TrickyIRC/README +share/examples/TrickyIRC/config.sample +@dirrm share/doc/TrickyIRC +@dirrm share/examples/TrickyIRC Property changes on: head/irc/trickyirc/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property