pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-bravo: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 14 10:28:06 2017 +0100
Changeset:	eb5b4d7eabc61312627d78c2312e2cf09dc60481

Modified Files:
	Makefile
Removed Files:
	py-bravo/DESCR
	py-bravo/Makefile
	py-bravo/PLIST
	py-bravo/distinfo
	py-bravo/files/bravo.sh
	py-bravo/patches/patch-README.rst
	py-bravo/patches/patch-bravo-config.py
	py-bravo/patches/patch-docs_administration.rst
	py-bravo/patches/patch-setup.py

Log Message:
py-bravo: remove

upstream declared it unmaintained in 2014, it doesn't fetch, and
it won't work with current minecraft clients.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eb5b4d7eabc61312627d78c2312e2cf09dc60481

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                       |   1 -
 py-bravo/DESCR                                 |   2 -
 py-bravo/Makefile                              | 119 ------
 py-bravo/PLIST                                 | 484 -------------------------
 py-bravo/distinfo                              |   9 -
 py-bravo/files/bravo.sh                        |  38 --
 py-bravo/patches/patch-README.rst              |  13 -
 py-bravo/patches/patch-bravo-config.py         |  15 -
 py-bravo/patches/patch-docs_administration.rst |  22 --
 py-bravo/patches/patch-setup.py                |  16 -
 10 files changed, 719 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2ab390798f..2265d02c12 100644
--- a/Makefile
+++ b/Makefile
@@ -2743,7 +2743,6 @@ SUBDIR+=	py-bolos
 SUBDIR+=	py-booktype
 SUBDIR+=	py-botocore
 SUBDIR+=	py-bottleneck
-SUBDIR+=	py-bravo
 SUBDIR+=	py-brian
 SUBDIR+=	py-brotlipy
 SUBDIR+=	py-bruce
diff --git a/py-bravo/DESCR b/py-bravo/DESCR
deleted file mode 100644
index 0ed213cd29..0000000000
--- a/py-bravo/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Bravo is a server for the  minecraft (http://www.minecraft.net)
-network based game.
diff --git a/py-bravo/Makefile b/py-bravo/Makefile
deleted file mode 100644
index 4f6b60a7fd..0000000000
--- a/py-bravo/Makefile
+++ /dev/null
@@ -1,119 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2014/06/01 12:49:38 thomasklausner Exp $
-
-DISTNAME=		MostAwesomeDude-bravo-1.8.1-0-gf6cb5fe
-BRAVO_VERSION=		1.8.1
-PKGNAME=		${PYPKGPREFIX}-bravo-${BRAVO_VERSION}
-CATEGORIES=		games
-# MASTER_SITES=		${MASTER_SITE_PYPI:=B/Bravo/}
-MASTER_SITES=		https://github.com/MostAwesomeDude/bravo/tarball/${BRAVO_VERSION}/
-
-MAINTAINER=		eric%cirr.com@localhost
-HOMEPAGE=		http://www.bravoserver.org/
-COMMENT=		Minecraft game server in python
-LICENSE=		mit
-
-DEPENDS+=		${PYPKGPREFIX}-construct>=0.4.1:../../wip/py-construct
-DEPENDS+=		${PYPKGPREFIX}-numpy>=0nb4:../../math/py-numpy
-DEPENDS+=		${PYPKGPREFIX}-twisted>=10.1:../../net/py-twisted
-
-
-# make sure to update when updating DISTNAME.
-#   thank you github for such amazing autogenerated names.
-#   and thank you for inconistant filenames..
-WRKSRC=			${WRKDIR}/MostAwesomeDude-bravo-0e9fb17
-EGG_NAME=		Bravo-${BRAVO_VERSION}
-
-# REPLACE_PYTHON+=	spectrumctl/spectrumctl.py
-PY_PATCHPLIST=		yes
-PYDISTUTILSPKG=		yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-twisted
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+=		VARBASE BRAVO_LOGDIR BRAVO_PIDDIR BRAVO_RUNDIR
-BUILD_DEFS+=		BRAVO_USER BRAVO_GROUP
-
-BRAVO_USER?=		bravo
-BRAVO_GROUP?=		bravo
-BRAVO_LOGDIR?=		${VARBASE}/log
-BRAVO_PIDDIR?=		${VARBASE}/run
-BRAVO_RUNDIR?=		${VARBASE}/tmp/bravo
-
-PKG_GROUPS+=		${BRAVO_GROUP}
-PKG_USERS+=		${BRAVO_USER}:${BRAVO_GROUP}
-
-MESSAGE_SUBST+=		EGDIR=${EGDIR}
-MESSAGE_SUBST+=		DOCDIR=${DOCDIR}
-MESSAGE_SUBST+=		PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
-
-FILES_SUBST+=		PREFIX=${PREFIX}
-FILES_SUBST+=		PYTHONBIN=${PYTHONBIN}
-FILES_SUBST+=		BRAVO_USER=${BRAVO_USER}
-FILES_SUBST+=		BRAVO_GROUP=${BRAVO_GROUP}
-FILES_SUBST+=		BRAVO_LOGDIR=${BRAVO_LOGDIR}
-FILES_SUBST+=		BRAVO_PIDDIR=${BRAVO_PIDDIR}
-FILES_SUBST+=		BRAVO_RUNDIR=${BRAVO_RUNDIR}
-
-RCD_SCRIPTS=		bravo
-PKG_SYSCONFSUBDIR=	bravo
-EGDIR=			${PREFIX}/share/examples/bravo
-DOCDIR=			${PREFIX}/share/doc/bravo
-CONF_FILES+=		${EGDIR}/bravo.ini ${PKG_SYSCONFDIR}/bravo.ini
-
-DOCFILES+=		administration.rst
-DOCFILES+=		auxiliary.rst
-DOCFILES+=		blocks.rst
-DOCFILES+=		chunk.rst
-DOCFILES+=		conf.py
-DOCFILES+=		core.rst
-DOCFILES+=		differences.rst
-DOCFILES+=		entity.rst
-DOCFILES+=		factory.rst
-DOCFILES+=		features.rst
-DOCFILES+=		furnace.rst
-DOCFILES+=		globals.txt
-DOCFILES+=		ibravo.rst
-DOCFILES+=		index.rst
-DOCFILES+=		introduction.rst
-DOCFILES+=		inventory.rst
-DOCFILES+=		location.rst
-DOCFILES+=		noise.rst
-DOCFILES+=		packets.rst
-DOCFILES+=		philosophy.rst
-DOCFILES+=		plugin.rst
-DOCFILES+=		plugins.rst
-DOCFILES+=		protocol.rst
-DOCFILES+=		simplex.rst
-DOCFILES+=		stdio.rst
-DOCFILES+=		tools.rst
-DOCFILES+=		troubleshooting.rst
-DOCFILES+=		utilities.rst
-DOCFILES+=		web.rst
-DOCFILES+=		world.rst
-
-
-SUBST_CLASSES+=		cfgpath
-SUBST_STAGE.cfgpath=	post-patch
-SUBST_FILES.cfgpath+=	bravo/config.py
-SUBST_FILES.cfgpath+=	README.rst
-# SUBST_FILES.cfgpath+=	PKG-INFO
-# SUBST_FILES.cfgpath+=	Bravo.egg-info/PKG-INFO
-SUBST_MESSAGE.cfgpath=	Correcting the configuration directory.
-SUBST_SED.cfgpath=	-e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
-
-INSTALLATION_DIRS=	bin ${PKG_SYSCONFDIR} ${EGDIR} ${DOCDIR}
-
-post-install:
-	${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
-	${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/bravo.ini.example \
-						${DESTDIR}${EGDIR}/bravo.ini
-	${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR}
-.for f in ${DOCFILES}
-	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DESTDIR}${DOCDIR}
-.endfor
-
-
-.include "../../lang/python/egg.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-bravo/PLIST b/py-bravo/PLIST
deleted file mode 100644
index e1e375f6d5..0000000000
--- a/py-bravo/PLIST
+++ /dev/null
@@ -1,484 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2011/10/17 23:24:22 schnoebe Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/bravo/__init__.py
-${PYSITELIB}/bravo/__init__.pyc
-${PYSITELIB}/bravo/__init__.pyo
-${PYSITELIB}/bravo/amp.py
-${PYSITELIB}/bravo/amp.pyc
-${PYSITELIB}/bravo/amp.pyo
-${PYSITELIB}/bravo/beta/__init__.py
-${PYSITELIB}/bravo/beta/__init__.pyc
-${PYSITELIB}/bravo/beta/__init__.pyo
-${PYSITELIB}/bravo/beta/factory.py
-${PYSITELIB}/bravo/beta/factory.pyc
-${PYSITELIB}/bravo/beta/factory.pyo
-${PYSITELIB}/bravo/beta/packets.py
-${PYSITELIB}/bravo/beta/packets.pyc
-${PYSITELIB}/bravo/beta/packets.pyo
-${PYSITELIB}/bravo/beta/protocol.py
-${PYSITELIB}/bravo/beta/protocol.pyc
-${PYSITELIB}/bravo/beta/protocol.pyo
-${PYSITELIB}/bravo/beta/recipes.py
-${PYSITELIB}/bravo/beta/recipes.pyc
-${PYSITELIB}/bravo/beta/recipes.pyo
-${PYSITELIB}/bravo/beta/structures.py
-${PYSITELIB}/bravo/beta/structures.pyc
-${PYSITELIB}/bravo/beta/structures.pyo
-${PYSITELIB}/bravo/blocks.py
-${PYSITELIB}/bravo/blocks.pyc
-${PYSITELIB}/bravo/blocks.pyo
-${PYSITELIB}/bravo/chunk.py
-${PYSITELIB}/bravo/chunk.pyc
-${PYSITELIB}/bravo/chunk.pyo
-${PYSITELIB}/bravo/config.py
-${PYSITELIB}/bravo/config.pyc
-${PYSITELIB}/bravo/config.pyo
-${PYSITELIB}/bravo/encodings.py
-${PYSITELIB}/bravo/encodings.pyc
-${PYSITELIB}/bravo/encodings.pyo
-${PYSITELIB}/bravo/entity.py
-${PYSITELIB}/bravo/entity.pyc
-${PYSITELIB}/bravo/entity.pyo
-${PYSITELIB}/bravo/errors.py
-${PYSITELIB}/bravo/errors.pyc
-${PYSITELIB}/bravo/errors.pyo
-${PYSITELIB}/bravo/ibravo.py
-${PYSITELIB}/bravo/ibravo.pyc
-${PYSITELIB}/bravo/ibravo.pyo
-${PYSITELIB}/bravo/infini/__init__.py
-${PYSITELIB}/bravo/infini/__init__.pyc
-${PYSITELIB}/bravo/infini/__init__.pyo
-${PYSITELIB}/bravo/infini/factory.py
-${PYSITELIB}/bravo/infini/factory.pyc
-${PYSITELIB}/bravo/infini/factory.pyo
-${PYSITELIB}/bravo/infini/packets.py
-${PYSITELIB}/bravo/infini/packets.pyc
-${PYSITELIB}/bravo/infini/packets.pyo
-${PYSITELIB}/bravo/infini/protocol.py
-${PYSITELIB}/bravo/infini/protocol.pyc
-${PYSITELIB}/bravo/infini/protocol.pyo
-${PYSITELIB}/bravo/inventory/__init__.py
-${PYSITELIB}/bravo/inventory/__init__.pyc
-${PYSITELIB}/bravo/inventory/__init__.pyo
-${PYSITELIB}/bravo/inventory/slots.py
-${PYSITELIB}/bravo/inventory/slots.pyc
-${PYSITELIB}/bravo/inventory/slots.pyo
-${PYSITELIB}/bravo/inventory/windows.py
-${PYSITELIB}/bravo/inventory/windows.pyc
-${PYSITELIB}/bravo/inventory/windows.pyo
-${PYSITELIB}/bravo/irc.py
-${PYSITELIB}/bravo/irc.pyc
-${PYSITELIB}/bravo/irc.pyo
-${PYSITELIB}/bravo/location.py
-${PYSITELIB}/bravo/location.pyc
-${PYSITELIB}/bravo/location.pyo
-${PYSITELIB}/bravo/mobmanager.py
-${PYSITELIB}/bravo/mobmanager.pyc
-${PYSITELIB}/bravo/mobmanager.pyo
-${PYSITELIB}/bravo/motd.py
-${PYSITELIB}/bravo/motd.pyc
-${PYSITELIB}/bravo/motd.pyo
-${PYSITELIB}/bravo/nbt.py
-${PYSITELIB}/bravo/nbt.pyc
-${PYSITELIB}/bravo/nbt.pyo
-${PYSITELIB}/bravo/plugin.py
-${PYSITELIB}/bravo/plugin.pyc
-${PYSITELIB}/bravo/plugin.pyo
-${PYSITELIB}/bravo/plugins/__init__.py
-${PYSITELIB}/bravo/plugins/__init__.pyc
-${PYSITELIB}/bravo/plugins/__init__.pyo
-${PYSITELIB}/bravo/plugins/authenticators.py
-${PYSITELIB}/bravo/plugins/authenticators.pyc
-${PYSITELIB}/bravo/plugins/authenticators.pyo
-${PYSITELIB}/bravo/plugins/automatons.py
-${PYSITELIB}/bravo/plugins/automatons.pyc
-${PYSITELIB}/bravo/plugins/automatons.pyo
-${PYSITELIB}/bravo/plugins/beds.py
-${PYSITELIB}/bravo/plugins/beds.pyc
-${PYSITELIB}/bravo/plugins/beds.pyo
-${PYSITELIB}/bravo/plugins/build_hooks.py
-${PYSITELIB}/bravo/plugins/build_hooks.pyc
-${PYSITELIB}/bravo/plugins/build_hooks.pyo
-${PYSITELIB}/bravo/plugins/commands/__init__.py
-${PYSITELIB}/bravo/plugins/commands/__init__.pyc
-${PYSITELIB}/bravo/plugins/commands/__init__.pyo
-${PYSITELIB}/bravo/plugins/commands/common.py
-${PYSITELIB}/bravo/plugins/commands/common.pyc
-${PYSITELIB}/bravo/plugins/commands/common.pyo
-${PYSITELIB}/bravo/plugins/commands/debug.py
-${PYSITELIB}/bravo/plugins/commands/debug.pyc
-${PYSITELIB}/bravo/plugins/commands/debug.pyo
-${PYSITELIB}/bravo/plugins/commands/warp.py
-${PYSITELIB}/bravo/plugins/commands/warp.pyc
-${PYSITELIB}/bravo/plugins/commands/warp.pyo
-${PYSITELIB}/bravo/plugins/compound_hooks.py
-${PYSITELIB}/bravo/plugins/compound_hooks.pyc
-${PYSITELIB}/bravo/plugins/compound_hooks.pyo
-${PYSITELIB}/bravo/plugins/dig_hooks.py
-${PYSITELIB}/bravo/plugins/dig_hooks.pyc
-${PYSITELIB}/bravo/plugins/dig_hooks.pyo
-${PYSITELIB}/bravo/plugins/door.py
-${PYSITELIB}/bravo/plugins/door.pyc
-${PYSITELIB}/bravo/plugins/door.pyo
-${PYSITELIB}/bravo/plugins/fertilizer.py
-${PYSITELIB}/bravo/plugins/fertilizer.pyc
-${PYSITELIB}/bravo/plugins/fertilizer.pyo
-${PYSITELIB}/bravo/plugins/generators.py
-${PYSITELIB}/bravo/plugins/generators.pyc
-${PYSITELIB}/bravo/plugins/generators.pyo
-${PYSITELIB}/bravo/plugins/paintings.py
-${PYSITELIB}/bravo/plugins/paintings.pyc
-${PYSITELIB}/bravo/plugins/paintings.pyo
-${PYSITELIB}/bravo/plugins/physics.py
-${PYSITELIB}/bravo/plugins/physics.pyc
-${PYSITELIB}/bravo/plugins/physics.pyo
-${PYSITELIB}/bravo/plugins/recipes/__init__.py
-${PYSITELIB}/bravo/plugins/recipes/__init__.pyc
-${PYSITELIB}/bravo/plugins/recipes/__init__.pyo
-${PYSITELIB}/bravo/plugins/recipes/blueprints.py
-${PYSITELIB}/bravo/plugins/recipes/blueprints.pyc
-${PYSITELIB}/bravo/plugins/recipes/blueprints.pyo
-${PYSITELIB}/bravo/plugins/recipes/ingredients.py
-${PYSITELIB}/bravo/plugins/recipes/ingredients.pyc
-${PYSITELIB}/bravo/plugins/recipes/ingredients.pyo
-${PYSITELIB}/bravo/plugins/redstone.py
-${PYSITELIB}/bravo/plugins/redstone.pyc
-${PYSITELIB}/bravo/plugins/redstone.pyo
-${PYSITELIB}/bravo/plugins/seasons.py
-${PYSITELIB}/bravo/plugins/seasons.pyc
-${PYSITELIB}/bravo/plugins/seasons.pyo
-${PYSITELIB}/bravo/plugins/serializers.py
-${PYSITELIB}/bravo/plugins/serializers.pyc
-${PYSITELIB}/bravo/plugins/serializers.pyo
-${PYSITELIB}/bravo/plugins/teleport.py
-${PYSITELIB}/bravo/plugins/teleport.pyc
-${PYSITELIB}/bravo/plugins/teleport.pyo
-${PYSITELIB}/bravo/plugins/tracks.py
-${PYSITELIB}/bravo/plugins/tracks.pyc
-${PYSITELIB}/bravo/plugins/tracks.pyo
-${PYSITELIB}/bravo/plugins/web.py
-${PYSITELIB}/bravo/plugins/web.pyc
-${PYSITELIB}/bravo/plugins/web.pyo
-${PYSITELIB}/bravo/plugins/window_hooks.py
-${PYSITELIB}/bravo/plugins/window_hooks.pyc
-${PYSITELIB}/bravo/plugins/window_hooks.pyo
-${PYSITELIB}/bravo/plugins/worldedit.py
-${PYSITELIB}/bravo/plugins/worldedit.pyc
-${PYSITELIB}/bravo/plugins/worldedit.pyo
-${PYSITELIB}/bravo/policy/__init__.py
-${PYSITELIB}/bravo/policy/__init__.pyc
-${PYSITELIB}/bravo/policy/__init__.pyo
-${PYSITELIB}/bravo/policy/dig.py
-${PYSITELIB}/bravo/policy/dig.pyc
-${PYSITELIB}/bravo/policy/dig.pyo
-${PYSITELIB}/bravo/remote.py
-${PYSITELIB}/bravo/remote.pyc
-${PYSITELIB}/bravo/remote.pyo
-${PYSITELIB}/bravo/service.py
-${PYSITELIB}/bravo/service.pyc
-${PYSITELIB}/bravo/service.pyo
-${PYSITELIB}/bravo/simplex.py
-${PYSITELIB}/bravo/simplex.pyc
-${PYSITELIB}/bravo/simplex.pyo
-${PYSITELIB}/bravo/stdio.py
-${PYSITELIB}/bravo/stdio.pyc
-${PYSITELIB}/bravo/stdio.pyo
-${PYSITELIB}/bravo/terrain/__init__.py
-${PYSITELIB}/bravo/terrain/__init__.pyc
-${PYSITELIB}/bravo/terrain/__init__.pyo
-${PYSITELIB}/bravo/terrain/trees.py
-${PYSITELIB}/bravo/terrain/trees.pyc
-${PYSITELIB}/bravo/terrain/trees.pyo
-${PYSITELIB}/bravo/tests/__init__.py
-${PYSITELIB}/bravo/tests/__init__.pyc
-${PYSITELIB}/bravo/tests/__init__.pyo
-${PYSITELIB}/bravo/tests/factories/__init__.py
-${PYSITELIB}/bravo/tests/factories/__init__.pyc
-${PYSITELIB}/bravo/tests/factories/__init__.pyo
-${PYSITELIB}/bravo/tests/factories/test_beta.py
-${PYSITELIB}/bravo/tests/factories/test_beta.pyc
-${PYSITELIB}/bravo/tests/factories/test_beta.pyo
-${PYSITELIB}/bravo/tests/infini/__init__.py
-${PYSITELIB}/bravo/tests/infini/__init__.pyc
-${PYSITELIB}/bravo/tests/infini/__init__.pyo
-${PYSITELIB}/bravo/tests/infini/test_packets.py
-${PYSITELIB}/bravo/tests/infini/test_packets.pyc
-${PYSITELIB}/bravo/tests/infini/test_packets.pyo
-${PYSITELIB}/bravo/tests/inventory/__init__.py
-${PYSITELIB}/bravo/tests/inventory/__init__.pyc
-${PYSITELIB}/bravo/tests/inventory/__init__.pyo
-${PYSITELIB}/bravo/tests/inventory/test_slots.py
-${PYSITELIB}/bravo/tests/inventory/test_slots.pyc
-${PYSITELIB}/bravo/tests/inventory/test_slots.pyo
-${PYSITELIB}/bravo/tests/inventory/test_windows.py
-${PYSITELIB}/bravo/tests/inventory/test_windows.pyc
-${PYSITELIB}/bravo/tests/inventory/test_windows.pyo
-${PYSITELIB}/bravo/tests/plugins/__init__.py
-${PYSITELIB}/bravo/tests/plugins/__init__.pyc
-${PYSITELIB}/bravo/tests/plugins/__init__.pyo
-${PYSITELIB}/bravo/tests/plugins/test_automatons.py
-${PYSITELIB}/bravo/tests/plugins/test_automatons.pyc
-${PYSITELIB}/bravo/tests/plugins/test_automatons.pyo
-${PYSITELIB}/bravo/tests/plugins/test_build_hooks.py
-${PYSITELIB}/bravo/tests/plugins/test_build_hooks.pyc
-${PYSITELIB}/bravo/tests/plugins/test_build_hooks.pyo
-${PYSITELIB}/bravo/tests/plugins/test_commands.py
-${PYSITELIB}/bravo/tests/plugins/test_commands.pyc
-${PYSITELIB}/bravo/tests/plugins/test_commands.pyo
-${PYSITELIB}/bravo/tests/plugins/test_fallables.py
-${PYSITELIB}/bravo/tests/plugins/test_fallables.pyc
-${PYSITELIB}/bravo/tests/plugins/test_fallables.pyo
-${PYSITELIB}/bravo/tests/plugins/test_generators.py
-${PYSITELIB}/bravo/tests/plugins/test_generators.pyc
-${PYSITELIB}/bravo/tests/plugins/test_generators.pyo
-${PYSITELIB}/bravo/tests/plugins/test_physics.py
-${PYSITELIB}/bravo/tests/plugins/test_physics.pyc
-${PYSITELIB}/bravo/tests/plugins/test_physics.pyo
-${PYSITELIB}/bravo/tests/plugins/test_recipes.py
-${PYSITELIB}/bravo/tests/plugins/test_recipes.pyc
-${PYSITELIB}/bravo/tests/plugins/test_recipes.pyo
-${PYSITELIB}/bravo/tests/plugins/test_redstone.py
-${PYSITELIB}/bravo/tests/plugins/test_redstone.pyc
-${PYSITELIB}/bravo/tests/plugins/test_redstone.pyo
-${PYSITELIB}/bravo/tests/plugins/test_seasons.py
-${PYSITELIB}/bravo/tests/plugins/test_seasons.pyc
-${PYSITELIB}/bravo/tests/plugins/test_seasons.pyo
-${PYSITELIB}/bravo/tests/plugins/test_serializers.py
-${PYSITELIB}/bravo/tests/plugins/test_serializers.pyc
-${PYSITELIB}/bravo/tests/plugins/test_serializers.pyo
-${PYSITELIB}/bravo/tests/plugins/test_tracks.py
-${PYSITELIB}/bravo/tests/plugins/test_tracks.pyc
-${PYSITELIB}/bravo/tests/plugins/test_tracks.pyo
-${PYSITELIB}/bravo/tests/policy/__init__.py
-${PYSITELIB}/bravo/tests/policy/__init__.pyc
-${PYSITELIB}/bravo/tests/policy/__init__.pyo
-${PYSITELIB}/bravo/tests/policy/test_dig.py
-${PYSITELIB}/bravo/tests/policy/test_dig.pyc
-${PYSITELIB}/bravo/tests/policy/test_dig.pyo
-${PYSITELIB}/bravo/tests/protocols/__init__.py
-${PYSITELIB}/bravo/tests/protocols/__init__.pyc
-${PYSITELIB}/bravo/tests/protocols/__init__.pyo
-${PYSITELIB}/bravo/tests/protocols/test_beta.py
-${PYSITELIB}/bravo/tests/protocols/test_beta.pyc
-${PYSITELIB}/bravo/tests/protocols/test_beta.pyo
-${PYSITELIB}/bravo/tests/test_blocks.py
-${PYSITELIB}/bravo/tests/test_blocks.pyc
-${PYSITELIB}/bravo/tests/test_blocks.pyo
-${PYSITELIB}/bravo/tests/test_chunk.py
-${PYSITELIB}/bravo/tests/test_chunk.pyc
-${PYSITELIB}/bravo/tests/test_chunk.pyo
-${PYSITELIB}/bravo/tests/test_config.py
-${PYSITELIB}/bravo/tests/test_config.pyc
-${PYSITELIB}/bravo/tests/test_config.pyo
-${PYSITELIB}/bravo/tests/test_entity.py
-${PYSITELIB}/bravo/tests/test_entity.pyc
-${PYSITELIB}/bravo/tests/test_entity.pyo
-${PYSITELIB}/bravo/tests/test_location.py
-${PYSITELIB}/bravo/tests/test_location.pyc
-${PYSITELIB}/bravo/tests/test_location.pyo
-${PYSITELIB}/bravo/tests/test_nbt.py
-${PYSITELIB}/bravo/tests/test_nbt.pyc
-${PYSITELIB}/bravo/tests/test_nbt.pyo
-${PYSITELIB}/bravo/tests/test_packets.py
-${PYSITELIB}/bravo/tests/test_packets.pyc
-${PYSITELIB}/bravo/tests/test_packets.pyo
-${PYSITELIB}/bravo/tests/test_plugin.py
-${PYSITELIB}/bravo/tests/test_plugin.pyc
-${PYSITELIB}/bravo/tests/test_plugin.pyo
-${PYSITELIB}/bravo/tests/test_simplex.py
-${PYSITELIB}/bravo/tests/test_simplex.pyc
-${PYSITELIB}/bravo/tests/test_simplex.pyo
-${PYSITELIB}/bravo/tests/test_spatial.py
-${PYSITELIB}/bravo/tests/test_spatial.pyc
-${PYSITELIB}/bravo/tests/test_spatial.pyo
-${PYSITELIB}/bravo/tests/test_structures.py
-${PYSITELIB}/bravo/tests/test_structures.pyc
-${PYSITELIB}/bravo/tests/test_structures.pyo
-${PYSITELIB}/bravo/tests/test_utilities.py
-${PYSITELIB}/bravo/tests/test_utilities.pyc
-${PYSITELIB}/bravo/tests/test_utilities.pyo
-${PYSITELIB}/bravo/tests/test_world.py
-${PYSITELIB}/bravo/tests/test_world.pyc
-${PYSITELIB}/bravo/tests/test_world.pyo
-${PYSITELIB}/bravo/tests/utilities/__init__.py
-${PYSITELIB}/bravo/tests/utilities/__init__.pyc
-${PYSITELIB}/bravo/tests/utilities/__init__.pyo
-${PYSITELIB}/bravo/tests/utilities/test_coords.py
-${PYSITELIB}/bravo/tests/utilities/test_coords.pyc
-${PYSITELIB}/bravo/tests/utilities/test_coords.pyo
-${PYSITELIB}/bravo/tests/utilities/test_furnace.py
-${PYSITELIB}/bravo/tests/utilities/test_furnace.pyc
-${PYSITELIB}/bravo/tests/utilities/test_furnace.pyo
-${PYSITELIB}/bravo/tests/utilities/test_geometry.py
-${PYSITELIB}/bravo/tests/utilities/test_geometry.pyc
-${PYSITELIB}/bravo/tests/utilities/test_geometry.pyo
-${PYSITELIB}/bravo/tests/utilities/test_maths.py
-${PYSITELIB}/bravo/tests/utilities/test_maths.pyc
-${PYSITELIB}/bravo/tests/utilities/test_maths.pyo
-${PYSITELIB}/bravo/tests/utilities/test_paths.py
-${PYSITELIB}/bravo/tests/utilities/test_paths.pyc
-${PYSITELIB}/bravo/tests/utilities/test_paths.pyo
-${PYSITELIB}/bravo/tests/utilities/test_redstone.py
-${PYSITELIB}/bravo/tests/utilities/test_redstone.pyc
-${PYSITELIB}/bravo/tests/utilities/test_redstone.pyo
-${PYSITELIB}/bravo/utilities/__init__.py
-${PYSITELIB}/bravo/utilities/__init__.pyc
-${PYSITELIB}/bravo/utilities/__init__.pyo
-${PYSITELIB}/bravo/utilities/ai.py
-${PYSITELIB}/bravo/utilities/ai.pyc
-${PYSITELIB}/bravo/utilities/ai.pyo
-${PYSITELIB}/bravo/utilities/automatic.py
-${PYSITELIB}/bravo/utilities/automatic.pyc
-${PYSITELIB}/bravo/utilities/automatic.pyo
-${PYSITELIB}/bravo/utilities/bits.py
-${PYSITELIB}/bravo/utilities/bits.pyc
-${PYSITELIB}/bravo/utilities/bits.pyo
-${PYSITELIB}/bravo/utilities/building.py
-${PYSITELIB}/bravo/utilities/building.pyc
-${PYSITELIB}/bravo/utilities/building.pyo
-${PYSITELIB}/bravo/utilities/chat.py
-${PYSITELIB}/bravo/utilities/chat.pyc
-${PYSITELIB}/bravo/utilities/chat.pyo
-${PYSITELIB}/bravo/utilities/coords.py
-${PYSITELIB}/bravo/utilities/coords.pyc
-${PYSITELIB}/bravo/utilities/coords.pyo
-${PYSITELIB}/bravo/utilities/decos.py
-${PYSITELIB}/bravo/utilities/decos.pyc
-${PYSITELIB}/bravo/utilities/decos.pyo
-${PYSITELIB}/bravo/utilities/furnace.py
-${PYSITELIB}/bravo/utilities/furnace.pyc
-${PYSITELIB}/bravo/utilities/furnace.pyo
-${PYSITELIB}/bravo/utilities/geometry.py
-${PYSITELIB}/bravo/utilities/geometry.pyc
-${PYSITELIB}/bravo/utilities/geometry.pyo
-${PYSITELIB}/bravo/utilities/maths.py
-${PYSITELIB}/bravo/utilities/maths.pyc
-${PYSITELIB}/bravo/utilities/maths.pyo
-${PYSITELIB}/bravo/utilities/paths.py
-${PYSITELIB}/bravo/utilities/paths.pyc
-${PYSITELIB}/bravo/utilities/paths.pyo
-${PYSITELIB}/bravo/utilities/redstone.py
-${PYSITELIB}/bravo/utilities/redstone.pyc
-${PYSITELIB}/bravo/utilities/redstone.pyo
-${PYSITELIB}/bravo/utilities/spatial.py
-${PYSITELIB}/bravo/utilities/spatial.pyc
-${PYSITELIB}/bravo/utilities/spatial.pyo
-${PYSITELIB}/bravo/utilities/temporal.py
-${PYSITELIB}/bravo/utilities/temporal.pyc
-${PYSITELIB}/bravo/utilities/temporal.pyo
-${PYSITELIB}/bravo/weather.py
-${PYSITELIB}/bravo/weather.pyc
-${PYSITELIB}/bravo/weather.pyo
-${PYSITELIB}/bravo/web.py
-${PYSITELIB}/bravo/web.pyc
-${PYSITELIB}/bravo/web.pyo
-${PYSITELIB}/bravo/world.py
-${PYSITELIB}/bravo/world.pyc
-${PYSITELIB}/bravo/world.pyo
-${PYSITELIB}/exocet/__init__.py
-${PYSITELIB}/exocet/__init__.pyc
-${PYSITELIB}/exocet/__init__.pyo
-${PYSITELIB}/exocet/_exocet.py
-${PYSITELIB}/exocet/_exocet.pyc
-${PYSITELIB}/exocet/_exocet.pyo
-${PYSITELIB}/exocet/_modules.py
-${PYSITELIB}/exocet/_modules.pyc
-${PYSITELIB}/exocet/_modules.pyo
-${PYSITELIB}/exocet/test/__init__.py
-${PYSITELIB}/exocet/test/__init__.pyc
-${PYSITELIB}/exocet/test/__init__.pyo
-${PYSITELIB}/exocet/test/_ospathExample.py
-${PYSITELIB}/exocet/test/_ospathExample.pyc
-${PYSITELIB}/exocet/test/_ospathExample.pyo
-${PYSITELIB}/exocet/test/test_exocet.py
-${PYSITELIB}/exocet/test/test_exocet.pyc
-${PYSITELIB}/exocet/test/test_exocet.pyo
-${PYSITELIB}/exocet/test/test_modules.py
-${PYSITELIB}/exocet/test/test_modules.pyc
-${PYSITELIB}/exocet/test/test_modules.pyo
-${PYSITELIB}/exocet/test/testpackage/__init__.py
-${PYSITELIB}/exocet/test/testpackage/__init__.pyc
-${PYSITELIB}/exocet/test/testpackage/__init__.pyo
-${PYSITELIB}/exocet/test/testpackage/baz.py
-${PYSITELIB}/exocet/test/testpackage/baz.pyc
-${PYSITELIB}/exocet/test/testpackage/baz.pyo
-${PYSITELIB}/exocet/test/testpackage/foo.py
-${PYSITELIB}/exocet/test/testpackage/foo.pyc
-${PYSITELIB}/exocet/test/testpackage/foo.pyo
-${PYSITELIB}/exocet/test/testpackage/topmodule.py
-${PYSITELIB}/exocet/test/testpackage/topmodule.pyc
-${PYSITELIB}/exocet/test/testpackage/topmodule.pyo
-${PYSITELIB}/exocet/test/testpackage/util.py
-${PYSITELIB}/exocet/test/testpackage/util.pyc
-${PYSITELIB}/exocet/test/testpackage/util.pyo
-${PYSITELIB}/exocet/test/testpackage_circular/__init__.py
-${PYSITELIB}/exocet/test/testpackage_circular/__init__.pyc
-${PYSITELIB}/exocet/test/testpackage_circular/__init__.pyo
-${PYSITELIB}/exocet/test/testpackage_circular/baz.py
-${PYSITELIB}/exocet/test/testpackage_circular/baz.pyc
-${PYSITELIB}/exocet/test/testpackage_circular/baz.pyo
-${PYSITELIB}/exocet/test/testpackage_circular/foo.py
-${PYSITELIB}/exocet/test/testpackage_circular/foo.pyc
-${PYSITELIB}/exocet/test/testpackage_circular/foo.pyo
-${PYSITELIB}/exocet/test/testpackage_circular/topmodule.py
-${PYSITELIB}/exocet/test/testpackage_circular/topmodule.pyc
-${PYSITELIB}/exocet/test/testpackage_circular/topmodule.pyo
-${PYSITELIB}/exocet/test/testpackage_circular/util.py
-${PYSITELIB}/exocet/test/testpackage_circular/util.pyc
-${PYSITELIB}/exocet/test/testpackage_circular/util.pyo
-${PYSITELIB}/exocet/test/testpackage_localimports/__init__.py
-${PYSITELIB}/exocet/test/testpackage_localimports/__init__.pyc
-${PYSITELIB}/exocet/test/testpackage_localimports/__init__.pyo
-${PYSITELIB}/exocet/test/testpackage_localimports/baz.py
-${PYSITELIB}/exocet/test/testpackage_localimports/baz.pyc
-${PYSITELIB}/exocet/test/testpackage_localimports/baz.pyo
-${PYSITELIB}/exocet/test/testpackage_localimports/foo.py
-${PYSITELIB}/exocet/test/testpackage_localimports/foo.pyc
-${PYSITELIB}/exocet/test/testpackage_localimports/foo.pyo
-${PYSITELIB}/exocet/test/testpackage_localimports/topmodule.py
-${PYSITELIB}/exocet/test/testpackage_localimports/topmodule.pyc
-${PYSITELIB}/exocet/test/testpackage_localimports/topmodule.pyo
-${PYSITELIB}/exocet/test/testpackage_localimports/util.py
-${PYSITELIB}/exocet/test/testpackage_localimports/util.pyc
-${PYSITELIB}/exocet/test/testpackage_localimports/util.pyo
-${PYSITELIB}/twisted/plugins/bravod.py
-${PYSITELIB}/twisted/plugins/bravod.pyc
-${PYSITELIB}/twisted/plugins/bravod.pyo
-share/doc/bravo/README.rst
-share/doc/bravo/administration.rst
-share/doc/bravo/auxiliary.rst
-share/doc/bravo/blocks.rst
-share/doc/bravo/chunk.rst
-share/doc/bravo/conf.py
-share/doc/bravo/core.rst
-share/doc/bravo/differences.rst
-share/doc/bravo/entity.rst
-share/doc/bravo/factory.rst
-share/doc/bravo/features.rst
-share/doc/bravo/furnace.rst
-share/doc/bravo/globals.txt
-share/doc/bravo/ibravo.rst
-share/doc/bravo/index.rst
-share/doc/bravo/introduction.rst
-share/doc/bravo/inventory.rst
-share/doc/bravo/location.rst
-share/doc/bravo/noise.rst
-share/doc/bravo/packets.rst
-share/doc/bravo/philosophy.rst
-share/doc/bravo/plugin.rst
-share/doc/bravo/plugins.rst
-share/doc/bravo/protocol.rst
-share/doc/bravo/simplex.rst
-share/doc/bravo/stdio.rst
-share/doc/bravo/tools.rst
-share/doc/bravo/troubleshooting.rst
-share/doc/bravo/utilities.rst
-share/doc/bravo/web.rst
-share/doc/bravo/world.rst
-share/examples/bravo/bravo.ini
-share/examples/rc.d/bravo
-@pkgdir etc/bravo
diff --git a/py-bravo/distinfo b/py-bravo/distinfo
deleted file mode 100644
index 53c745545d..0000000000
--- a/py-bravo/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.5 2011/10/17 23:24:22 schnoebe Exp $
-
-SHA1 (MostAwesomeDude-bravo-1.8.1-0-gf6cb5fe.tar.gz) = 5bb29d89a1dc25213e128cefbc3e9cacc0470b0d
-RMD160 (MostAwesomeDude-bravo-1.8.1-0-gf6cb5fe.tar.gz) = 461212a7587ee6e755bd7c6c7e8678a6cc0b6551
-Size (MostAwesomeDude-bravo-1.8.1-0-gf6cb5fe.tar.gz) = 279025 bytes
-SHA1 (patch-README.rst) = 4542be2aaa4ddf00b41dd3aa8a1fb1f3cad10419
-SHA1 (patch-bravo-config.py) = 2e6b94119a7445b731e25c9817616a81527fe725
-SHA1 (patch-docs_administration.rst) = dba2225f3a266e19fb100e5a3d887147f6739646
-SHA1 (patch-setup.py) = 495e3d1fe94ab159d0653cf2809b6d8afbc7dd11
diff --git a/py-bravo/files/bravo.sh b/py-bravo/files/bravo.sh
deleted file mode 100644
index 424f812221..0000000000
--- a/py-bravo/files/bravo.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: bravo.sh,v 1.3 2011/06/01 04:33:02 schnoebe Exp $
-#
-#   startup script for the proxy65 file transfer proxy service for Jabber
-#   uses the twistd application engine
-#
-# PROVIDE: bravo
-# REQUIRE: DAEMON
-#
-
-name="bravo"
-rcvar=$name
-command=@PREFIX@/bin/twistd
-command_interpreter="@PYTHONBIN@"
-required_files="@PKG_SYSCONFDIR@/bravo.ini"
-pidfile="@BRAVO_PIDDIR@/${name}.pid"
-logfile="@BRAVO_LOGDIR@/${name}.log"
-command_args="-u @BRAVO_USER@ -g @BRAVO_GROUP@ --pidfile=${pidfile}"
-command_args="${command_args} -l ${logfile} -d @BRAVO_RUNDIR@ ${name}"
-
-start_precmd="ensure_dirs"
-
-ensure_dirs()
-{
-	mkdir -p @BRAVO_RUNDIR@
-	chown @BRAVO_USER@ @BRAVO_RUNDIR@
-}
-
-if [ -f /etc/rc.subr ]; then
-	. /etc/rc.subr
-	load_rc_config $name
-	run_rc_command "$1"
-else
-	@ECHO@ -n " ${name}"
-	ensure_piddir
-	${command} ${command_args}
-fi
diff --git a/py-bravo/patches/patch-README.rst b/py-bravo/patches/patch-README.rst
deleted file mode 100644
index 88eb100b84..0000000000
--- a/py-bravo/patches/patch-README.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-README.rst,v 1.1 2011/10/03 00:21:17 schnoebe Exp $
-
---- README.rst.orig	2011-06-16 16:12:26.000000000 +0000
-+++ README.rst
-@@ -172,7 +172,7 @@ Running
- Bravo includes a twistd plugin, so it's quite easy to run. Just copy
- bravo.ini.example to bravo.ini, and put it in one of these locations:
- 
-- * /etc/bravo/
-+ * @PKG_SYSCONFDIR@/bravo/
-  * ~/.bravo/
-  * Your working directory
- 
diff --git a/py-bravo/patches/patch-bravo-config.py b/py-bravo/patches/patch-bravo-config.py
deleted file mode 100644
index 6a7b6b5c10..0000000000
--- a/py-bravo/patches/patch-bravo-config.py
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bravo-config.py,v 1.1.1.1 2011/06/01 03:51:46 schnoebe Exp $
-
-edit in the macro for configuration directory replacement.
-
---- bravo/config.py.orig	2011-05-08 16:36:35.000000000 +0000
-+++ bravo/config.py
-@@ -61,7 +61,7 @@ configuration = BravoConfigParser()
- 
- def read_configuration():
-     default_files = [
--        "/etc/bravo/bravo.ini",
-+        "@PKG_SYSCONFDIR@/bravo.ini",
-         expanduser("~/.bravo/bravo.ini"),
-         expandvars("%APPDATA%/bravo/bravo.ini"),
-         "bravo.ini",
diff --git a/py-bravo/patches/patch-docs_administration.rst b/py-bravo/patches/patch-docs_administration.rst
deleted file mode 100644
index a35200e8ef..0000000000
--- a/py-bravo/patches/patch-docs_administration.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-docs_administration.rst,v 1.1.1.1 2011/06/01 03:51:46 schnoebe Exp $
-
-edit in the macro for configuration directory replacement.
-
---- docs/administration.rst.orig	2011-05-08 16:36:35.000000000 +0000
-+++ docs/administration.rst
-@@ -21,13 +21,13 @@ and is a good starting point for new con
- 
- :file:`bravo.ini` should live in one of three locations:
- 
--1. /etc/bravo
-+1. @PKG_SYSCONFDIR@/bravo
- 2. ~/.bravo
- 3. The working directory
- 
- All three locations will be checked, in that order, and more-recently-loaded
- configurations will override configurations in previous directories. For
--sanity purposes, it is highly encouraged to either use :file:`/etc/bravo`
-+sanity purposes, it is highly encouraged to either use :file:`@PKG_SYSCONFDIR@/bravo`
- if running as root, or :file:`~/.bravo` if running as a normal user.
- 
- The configuration file is divided up into **sections**. Each section starts
diff --git a/py-bravo/patches/patch-setup.py b/py-bravo/patches/patch-setup.py
deleted file mode 100644
index 72f3312897..0000000000
--- a/py-bravo/patches/patch-setup.py
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1.1.1 2011/06/01 03:51:46 schnoebe Exp $
-
-# remove unneeded attempt to list twisted plugins?
-
---- setup.py.orig	2011-05-08 16:36:35.000000000 +0000
-+++ setup.py
-@@ -22,9 +22,3 @@ setup(
-     license="MIT/X11",
-     url="http://github.com/MostAwesomeDude/bravo";,
- )
--
--try:
--    from twisted.plugin import getPlugins, IPlugin
--    list(getPlugins(IPlugin))
--except:
--    pass


Home | Main Index | Thread Index | Old Index