diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-04 02:29:28 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-04 02:29:28 +0000 |
commit | ab96a9ab0672a760947e5a13e1d9ced7d462af9d (patch) | |
tree | e4da49706b0f6414121fa16c6b720abf3e4c1309 /irc | |
parent | e33b4f845ced11df37f6b614f2e48d3bb2b26bc4 (diff) | |
download | ports-ab96a9ab0672a760947e5a13e1d9ced7d462af9d.tar.gz ports-ab96a9ab0672a760947e5a13e1d9ced7d462af9d.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/conspire/Makefile | 75 | ||||
-rw-r--r-- | irc/conspire/distinfo | 3 | ||||
-rw-r--r-- | irc/conspire/pkg-descr | 8 | ||||
-rw-r--r-- | irc/conspire/pkg-plist | 97 |
5 files changed, 0 insertions, 184 deletions
diff --git a/irc/Makefile b/irc/Makefile index 7687f5ba3bb6..a5c4c996a63b 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -12,7 +12,6 @@ SUBDIR += bobot++ SUBDIR += bopm SUBDIR += cgiirc - SUBDIR += conspire SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer diff --git a/irc/conspire/Makefile b/irc/conspire/Makefile deleted file mode 100644 index 1217f39c4f83..000000000000 --- a/irc/conspire/Makefile +++ /dev/null @@ -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> diff --git a/irc/conspire/distinfo b/irc/conspire/distinfo deleted file mode 100644 index 2745de06f5c8..000000000000 --- a/irc/conspire/distinfo +++ /dev/null @@ -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 diff --git a/irc/conspire/pkg-descr b/irc/conspire/pkg-descr deleted file mode 100644 index 246b48cb4c11..000000000000 --- a/irc/conspire/pkg-descr +++ /dev/null @@ -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 diff --git a/irc/conspire/pkg-plist b/irc/conspire/pkg-plist deleted file mode 100644 index 25dcd620bc6c..000000000000 --- a/irc/conspire/pkg-plist +++ /dev/null @@ -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 |