aboutsummaryrefslogtreecommitdiffstats
path: root/irc/garnaxfs
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/garnaxfs
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/garnaxfs')
-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
4 files changed, 0 insertions, 68 deletions
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/