aboutsummaryrefslogtreecommitdiff
path: root/system/docker-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'system/docker-proxy')
-rw-r--r--system/docker-proxy/README2
-rw-r--r--system/docker-proxy/docker-proxy.SlackBuild86
-rw-r--r--system/docker-proxy/docker-proxy.info10
-rw-r--r--system/docker-proxy/slack-desc19
4 files changed, 0 insertions, 117 deletions
diff --git a/system/docker-proxy/README b/system/docker-proxy/README
deleted file mode 100644
index 4c45c5bf6d..0000000000
--- a/system/docker-proxy/README
+++ /dev/null
@@ -1,2 +0,0 @@
-docker-proxy enables a service consumer to communicate with the service
-providing container.
diff --git a/system/docker-proxy/docker-proxy.SlackBuild b/system/docker-proxy/docker-proxy.SlackBuild
deleted file mode 100644
index bcbb1cf962..0000000000
--- a/system/docker-proxy/docker-proxy.SlackBuild
+++ /dev/null
@@ -1,86 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for docker-proxy
-
-# Copyright 2017-2021 Audrius Kažukauskas <audrius@neutrino.lt>
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# 20220411 bkw: Modified by SlackBuilds.org, BUILD=2: strip binary.
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=docker-proxy
-VERSION=${VERSION:-20231021_3797618}
-GITHASH=${GITHASH:-3797618f9a38372e8107d8c06f6ae199e1133ae8}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-SRCNAM=libnetwork
-
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $SRCNAM-$GITHASH
-tar xvf $CWD/$SRCNAM-$GITHASH.tar.gz
-cd $SRCNAM-$GITHASH
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \+ -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-
-mkdir build
-mv vendor build/src
-
-GO111MODULE=auto \
-GOPATH=$TMP/$SRCNAM-$GITHASH/build \
-go build -o $PKG/usr/bin/docker-proxy ./cmd/proxy
-strip $PKG/usr/bin/*
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/system/docker-proxy/docker-proxy.info b/system/docker-proxy/docker-proxy.info
deleted file mode 100644
index 646b221012..0000000000
--- a/system/docker-proxy/docker-proxy.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="docker-proxy"
-VERSION="20231021_3797618"
-HOMEPAGE="https://github.com/moby/libnetwork"
-DOWNLOAD="UNSUPPORTED"
-MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/moby/libnetwork/archive/3797618f9a38372e8107d8c06f6ae199e1133ae8/libnetwork-3797618f9a38372e8107d8c06f6ae199e1133ae8.tar.gz"
-MD5SUM_x86_64="b6a2f940c4aacff23d1707ef453a177f"
-REQUIRES="google-go-lang"
-MAINTAINER="Audrius Kažukauskas"
-EMAIL="audrius@neutrino.lt"
diff --git a/system/docker-proxy/slack-desc b/system/docker-proxy/slack-desc
deleted file mode 100644
index b51cd858b9..0000000000
--- a/system/docker-proxy/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-docker-proxy: docker-proxy (docker networking)
-docker-proxy:
-docker-proxy: docker-proxy enables a service consumer to communicate with the
-docker-proxy: service providing container.
-docker-proxy:
-docker-proxy: Homepage: https://github.com/moby/libnetwork
-docker-proxy:
-docker-proxy:
-docker-proxy:
-docker-proxy:
-docker-proxy: