aboutsummaryrefslogtreecommitdiff
path: root/emulators/openmsx
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-20 02:33:04 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-20 02:33:04 +0000
commitd5cf397d65475e8b10b1cbb50975d3fb9314ca8a (patch)
tree006d054d629dcd33cb8716c5ab685675c3fe481e /emulators/openmsx
parent902b062c3d84bc5acebfbcd0e1303bcefc73344f (diff)
downloadports-d5cf397d65475e8b10b1cbb50975d3fb9314ca8a.tar.gz
ports-d5cf397d65475e8b10b1cbb50975d3fb9314ca8a.zip
Remove expired ports:
2020-03-18 devel/py-Products.validation: Old, uses EOLed python27 2020-03-18 devel/py-Acquisition: Old, uses EOLed python27 2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27 2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27 2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27 2020-03-18 devel/py-zLOG: Old, uses EOLed python27 2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27 2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27 2020-03-19 audio/raul: Unmaintained, uses EOLed python27 2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27 2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27 2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27 2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27 2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27 2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27 2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27 2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27 2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27
Notes
Notes: svn path=/head/; revision=528757
Diffstat (limited to 'emulators/openmsx')
-rw-r--r--emulators/openmsx/Makefile51
-rw-r--r--emulators/openmsx/distinfo3
-rw-r--r--emulators/openmsx/pkg-descr4
3 files changed, 0 insertions, 58 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
deleted file mode 100644
index 4250976b6ccc..000000000000
--- a/emulators/openmsx/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= openmsx
-PORTVERSION= 0.15.0
-PORTREVISION= 1
-CATEGORIES= emulators
-MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Open source MSX emulator
-
-LICENSE= GPLv2
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-03-19
-
-LIB_DEPENDS= libpng.so:graphics/png \
- libogg.so:audio/libogg \
- libvorbis.so:audio/libvorbis \
- libtheora.so:multimedia/libtheora \
- libao.so:audio/libao \
- libfreetype.so:print/freetype2
-
-USES= gl gmake python:2.7 sdl tcl
-USE_GCC= yes
-USE_GL= gl glew
-USE_SDL= sdl ttf
-
-MAKEFILE= GNUmakefile
-MAKE_ARGS= INSTALL_BINARY_DIR=${PREFIX}/bin \
- INSTALL_SHARE_DIR=${DATADIR} \
- INSTALL_DOC_DIR=${DOCSDIR} \
- OPENMSX_CXX=${CXX} \
- CXXFLAGS="${CXXFLAGS}"
-
-PLIST_FILES= bin/openmsx
-PORTDATA= *
-PORTDOCS= *
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's/{TCL_LIB_SPEC}/& $${TCL_LD_FLAGS}/' \
- ${WRKSRC}/build/libraries.py
- @${REINPLACE_CMD} -e '/^SYMLINK_FOR_BINARY/s/true/false/' \
- ${WRKSRC}/build/custom.mk
-
-post-install-DOCS-off:
- ${RM} -r ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/emulators/openmsx/distinfo b/emulators/openmsx/distinfo
deleted file mode 100644
index 8de0ebc51c08..000000000000
--- a/emulators/openmsx/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1561288248
-SHA256 (openmsx-0.15.0.tar.gz) = 93f209d8fed2e04e62526469bb6bb431b82ea4d07ecdc45dab2b8cc4ca21d62a
-SIZE (openmsx-0.15.0.tar.gz) = 3748998
diff --git a/emulators/openmsx/pkg-descr b/emulators/openmsx/pkg-descr
deleted file mode 100644
index 462a095eca43..000000000000
--- a/emulators/openmsx/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenMSX, the open source MSX emulator that tries to achieve
-near-perfect emulation by using a novel emulation model.
-
-WWW: http://openmsx.org