mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
irc/conspire Upstream development abandoned
PR: ports/143459 Submitted by: Jacob Myers <jacob@whotookspaz.org> (maintainer)
This commit is contained in:
parent
e33b4f845c
commit
ab96a9ab06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249207
1
MOVED
1
MOVED
@ -4319,3 +4319,4 @@ math/octave-forge-parallel||2010-02-02|Has expired: has been broken for 3 months
|
||||
math/octave-forge-triangular||2010-02-02|Has expired: has been broken for 3 months
|
||||
math/octave-forge-vrml||2010-02-02|Has expired: has been broken for 3 months
|
||||
sysutils/lugtools|sysutils/p5-Plugtools|2010-02-04|Superceeded by sysutils/p5-Plugtools
|
||||
irc/conspire||2010-02-04|Upstream development abandoned
|
||||
|
@ -12,7 +12,6 @@
|
||||
SUBDIR += bobot++
|
||||
SUBDIR += bopm
|
||||
SUBDIR += cgiirc
|
||||
SUBDIR += conspire
|
||||
SUBDIR += ctrlproxy
|
||||
SUBDIR += cwirc
|
||||
SUBDIR += dancer
|
||||
|
@ -1,75 +0,0 @@
|
||||
# New ports collection makefile for: conspire
|
||||
# Date created: Thu Jul 17 2008
|
||||
# Whom: Jacob Myers (jacob@whotookspaz.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= conspire
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= irc gnome ipv6
|
||||
MASTER_SITES= http://distfiles.atheme.org/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= jacob@whotookspaz.org
|
||||
COMMENT= A high quality IRC client which uses a multitude of interfaces
|
||||
|
||||
LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
|
||||
mowgli.2:${PORTSDIR}/devel/libmowgli \
|
||||
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
notify.1:${PORTSDIR}/devel/libnotify
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gnomehack gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETTEXT= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
MAN1= conspire-bot.1 \
|
||||
conspire.1
|
||||
|
||||
OPTIONS= IPV6 "Enable IPv6 support" off \
|
||||
REGEX "Enable regex substitution support" on \
|
||||
GNUTLS "Enale gnutls support" on \
|
||||
SOCKS "Build with socks5 support (broken)" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Unconditionally disable python, since it doesn't work anyway.
|
||||
CONFIGURE_ARGS+=--disable-python
|
||||
|
||||
.if defined(WITH_IPV6)
|
||||
CONFIGURE_ARGS+=--enable-ipv6
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_REGEX)
|
||||
CONFIGURE_ARGS+=--disable-regex
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+=--enable-gnutls
|
||||
.endif
|
||||
|
||||
# XXX - causes linker errors... not sure how to fix or if it's even possible
|
||||
# to do so...
|
||||
.if defined(WITH_SOCKS)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||
CONFIGURE_ARGS+=--enable-socks
|
||||
.endif
|
||||
|
||||
# Create plugins directory even when no plugins are installed
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/conspire/plugins
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} 's|GtkType|GType|g' \
|
||||
${WRKSRC}/src/fe-gtk/xtext.h
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (conspire-1.0.0.tgz) = 876c62c0314d55bee9fd7bb24e4c4398
|
||||
SHA256 (conspire-1.0.0.tgz) = fa4ab59d6c651ea2ce03ef6c33811aff7713ea59e339306d8044d63e2e44a746
|
||||
SIZE (conspire-1.0.0.tgz) = 1747742
|
@ -1,8 +0,0 @@
|
||||
Conspire is an advanced, lightweight IRC client for UNIX. It includes
|
||||
a GTK interface, and a "bot" interface which has no UI. Interface
|
||||
segregation is accomplished through libconspire, which contains the
|
||||
common code. Conspire started as a fork of XChat 2.9 CVS.
|
||||
|
||||
Scripting is not yet officially supported, but is being worked on.
|
||||
|
||||
WWW: http://confluence.atheme.org/display/CON/Home
|
@ -1,97 +0,0 @@
|
||||
bin/conspire
|
||||
bin/conspire-bot
|
||||
include/conspire/base64.h
|
||||
include/conspire/cap.h
|
||||
include/conspire/cfgfiles.h
|
||||
include/conspire/command_factory.h
|
||||
include/conspire/command_option.h
|
||||
include/conspire/conspire-config.h
|
||||
include/conspire/ctcp.h
|
||||
include/conspire/dcc.h
|
||||
include/conspire/debug.h
|
||||
include/conspire/fe.h
|
||||
include/conspire/format.h
|
||||
include/conspire/history.h
|
||||
include/conspire/ignore-ng.h
|
||||
include/conspire/inbound.h
|
||||
include/conspire/inet.h
|
||||
include/conspire/linequeue.h
|
||||
include/conspire/modes.h
|
||||
include/conspire/network.h
|
||||
include/conspire/notify.h
|
||||
include/conspire/outbound.h
|
||||
include/conspire/plugin.h
|
||||
include/conspire/proto-irc.h
|
||||
include/conspire/sasl.h
|
||||
include/conspire/server.h
|
||||
include/conspire/servlist.h
|
||||
include/conspire/session.h
|
||||
include/conspire/signal_factory.h
|
||||
include/conspire/signal_printer.h
|
||||
include/conspire/stdinc.h
|
||||
include/conspire/text.h
|
||||
include/conspire/textevents.h
|
||||
include/conspire/tree.h
|
||||
include/conspire/upnp.h
|
||||
include/conspire/url.h
|
||||
include/conspire/userlist.h
|
||||
include/conspire/util.h
|
||||
include/conspire/xchat.h
|
||||
include/conspire/xchatc.h
|
||||
lib/conspire/plugins/autoaway.so
|
||||
lib/conspire/plugins/country.so
|
||||
lib/conspire/plugins/exec.so
|
||||
lib/conspire/plugins/helloworld.so
|
||||
lib/conspire/plugins/highlight-notify.so
|
||||
lib/conspire/plugins/identify-msg.so
|
||||
lib/conspire/plugins/presence.so
|
||||
lib/conspire/plugins/timer.so
|
||||
lib/libconspire.a
|
||||
libdata/pkgconfig/conspire.pc
|
||||
share/applications/conspire.desktop
|
||||
%%DATADIR%%/pixmaps/balloon.png
|
||||
%%DATADIR%%/pixmaps/book.png
|
||||
%%DATADIR%%/pixmaps/channel.png
|
||||
%%DATADIR%%/pixmaps/conspire.png
|
||||
%%DATADIR%%/pixmaps/dialog.png
|
||||
%%DATADIR%%/pixmaps/fileoffer.png
|
||||
%%DATADIR%%/pixmaps/hop.png
|
||||
%%DATADIR%%/pixmaps/op.png
|
||||
%%DATADIR%%/pixmaps/purple.png
|
||||
%%DATADIR%%/pixmaps/red.png
|
||||
%%DATADIR%%/pixmaps/server.png
|
||||
%%DATADIR%%/pixmaps/util.png
|
||||
%%DATADIR%%/pixmaps/voice.png
|
||||
share/locale/be/LC_MESSAGES/conspire.mo
|
||||
share/locale/ca/LC_MESSAGES/conspire.mo
|
||||
share/locale/cs/LC_MESSAGES/conspire.mo
|
||||
share/locale/de/LC_MESSAGES/conspire.mo
|
||||
share/locale/el/LC_MESSAGES/conspire.mo
|
||||
share/locale/es/LC_MESSAGES/conspire.mo
|
||||
share/locale/fi/LC_MESSAGES/conspire.mo
|
||||
share/locale/fr/LC_MESSAGES/conspire.mo
|
||||
share/locale/gl/LC_MESSAGES/conspire.mo
|
||||
share/locale/hu/LC_MESSAGES/conspire.mo
|
||||
share/locale/it/LC_MESSAGES/conspire.mo
|
||||
share/locale/ja/LC_MESSAGES/conspire.mo
|
||||
share/locale/ko/LC_MESSAGES/conspire.mo
|
||||
share/locale/lt/LC_MESSAGES/conspire.mo
|
||||
share/locale/mk/LC_MESSAGES/conspire.mo
|
||||
share/locale/nl/LC_MESSAGES/conspire.mo
|
||||
share/locale/pa/LC_MESSAGES/conspire.mo
|
||||
share/locale/pt/LC_MESSAGES/conspire.mo
|
||||
share/locale/ru/LC_MESSAGES/conspire.mo
|
||||
share/locale/sq/LC_MESSAGES/conspire.mo
|
||||
share/locale/sr/LC_MESSAGES/conspire.mo
|
||||
share/locale/sv/LC_MESSAGES/conspire.mo
|
||||
share/locale/uk/LC_MESSAGES/conspire.mo
|
||||
share/locale/vi/LC_MESSAGES/conspire.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/conspire.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/conspire.mo
|
||||
share/pixmaps/conspire.png
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm share/conspire
|
||||
@dirrm lib/conspire/plugins
|
||||
@dirrm lib/conspire
|
||||
@dirrm include/conspire
|
Loading…
Reference in New Issue
Block a user