summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 16:48:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 16:48:53 +0000
commit8a2ac20b3416bb80f06c95f516989794723d11a8 (patch)
tree847476a3e4b2e087c417ce68287b963678d09294 /irc
parentFix build on 8 and 9. (diff)
Remove non staged ports without pending PR from j*
Notes
Notes: svn path=/head/; revision=366899
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/bobot++/Makefile60
-rw-r--r--irc/bobot++/distinfo2
-rw-r--r--irc/bobot++/files/patch-documentation__bobot++.texinfo12
-rw-r--r--irc/bobot++/pkg-descr3
5 files changed, 0 insertions, 78 deletions
diff --git a/irc/Makefile b/irc/Makefile
index fe3a0edfc65e..9b7dfec251e5 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -9,7 +9,6 @@
SUBDIR += bitchx
SUBDIR += bitlbee
SUBDIR += bnc
- SUBDIR += bobot++
SUBDIR += bopm
SUBDIR += cgiirc
SUBDIR += charybdis
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
deleted file mode 100644
index 54801c837ff1..000000000000
--- a/irc/bobot++/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= bobotpp
-PORTVERSION= 2.2.3
-PORTREVISION= 1
-CATEGORIES= irc
-MASTER_SITES= SAVANNAH
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= IRC bot written in C++
-
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
-
-OPTIONS_DEFINE= GUILE
-OPTIONS_DEFAULT= GUILE
-GUILE_DESC= Use Guile scripts
-
-GNU_CONFIGURE= yes
-
-INFO= bobot++
-PORTDOCS= *
-PORTEXAMPLES= *
-PLIST_FILES= bin/${PORTNAME}
-
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGUILE}
-LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile
-CONFIGURE_ARGS+= --enable-scripting
-PLIST_FILES+= share/guile/site/bobotpp/bot.scm \
- %%DATADIR%%/scripts/bobot-utils.scm
-PLIST_DIRS+= %%DATADIR%%/scripts \
- %%DATADIR%% \
- share/guile/site/bobotpp
-PLIST_DIRSTRY+= share/guile/site
-.else
-CONFIGURE_ARGS+= --disable-scripting
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|std::snprintf|snprintf|g' ${WRKSRC}/source/Bot.C
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC}/documentation && ${INSTALL_DATA} *.html ${DOCSDIR})
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/bobot++/distinfo b/irc/bobot++/distinfo
deleted file mode 100644
index 390c7012a28f..000000000000
--- a/irc/bobot++/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bobotpp-2.2.3.tar.gz) = b45e84529b4417d31686e355951e0d4ceb7f0bb470f5c6498adb530f50a6d908
-SIZE (bobotpp-2.2.3.tar.gz) = 301675
diff --git a/irc/bobot++/files/patch-documentation__bobot++.texinfo b/irc/bobot++/files/patch-documentation__bobot++.texinfo
deleted file mode 100644
index eb01d874ca1e..000000000000
--- a/irc/bobot++/files/patch-documentation__bobot++.texinfo
+++ /dev/null
@@ -1,12 +0,0 @@
---- documentation/bobot++.texinfo.orig 2008-11-13 09:51:42.000000000 +0900
-+++ documentation/bobot++.texinfo 2011-03-21 12:50:48.000000000 +0900
-@@ -1,6 +1,9 @@
- \input texinfo @c -*- texinfo -*-
- @c %**start of header
- @setfilename bobot++.info
-+@direntry
-+* Bobot++: (bobot++). A Schemeable IRC Bot.
-+@end direntry
- @settitle Bobot++: A Schemeable IRC Bot
- @setchapternewpage on
- @c %**end of header
diff --git a/irc/bobot++/pkg-descr b/irc/bobot++/pkg-descr
deleted file mode 100644
index df8bab90d98d..000000000000
--- a/irc/bobot++/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The bobot++ is an IRC bot written in C++.
-
-WWW: http://unknownlamer.org/code/bobot.html