aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-29 21:58:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:19 +0000
commita6e709a5e2d7355269f5c31172f715fc56f872b7 (patch)
tree9fd4042bf8fa0e694c65a3319c45895825bcac62
parent44b5b2c6e451e3869ea4bd3c438a9565357dd4cd (diff)
downloadports-a6e709a5e2d7355269f5c31172f715fc56f872b7.tar.gz
ports-a6e709a5e2d7355269f5c31172f715fc56f872b7.zip
devel/atlas-devel: Remove expired port
2023-12-31 devel/atlas-devel: There has been no release for most of the Worldforge libraries in the past 10 years.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/atlas-devel/Makefile41
-rw-r--r--devel/atlas-devel/distinfo3
-rw-r--r--devel/atlas-devel/pkg-descr3
-rw-r--r--devel/atlas-devel/pkg-plist70
6 files changed, 1 insertions, 118 deletions
diff --git a/MOVED b/MOVED
index e9318cd322bd..272af6247c49 100644
--- a/MOVED
+++ b/MOVED
@@ -8217,3 +8217,4 @@ devel/cook||2023-12-31|Has expired: Upstream last release was in 2008
multimedia/omxplayer||2023-12-31|Has expired: Depends on legacy APIs and interfaces, functionality is being in integrated into VLC
devel/mercator||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
comms/sdr-wspr||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
+devel/atlas-devel||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
diff --git a/devel/Makefile b/devel/Makefile
index 7244a6fe5e32..5d85e91a2e9b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -228,7 +228,6 @@
SUBDIR += atf
SUBDIR += athens
SUBDIR += atlantis
- SUBDIR += atlas-devel
SUBDIR += autobook
SUBDIR += autoconf
SUBDIR += autoconf-archive
diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile
deleted file mode 100644
index a49107a4b0cb..000000000000
--- a/devel/atlas-devel/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME= Atlas
-PORTVERSION= 0.6.4
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= SF/worldforge/${PORTNAME}-C%2B%2B%20%28protocol%20lib%29/${PORTVERSION}
-PKGNAMESUFFIX= -devel
-DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/}
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= C++ reference implementation of the Atlas protocol
-WWW= https://www.worldforge.org/index.php/components/atlas-cpp/
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= There has been no release for most of the Worldforge libraries in the past 10 years.
-EXPIRATION_DATE=2023-12-31
-
-USES= libtool pathfix compiler:c++11-lib tar:bzip2
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-MAKE_ARGS= docdir=${DOCSDIR}
-
-CXXFLAGS_mips= -Wno-error=deprecated
-CXXFLAGS_mips64= -Wno-error=deprecated
-CXXFLAGS_sparc64= -Wno-error=deprecated
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^static const bool debug_flag = false;$$||' \
- ${WRKSRC}/Atlas/Message/DecoderBase.cpp \
- ${WRKSRC}/Atlas/Codecs/Bach.cpp
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for docfile in README AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP
- ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/devel/atlas-devel/distinfo b/devel/atlas-devel/distinfo
deleted file mode 100644
index 4fda220bf1f9..000000000000
--- a/devel/atlas-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1555683985
-SHA256 (Atlas-C++-0.6.4.tar.bz2) = 9a0927dffbb62612f810cb94043deb72dbfce6cb0c878c635a71c09f9c7978d7
-SIZE (Atlas-C++-0.6.4.tar.bz2) = 514534
diff --git a/devel/atlas-devel/pkg-descr b/devel/atlas-devel/pkg-descr
deleted file mode 100644
index 05391ebf51cf..000000000000
--- a/devel/atlas-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This library implements the Atlas protocol, for use in client-server
-game applications. This library is suitable for linking to either
-clients or servers.
diff --git a/devel/atlas-devel/pkg-plist b/devel/atlas-devel/pkg-plist
deleted file mode 100644
index 6a915f50c499..000000000000
--- a/devel/atlas-devel/pkg-plist
+++ /dev/null
@@ -1,70 +0,0 @@
-bin/atlas_convert
-include/Atlas-C++-0.6/Atlas/Bridge.h
-include/Atlas-C++-0.6/Atlas/Codec.h
-include/Atlas-C++-0.6/Atlas/Codec_impl.h
-include/Atlas-C++-0.6/Atlas/Codecs/Bach.h
-include/Atlas-C++-0.6/Atlas/Codecs/Packed.h
-include/Atlas-C++-0.6/Atlas/Codecs/Utility.h
-include/Atlas-C++-0.6/Atlas/Codecs/XML.h
-include/Atlas-C++-0.6/Atlas/Debug.h
-include/Atlas-C++-0.6/Atlas/EncoderBase.h
-include/Atlas-C++-0.6/Atlas/Exception.h
-include/Atlas-C++-0.6/Atlas/Filter.h
-include/Atlas-C++-0.6/Atlas/Formatter.h
-include/Atlas-C++-0.6/Atlas/Funky/FEncoder.h
-include/Atlas-C++-0.6/Atlas/Message/DecoderBase.h
-include/Atlas-C++-0.6/Atlas/Message/Element.h
-include/Atlas-C++-0.6/Atlas/Message/MEncoder.h
-include/Atlas-C++-0.6/Atlas/Message/QueuedDecoder.h
-include/Atlas-C++-0.6/Atlas/Negotiate.h
-include/Atlas-C++-0.6/Atlas/Net/Loopback.h
-include/Atlas-C++-0.6/Atlas/Net/Stream.h
-include/Atlas-C++-0.6/Atlas/Objects/Anonymous.h
-include/Atlas-C++-0.6/Atlas/Objects/BaseObject.h
-include/Atlas-C++-0.6/Atlas/Objects/Decoder.h
-include/Atlas-C++-0.6/Atlas/Objects/Dispatcher.h
-include/Atlas-C++-0.6/Atlas/Objects/Encoder.h
-include/Atlas-C++-0.6/Atlas/Objects/Entity.h
-include/Atlas-C++-0.6/Atlas/Objects/Generic.h
-include/Atlas-C++-0.6/Atlas/Objects/ObjectsFwd.h
-include/Atlas-C++-0.6/Atlas/Objects/Operation.h
-include/Atlas-C++-0.6/Atlas/Objects/Root.h
-include/Atlas-C++-0.6/Atlas/Objects/RootEntity.h
-include/Atlas-C++-0.6/Atlas/Objects/RootOperation.h
-include/Atlas-C++-0.6/Atlas/Objects/SmartPtr.h
-include/Atlas-C++-0.6/Atlas/Objects/loadDefaults.h
-include/Atlas-C++-0.6/Atlas/Objects/objectFactory.h
-include/Atlas-C++-0.6/Atlas/PresentationBridge.h
-include/Atlas-C++-0.6/Atlas/Task.h
-include/Atlas-C++-0.6/Atlas/Version.h
-include/Atlas-C++-0.6/Atlas/float.h
-lib/libAtlas-0.6.so
-lib/libAtlas-0.6.so.3
-lib/libAtlas-0.6.so.3.0.0
-lib/libAtlasCodecs-0.6.so
-lib/libAtlasCodecs-0.6.so.3
-lib/libAtlasCodecs-0.6.so.3.0.0
-lib/libAtlasFilters-0.6.so
-lib/libAtlasFilters-0.6.so.3
-lib/libAtlasFilters-0.6.so.3.0.0
-lib/libAtlasFunky-0.6.so
-lib/libAtlasFunky-0.6.so.3
-lib/libAtlasFunky-0.6.so.3.0.0
-lib/libAtlasMessage-0.6.so
-lib/libAtlasMessage-0.6.so.3
-lib/libAtlasMessage-0.6.so.3.0.0
-lib/libAtlasNet-0.6.so
-lib/libAtlasNet-0.6.so.3
-lib/libAtlasNet-0.6.so.3.0.0
-lib/libAtlasObjects-0.6.so
-lib/libAtlasObjects-0.6.so.3
-lib/libAtlasObjects-0.6.so.3.0.0
-libdata/pkgconfig/atlascpp-0.6.pc
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/THANKS
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/HACKING
-%%PORTDOCS%%%%DOCSDIR%%/ROADMAP