ports/125742: New port: irc/conspire : A graphical IRC client
Jacob Myers
spaz at whotookspaz.org
Fri Jul 18 10:20:03 UTC 2008
>Number: 125742
>Category: ports
>Synopsis: New port: irc/conspire : A graphical IRC client
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 18 10:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Jacob Myers
>Release: N/A
>Organization:
N/A
>Environment:
N/A
>Description:
A graphical IRC client that forked from xchat, but internally has been totally rewritten. It includes capabilities for modern IRC features including STARTTLS, LDAP authentication, and more.
>How-To-Repeat:
N/A
>Fix:
# This archive contains:
#
# /usr/ports/irc/conspire
# /usr/ports/irc/conspire/Makefile
# /usr/ports/irc/conspire/distinfo
# /usr/ports/irc/conspire/pkg-descr
# /usr/ports/irc/conspire/pkg-plist
#
echo c - /usr/ports/irc/conspire
mkdir -p /usr/ports/irc/conspire > /dev/null 2>&1
echo x - /usr/ports/irc/conspire/Makefile
sed 's/^X//' >/usr/ports/irc/conspire/Makefile << 'c5d7fbf518322e130b301fb5ea9d6bb4'
X# New ports collection makefile for: conspire
X# Date created: Thu Jul 17 2008
X# Whom: Jacob Myers (jacob at whotookspaz.org)
X#
X# $FreeBSD$
X
XPORTNAME= conspire
XPORTVERSION= 0.20
XCATEGORIES= irc gnome
XMASTER_SITES= http://distfiles.atheme.org/
XEXTRACT_SUFX= .tbz2
X
XMAINTAINER= jacob at whotookspaz.org
XCOMMENT= A high quality IRC client which uses a multitude of interfaces
X
XLIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
X mowgli.2:${PORTSDIR}/devel/libmowgli \
X dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
X
XUSE_BZIP2= yes
XUSE_GMAKE= yes
XUSE_GETTEXT= yes
XUSE_GNOME= gnomehack gtk20
XGNU_CONFIGURE= yes
XUSE_LDCONFIG= yes
XUSE_GETTEXT= yes
X
XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
X LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
X
XMAN1= conspire-bot.1 \
X conspire.1
X
XOPTIONS= IPV6 "Enable IPv6 support" off \
X PLUGIN "Enable plugin support" on \
X REGEX "Enable regex substitution support" on \
X GNUTLS "Enale gnutls support" on \
X SOCKS "Build with socks5 support" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_IPV6)
XCONFIGURE_ARGS+=--enable-ipv6
X.endif
X
X.if !defined(WITH_PLUGIN)
XCONFIGURE_ARGS+=--disable-plugin
X.endif
X
X.if !defined(WITH_REGEX)
XCONFIGURE_ARGS+=--disable-regex
X.endif
X
X.if defined(WITH_GNUTLS)
XLIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
XCONFIGURE_ARGS+=--enable-gnutls
X.endif
X
X.if defined(WITH_SOCKS)
XBUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
XCONFIGURE_ARGS+=--enable-socks
X.endif
X
X# Create plugins directory even when no plugins are installed
Xpost-install:
X @${MKDIR} ${PREFIX}/lib/conspire/plugins
X
Xpost-patch:
X @${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
X ${WRKSRC}/Makefile
X
X.include <bsd.port.post.mk>
c5d7fbf518322e130b301fb5ea9d6bb4
echo x - /usr/ports/irc/conspire/distinfo
sed 's/^X//' >/usr/ports/irc/conspire/distinfo << 'a72790db675378cad4f01e8fd5956fb6'
XMD5 (conspire-0.20.tbz2) = f070e841564495bfc83ad8e20bf65cda
XSHA256 (conspire-0.20.tbz2) = 8029f3ce87c6392e4305ae49a826832e14342b224a315f8020d9804eb30f2065
XSIZE (conspire-0.20.tbz2) = 1150730
a72790db675378cad4f01e8fd5956fb6
echo x - /usr/ports/irc/conspire/pkg-descr
sed 's/^X//' >/usr/ports/irc/conspire/pkg-descr << 'e213129f8ff3102eeb6d0de5103f78f4'
XConspire is an advanced, lightweight IRC client for UNIX. It includes
Xa GTK interface, and a "bot" interface which has no UI. Interface
Xsegregation is accomplished through libconspire, which contains the
Xcommon code. Conspire started as a fork of XChat 2.9 CVS.
X
XScripting is not yet officially supported, but is being worked on.
X
XWWW: http://nenolod.net/conspire
e213129f8ff3102eeb6d0de5103f78f4
echo x - /usr/ports/irc/conspire/pkg-plist
sed 's/^X//' >/usr/ports/irc/conspire/pkg-plist << '32f9c37472a7e784a3fd0c4be070f8cb'
Xbin/conspire
Xbin/conspire-bot
Xinclude/conspire/base64.h
Xinclude/conspire/cap.h
Xinclude/conspire/cfgfiles.h
Xinclude/conspire/command_factory.h
Xinclude/conspire/ctcp.h
Xinclude/conspire/dcc.h
Xinclude/conspire/debug.h
Xinclude/conspire/fe.h
Xinclude/conspire/history.h
Xinclude/conspire/ignore.h
Xinclude/conspire/inbound.h
Xinclude/conspire/inet.h
Xinclude/conspire/linequeue.h
Xinclude/conspire/modes.h
Xinclude/conspire/network.h
Xinclude/conspire/notify.h
Xinclude/conspire/outbound.h
Xinclude/conspire/plugin.h
Xinclude/conspire/proto-irc.h
Xinclude/conspire/sasl.h
Xinclude/conspire/server.h
Xinclude/conspire/servlist.h
Xinclude/conspire/signal_factory.h
Xinclude/conspire/signal_printer.h
Xinclude/conspire/text.h
Xinclude/conspire/textenums.h
Xinclude/conspire/textevents.h
Xinclude/conspire/timer.h
Xinclude/conspire/tree.h
Xinclude/conspire/upnp.h
Xinclude/conspire/url.h
Xinclude/conspire/userlist.h
Xinclude/conspire/util.h
Xinclude/conspire/xchat.h
Xinclude/conspire/xchatc.h
Xlib/conspire/plugins/autoaway.so
Xlib/conspire/plugins/helloworld.so
Xlib/conspire/plugins/highlight-notify.so
Xlib/libconspire.so
Xlib/libconspire.so.0
Xlib/libconspire.so.0.1.0
Xlibdata/pkgconfig/conspire.pc
Xshare/applications/conspire.desktop
X%%DATADIR%%/pixmaps/balloon.png
X%%DATADIR%%/pixmaps/book.png
X%%DATADIR%%/pixmaps/conspire.png
X%%DATADIR%%/pixmaps/fileoffer.png
X%%DATADIR%%/pixmaps/hop.png
X%%DATADIR%%/pixmaps/op.png
X%%DATADIR%%/pixmaps/purple.png
X%%DATADIR%%/pixmaps/red.png
X%%DATADIR%%/pixmaps/voice.png
Xshare/locale/be/LC_MESSAGES/conspire.mo
Xshare/locale/ca/LC_MESSAGES/conspire.mo
Xshare/locale/cs/LC_MESSAGES/conspire.mo
Xshare/locale/de/LC_MESSAGES/conspire.mo
Xshare/locale/el/LC_MESSAGES/conspire.mo
Xshare/locale/es/LC_MESSAGES/conspire.mo
Xshare/locale/fi/LC_MESSAGES/conspire.mo
Xshare/locale/fr/LC_MESSAGES/conspire.mo
Xshare/locale/gl/LC_MESSAGES/conspire.mo
Xshare/locale/hu/LC_MESSAGES/conspire.mo
Xshare/locale/it/LC_MESSAGES/conspire.mo
Xshare/locale/ja/LC_MESSAGES/conspire.mo
Xshare/locale/ko/LC_MESSAGES/conspire.mo
Xshare/locale/lt/LC_MESSAGES/conspire.mo
Xshare/locale/mk/LC_MESSAGES/conspire.mo
Xshare/locale/nl/LC_MESSAGES/conspire.mo
Xshare/locale/pa/LC_MESSAGES/conspire.mo
Xshare/locale/pt/LC_MESSAGES/conspire.mo
Xshare/locale/ru/LC_MESSAGES/conspire.mo
Xshare/locale/sq/LC_MESSAGES/conspire.mo
Xshare/locale/sr/LC_MESSAGES/conspire.mo
Xshare/locale/sv/LC_MESSAGES/conspire.mo
Xshare/locale/uk/LC_MESSAGES/conspire.mo
Xshare/locale/vi/LC_MESSAGES/conspire.mo
Xshare/locale/zh_CN/LC_MESSAGES/conspire.mo
Xshare/locale/zh_TW/LC_MESSAGES/conspire.mo
Xshare/pixmaps/conspire.png
X at dirrm %%DATADIR%%/pixmaps
X at dirrm share/conspire
X at dirrm lib/conspire/plugins
X at dirrm lib/conspire
X at dirrm include/conspire
32f9c37472a7e784a3fd0c4be070f8cb
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list