diff options
author | rene <rene@FreeBSD.org> | 2019-06-30 19:01:25 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-06-30 19:01:25 +0800 |
commit | 833eb79d645a808b90cb2064eb089a2277bcf1ee (patch) | |
tree | 73ad296af4ac10c701f0d7d50297778836a1a3cc /net | |
parent | 19e1a5fa93c34852df617945a659b493e55c2d69 (diff) | |
download | freebsd-ports-gnome-833eb79d645a808b90cb2064eb089a2277bcf1ee.tar.gz freebsd-ports-gnome-833eb79d645a808b90cb2064eb089a2277bcf1ee.tar.zst freebsd-ports-gnome-833eb79d645a808b90cb2064eb089a2277bcf1ee.zip |
Remove expired ports:
2019-06-30 sysutils/cfengine33: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles38: No longer supported upstream
2019-06-30 sysutils/cfengine39: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles37: NO longer supported upstream
2019-06-30 sysutils/cfengine37: No longer supported upstream
2019-06-30 net/morebalance: Abandonware and depends on expiring games/libggz
2019-06-30 sysutils/cfengine36: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles36: No longer supported upstream
2019-06-30 sysutils/cfengine34: No longer supported upstream
2019-06-30 sysutils/cfengine35: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles39: No longer supported upstream
2019-06-30 devel/py-typed-ast12: Use devel/py-typed-ast instead
2019-06-30 devel/rubygem-devise-rails50: Use devel/rubygem-devise (depends on Rails 5.0) instead
2019-06-30 security/rubygem-devise-two-factor-rails50: Use security/rubygem-devise-two-factor (depends on Rails 5.0) instead
2019-06-30 emulators/qemu-riscv: The development has been moved to the upstream
2019-06-30 games/libggz: Abandonware
2019-06-30 games/ggz-txt-client: Abandonware
2019-06-30 games/ggz-sdl-games: Abandonware
2019-06-30 games/ggz-client-libs: Abandonware
2019-06-30 games/ggz-gtk-client: Abandonware
2019-06-30 games/ggz-gtk-games: Abandonware
2019-06-30 sysutils/cfengine38: No longer supported upstream
2019-06-30 devel/llvm40: Obsolete and unmaintained
2019-06-30 www/axis: Abandonware; use www/axis2 instead
2019-06-30 sysutils/cfengine32: No longer supported upstream
2019-06-30 devel/py-msgpack05: Use devel/py-msgpack instead
2019-06-30 devel/rubygem-fastthread: Does not build for all supported Ruby version
2019-06-30 www/rubygem-responders-rails50: Use www/rubygem-responders (depends on Rails 5.0) instead
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/morebalance/Makefile | 37 | ||||
-rw-r--r-- | net/morebalance/distinfo | 2 | ||||
-rw-r--r-- | net/morebalance/files/patch-Makefile | 28 | ||||
-rw-r--r-- | net/morebalance/pkg-descr | 4 | ||||
-rw-r--r-- | net/morebalance/pkg-plist | 5 |
6 files changed, 0 insertions, 77 deletions
diff --git a/net/Makefile b/net/Makefile index 889c984c247c..8748c374e23c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -451,7 +451,6 @@ SUBDIR += mod_amd SUBDIR += mono-zeroconf SUBDIR += mopd - SUBDIR += morebalance SUBDIR += mosh SUBDIR += mosquitto SUBDIR += motsognir diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile deleted file mode 100644 index 7eddc66e922d..000000000000 --- a/net/morebalance/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> -# $FreeBSD$ - -PORTNAME= morebalance -PORTVERSION= 0.4 -PORTREVISION= 14 -CATEGORIES= net -MASTER_SITES= http://morebalance.coolprojects.org/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Modular open source user-space load balancing system - -DEPRECATED= Abandonware and depends on expiring games/libggz -EXPIRATION_DATE= 2019-06-30 - -LIB_DEPENDS= libpcre.so:devel/pcre \ - libgnutls.so:security/gnutls \ - libggz.so:games/libggz - -CFLAGS+= -I${LOCALBASE}/include -MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -USES= gettext - -LDFLAGS+= -lz -lpthread -LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls -lintl - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \ - ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.conf.5 \ - ${STAGEDIR}${MANPREFIX}/man/man5 - ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} install-messages ${MAKE_ARGS} - -.include <bsd.port.mk> diff --git a/net/morebalance/distinfo b/net/morebalance/distinfo deleted file mode 100644 index d215f8caba84..000000000000 --- a/net/morebalance/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (morebalance-0.4.tar.gz) = 7c9aeb1b334fc4875bd2d81f0cb96db21be917a032d49950d11ccb68d355b59f -SIZE (morebalance-0.4.tar.gz) = 39137 diff --git a/net/morebalance/files/patch-Makefile b/net/morebalance/files/patch-Makefile deleted file mode 100644 index 5466f9d30b10..000000000000 --- a/net/morebalance/files/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Mon Apr 10 15:42:36 2006 -+++ Makefile Fri Nov 3 10:19:18 2006 -@@ -1,20 +1,17 @@ - VERSION = 0.4 --PCRE=-lpcre --GNUTLS=-lggz -lgnutls --ZLIB=-lz - --CC = gcc --CFLAGS += -Wall -O3 -ggdb3 -+CC?= gcc -+CFLAGS += -Wall - - OBJECTS = main.o conf.o sys.o magic.o server.o ipban.o filter.o - --prefix = /usr/local --confprefix = /usr/local/etc -+prefix = ${PREFIX} -+confprefix = ${PREFIX}/etc - - all: morebalance - - morebalance: $(OBJECTS) -- $(CC) -o $@ $(OBJECTS) -lpthread $(PCRE) $(GNUTLS) $(ZLIB) -+ $(CC) -o $@ $(OBJECTS) $(CFLAGS) $(LDFLAGS) - - clean: - rm -f *.o diff --git a/net/morebalance/pkg-descr b/net/morebalance/pkg-descr deleted file mode 100644 index 7d587e3da4d8..000000000000 --- a/net/morebalance/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -MoreBalance is a modular open source user-space load balancing system. -It also serves as a general fun networking tool. - -WWW: http://morebalance.coolprojects.org/ diff --git a/net/morebalance/pkg-plist b/net/morebalance/pkg-plist deleted file mode 100644 index af24b9123773..000000000000 --- a/net/morebalance/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -sbin/morebalance -etc/morebalance.conf.sample -man/man1/morebalance.1.gz -man/man5/morebalance.conf.5.gz -share/locale/de/LC_MESSAGES/morebalance.mo |