diff options
-rw-r--r-- | chat/Makefile | 3 | ||||
-rw-r--r-- | chat/centerim5/DESCR | 12 | ||||
-rw-r--r-- | chat/centerim5/Makefile | 40 | ||||
-rw-r--r-- | chat/centerim5/PLIST | 8 | ||||
-rw-r--r-- | chat/centerim5/distinfo | 6 |
5 files changed, 68 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index 8ec762e960a..d584919053f 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2018/11/27 19:25:05 nia Exp $ +# $NetBSD: Makefile,v 1.209 2018/11/28 15:12:27 nia Exp $ # COMMENT= Communication programs @@ -12,6 +12,7 @@ SUBDIR+= bnc SUBDIR+= bsflite SUBDIR+= carbons-purple SUBDIR+= centerim +SUBDIR+= centerim5 SUBDIR+= cgiirc SUBDIR+= climm SUBDIR+= ctrlproxy diff --git a/chat/centerim5/DESCR b/chat/centerim5/DESCR new file mode 100644 index 00000000000..9bcb5ddc821 --- /dev/null +++ b/chat/centerim5/DESCR @@ -0,0 +1,12 @@ +CenterIM is a text-mode multi-protocol instant messaging client +for Linux, *BSD, Solaris and other Unices. The program supports +most of widely used IM protocols, including AIM, ICQ, IRC, QQ, +Skype, XMPP (Jabber). + +CenterIM is a powerful communication tool that can be used through +SSH, without the need for VNC/Remote Desktop. CenterIM started as +a fork of CenterICQ. + +Development has ceased on CenterIM4 in favor of CenterIM5, which +is a ground up rewrite and uses the libpurple library as a +communication backend. diff --git a/chat/centerim5/Makefile b/chat/centerim5/Makefile new file mode 100644 index 00000000000..e4ad0ccf118 --- /dev/null +++ b/chat/centerim5/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1 2018/11/28 15:12:27 nia Exp $ + +DISTNAME= centerim5-5.0.1 +CATEGORIES= chat +MASTER_SITES= http://www.centerim.org/download/cim5/ + +MAINTAINER= nia@NetBSD.org +HOMEPAGE= http://centerim.org/ +COMMENT= Text-mode multi-protocol instant messaging client using libpurple +LICENSE= gnu-gpl-v2 + +USE_TOOLS+= aclocal autoconf autoheader automake autopoint +USE_TOOLS+= pkg-config gettext msgfmt msgmerge xgettext +USE_LANGUAGES= c c++ + +HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} + +USE_LIBTOOL= yes + +PYTHON_VERSIONS_INCOMPATIBLE= 27 34 + +SUBST_CLASSES+= equals +SUBST_STAGE.equals= pre-configure +SUBST_MESSAGE.equals= Use portable = instead of ==. +SUBST_FILES.equals+= configure.ac +SUBST_SED.equals= -e 's,== True,= True,g' + +pre-configure: + cd ${WRKSRC} && ./bootstrap + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libidn/buildlink3.mk" +.include "../../devel/libsigc++/buildlink3.mk" +.include "../../devel/ncursesw/buildlink3.mk" +.include "../../chat/libpurple/buildlink3.mk" +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/centerim5/PLIST b/chat/centerim5/PLIST new file mode 100644 index 00000000000..e3c9b17134e --- /dev/null +++ b/chat/centerim5/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2018/11/28 15:12:27 nia Exp $ +bin/centerim5 +lib/centerim5/extaction.la +lib/libcppconsui.la +man/man1/centerim5.1 +share/locale/cs/LC_MESSAGES/centerim5.mo +share/locale/nl/LC_MESSAGES/centerim5.mo +share/locale/ru/LC_MESSAGES/centerim5.mo diff --git a/chat/centerim5/distinfo b/chat/centerim5/distinfo new file mode 100644 index 00000000000..1158a200ad7 --- /dev/null +++ b/chat/centerim5/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/11/28 15:12:27 nia Exp $ + +SHA1 (centerim5-5.0.1.tar.gz) = 4da0d37a307d369b9f54759c14a96cbbec26d46c +RMD160 (centerim5-5.0.1.tar.gz) = bca6c8da1b90dc5524be00fe1a7a547f2b0820fd +SHA512 (centerim5-5.0.1.tar.gz) = 8d9e7cbb1abc3ed8cd91761ebe9a2355c2e39b59cab23de0ad4bfbbf35f4bce062fee5d01b8239d839fc5cef0c74b31187ab1a85a39c46ef679bfc86e628281f +Size (centerim5-5.0.1.tar.gz) = 764152 bytes |