pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms esms and linuxsms are both broken and both dead ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0392fd98b2e5
branches:  trunk
changeset: 549661:0392fd98b2e5
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Nov 06 21:15:24 2008 +0000

description:
esms and linuxsms are both broken and both dead upstream.

diffstat:

 comms/Makefile                  |   4 +---
 comms/esms/DESCR                |   4 ----
 comms/esms/Makefile             |  23 -----------------------
 comms/esms/PLIST                |   3 ---
 comms/esms/distinfo             |   5 -----
 comms/linuxsms/DESCR            |   1 -
 comms/linuxsms/Makefile         |  29 -----------------------------
 comms/linuxsms/PLIST            |   9 ---------
 comms/linuxsms/distinfo         |   6 ------
 comms/linuxsms/patches/patch-aa |  15 ---------------
 10 files changed, 1 insertions(+), 98 deletions(-)

diffs (156 lines):

diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/Makefile
--- a/comms/Makefile    Thu Nov 06 21:06:11 2008 +0000
+++ b/comms/Makefile    Thu Nov 06 21:15:24 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2008/02/20 19:13:12 drochner Exp $
+# $NetBSD: Makefile,v 1.73 2008/11/06 21:15:24 snj Exp $
 #
 
 COMMENT=       Communication utilities
@@ -15,7 +15,6 @@
 SUBDIR+=       dl-ezkit
 SUBDIR+=       efax
 SUBDIR+=       efax-gtk
-SUBDIR+=       esms
 SUBDIR+=       estic
 SUBDIR+=       fidogate
 SUBDIR+=       gkermit
@@ -34,7 +33,6 @@
 SUBDIR+=       libopensync-plugin-kdepim
 SUBDIR+=       libopensync-plugin-syncml
 SUBDIR+=       libsyncml
-SUBDIR+=       linuxsms
 SUBDIR+=       lrzsz
 SUBDIR+=       malsync
 SUBDIR+=       mgetty+sendfax
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/esms/DESCR
--- a/comms/esms/DESCR  Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-esms is a simple program which sends SMS (short messages) to cellular
-phones. It splits big messages into many fragments, which are later
-sent with error control. Only works for cellular phones in Spain, but
-support for other countries is planned.
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/esms/Makefile
--- a/comms/esms/Makefile       Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:16 joerg Exp $
-
-DISTNAME=      esms-0.9.5
-PKGREVISION=   1
-CATEGORIES=    comms
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=esms/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://esms.sourceforge.net/
-COMMENT=       Command line SMS send tool
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-DEPENDS+=      p5-libwww>=5.64:../../www/p5-libwww
-DEPENDS+=      p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser
-DEPENDS+=      p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree
-
-GNU_CONFIGURE= YES
-
-USE_TOOLS+=    perl:run
-REPLACE_PERL=  esms
-
-.include "../../mk/bsd.pkg.mk"
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/esms/PLIST
--- a/comms/esms/PLIST  Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/17 20:00:36 tron Exp $
-bin/esms
-man/man1/esms.1
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/esms/distinfo
--- a/comms/esms/distinfo       Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 16:05:29 agc Exp $
-
-SHA1 (esms-0.9.5.tar.gz) = 742bb0a9e168716c468f81ae20a932f59d29d7d9
-RMD160 (esms-0.9.5.tar.gz) = 731c265a6e6fb899558a12138ba31f76421fde2f
-Size (esms-0.9.5.tar.gz) = 33282 bytes
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/linuxsms/DESCR
--- a/comms/linuxsms/DESCR      Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Linuxsms is a Perl script to send short messages (SMS) to GSM phones.
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/linuxsms/Makefile
--- a/comms/linuxsms/Makefile   Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2008/03/03 05:33:32 jlam Exp $
-#
-
-DISTNAME=      linuxsms-0.65
-CATEGORIES=    comms
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=linuxsms/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://linuxsms.sourceforge.net/
-COMMENT=       Perl script to send short messages to GSM phones
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-USE_TOOLS+=    perl:run
-NO_BUILD=      yes
-
-REPLACE_PERL=  linuxsms
-
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
-
-do-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/linuxsms ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/linuxsms.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/linuxsms
-.for f in BUGS CHANGES README README.ES TODO
-       ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/linuxsms
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/linuxsms/PLIST
--- a/comms/linuxsms/PLIST      Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/01 15:59:17 jmmv Exp $
-bin/linuxsms
-man/man1/linuxsms.1
-share/doc/linuxsms/BUGS
-share/doc/linuxsms/CHANGES
-share/doc/linuxsms/README
-share/doc/linuxsms/README.ES
-share/doc/linuxsms/TODO
-@dirrm share/doc/linuxsms
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/linuxsms/distinfo
--- a/comms/linuxsms/distinfo   Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 16:05:30 agc Exp $
-
-SHA1 (linuxsms-0.65.tar.gz) = f407d3f4d8dc2eb3e5cfbaedb9de6ada8dfbafa1
-RMD160 (linuxsms-0.65.tar.gz) = af89db52995bd874a879123450611fc5581885ed
-Size (linuxsms-0.65.tar.gz) = 36023 bytes
-SHA1 (patch-aa) = bed6cf08d3488505a1873f0f7750da8276105fcd
diff -r d8e4f0a3dbb9 -r 0392fd98b2e5 comms/linuxsms/patches/patch-aa
--- a/comms/linuxsms/patches/patch-aa   Thu Nov 06 21:06:11 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/06/01 15:59:18 jmmv Exp $
-
---- linuxsms.orig      2003-06-01 17:57:09.000000000 +0200
-+++ linuxsms
-@@ -129,7 +129,9 @@ sub set_ansi() {
- sub main_test() {
-     # test if exist home of script, else try to create
-     if (! opendir(DIR, $HOME)) {
--        mkdir ($HOME, 0700) or die $c_red.$c_bold.$c_blink."error\!, can\'t create ".$HOME.$c_default."\n";
-+        $main::tmphome=$HOME;
-+        $main::tmphome =~ s|/$||g;
-+        mkdir ($main::tmphome, 0700) or die $c_red.$c_bold.$c_blink."error\!, can\'t create ".$HOME.$c_default."\n";
-         print $c_yellow.$c_bold."Creating ".$HOME.$c_default."\n";
-     }
-     closedir (DIR);



Home | Main Index | Thread Index | Old Index