Skip to content

Commit

Permalink
*/*: Set an expiration date for several Worldforge libraries and sche…
Browse files Browse the repository at this point in the history
…dule for removal - There has been no release for most of the libraries in the past 10 years.
  • Loading branch information
Oliver Lehmann authored and Oliver Lehmann committed Oct 12, 2023
1 parent 50dc8fd commit 97d52f6
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 3 deletions.
3 changes: 3 additions & 0 deletions devel/atlas-devel/Makefile
Expand Up @@ -13,6 +13,9 @@ 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
Expand Down
3 changes: 3 additions & 0 deletions devel/atlas/Makefile
Expand Up @@ -12,6 +12,9 @@ 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
Expand Down
3 changes: 3 additions & 0 deletions devel/eris/Makefile
Expand Up @@ -11,6 +11,9 @@ 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 \
Expand Down
3 changes: 3 additions & 0 deletions devel/libwfut/Makefile
Expand Up @@ -11,6 +11,9 @@ 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

Expand Down
3 changes: 3 additions & 0 deletions devel/mercator/Makefile
Expand Up @@ -11,6 +11,9 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions 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.
3 changes: 3 additions & 0 deletions devel/varconf/Makefile
Expand Up @@ -7,6 +7,9 @@ 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
Expand Down
3 changes: 3 additions & 0 deletions graphics/sage/Makefile
Expand Up @@ -8,6 +8,9 @@ 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
Expand Down
3 changes: 3 additions & 0 deletions math/wfmath/Makefile
Expand Up @@ -8,6 +8,9 @@ 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
Expand Down
3 changes: 3 additions & 0 deletions net/skstream/Makefile
Expand Up @@ -11,6 +11,9 @@ 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
Expand Down

0 comments on commit 97d52f6

Please sign in to comment.