pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ncdc Import ncdc-1.20 as net/ncdc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b47b5f67f484
branches:  trunk
changeset: 359597:b47b5f67f484
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 13 15:39:53 2017 +0000

description:
Import ncdc-1.20 as net/ncdc.

ncdc is a modern and lightweight direct connect client with a
friendly ncurses interface.

diffstat:

 net/ncdc/DESCR                   |   2 ++
 net/ncdc/Makefile                |  21 +++++++++++++++++++++
 net/ncdc/PLIST                   |   3 +++
 net/ncdc/distinfo                |   7 +++++++
 net/ncdc/patches/patch-configure |  15 +++++++++++++++
 5 files changed, 48 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 0ba0c0c8cfa9 -r b47b5f67f484 net/ncdc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ncdc/DESCR    Mon Mar 13 15:39:53 2017 +0000
@@ -0,0 +1,2 @@
+ncdc is a modern and lightweight direct connect client with a
+friendly ncurses interface.
diff -r 0ba0c0c8cfa9 -r b47b5f67f484 net/ncdc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ncdc/Makefile Mon Mar 13 15:39:53 2017 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/03/13 15:39:53 wiz Exp $
+
+DISTNAME=      ncdc-1.20
+CATEGORIES=    net
+MASTER_SITES=  https://dev.yorhel.nl/download/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://dev.yorhel.nl/ncdc
+COMMENT=       Modern and lightweight direct connect client (curses interface)
+LICENSE=       mit
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0ba0c0c8cfa9 -r b47b5f67f484 net/ncdc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ncdc/PLIST    Mon Mar 13 15:39:53 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/13 15:39:53 wiz Exp $
+bin/ncdc
+man/man1/ncdc.1
diff -r 0ba0c0c8cfa9 -r b47b5f67f484 net/ncdc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ncdc/distinfo Mon Mar 13 15:39:53 2017 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2017/03/13 15:39:53 wiz Exp $
+
+SHA1 (ncdc-1.20.tar.gz) = cc8b0543423a552a9974445659c59e2723e1452b
+RMD160 (ncdc-1.20.tar.gz) = e52eee5b8a824f2f2c12a3228a607f2271d202c4
+SHA512 (ncdc-1.20.tar.gz) = 0f20d6584aab1e69bcb3a93271a8542c5968adee5fd198b375dc258996b60ee5f642eac5d5e91c5513e367bbfd42eda80ede9e6e93ab38279c33e8da557010a7
+Size (ncdc-1.20.tar.gz) = 367688 bytes
+SHA1 (patch-configure) = 84caf3fd0ca7a561bc980c5b3557730531933c71
diff -r 0ba0c0c8cfa9 -r b47b5f67f484 net/ncdc/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ncdc/patches/patch-configure  Mon Mar 13 15:39:53 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2017/03/13 15:39:53 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- configure.orig     2016-12-30 11:50:53.000000000 +0000
++++ configure
+@@ -4905,7 +4905,7 @@ else
+   with_geoip=no
+ fi
+ 
+-if test "x$with_geoip" == xyes; then :
++if test "x$with_geoip" = xyes; then :
+ 
+ pkg_failed=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GEOIP" >&5



Home | Main Index | Thread Index | Old Index