diff options
author | snj <snj@pkgsrc.org> | 2008-11-06 21:15:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2008-11-06 21:15:24 +0000 |
commit | 380675c92ac95dfc57332b15baa8563d63b63588 (patch) | |
tree | d7822e9d5de26bd46febe24803fc7d512271c8a5 /comms | |
parent | b7c4a2b8f53a23ca93ba57b48f3bace8ebc6af53 (diff) | |
download | pkgsrc-380675c92ac95dfc57332b15baa8563d63b63588.tar.gz |
esms and linuxsms are both broken and both dead upstream.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 4 | ||||
-rw-r--r-- | comms/esms/DESCR | 4 | ||||
-rw-r--r-- | comms/esms/Makefile | 23 | ||||
-rw-r--r-- | comms/esms/PLIST | 3 | ||||
-rw-r--r-- | comms/esms/distinfo | 5 | ||||
-rw-r--r-- | comms/linuxsms/DESCR | 1 | ||||
-rw-r--r-- | comms/linuxsms/Makefile | 29 | ||||
-rw-r--r-- | comms/linuxsms/PLIST | 9 | ||||
-rw-r--r-- | comms/linuxsms/distinfo | 6 | ||||
-rw-r--r-- | comms/linuxsms/patches/patch-aa | 15 |
10 files changed, 1 insertions, 98 deletions
diff --git a/comms/Makefile b/comms/Makefile index f38cd7c3cae..285f47b4026 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -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+= conserver8 SUBDIR+= dl-ezkit SUBDIR+= efax SUBDIR+= efax-gtk -SUBDIR+= esms SUBDIR+= estic SUBDIR+= fidogate SUBDIR+= gkermit @@ -34,7 +33,6 @@ SUBDIR+= libopensync-plugin-file SUBDIR+= libopensync-plugin-kdepim SUBDIR+= libopensync-plugin-syncml SUBDIR+= libsyncml -SUBDIR+= linuxsms SUBDIR+= lrzsz SUBDIR+= malsync SUBDIR+= mgetty+sendfax diff --git a/comms/esms/DESCR b/comms/esms/DESCR deleted file mode 100644 index 635ca5ca55d..00000000000 --- a/comms/esms/DESCR +++ /dev/null @@ -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 --git a/comms/esms/Makefile b/comms/esms/Makefile deleted file mode 100644 index 728bc0335f0..00000000000 --- a/comms/esms/Makefile +++ /dev/null @@ -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 -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 --git a/comms/esms/PLIST b/comms/esms/PLIST deleted file mode 100644 index 09f633aae62..00000000000 --- a/comms/esms/PLIST +++ /dev/null @@ -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 --git a/comms/esms/distinfo b/comms/esms/distinfo deleted file mode 100644 index 43c7dfaa90e..00000000000 --- a/comms/esms/distinfo +++ /dev/null @@ -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 --git a/comms/linuxsms/DESCR b/comms/linuxsms/DESCR deleted file mode 100644 index 02b1afaaf06..00000000000 --- a/comms/linuxsms/DESCR +++ /dev/null @@ -1 +0,0 @@ -Linuxsms is a Perl script to send short messages (SMS) to GSM phones. diff --git a/comms/linuxsms/Makefile b/comms/linuxsms/Makefile deleted file mode 100644 index f6ac2dd2fbd..00000000000 --- a/comms/linuxsms/Makefile +++ /dev/null @@ -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 -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 --git a/comms/linuxsms/PLIST b/comms/linuxsms/PLIST deleted file mode 100644 index 21c1174c31a..00000000000 --- a/comms/linuxsms/PLIST +++ /dev/null @@ -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 --git a/comms/linuxsms/distinfo b/comms/linuxsms/distinfo deleted file mode 100644 index 2c1bd693f92..00000000000 --- a/comms/linuxsms/distinfo +++ /dev/null @@ -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 --git a/comms/linuxsms/patches/patch-aa b/comms/linuxsms/patches/patch-aa deleted file mode 100644 index c46edf9a92c..00000000000 --- a/comms/linuxsms/patches/patch-aa +++ /dev/null @@ -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); |