aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 16:36:53 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 16:36:53 +0800
commitdaf79642227eb7b4a3d9a3be55a1bf669fb6c925 (patch)
tree7ab128cc65a704d6e481d697a65787cb14afdd54 /irc
parent47c97fcece7c1350934875ba259c9947255b4157 (diff)
downloadfreebsd-ports-gnome-daf79642227eb7b4a3d9a3be55a1bf669fb6c925.tar.gz
freebsd-ports-gnome-daf79642227eb7b4a3d9a3be55a1bf669fb6c925.tar.zst
freebsd-ports-gnome-daf79642227eb7b4a3d9a3be55a1bf669fb6c925.zip
Remove unmaintained expired ports from irc
2011-05-01 irc/garnaxfs: Upstream disapear and distfile is no more available 2011-05-01 irc/party: Upstream disapear and distfile is no more available
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile2
-rw-r--r--irc/garnaxfs/Makefile30
-rw-r--r--irc/garnaxfs/distinfo2
-rw-r--r--irc/garnaxfs/files/patch-Makefile29
-rw-r--r--irc/garnaxfs/pkg-descr7
-rw-r--r--irc/party/Makefile41
-rw-r--r--irc/party/distinfo2
-rw-r--r--irc/party/files/patch-party.c64
-rw-r--r--irc/party/files/patch-party.h20
-rw-r--r--irc/party/pkg-descr11
-rw-r--r--irc/party/pkg-plist7
11 files changed, 0 insertions, 215 deletions
diff --git a/irc/Makefile b/irc/Makefile
index ea806cb13c68..bdd42c7813b2 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -27,7 +27,6 @@
SUBDIR += ezbounce
SUBDIR += ezbounce-devel
SUBDIR += fisg
- SUBDIR += garnaxfs
SUBDIR += gdesklets-irc
SUBDIR += gruftistats
SUBDIR += gseen.mod
@@ -97,7 +96,6 @@
SUBDIR += p5-POE-Filter-IRCD
SUBDIR += p5-POE-Session-Irssi
SUBDIR += p5-Parse-IRC
- SUBDIR += party
SUBDIR += pear-Net_SmartIRC
SUBDIR += pircbot
SUBDIR += pisg
diff --git a/irc/garnaxfs/Makefile b/irc/garnaxfs/Makefile
deleted file mode 100644
index d1ec3786476c..000000000000
--- a/irc/garnaxfs/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: garnaxfs
-# Date created: 19 Jun 2004
-# Whom: Travis Poppe <tlp@liquidx.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= garnaxfs
-PORTVERSION= 1.1.0
-CATEGORIES= irc
-MASTER_SITES= http://garnax.mircx.com/
-DISTNAME= garnax-f1.1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A file serving bot for IRC
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
-PLIST_FILES= bin/garnaxfs etc/garnaxfs.sample
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_CFLAGS}|g' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/garnax ${PREFIX}/bin/garnaxfs
- ${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/garnaxfs.sample
-
-.include <bsd.port.mk>
diff --git a/irc/garnaxfs/distinfo b/irc/garnaxfs/distinfo
deleted file mode 100644
index 829b1c12ae40..000000000000
--- a/irc/garnaxfs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (garnax-f1.1.tar.gz) = 5d61bc10c89d101104cc677d33b6d903704da210129751ea3bc77ec6a982abeb
-SIZE (garnax-f1.1.tar.gz) = 51422
diff --git a/irc/garnaxfs/files/patch-Makefile b/irc/garnaxfs/files/patch-Makefile
deleted file mode 100644
index d001a7eb8176..000000000000
--- a/irc/garnaxfs/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.orig Sun Jun 20 18:38:31 2004
-+++ Makefile Sun Jun 20 18:39:44 2004
-@@ -2,11 +2,12 @@
- OBJDIR = ./work/
- BUILD = garnax-f1.1
- TARFILE = $(BUILD).tar
--CC = gcc
-+CC ?= gcc
-
- # Note: -lpthread may be needed instead of -pthread
- #CFLAGS = -Wall -pedantic -ansi -pthread -g
--CFLAGS = -Wall -pthread -g
-+CFLAGS += -Wall -pthread -g
-+LIBS= ${PTHREAD_LIBS}
-
- # Arguments for SunOS
- # CC = cc
-@@ -19,7 +20,7 @@
- install : garnax
-
- garnax : work $(objects)
-- $(CC) $(CFLAGS) $(objects) -o garnax
-+ $(CC) $(CFLAGS) $(LIBS) $(objects) -o garnax
-
- work :
- mkdir -p work
diff --git a/irc/garnaxfs/pkg-descr b/irc/garnaxfs/pkg-descr
deleted file mode 100644
index 4ee897b9f38f..000000000000
--- a/irc/garnaxfs/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Garnaxbot (File Server) is a file serving bot for IRC (commonly referred
-to as a DCC bot). It uses the DCC chat/send features of IRC to send files
-to other users. Garnaxbot will connect to an IRC server and allow people
-to request files via DCC chat. This is not a script, it is a standalone
-executable written in C.
-
-WWW: http://garnax.mircx.com/
diff --git a/irc/party/Makefile b/irc/party/Makefile
deleted file mode 100644
index 3da211793ff4..000000000000
--- a/irc/party/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: party
-# Date created: 4 December 1999
-# Whom: James Howard <ports@vocito.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= party
-PORTVERSION= 2.13
-CATEGORIES= irc
-MASTER_SITES= http://www.vocito.com/downloads/software/party/ \
- ftp://ftp.vocito.com/pub/vocito.com/software/party/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple multi-user chat system
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-MAN1= party.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900007
-BROKEN= fails to build with new utmpx
-.endif
-
-do-install:
- ${INSTALL_SCRIPT} -g nobody -o nobody -m 4711 ${WRKSRC}/party ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/lib/party
- ${MKDIR} ${PREFIX}/lib/party/log
- ${INSTALL_SCRIPT} ${WRKSRC}/chantab ${WRKSRC}/partytab ${PREFIX}/lib/party
- ${TOUCH} ${PREFIX}/lib/party/partytmp
- ${TOUCH} ${PREFIX}/lib/party/log/party.log
- ${CHOWN} -R nobody:nobody ${PREFIX}/lib/party
- ${CP} ${WRKSRC}/party.1 ${PREFIX}/man/man1/
-
-post-extract:
- @(cd ${WRKSRC}; ${RM} -f .depend)
-
-.include <bsd.port.post.mk>
diff --git a/irc/party/distinfo b/irc/party/distinfo
deleted file mode 100644
index bb344379410f..000000000000
--- a/irc/party/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (party-2.13.tar.gz) = 41f3cc1d064c05ba42251288b7d8f7c80c0e4f496ed7b240dfb85213b09beea2
-SIZE (party-2.13.tar.gz) = 60485
diff --git a/irc/party/files/patch-party.c b/irc/party/files/patch-party.c
deleted file mode 100644
index 2d9d5a5cfa03..000000000000
--- a/irc/party/files/patch-party.c
+++ /dev/null
@@ -1,64 +0,0 @@
---- party.c.orig Wed Oct 15 18:28:00 2003
-+++ party.c Wed Oct 15 18:32:29 2003
-@@ -82,7 +82,7 @@
- #include <errno.h>
- #include <ctype.h>
- #ifdef VAR_ARGS
--#include <varargs.h>
-+#include <stdarg.h>
- #endif /*VAR_ARGS*/
-
- char *version= "2.12"; /* current party version */
-@@ -787,23 +787,21 @@
- #endif /*BSD*/
-
- #ifdef VAR_ARGS
--vint db(va_alist)
--va_dcl
-+vint db(char *msg, ...)
- {
- va_list ap;
--char *msg;
- long now;
-
- if (debug)
- {
-- va_start(ap);
-- msg= va_arg(ap, char *);
-+ va_start(ap, msg);
-
- now= time((long *)0);
- fprintf(debug,"%8.8s: ",ctime(&now)+11);
- vfprintf(debug,msg,ap);
- fflush(debug);
- }
-+ va_end(ap);
- }
- #else
- vint db(msg,arg1,arg2,arg3,arg4)
-@@ -823,15 +821,12 @@
-
-
- #ifdef VAR_ARGS
--vint err(va_alist)
--va_dcl
-+vint err(char *msg, ...)
- {
- va_list ap;
--char *msg;
- long now;
-
-- va_start(ap);
-- msg= va_arg(ap, char *);
-+ va_start(ap, msg);
- fprintf(stderr,"%s error: ",progname);
- vfprintf(stderr,msg,ap);
-
-@@ -843,6 +838,7 @@
- vfprintf(debug,msg,ap);
- fflush(debug);
- }
-+ va_end(ap);
- }
- #else
- vint err(msg,arg1,arg2,arg3,arg4)
diff --git a/irc/party/files/patch-party.h b/irc/party/files/patch-party.h
deleted file mode 100644
index 82a3d5f0ada8..000000000000
--- a/irc/party/files/patch-party.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- party.h.orig Wed Oct 15 18:31:34 2003
-+++ party.h Wed Oct 15 18:31:58 2003
-@@ -225,7 +225,7 @@
-
- #ifdef BSD
- #define L_FLOCK /* Use flock() to lock files */
--#if defined(bsdi) || defined(linux)
-+#if defined(bsdi) || defined(linux) || defined(__FreeBSD__)
- #define F_TERMIOS /* Use tcsetattr() to set modes */
- #else
- #define F_STTY /* Use stty() to set modes */
-@@ -464,7 +464,7 @@
- #ifdef BSD
- int susp();
- #endif /*BSD*/
--vint err(), db();
-+vint err(char *, ...), db(char *, ...);
- char *getlogin(), *malloc(), *ctime(), *fgets(), *getenv();
- char *chn_file_name(), *getline();
- char *strchr(), *strpbrk(), *strrchr(), *strstr();
diff --git a/irc/party/pkg-descr b/irc/party/pkg-descr
deleted file mode 100644
index 646fcbf64e24..000000000000
--- a/irc/party/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Party is a real-time chat program for Unix systems. It simulates a party
-line, where any number of users can talk at the same time - if you type a
-line of text, everyone else sees it immediately.
-
-Chat programs are pretty common these days. Party wasn't the first, but it
-was an early one. It's antiquity is reflected in the fact that it doesn't
-support networked systems especially well, nor have a web
-interface. However, its maturity is reflected in the fact that it has a
-clean and simple interface, and a good set of well-integrated features
-that make it easy for first-timers to get into. It remains very popular to
-this day on several systems.
diff --git a/irc/party/pkg-plist b/irc/party/pkg-plist
deleted file mode 100644
index 7452d00ac4be..000000000000
--- a/irc/party/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/party
-lib/party/chantab
-lib/party/partytab
-lib/party/partytmp
-lib/party/log/party.log
-@dirrm lib/party/log
-@dirrm lib/party