Remove expired ports:
games/warsow-data: Only useful for expired games/warsow 2019-04-14 converters/hs-sandi: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
This commit is contained in:
parent
d2a9235cf1
commit
756a67108b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501109
2
MOVED
2
MOVED
@ -12764,3 +12764,5 @@ sysutils/grub2-pcbsd||2019-05-09|Has expired: Broken for more than 6 months
|
||||
sysutils/mdcp||2019-05-09|Has expired: Broken for more than 6 months
|
||||
sysutils/sbsigntool||2019-05-09|Has expired: Broken for more than 6 months
|
||||
www/py-cherrypy-old||2019-05-09|Has expired: Lates version is in tree and no dependent ports
|
||||
games/warsow-data||2019-05-09|Removed, only useful for expired games/warsow
|
||||
converters/hs-sandi||2019-05-09|Has expired: Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
|
||||
|
@ -33,7 +33,6 @@
|
||||
SUBDIR += gbase
|
||||
SUBDIR += gbsdconv
|
||||
SUBDIR += hs-aeson-pretty
|
||||
SUBDIR += hs-sandi
|
||||
SUBDIR += htx
|
||||
SUBDIR += i18ntools
|
||||
SUBDIR += ical2html
|
||||
|
@ -1,25 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sandi
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Data encoding library
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
|
||||
EXPIRATION_DATE= 2019-04-14
|
||||
|
||||
CONFLICTS_INSTALL= hs-dataenc-[0-9]*
|
||||
|
||||
USE_CABAL= conduit exceptions stringsearch
|
||||
|
||||
post-extract:
|
||||
${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs
|
||||
${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1545835387
|
||||
SHA256 (cabal/sandi-0.4.3.tar.gz) = 76dc1332023b49635d9ae2fa7f3d0618f05fbe6dfdfe54416d19c16993fd214a
|
||||
SIZE (cabal/sandi-0.4.3.tar.gz) = 19237
|
@ -1,3 +0,0 @@
|
||||
Reasonably fast data encoding library.
|
||||
|
||||
WWW: http://hackage.haskell.org/package/sandi
|
@ -1010,7 +1010,6 @@
|
||||
SUBDIR += wanderer
|
||||
SUBDIR += wargus
|
||||
SUBDIR += warmux
|
||||
SUBDIR += warsow-data
|
||||
SUBDIR += warzone2100
|
||||
SUBDIR += wesnoth
|
||||
SUBDIR += whichwayisup
|
||||
|
@ -1,52 +0,0 @@
|
||||
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= warsow-data
|
||||
PORTVERSION= 1.51
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://update.warsow.net/mirror/:DEFAULT,mappack \
|
||||
http://mirror.amdmi3.ru/distfiles/:DEFAULT,mappack \
|
||||
LOCAL/nemysis/games:mappack
|
||||
DISTNAME= warsow_${PORTVERSION}_unified
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Warsow data files
|
||||
|
||||
LICENSE= WARSOW GPLv2
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_NAME_WARSOW= Warsow Content License
|
||||
LICENSE_FILE_WARSOW= ${WRKSRC}/docs/license.txt
|
||||
LICENSE_PERMS_WARSOW= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
WRKSRC= ${WRKDIR}/warsow_15
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
DATADIR= ${PREFIX}/share/warsow
|
||||
DOCSDIR= ${PREFIX}/share/doc/warsow
|
||||
|
||||
PORTDATA= basewsw
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS MAPPACK
|
||||
OPTIONS_DEFAULT= MAPPACK
|
||||
MAPPACK_DESC= Install community map pack
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMAPPACK}
|
||||
MAPPACK_FILE= warsow_comunity_map_pack_01.zip
|
||||
DISTFILES+= ${MAPPACK_FILE}:mappack
|
||||
EXTRACT_DEPENDS+= ${UNZIP_CMD}:archivers/unzip
|
||||
PORTDATA+= previews
|
||||
|
||||
post-extract:
|
||||
@${UNZIP_CMD} -qo ${DISTDIR}/${MAPPACK_FILE} -d ${WRKSRC}
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}
|
||||
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
SHA256 (warsow_1.51_unified.tar.gz) = 94510d85e4a245b5f8c0c715ae41b1d162c96e06dbfe75ccd99fffb9a76426b5
|
||||
SIZE (warsow_1.51_unified.tar.gz) = 601553865
|
||||
SHA256 (warsow_comunity_map_pack_01.zip) = 58b84b10d5fbaa22e29d59194b8c5ebbc633356fbc6545a715e44a73bdd3c7e7
|
||||
SIZE (warsow_comunity_map_pack_01.zip) = 130057143
|
@ -1,5 +0,0 @@
|
||||
This port installs data files needed to run Warsow, a free multiplayer first
|
||||
person shooter with cartoonish graphics based on Qfusion (a cool improvement
|
||||
over the Quake II engine).
|
||||
|
||||
WWW: http://www.warsow.net/
|
Loading…
Reference in New Issue
Block a user