diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index 58f4e3a26d57..a49107a4b0cb 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -1,38 +1,41 @@ 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 diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile index 159a428c763d..a52fc7b339ed 100644 --- a/devel/atlas/Makefile +++ b/devel/atlas/Makefile @@ -1,25 +1,28 @@ PORTNAME= Atlas PORTVERSION= 0.5.2 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/worldforge/OldFiles DISTNAME= ${PORTNAME}-C++-${PORTVERSION} 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 tar:bzip2 USE_CXXSTD= c++14 USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_ARGS= docdir=${DOCSDIR} OPTIONS_DEFINE= DOCS .include diff --git a/devel/eris/Makefile b/devel/eris/Makefile index bb3f4d5dd985..cd89e33fb6c6 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -1,25 +1,28 @@ PORTNAME= eris PORTVERSION= 1.3.23 PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= SF/worldforge/Eris%201.4%20%28client%20lib%29/${PORTVERSION}/ MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge client entity library WWW= https://www.worldforge.org/index.php/components/eris/ LICENSE= GPLv2 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 + LIB_DEPENDS= libAtlas-0.6.so:devel/atlas-devel \ libskstream-0.3.so:net/skstream \ libwfmath-1.0.so:math/wfmath \ libsigc-2.0.so:devel/libsigc++20 \ libmercator-0.3.so:devel/mercator GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool pathfix pkgconfig compiler:c++11-lib USE_CXXSTD= c++11 .include diff --git a/devel/libwfut/Makefile b/devel/libwfut/Makefile index 3130a57c702d..f7f97471cfd3 100644 --- a/devel/libwfut/Makefile +++ b/devel/libwfut/Makefile @@ -1,26 +1,29 @@ PORTNAME= libwfut PORTVERSION= 0.2.3 PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge update library WWW= https://www.worldforge.org/ 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 + LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libcurl.so:ftp/curl CONFIGURE_ARGS+=--without-python GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig compiler:c++11-lib USE_CXXSTD= c++11 USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's/ python//g' ${WRKSRC}/Makefile.in .include diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index 2d02d847c9a8..1b275d4d5144 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -1,27 +1,30 @@ PORTNAME= mercator PORTVERSION= 0.3.3 PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Procedural terrain library WWW= https://www.worldforge.org/index.php/components/mercator/ LICENSE= GPLv2 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 + LIB_DEPENDS= libwfmath-1.0.so:math/wfmath USES= libtool pathfix pkgconfig compiler:c++11-lib USE_CXXSTD= c++14 USE_LDCONFIG= yes GNU_CONFIGURE= yes CXXFLAGS+= -include wchar.h post-patch: @${REINPLACE_CMD} -e 's|std::lround|lround|g' ${WRKSRC}/Mercator/iround.h .include diff --git a/devel/mercator/pkg-descr b/devel/mercator/pkg-descr index d9fb7c6d26d5..4d3c7112d52e 100644 --- a/devel/mercator/pkg-descr +++ b/devel/mercator/pkg-descr @@ -1,4 +1,4 @@ Mercator is a procedural terrain library. It is primarily aimed at terrain for -multiplayer online games and forms one of the WorldForge -(http://www.worldforge.org) core libraries. It is intended to be used as a -terrain library on both the client, and the server. +multiplayer online games and forms one of the WorldForge core libraries. +It is intended to be used as a terrain library on both the client, and the +server. diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 48e068db8eb2..98364bfb9f1d 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -1,28 +1,31 @@ PORTNAME= varconf PORTVERSION= 1.0.1 PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Configuration System for the STAGE Server +DEPRECATED= There has been no release for most of the Worldforge libraries in the past 10 years. +EXPIRATION_DATE=2023-12-31 + LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 USES= compiler:c++11-lib libtool pathfix pkgconfig tar:bzip2 USE_CXXSTD= c++14 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in README COPYING AUTHORS THANKS NEWS ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index ab993fe22fd2..7c8db1a0caed 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -1,23 +1,26 @@ PORTNAME= sage PORTVERSION= 0.2.0 PORTREVISION= 8 CATEGORIES= graphics devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= OpenGL extension library WWW= http://www.worldforge.org/dev/eng/libraries/sage +DEPRECATED= There has been no release for most of the Worldforge libraries in the past 10 years. +EXPIRATION_DATE=2023-12-31 + CONFIGURE_ARGS= --program-transform-name= GNU_CONFIGURE= yes USES= gl libtool pathfix sdl USE_GL= yes USE_LDCONFIG= yes USE_SDL= sdl CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure .include diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 31ec520aaa6e..eb3b90230f65 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -1,17 +1,20 @@ PORTNAME= wfmath PORTVERSION= 1.0.2 PORTREVISION= 10 CATEGORIES= math MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library WWW= https://www.worldforge.org/ +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 pkgconfig compiler:c++11-lib USE_LDCONFIG= yes GNU_CONFIGURE= yes CXXFLAGS+= -Dregister= .include diff --git a/net/skstream/Makefile b/net/skstream/Makefile index e957c4a4c1e2..d21f5ff19ced 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -1,33 +1,36 @@ PORTNAME= skstream PORTVERSION= 0.3.9 PORTREVISION= 9 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= iostream based C++ socket library WWW= http://www.worldforge.org/dev/eng/libraries/skstream/ LICENSE= GPLv2 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 pkgconfig compiler:c++11-lib gmake USE_CXXSTD= c++14 GNU_CONFIGURE= yes USE_LDCONFIG= yes CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in README COPYING AUTHORS NEWS README.FreeSockets @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include