aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-06-30 08:37:49 +0000
committerRene Ladan <rene@FreeBSD.org>2014-06-30 08:37:49 +0000
commita1334cc5336a99e37ca77595c60f68012e2bb0bc (patch)
treedf4588a3eebe74807d57f164b1c860b1243ffb47 /net-im
parent253b88d8be9b64b5c3997611b2748738f6050bda (diff)
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/ysm/Makefile34
-rw-r--r--net-im/ysm/distinfo2
-rw-r--r--net-im/ysm/files/patch-src-YSM_Charset.c15
-rw-r--r--net-im/ysm/files/patch-src-YSM_Prompt.c13
-rw-r--r--net-im/ysm/pkg-descr7
6 files changed, 0 insertions, 72 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 5b68474e64b5..138ea11209f5 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -172,7 +172,6 @@
SUBDIR += venom
SUBDIR += vqcc-gtk
SUBDIR += yoono
- SUBDIR += ysm
SUBDIR += zephyr
.include <bsd.port.subdir.mk>
diff --git a/net-im/ysm/Makefile b/net-im/ysm/Makefile
deleted file mode 100644
index 75f0a49721c0..000000000000
--- a/net-im/ysm/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: vampiro
-# $FreeBSD$
-
-PORTNAME= ysm
-PORTVERSION= 7.2.9.9.1
-PORTREVISION= 1
-CATEGORIES= net-im
-MASTER_SITES= SF/${PORTNAME}v7/${PORTNAME}v7/${PORTNAME}v7%202.9.9.1
-DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Command line ICQ client with ICQ2000 and recoding support
-
-BROKEN= Fails to install
-DEPRECATED= Broken for more than 5 months
-EXPIRATION_DATE= 2014-06-30
-
-USE_CSTD= c89
-
-USES= iconv gmake
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
-
-MAN1= ysm.1
-PLIST_FILES= bin/ysm
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/net-im/ysm/distinfo b/net-im/ysm/distinfo
deleted file mode 100644
index 5e39951884fe..000000000000
--- a/net-im/ysm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ysmv7_2_9_9_1.tar.bz2) = 3d415ea55fc713527b96f9d9735fe0be225bf15ab20690cf4e5c67154d8404f2
-SIZE (ysmv7_2_9_9_1.tar.bz2) = 260796
diff --git a/net-im/ysm/files/patch-src-YSM_Charset.c b/net-im/ysm/files/patch-src-YSM_Charset.c
deleted file mode 100644
index 0dbeef6d31be..000000000000
--- a/net-im/ysm/files/patch-src-YSM_Charset.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/YSM_Charset.c.orig 2008-01-12 22:33:08.000000000 +0300
-+++ src/YSM_Charset.c 2008-01-12 22:33:31.000000000 +0300
-@@ -75,9 +75,9 @@
- }
- }
-
-- ASCII_2_ucs4 = iconv_open("UCS4","ASCII");
-- input_2_ucs4 = iconv_open("UCS4",charset_from);
-- ucs4_2_output = iconv_open(charset_to,"UCS4");
-+ ASCII_2_ucs4 = iconv_open("UCS-4","ASCII");
-+ input_2_ucs4 = iconv_open("UCS-4",charset_from);
-+ ucs4_2_output = iconv_open(charset_to,"UCS-4");
-
- if ((ASCII_2_ucs4 == (iconv_t)(-1))
- || (input_2_ucs4 == (iconv_t)(-1))
diff --git a/net-im/ysm/files/patch-src-YSM_Prompt.c b/net-im/ysm/files/patch-src-YSM_Prompt.c
deleted file mode 100644
index 2ea6464f08fe..000000000000
--- a/net-im/ysm/files/patch-src-YSM_Prompt.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/YSM_Prompt.c.orig 2008-01-12 22:36:41.000000000 +0300
-+++ src/YSM_Prompt.c 2008-01-12 22:37:50.000000000 +0300
-@@ -564,6 +564,10 @@
- YSM_ConsoleRestore();
-
- /* Set default readline values */
-+ rl_readline_name = "ysm";
-+ using_history();
-+ unstifle_history();
-+
- rl_variable_bind("editing-mode", "emacs");
- rl_bind_key('\t', YSM_ConsoleTabHook); /* Tab hook for emacs */
- /* ysm hot keys */
diff --git a/net-im/ysm/pkg-descr b/net-im/ysm/pkg-descr
deleted file mode 100644
index 0e4fc5151239..000000000000
--- a/net-im/ysm/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-You Sick Me - command line ICQ client with ICQ2000 and recoding support
-
-YSM (You Sick Me) v7 is an ICQ console client. It was originally meant to
-run in Linux, but it has been successfully tested in FreeBSD, Win32, BeOS,
-OS/2 and QNX. YSM is based on the last ICQ protocol version, v7/8.
-
-WWW: http://www.ysm.com.ar