diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-08-29 04:48:19 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-08-29 04:48:19 +0000 |
commit | 1adff7752448f34b01f989680d7dee1442b6b413 (patch) | |
tree | 1bb213bbaa0e79d0e4d554117afdfe7f76c27051 /irc | |
parent | 4afdafd62ffb97dfd5f685c5fc98033da6098dc6 (diff) | |
download | ports-1adff7752448f34b01f989680d7dee1442b6b413.tar.gz ports-1adff7752448f34b01f989680d7dee1442b6b413.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/tirc/Makefile | 38 | ||||
-rw-r--r-- | irc/tirc/distinfo | 3 | ||||
-rw-r--r-- | irc/tirc/files/patch-aa | 11 | ||||
-rw-r--r-- | irc/tirc/files/patch-ab | 20 | ||||
-rw-r--r-- | irc/tirc/files/patch-ac | 11 | ||||
-rw-r--r-- | irc/tirc/files/patch-ad | 19 | ||||
-rw-r--r-- | irc/tirc/files/patch-ae | 14 | ||||
-rw-r--r-- | irc/tirc/files/patch-config.h.in | 12 | ||||
-rw-r--r-- | irc/tirc/pkg-descr | 3 |
10 files changed, 0 insertions, 132 deletions
diff --git a/irc/Makefile b/irc/Makefile index 73c2cd31a947..0870ea823f46 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -124,7 +124,6 @@ SUBDIR += srvx SUBDIR += talksoup SUBDIR += thales - SUBDIR += tirc SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += tr-ircd diff --git a/irc/tirc/Makefile b/irc/tirc/Makefile deleted file mode 100644 index 78756ddf505d..000000000000 --- a/irc/tirc/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: tirc IRC-Client -# Date created: 14 August 1999 -# Whom: Dominik Rothert <dr@domix.de> -# -# $FreeBSD$ -# - -PORTNAME= tirc -PORTVERSION= 1.2 -CATEGORIES= irc -MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= beech@FreeBSD.org -COMMENT= Token's 'Internet Relay Chat' Client - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ansi-colours -MAKE_ARGS= CONF_ARGS="--prefix=${PREFIX}" - -MAN1= tirc.1 -PLIST_FILES= bin/tirc %%DATADIR%%/tircrc -PLIST_DIRS= %%DATADIR%% - -DEPRECATED= No longer developed, website gone -EXPIRATION_DATE= 2008-08-28 - -post-patch: - @${REINPLACE_CMD} -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c ${WRKSRC}/*.1 - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/tirc - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/dot.tircrc ${DATADIR}/tircrc - -.include <bsd.port.mk> diff --git a/irc/tirc/distinfo b/irc/tirc/distinfo deleted file mode 100644 index c38d11096069..000000000000 --- a/irc/tirc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tirc_1.2.orig.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2 -SHA256 (tirc_1.2.orig.tar.gz) = 769566ff1c2ca52b90a6784d46268a8613660a47e68b6f7954b83d7f682ed29f -SIZE (tirc_1.2.orig.tar.gz) = 300089 diff --git a/irc/tirc/files/patch-aa b/irc/tirc/files/patch-aa deleted file mode 100644 index 64a319726184..000000000000 --- a/irc/tirc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig Sun Aug 22 14:44:04 1999 -+++ main.c Sun Aug 22 14:44:26 1999 -@@ -278,7 +278,7 @@ - fprintf(stderr, "DEBUG: visual debug output active.\n"); - #endif - /* Parse the startup file(s) */ -- readrc("/usr/local/share/tircrc"); -+ readrc("__PREFIX__/share/tirc/tircrc"); - - if ((home = getenv("HOME")) == NULL) - return 1; diff --git a/irc/tirc/files/patch-ab b/irc/tirc/files/patch-ab deleted file mode 100644 index d5dfb4c34e53..000000000000 --- a/irc/tirc/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- tirc.1.orig Sun Aug 22 14:56:21 1999 -+++ tirc.1 Sun Aug 22 14:56:40 1999 -@@ -178,7 +178,7 @@ TIRC doesn't have a restrictive novice m - because it isn't meant to be used by lusers. - .LP - If the user is keyboard-idle (no input) for a certain time (default is --48 hours), the client will exit with ``User idle limit exceeded''. This -+1 week), the client will exit with ``User idle limit exceeded''. This - is to prevent forgotten clients running for very long times. The limit - is compiled into and cannot be changed at runtime (see tirc.h if you really - want to change it). -@@ -618,7 +618,7 @@ - .br - .SH FILES - .TP --.I /usr/local/share/tircrc -+.I __PREFIX__/share/tirc/tircrc - Global startup file. - .TP - .I $HOME/.tircrc diff --git a/irc/tirc/files/patch-ac b/irc/tirc/files/patch-ac deleted file mode 100644 index 78fed8f9b55b..000000000000 --- a/irc/tirc/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Aug 22 14:55:40 1999 -+++ configure Sun Aug 22 14:55:55 1999 -@@ -754,7 +754,7 @@ - bsdi*) CC=${CC-"shlicc"} - OPTFLAG=${OPTFLAG-"-O2"} - LINTFLAGS=${LINTFLAGS-"-g -s"} ;; --freebsd*) OPTFLAG=${OPTFLAG-"-O2"} -+freebsd*) OPTFLAG=${OPTFLAG-"${CFLAGS}"} - LINTFLAGS=${LINTFLAGS-"-g -s"} - CXFLAGS=${CXFLAGS-"-xref all -html"} ;; - netbsd*) OPTFLAG=${OPTFLAG-"-O2"} diff --git a/irc/tirc/files/patch-ad b/irc/tirc/files/patch-ad deleted file mode 100644 index dcd3cbd0c444..000000000000 --- a/irc/tirc/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ ---- cmd.c.orig Sat Feb 20 17:52:12 1999 -+++ cmd.c Mon Aug 23 18:49:49 1999 -@@ -213,6 +213,7 @@ - { "URL", 0, urlcmd, 0, urlhelp }, - { "UPTIME", 0, uptimecmd, 0, uptimehelp }, - { "COLOUR", 0, colourcmd, 0, colourhelp }, -+{ "COLOR", 0, colourcmd, 0, colourhelp }, - { "SOURCE", 0, sourcecmd, 0, sourcehelp }, - { "NCOL", 0, ncolcmd, 0, ncolhelp }, - #ifdef WITH_DLMOD -@@ -1112,7 +1113,7 @@ - } - } - -- if (!strcmp("COLOUR", option) || all) { -+ if (!strcmp("COLOUR", option) || !strcmp("COLOR", option) || all) { - if (args != NULL) { - irc_strupr(args); - if (!strcmp("ON", args)) diff --git a/irc/tirc/files/patch-ae b/irc/tirc/files/patch-ae deleted file mode 100644 index e8fee19e77a2..000000000000 --- a/irc/tirc/files/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ ---- odlg.c.orig Mon Aug 23 18:43:40 1999 -+++ odlg.c Mon Aug 23 18:47:49 1999 -@@ -49,9 +49,11 @@ - { "OOD", "Enable the Op-On-Demand facility", CONF_OOD, 0 }, - { "ATTRIBS", "ircII-style inline text attributes", CONF_ATTRIBS, 0 }, - { "COLOUR", "ANSI char cell colourization", CONF_COLOUR, 0 }, -+ { "COLOR", "ANSI char cell colourization", CONF_COLOUR, 0 }, - { "STIPPLE", "Dash-on-off line in status lines", CONF_STIPPLE, 0 }, - { "HIDEMCOL", "Filter out mIRC colour crap", CONF_HIDEMCOL, 0 }, - { "NCOLOUR", "Nickname colourization", CONF_NCOLOUR, 0 }, -+ { "NCOLOR", "Nickname colourization", CONF_NCOLOUR, 0 }, - { "NUMERICS", "Display IRC protocol numerics", CONF_NUMERICS, 0 }, - { "TELEVIDEO", "Disable attribs on my old tvi9050", CONF_TELEVIDEO, 0 }, - { "", "", 0, 0 } /* delimiter */ diff --git a/irc/tirc/files/patch-config.h.in b/irc/tirc/files/patch-config.h.in deleted file mode 100644 index 9287b94f0d98..000000000000 --- a/irc/tirc/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Fri May 14 13:02:47 1999 -+++ config.h.in Fri Feb 15 14:17:49 2002 -@@ -301,4 +301,9 @@ - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+#if __FreeBSD_version < 430000 - /* Define if you have the <sys/select.h> header file. */ - #undef HAVE_SYS_SELECT_H -+#endif - diff --git a/irc/tirc/pkg-descr b/irc/tirc/pkg-descr deleted file mode 100644 index 04ef1ad0744a..000000000000 --- a/irc/tirc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -tirc is another IRC client. It has support for vi-like editor line and -general usage, nickname completion, ANSI-colors, flood protection and -many more. |