1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Deprecated, deorbit

This commit is contained in:
Beech Rintoul 2008-08-29 04:48:19 +00:00
parent 4afdafd62f
commit 1adff77524
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219399
10 changed files with 0 additions and 132 deletions

View File

@ -124,7 +124,6 @@
SUBDIR += srvx
SUBDIR += talksoup
SUBDIR += thales
SUBDIR += tirc
SUBDIR += tircproxy
SUBDIR += tkirc
SUBDIR += tr-ircd

View File

@ -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>

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -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"}

View File

@ -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))

View File

@ -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 */

View File

@ -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

View File

@ -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.