From 2832129b077ea83c8828f066a475771a8b7b14c0 Mon Sep 17 00:00:00 2001 From: fcambus Date: Wed, 5 Jan 2022 10:04:10 +0000 Subject: [PATCH] chat/swirc: import swirc-3.3.3. Swirc is a BSD licensed, console based and lightweight ICB and IRC client written in C/C++, whose goals are to be portable and secure. --- chat/swirc/DESCR | 2 ++ chat/swirc/Makefile | 23 +++++++++++++++++++++++ chat/swirc/PLIST | 9 +++++++++ chat/swirc/distinfo | 5 +++++ 4 files changed, 39 insertions(+) create mode 100644 chat/swirc/DESCR create mode 100644 chat/swirc/Makefile create mode 100644 chat/swirc/PLIST create mode 100644 chat/swirc/distinfo diff --git a/chat/swirc/DESCR b/chat/swirc/DESCR new file mode 100644 index 000000000000..724174c6de45 --- /dev/null +++ b/chat/swirc/DESCR @@ -0,0 +1,2 @@ +Swirc is a BSD licensed, console based and lightweight ICB and IRC +client written in C/C++, whose goals are to be portable and secure. diff --git a/chat/swirc/Makefile b/chat/swirc/Makefile new file mode 100644 index 000000000000..3c7a5d219c72 --- /dev/null +++ b/chat/swirc/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2022/01/05 10:04:10 fcambus Exp $ + +DISTNAME= swirc-3.3.3 +CATEGORIES= chat +MASTER_SITES= https://www.nifty-networks.net/swirc/releases/ +EXTRACT_SUFX= .tgz + +MAINTAINER= fcambus@NetBSD.org +HOMEPAGE= https://www.nifty-networks.net/swirc/ +COMMENT= Console based ICB and IRC client +LICENSE= modified-bsd + +HAS_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ + +MAKE_FLAGS+= DEST_MANUAL=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 +MAKE_FLAGS+= DEST_CONFMAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 + +.include "../../devel/libidn/buildlink3.mk" +.include "../../devel/ncursesw/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/swirc/PLIST b/chat/swirc/PLIST new file mode 100644 index 000000000000..0ae3cf07c03c --- /dev/null +++ b/chat/swirc/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2022/01/05 10:04:10 fcambus Exp $ +bin/swirc +man/man1/swirc.1 +man/man5/swirc.conf.5 +share/locale/de/LC_MESSAGES/swirc.mo +share/locale/fi/LC_MESSAGES/swirc.mo +share/locale/fr/LC_MESSAGES/swirc.mo +share/locale/sv/LC_MESSAGES/swirc.mo +share/swirc/swirc-royal.png diff --git a/chat/swirc/distinfo b/chat/swirc/distinfo new file mode 100644 index 000000000000..914122af5af4 --- /dev/null +++ b/chat/swirc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/01/05 10:04:10 fcambus Exp $ + +BLAKE2s (swirc-3.3.3.tgz) = accb229837727b1f85aa0ebac8dc343ed71e0767022ee028135535f8ae8b37ff +SHA512 (swirc-3.3.3.tgz) = 5956dcc82aa300d3dfa539341bf625179668f11c6e789b697bf25e07fe7bdb0b898f89d5b426283b634e87b95b8b00f1f4de9e9a16e4ca467382e81a1bddbd88 +Size (swirc-3.3.3.tgz) = 258705 bytes