summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-07-13 04:10:34 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-07-13 04:10:34 +0000
commit43819aae82a35e39c56bcd5aafa701b1bf748800 (patch)
treeff91d20894c16f427918adb8ee9699975622e2f2 /net
parent1044a2cf864a8ee33e557be8e378af97b9a71b78 (diff)
downloadpkgsrc-43819aae82a35e39c56bcd5aafa701b1bf748800.tar.gz
Remove the bpalogin package as per the thread on pkgsrc-users.
BPALogin is a replacement for the Telstra supplied client for connecting and using Telstra's Big Pond Advance powered by Cable. There is an open bug against it, http://gnats.netbsd.org/24771, which suggests that it has been obsolete for a long time.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/bpalogin/DESCR12
-rw-r--r--net/bpalogin/Makefile28
-rw-r--r--net/bpalogin/PLIST3
-rw-r--r--net/bpalogin/distinfo5
-rwxr-xr-xnet/bpalogin/files/bpalogin.sh28
6 files changed, 1 insertions, 78 deletions
diff --git a/net/Makefile b/net/Makefile
index c7c303901d7..3e65bdd18d9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1078 2015/07/12 00:46:55 wiz Exp $
+# $NetBSD: Makefile,v 1.1079 2015/07/13 04:10:34 bsiegert Exp $
#
COMMENT= Networking tools
@@ -48,7 +48,6 @@ SUBDIR+= bittorrent
SUBDIR+= bittorrent-gui
SUBDIR+= bmon
SUBDIR+= bounce
-SUBDIR+= bpalogin
SUBDIR+= bridged
SUBDIR+= bsddip
SUBDIR+= btget
diff --git a/net/bpalogin/DESCR b/net/bpalogin/DESCR
deleted file mode 100644
index 4d177a9dfde..00000000000
--- a/net/bpalogin/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
- BPALogin is a replacement for the Telstra supplied client for connecting
-and using Telstra's Big Pond Advance powered by Cable.
-
- BPALogin has the following advantages over the standard Bigpond
-LaunchPad client:
-
- * Does not crash like the standard one
- * Reconnects when there is a network problem
- * Is available for most operating systems, whereas BPA
- only support Windows and MacOS
- * Can run as a service on WinNT/2000
- * Comes with source code to allow endless customisation
diff --git a/net/bpalogin/Makefile b/net/bpalogin/Makefile
deleted file mode 100644
index 5163ad9347f..00000000000
--- a/net/bpalogin/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2012/10/23 17:18:12 asau Exp $
-#
-
-DISTNAME= bpalogin-2.0.2
-PKGREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://bpalogin.sourceforge.net/download/ \
- ${MASTER_SITE_SOURCEFORGE:=bpalogin/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://bpalogin.sourceforge.net/
-COMMENT= BigPond Advance login client
-
-GNU_CONFIGURE= yes
-BUILD_TARGET= bpalogin
-
-CONF_FILES+= ${PREFIX}/share/examples/bpalogin/bpalogin.conf \
- ${PKG_SYSCONFDIR}/bpalogin.conf
-RCD_SCRIPTS= bpalogin
-
-INSTALLATION_DIRS= sbin share/examples/bpalogin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bpalogin ${DESTDIR}${PREFIX}/sbin
- ${INSTALL_DATA} ${WRKSRC}/bpalogin.conf \
- ${DESTDIR}${PREFIX}/share/examples/bpalogin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/bpalogin/PLIST b/net/bpalogin/PLIST
deleted file mode 100644
index 6f2192d7901..00000000000
--- a/net/bpalogin/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2014/03/11 14:05:07 jperkin Exp $
-sbin/bpalogin
-share/examples/bpalogin/bpalogin.conf
diff --git a/net/bpalogin/distinfo b/net/bpalogin/distinfo
deleted file mode 100644
index ae15864ffbf..00000000000
--- a/net/bpalogin/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:43 agc Exp $
-
-SHA1 (bpalogin-2.0.2.tar.gz) = 68ac9fde8c820d549a498ec15928a34c7c8d72cf
-RMD160 (bpalogin-2.0.2.tar.gz) = 07e7626e0602749a44179cd7263c1b6e885a338d
-Size (bpalogin-2.0.2.tar.gz) = 55120 bytes
diff --git a/net/bpalogin/files/bpalogin.sh b/net/bpalogin/files/bpalogin.sh
deleted file mode 100755
index 7113747b572..00000000000
--- a/net/bpalogin/files/bpalogin.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: bpalogin.sh,v 1.1 2002/11/21 10:02:57 grant Exp $
-#
-# bpalogin startup script
-#
-# PROVIDE: bpalogin
-# REQUIRE: DAEMON dhcpd
-
-if [ -f /etc/rc.subr ]
-then
- . /etc/rc.subr
-fi
-
-name="bpalogin"
-rcvar=${name}
-command="@PREFIX@/sbin/${name}"
-command_args="-c @PKG_SYSCONFDIR@/${name}.conf & sleep 1"
-required_files="@PKG_SYSCONFDIR@/${name}.conf"
-
-if [ -f /etc/rc.subr ]
-then
- load_rc_config $name
- run_rc_command "$1"
-else
- @ECHO@ -n " ${name}"
- ${command} ${bpalogin_flags} ${command_args}
-fi