aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-20 02:40:39 +0800
committerantoine <antoine@FreeBSD.org>2014-08-20 02:40:39 +0800
commit8f2a3c8b001bd7885cd0017f54ebf47f503d21ec (patch)
treeb04fd3057b0e3d5f63106b40a3a5520fabbb8c17
parentd563cc350471b547df706b8f14af8fa2eb77ec77 (diff)
downloadfreebsd-ports-gnome-8f2a3c8b001bd7885cd0017f54ebf47f503d21ec.tar.gz
freebsd-ports-gnome-8f2a3c8b001bd7885cd0017f54ebf47f503d21ec.tar.zst
freebsd-ports-gnome-8f2a3c8b001bd7885cd0017f54ebf47f503d21ec.zip
Remove net/rsmb, MOVED entry was already added on 2014-08-13
-rw-r--r--LEGAL1
-rw-r--r--net/Makefile1
-rw-r--r--net/rsmb/Makefile44
-rw-r--r--net/rsmb/distinfo2
-rw-r--r--net/rsmb/files/broker.cfg30
-rw-r--r--net/rsmb/files/rsmbd.in33
-rw-r--r--net/rsmb/pkg-descr6
-rw-r--r--net/rsmb/pkg-plist6
8 files changed, 0 insertions, 123 deletions
diff --git a/LEGAL b/LEGAL
index 34ab576670f5..473f3640cbf3 100644
--- a/LEGAL
+++ b/LEGAL
@@ -225,7 +225,6 @@ RealPlayer-*.rpm multimedia/linux-realplayer Redistribution not allowed
rftg-* games/rftg Redistribution not authorized
ricty-* japanese/font-ricty Redistribution not allowed
ringtonetools-* misc/ringtonetools Not free for commercial organizations
-rsmb-* net/rsmb Must register for account on IBM web site, must agree to license before downloading, and no redistribution allowed
savage/SFE* games/linux-savage Freeware, but license terms are unclear
scv-1.0p2-sysc* cad/scv License agreement required
seatools_cli.tar sysutils/seatools Redistribution is not permitted
diff --git a/net/Makefile b/net/Makefile
index 46b89c882a4d..78a0cb327eae 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1000,7 +1000,6 @@
SUBDIR += ris
SUBDIR += rp-pppoe
SUBDIR += rshell
- SUBDIR += rsmb
SUBDIR += rsplib
SUBDIR += rsync
SUBDIR += rsync-bpc
diff --git a/net/rsmb/Makefile b/net/rsmb/Makefile
deleted file mode 100644
index 69dd28fc1006..000000000000
--- a/net/rsmb/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: Andrew Stevenson <andrew@ugh.net.au>
-# $FreeBSD$
-
-PORTNAME= rsmb
-PORTVERSION= 1.1.0
-CATEGORIES= net linux
-MASTER_SITES= #
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Really Small Message Broker, an MQTT supporting server
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-USES= zip
-USE_LINUX= yes
-LINUX_OSRELEASE=2.6.16
-IA32_BINARY_PORT= yes
-RESTRICTED= \nPlease visit http://www.alphaworks.ibm.com/tech/rsmb/download
-RESTRICTED+= \nto register for an account, agree to the license and download
-RESTRICTED+= \n${DISTFILES}.
-RESTRICTED+= \nMove the file to ${DISTDIR} and restart the build.\n\n
-USE_RC_SUBR= rsmbd
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-ECHO_MSG= ${PRINTF}
-IGNORE= ${RESTRICTED}
-.endif
-
-do-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/gettingstarted.htm ${DOCSDIR}
-.endif
- ${MKDIR} ${PREFIX}/libexec/rsmb
- ${INSTALL_PROGRAM} ${WRKSRC}/broker.redhat ${PREFIX}/libexec/rsmb/broker
- ${INSTALL_DATA} ${WRKSRC}/Messages.${PORTVERSION} ${PREFIX}/libexec/rsmb/
- ${INSTALL_DATA} ${FILESDIR}/broker.cfg ${PREFIX}/etc/broker.cfg.dist
-
-.include <bsd.port.post.mk>
diff --git a/net/rsmb/distinfo b/net/rsmb/distinfo
deleted file mode 100644
index e1e277f6590f..000000000000
--- a/net/rsmb/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rsmb_1.1.0.zip) = 2b188c2f79e3e194468b96b220fd3daaae78b844f8a51e4ec05b02fb79683f6f
-SIZE (rsmb_1.1.0.zip) = 385330
diff --git a/net/rsmb/files/broker.cfg b/net/rsmb/files/broker.cfg
deleted file mode 100644
index 6f1dcebb2a0c..000000000000
--- a/net/rsmb/files/broker.cfg
+++ /dev/null
@@ -1,30 +0,0 @@
-# Example configuration file for RSMB. See gettingstarted.htm for details.
-
-# specify the port on which to listen
-#port 1883
-
-# limit the number of concurrent clients (-1 is no limit)
-#max_connections -1
-
-# limit the number of messages that can be queued for an individual
-# subscription
-#max_queued_messages 100
-
-# save retained messages and durable subscriptions to disk on shutdown and
-# restore on startup
-#persistence false
-
-# directory to use to store persistence files (if persistence is true)
-#persistence_location /var/spool/rsmb
-
-# specify the logging level. 30 is no extra logging, 20 includes protocol
-# tracing and 10 includes everything. logs are published to the topic
-# '$SYS/broker/log'
-#trace_level 30
-
-# the MQTT bridge can be used to connect one instance of RSMB to another (or
-# indeed any MQTT capable broker) for the purpose of exchanging messages.
-#
-#connection MyOtherBroker
-#address broker.example.org:1883
-#topic #
diff --git a/net/rsmb/files/rsmbd.in b/net/rsmb/files/rsmbd.in
deleted file mode 100644
index 2fb12ea92ad7..000000000000
--- a/net/rsmb/files/rsmbd.in
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: rsmbd
-# REQUIRE: NETWORKING
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# rsmbd_enable (bool): Set to NO by default.
-# Set it to YES to enable rsmbd.
-# rsmbd_config (path): Unset by default.
-#
-
-. /etc/rc.subr
-
-name="rsmbd"
-rcvar=rsmbd_enable
-eval "${name}_installdir=\${${name}_installdir:-'%%PREFIX%%/libexec/rsmb'}"
-eval "command=\${${name}_installdir}/broker"
-
-start_cmd="${name}_start"
-
-load_rc_config $name
-
-eval "${rcvar}=\${${rcvar}:-'NO'}"
-
-rsmbd_start() {
- echo "Starting ${name}."
- cd %%PREFIX%%/libexec/rsmb && %%PREFIX%%/libexec/rsmb/broker ${rsmbd_config} > /dev/null 2>&1 &
-}
-
-run_rc_command "$1"
-
diff --git a/net/rsmb/pkg-descr b/net/rsmb/pkg-descr
deleted file mode 100644
index c7ebc8049b78..000000000000
--- a/net/rsmb/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a port of IBM's Really Small Message Broker (RSMB). RSMB is a small
-message broker that implements the MQTT protocol (http://mqtt.org/).
-
-This port installs the Linux binary for use with the Linuxulator.
-
-WWW: http://www.alphaworks.ibm.com/tech/rsmb
diff --git a/net/rsmb/pkg-plist b/net/rsmb/pkg-plist
deleted file mode 100644
index 232074b31aed..000000000000
--- a/net/rsmb/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-libexec/rsmb/broker
-libexec/rsmb/Messages.%%PORTVERSION%%
-etc/broker.cfg.dist
-@dirrm libexec/rsmb
-%%PORTDOCS%%%%DOCSDIR%%/gettingstarted.htm
-%%PORTDOCS%%@dirrm %%DOCSDIR%%