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.
This commit is contained in:
parent
4903e49a56
commit
2832129b07
4 changed files with 39 additions and 0 deletions
2
chat/swirc/DESCR
Normal file
2
chat/swirc/DESCR
Normal file
|
@ -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.
|
23
chat/swirc/Makefile
Normal file
23
chat/swirc/Makefile
Normal file
|
@ -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"
|
9
chat/swirc/PLIST
Normal file
9
chat/swirc/PLIST
Normal file
|
@ -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
|
5
chat/swirc/distinfo
Normal file
5
chat/swirc/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue