diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:32:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:32:20 +0000 |
commit | b3a3e048804854bbec82192081964c7fbe7ae968 (patch) | |
tree | 75ec48c1033702054a7a2d6e29cc02fb01fa11ae /chat | |
parent | 74fcaa69bf687de0235e46ca8ec996b85d0c9c63 (diff) | |
download | pkgsrc-b3a3e048804854bbec82192081964c7fbe7ae968.tar.gz |
Remove smirk.
Last release from 2008, no upstream.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile | 3 | ||||
-rw-r--r-- | chat/smirk/DESCR | 23 | ||||
-rw-r--r-- | chat/smirk/Makefile | 35 | ||||
-rw-r--r-- | chat/smirk/PLIST | 5 | ||||
-rw-r--r-- | chat/smirk/distinfo | 9 | ||||
-rw-r--r-- | chat/smirk/patches/patch-aa | 13 | ||||
-rw-r--r-- | chat/smirk/patches/patch-src_comm.c | 13 | ||||
-rw-r--r-- | chat/smirk/patches/patch-src_forms.c | 12 |
8 files changed, 1 insertions, 112 deletions
diff --git a/chat/Makefile b/chat/Makefile index 723aa3a8fd2..3ce6f482dc3 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.189 2017/09/04 13:58:53 leot Exp $ +# $NetBSD: Makefile,v 1.190 2017/09/04 18:32:21 wiz Exp $ # COMMENT= Communication programs @@ -122,7 +122,6 @@ SUBDIR+= silc-client-icb SUBDIR+= silc-server SUBDIR+= sirc SUBDIR+= skypeweb-purple -SUBDIR+= smirk SUBDIR+= spectrum SUBDIR+= swift SUBDIR+= telegram-purple diff --git a/chat/smirk/DESCR b/chat/smirk/DESCR deleted file mode 100644 index c105a7809c9..00000000000 --- a/chat/smirk/DESCR +++ /dev/null @@ -1,23 +0,0 @@ -Smirk is a text console IRC client for UNIX-like operating systems. -It is small, fast, portable, and easy to use. Smirk sports a -unique, intuitive menu-driven user interface. - -Smirk is a fork of the seemingly abandoned Rhapsody project. - -Available Features: - - * Multi server support. - * Clean, easy to use menu driven user interface. - * Favorite server, channel and user lists. - * Ignore lists. - * Configurable interface color themes. - * Large file (over 2GB) support. - * SOCKS proxy compatibility. - -Supported Protocols: - - * IRC (obviously) - * DCC chat - * DCC file transfers - * CTCP - * SOCKS4 and SOCKS5 diff --git a/chat/smirk/Makefile b/chat/smirk/Makefile deleted file mode 100644 index cd186f5aedd..00000000000 --- a/chat/smirk/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2017/09/04 18:00:50 wiz Exp $ -# - -DISTNAME= smirk-20080111 -PKGREVISION= 4 -CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://smirk.googlecode.com/ -COMMENT= Revival of the curses-based Rhapsody IRC client - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --datadir=${DATADIR:Q} - -USE_TOOLS+= gmake -FAKE_NCURSES= yes - -DATADIR= ${PREFIX}/share/${PKGBASE} -HELP_DIR= ${DATADIR}/help -HELP_FILES= clientcmnds.hlp irccmnds.hlp keys.hlp - -LIBS.SunOS+= -lsocket -lnsl - -do-install: - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/smirk ${DESTDIR}${PREFIX}/bin - ${INSTALL_DATA_DIR} ${DESTDIR}${HELP_DIR} -.for fn in ${HELP_FILES} - ${INSTALL_DATA} ${WRKSRC}/help/${fn} ${DESTDIR}${HELP_DIR} -.endfor - -.include "../../mk/curses.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/chat/smirk/PLIST b/chat/smirk/PLIST deleted file mode 100644 index 91da0598b91..00000000000 --- a/chat/smirk/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:37:49 joerg Exp $ -bin/smirk -share/smirk/help/clientcmnds.hlp -share/smirk/help/irccmnds.hlp -share/smirk/help/keys.hlp diff --git a/chat/smirk/distinfo b/chat/smirk/distinfo deleted file mode 100644 index f90656c8d90..00000000000 --- a/chat/smirk/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.4 2017/01/03 21:27:33 roy Exp $ - -SHA1 (smirk-20080111.tar.bz2) = a5cfacbd655e76f39d3d8093b724266f9d6c92ac -RMD160 (smirk-20080111.tar.bz2) = b834e5c78e7882710d109e603f528fc2fccb7167 -SHA512 (smirk-20080111.tar.bz2) = 3168ea49db68181a543b401134faa391241ba57d582fcdbed0f7e5487be36b449146be40e0c0ca86e5907de41df84a0af338271a835268c18a8446f92c0a509b -Size (smirk-20080111.tar.bz2) = 151171 bytes -SHA1 (patch-aa) = 05f337326017d2d457e9d5ee4f369ec1ecf3f30e -SHA1 (patch-src_comm.c) = 01248034b97a1e084959394e5bd45d26d1d19c3f -SHA1 (patch-src_forms.c) = 9a9bd84756182609e802632526cf3fb480db9b00 diff --git a/chat/smirk/patches/patch-aa b/chat/smirk/patches/patch-aa deleted file mode 100644 index abab4460533..00000000000 --- a/chat/smirk/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2008/06/30 22:23:34 bjs Exp $ - ---- src/screen.c.orig 2007-05-08 10:18:18.000000000 -0400 -+++ src/screen.c -@@ -2195,7 +2195,7 @@ int print_help_file(help *H, char *filen - char line[4096]; - char path[4096]; - -- sprintf(path,"%s/%s/%s","DOCS_PATH","help",filename); -+ sprintf(path,"%s/%s/%s",DOCS_PATH,"help",filename); - - fp = fopen(path, "rb"); - diff --git a/chat/smirk/patches/patch-src_comm.c b/chat/smirk/patches/patch-src_comm.c deleted file mode 100644 index 0abfe695462..00000000000 --- a/chat/smirk/patches/patch-src_comm.c +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-src_comm.c,v 1.1 2017/01/03 21:27:33 roy Exp $ - ---- src/comm.c.orig 2017-01-03 21:20:08.889101017 +0000 -+++ src/comm.c -@@ -34,7 +34,7 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> -- -+#include <stdarg.h> - - #include "config.h" - diff --git a/chat/smirk/patches/patch-src_forms.c b/chat/smirk/patches/patch-src_forms.c deleted file mode 100644 index 1d47eab28c1..00000000000 --- a/chat/smirk/patches/patch-src_forms.c +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-src_forms.c,v 1.1 2017/01/03 21:27:33 roy Exp $ - ---- src/forms.c.orig 2017-01-03 21:22:56.040858695 +0000 -+++ src/forms.c -@@ -37,6 +37,7 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - #include <ctype.h> -+#include <stdarg.h> - - #include "config.h" - |