diff options
63 files changed, 9 insertions, 2368 deletions
@@ -514,7 +514,6 @@ scv-1.0p2-sysc* cad/scv License agreement required tcetest_* games/linux-enemyterritory-tce Redistribution limited texcm-ttf-20010117/* x11-fonts/texcm-ttf Cannot be sold or distributed with any commercial product -thisTest.jar devel/thistest No redistribution of binaries timidity-* audio/timidity Uses copyrighted patches tinker* biology/tinker Distribution is prohibited tkman-2.* misc/tkman Do not sell for profit @@ -1678,3 +1678,12 @@ databases/postgresql81-client||2011-04-04|Removed graphics/linux_dri-devel|graphics/linux_dri|2011-04-07|Retire: is older than non-devel port math/linux-SHA-1_collision_search_graz||2011-04-07|Has expired: Project discontinued lang/compaq-cc||2011-04-09|Does not work on a supported platform +devel/thistest||2011-04-12|Has expired: development has ceased; website disappeared +emulators/xmamegui||2011-04-12|Has expired: development has ceased; try emulators/qmc2 instead +games/airrox||2011-04-12|Has expired: development has ceased +games/bfm||2011-04-12|Has expired: development has ceased; website disappeared +games/xracer||2011-04-12|Has expired: has not been developed for 10 years +net-p2p/gift-ares||2011-04-12|Has expired: development has ceased; does not work +net-p2p/torrent_swapper||2011-04-12|Has expired: development has ceased (last release is of 2006) +net-p2p/torrentvolve||2011-04-12|Has expired: development has ceased, and last release is beta +sysutils/gag||2011-04-12|Has expired: no point in having it as a port, can be downloaded from the website and burned diff --git a/devel/Makefile b/devel/Makefile index aa9a91926769..fe36b0958060 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3424,7 +3424,6 @@ SUBDIR += templ SUBDIR += terminality SUBDIR += tevent - SUBDIR += thistest SUBDIR += thrift SUBDIR += thunar-vcs-plugin SUBDIR += tide diff --git a/devel/thistest/Makefile b/devel/thistest/Makefile deleted file mode 100644 index c33a157f2e75..000000000000 --- a/devel/thistest/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: thistest -# Date created: 2007-12-24 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= thistest -PORTVERSION= 1.3 -CATEGORIES= devel java -MASTER_SITES= # -DISTNAME= thisTest -EXTRACT_SUFX= .jar - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Java unit testing framework - -DEPRECATED= development has ceased; website disappeared -EXPIRATION_DATE= 2011-04-11 - -USE_JAVA= yes -JAVA_VERSION= 1.5+ -USE_ANT= yes -NO_WRKSUBDIR= yes -RESTRICTED= Redistribution of pre-compiled binaries is not permitted - -JARFILE= ${DISTNAME}${EXTRACT_SUFX} - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= needs you to download ${DISTNAME}${EXTRACT_SUFX} manually from "http://www.flosoft-systems.com" and place it under ${DISTDIR} -.endif - -post-build: - @(${ECHO_CMD} '#!${SH}'; \ - ${ECHO_CMD} 'exec ${JAVA} -jar ${JAVAJARDIR}/${JARFILE} "$$@"') \ - > ${WRKSRC}/${PORTNAME} - -do-extract: - @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} && jar fx ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} - @${CP} ${FILESDIR}/build.xml ${WRKDIR} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/thistest/distinfo b/devel/thistest/distinfo deleted file mode 100644 index 200a23553695..000000000000 --- a/devel/thistest/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (thisTest.jar) = d3927c7ea8eda5057a4b59cdc307c2ab -SHA256 (thisTest.jar) = c6bff1f5fd5cc7327afddc1618fd9c7ca39238c680e4bda38f502decd44e72d0 -SIZE (thisTest.jar) = 129604 diff --git a/devel/thistest/files/build.xml b/devel/thistest/files/build.xml deleted file mode 100644 index 02d303453de5..000000000000 --- a/devel/thistest/files/build.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0"?> -<!-- Ant build description file for the FreeBSD port, not official --> -<project name="thisTest" default="compile" basedir="."> - <property name="src" value="${basedir}/src"/> - <property name="build" value="build"/> - - <target name="init"> - <mkdir dir="${build}"/> - </target> - - <target name="compile" depends="init"> - <javac srcdir="${src}" destdir="${build}"/> - <jar jarfile="thisTest.jar" basedir="${build}"> - <manifest> - <attribute name="Main-Class" value="dev.thistest.ui.cmdline.Main"/> - </manifest> - </jar> - </target> -</project> diff --git a/devel/thistest/pkg-descr b/devel/thistest/pkg-descr deleted file mode 100644 index d0a30b8b37e9..000000000000 --- a/devel/thistest/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A very trimmed down java unit testing framework. - -WWW: http://www.flosoft-systems.com/ diff --git a/devel/thistest/pkg-plist b/devel/thistest/pkg-plist deleted file mode 100644 index 774f289354c9..000000000000 --- a/devel/thistest/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -bin/thistest -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/UserGuide.doc -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/UserGuide.pdf -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/allclasses-frame.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/allclasses-noframe.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/constant-values.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/deprecated-list.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/Event.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/EventListener.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/EventType.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/Result.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/Settings.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/Test.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/TestCase.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/TestException.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/TestSet.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/TestSuite.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/TestType.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/Loader.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/Wrapper.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/cmdline/Main.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/cmdline/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/cmdline/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/cmdline/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/LabelGroup.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/LabeledTextArea.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/Main.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/Progress.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/SwingDisplay.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/TestTypeListener.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/TestTypePanel.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/help-doc.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/index-all.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/index.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/overview-frame.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/overview-summary.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/overview-tree.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/package-list -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/resources/inherit.gif -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/serialized-form.html -%%PORTDOCS%%%%DOCSDIR%%/dev/thistest/javadoc/stylesheet.css -%%PORTDOCS%%%%DOCSDIR%%/legel/license.txt -%%JAVAJARDIR%%/thisTest.jar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/legel -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc/resources -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/swing -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui/cmdline -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/ui -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc/dev/thistest/core -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc/dev/thistest -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc/dev -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest/javadoc -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev/thistest -%%PORTDOCS%%@dirrm %%DOCSDIR%%/dev -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/emulators/Makefile b/emulators/Makefile index 9b2b448eb2f7..ffa23095009b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -191,7 +191,6 @@ SUBDIR += xgs SUBDIR += xhomer SUBDIR += xmame - SUBDIR += xmamegui SUBDIR += xmess SUBDIR += xsystem35 SUBDIR += xzx diff --git a/emulators/xmamegui/Makefile b/emulators/xmamegui/Makefile deleted file mode 100644 index ad1b96e61d85..000000000000 --- a/emulators/xmamegui/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: xmamegui -# Date created: 2007-02-25 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= xmamegui -DISTVERSION= 0.9-1 -PORTREVISION= 2 -CATEGORIES= emulators java -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver - -MAINTAINER= ports@FreeBSD.org -COMMENT= SDLMAME frontend that has been written using Java - -DEPRECATED= development has ceased; try emulators/qmc2 instead -EXPIRATION_DATE= 2011-04-11 - -USE_JAVA= yes -JAVA_VERSION= 1.5+ -NO_WRKSUBDIR= yes - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} - -do-build: - @(${ECHO_CMD} "#!${SH}"; \ - ${ECHO_CMD} 'exec ${JAVA} -jar ${DATADIR}/${PORTNAME}.jar "$$@"') \ - > ${WRKSRC}/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR}/lib - ${INSTALL_DATA} ${WRKSRC}/XMAMEGUI.jar ${DATADIR}/${PORTNAME}.jar - ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${DATADIR}/lib - -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - -.include <bsd.port.mk> diff --git a/emulators/xmamegui/distinfo b/emulators/xmamegui/distinfo deleted file mode 100644 index 727e13d425e4..000000000000 --- a/emulators/xmamegui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xmamegui-0.9-1.tar.gz) = 55c027aa68eaf20bcaf18f6133bcda58 -SHA256 (xmamegui-0.9-1.tar.gz) = fcae155072d1fe6a72ded4eca04dd872106091c9d48b6b858642027404d86356 -SIZE (xmamegui-0.9-1.tar.gz) = 4781973 diff --git a/emulators/xmamegui/pkg-descr b/emulators/xmamegui/pkg-descr deleted file mode 100644 index 3d272a86b9a9..000000000000 --- a/emulators/xmamegui/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -XMAME GUI is an SDLMAME frontend that has been written using Java. - -It has the following features: - -- Preview Screenshot. -- Game List built from available ROMs. -- ROM status verification. -- Capture window for XMAME output detail. -- Random Game feature to start a random (working) game. - -WWW: http://www.parallelrealities.co.uk/xmamegui.php diff --git a/emulators/xmamegui/pkg-message b/emulators/xmamegui/pkg-message deleted file mode 100644 index 599f951f04c6..000000000000 --- a/emulators/xmamegui/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -============================================================================== - -XMAMEGUI has been installed. - -When you start it and asks for the "Screenshot Path" directory make sure it is -writable by you, since by default it will automatically download game preview -images to there. For example "~/.parallelrealities/xmamegui/prv" could be used -(note that it has to be created manually). - -============================================================================== diff --git a/emulators/xmamegui/pkg-plist b/emulators/xmamegui/pkg-plist deleted file mode 100644 index 2a84fa2d0212..000000000000 --- a/emulators/xmamegui/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/xmamegui -%%DATADIR%%/lib/xalan.jar -%%DATADIR%%/lib/xerces.jar -%%DATADIR%%/lib/xercesImpl.jar -%%DATADIR%%/lib/xml-apis.jar -%%DATADIR%%/xmamegui.jar -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%% diff --git a/games/Makefile b/games/Makefile index 5d71d2423692..418a38d4550c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -26,7 +26,6 @@ SUBDIR += affenspiel SUBDIR += afternoonstalker SUBDIR += agame - SUBDIR += airrox SUBDIR += alephone SUBDIR += alephone-data SUBDIR += alephone-scenarios @@ -73,7 +72,6 @@ SUBDIR += battleball SUBDIR += battletanks SUBDIR += belooted - SUBDIR += bfm SUBDIR += biloba SUBDIR += biniax2 SUBDIR += biorythm @@ -1062,7 +1060,6 @@ SUBDIR += xpyraminx SUBDIR += xqf SUBDIR += xquarto - SUBDIR += xracer SUBDIR += xrally SUBDIR += xrick SUBDIR += xripple diff --git a/games/airrox/Makefile b/games/airrox/Makefile deleted file mode 100644 index 81537eb3a9d5..000000000000 --- a/games/airrox/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: airrox -# Date created: 12 Jul 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# -# $FreeBSD$ -# - -PORTNAME= airrox -PORTVERSION= 0.0.4 -PORTREVISION= 8 -CATEGORIES= games -MASTER_SITES= SF -DISTNAME= ${PORTNAME}-0.04 - -MAINTAINER= ports@FreeBSD.org -COMMENT= An 3D Air Hockey, which uses SDL & OpenGL - -DEPRECATED= development has ceased -EXPIRATION_DATE= 2011-04-11 - -USE_GMAKE= yes -USE_SDL= mixer net sdl -USE_GL= glut -REINPLACE_ARGS= -i '' -ALL_TARGET= linux -WRKSRC= ${WRKDIR}/${PORTNAME}/source - -OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on - -SUB_FILES= pkg-message - -DIRS= audio icones imagens meshs texturas - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_OPTIMIZED_CFLAGS) -MAKE_ENV+= OPTIMIZED_CFLAGS=yes -.endif - -post-extract: - @${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf - -post-patch: -.for d in ${DIRS} - @${REINPLACE_CMD} -e 's|../\(${d}/\)|${DATADIR}/\1|' \ - ${WRKSRC}/*.cpp ${WRKSRC}/*.h -.endfor - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/air ${PREFIX}/bin/${PORTNAME} - ${MKDIR} ${DATADIR} -.for d in ${DIRS} - ${CP} -R ${WRKDIR}/${PORTNAME}/${d} ${DATADIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/config.txt ${DATADIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/readme.txt ${DOCSDIR} -.endif - -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - -.include <bsd.port.post.mk> diff --git a/games/airrox/distinfo b/games/airrox/distinfo deleted file mode 100644 index e40a1908aa27..000000000000 --- a/games/airrox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (airrox-0.04.tar.gz) = aff01d8a559478185b2e1be19fda8ad2 -SHA256 (airrox-0.04.tar.gz) = 3d59033c0df3c21f2fdb5aeabae3e130d37fb327c563a9a1e85163e7ff96df6f -SIZE (airrox-0.04.tar.gz) = 2750961 diff --git a/games/airrox/files/patch-Makefile b/games/airrox/files/patch-Makefile deleted file mode 100644 index cd5e690b8785..000000000000 --- a/games/airrox/files/patch-Makefile +++ /dev/null @@ -1,51 +0,0 @@ ---- ./Makefile.orig Fri Oct 8 17:20:57 2004 -+++ ./Makefile Sun Apr 8 00:36:49 2007 -@@ -55,20 +55,26 @@ - # comunicacao.o \ - # - -+CXX ?= g++ -+X11BASE ?= /usr/X11R6 -+ - # bibliotecas para Linux --LIBSLINUX = -L/usr/X11R6/lib -lGL -lGLU -lglut -L/usr/lib -lSDL_mixer -lSDL -lpthread `sdl-config --cflags --libs` -lSDL_net -+LIBSLINUX = -L$(LOCALBASE)/lib -lGL -lGLU -lglut `sdl-config --libs` -lSDL_mixer -lSDL_net - - # bibliotecas para Windows - LIBSWIN = -lopengl32 -lglu32 -lglut32 -lmingw32 -lSDLmain -lSDL -lSDL_mixer -mwindows -L$(DEVCPP_PATH)\lib -lSDL_net - -- - # executavel gerado pelo Linux - BINLINUX = air - # executavel gerado pelo Windows - BINWIN = $(BINLINUX).exe - - # flags (otimizacao e nao exibir warnings) --FLAGS = -O2 -DREENTRANT -DHAVE_OPENGL #-g -+FLAGS = $(CFLAGS) -DREENTRANT -DHAVE_OPENGL -I$(LOCALBASE)/include `sdl-config --cflags` -+ -+ifdef OPTIMIZED_CFLAGS -+FLAGS += -O2 -+endif - - INCLUDEWIN = -I$(DEVCPP_PATH)\include -I$(DEVCPP_PATH)\include\c++ -I$(DEVCPP_PATH)\include\c++\mingw32 -I$(DEVCPP_PATH)\include\c++\backward - -@@ -77,15 +83,15 @@ - - # Linkagem: Linux (target padrao) - linux: $(OBJS) -- g++ $? -o $(BINLINUX) -L/usr/X11R6/lib $(LIBSLINUX) $(FLAGS) -+ $(CXX) $? -o $(BINLINUX) -L/usr/X11R6/lib $(LIBSLINUX) $(FLAGS) - - # Linkagem: Windows - win: $(OBJS) -- g++ $? -o $(BINWIN) $(LIBSWIN) $(FLAGS) -+ $(CXX) $? -o $(BINWIN) $(LIBSWIN) $(FLAGS) - - # Compilacao (Linux e Windows) - $(OBJS): %.o: %.cpp -- g++ -c $< -o $@ $(FLAGS) $(INCLUDEWIN) -+ $(CXX) -c $< -o $@ $(FLAGS) - - # Apagar objetos pra comecar do zero - clean: diff --git a/games/airrox/files/patch-conexao.h b/games/airrox/files/patch-conexao.h deleted file mode 100644 index cf059c30cb82..000000000000 --- a/games/airrox/files/patch-conexao.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conexao.h.orig Tue Sep 28 20:48:00 2004 -+++ ./conexao.h Tue Mar 27 14:57:10 2007 -@@ -46,7 +46,7 @@ - - - Conexao(Jogo *j); -- Conexao::~Conexao(); -+ ~Conexao(); - void servidor(int porta, void (*eventos) (void *,void*)); - void cliente(string enderecoservidor, int porta, void (*eventos) (void *,void *)); - void limparMsg(); diff --git a/games/airrox/files/patch-jogo.cpp b/games/airrox/files/patch-jogo.cpp deleted file mode 100644 index 3e63c68bb123..000000000000 --- a/games/airrox/files/patch-jogo.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- jogo.cpp.orig Sat Oct 9 10:35:22 2004 -+++ jogo.cpp Tue Jul 12 15:28:30 2005 -@@ -45,7 +45,16 @@ - - void Jogo::inicializacao() - { -- config = new Config("config.txt"); -+ char *home, *pathtocfg, *cfgname = ".airrox"; -+ int len1, len2; -+ -+ home = getenv("HOME"); -+ len1 = strlen(home); -+ len2 = strlen(cfgname); -+ pathtocfg = new char[len1 + len2]; -+ sprintf(pathtocfg, "%s/%s", home, cfgname); -+ -+ config = new Config(pathtocfg); - // parametros de configuracao - config->cria("TelaLargura", INT); - config->cria("TelaAltura", INT); diff --git a/games/airrox/files/patch-visual.cpp b/games/airrox/files/patch-visual.cpp deleted file mode 100644 index 12c39b7a7229..000000000000 --- a/games/airrox/files/patch-visual.cpp +++ /dev/null @@ -1,79 +0,0 @@ ---- visual.cpp.orig Fri Oct 8 09:22:08 2004 -+++ visual.cpp Sun Jul 22 14:04:48 2007 -@@ -37,15 +37,15 @@ - Visual::Visual(Jogo *j, int telaLargura, int telaAltura, bool telaCheia, string telaTitulo) { - jogo = j; - -- this->font = (int)GLUT_BITMAP_8_BY_13; -+ this->font = (long)GLUT_BITMAP_8_BY_13; - this->telaLargura = telaLargura; - this->telaAltura = telaAltura; - this->telaTitulo = telaTitulo.c_str(); - -- Load3DS (&mesa,"../meshs/mesa.3ds"); -- Load3DS(&mallet,"../meshs/mallet.3ds"); -- Load3DS(&puck,"../meshs/puck.3ds"); -- Load3DS(&placar,"../meshs/placar.3ds"); -+ Load3DS (&mesa,"/usr/local/share/airrox/meshs/mesa.3ds"); -+ Load3DS(&mallet,"/usr/local/share/airrox/meshs/mallet.3ds"); -+ Load3DS(&puck,"/usr/local/share/airrox/meshs/puck.3ds"); -+ Load3DS(&placar,"/usr/local/share/airrox/meshs/placar.3ds"); - - criarJanela(); - setarVideo(telaLargura, telaAltura, telaCheia); -@@ -96,22 +96,22 @@ - glEnable(GL_LIGHT0); - - /*TODO criar uma variavel Path de texturas e meshs*/ -- mesa.id_texture=LoadBitmap("../texturas/mesa.bmp"); -- mallet.id_texture=LoadBitmap("../texturas/mallet.bmp"); -- puck.id_texture=LoadBitmap("../texturas/puck.bmp"); -- placar.id_texture=LoadBitmap("../texturas/placar.bmp"); -+ mesa.id_texture=LoadBitmap("/usr/local/share/airrox/texturas/mesa.bmp"); -+ mallet.id_texture=LoadBitmap("/usr/local/share/airrox/texturas/mallet.bmp"); -+ puck.id_texture=LoadBitmap("/usr/local/share/airrox/texturas/puck.bmp"); -+ placar.id_texture=LoadBitmap("/usr/local/share/airrox/texturas/placar.bmp"); - -- display[0]=LoadBitmap("../texturas/display0.bmp"); -- display[1]=LoadBitmap("../texturas/display1.bmp"); -- display[2]=LoadBitmap("../texturas/display2.bmp"); -- display[3]=LoadBitmap("../texturas/display3.bmp"); -- display[4]=LoadBitmap("../texturas/display4.bmp"); -- display[5]=LoadBitmap("../texturas/display5.bmp"); -- display[6]=LoadBitmap("../texturas/display6.bmp"); -- display[7]=LoadBitmap("../texturas/display7.bmp"); -- //display[8]=LoadBitmap("../texturas/display8.bmp"); -- //display[9]=LoadBitmap("../texturas/display9.bmp"); -- logomesa=LoadBitmap("../texturas/logomesa.bmp"); -+ display[0]=LoadBitmap("/usr/local/share/airrox/texturas/display0.bmp"); -+ display[1]=LoadBitmap("/usr/local/share/airrox/texturas/display1.bmp"); -+ display[2]=LoadBitmap("/usr/local/share/airrox/texturas/display2.bmp"); -+ display[3]=LoadBitmap("/usr/local/share/airrox/texturas/display3.bmp"); -+ display[4]=LoadBitmap("/usr/local/share/airrox/texturas/display4.bmp"); -+ display[5]=LoadBitmap("/usr/local/share/airrox/texturas/display5.bmp"); -+ display[6]=LoadBitmap("/usr/local/share/airrox/texturas/display6.bmp"); -+ display[7]=LoadBitmap("/usr/local/share/airrox/texturas/display7.bmp"); -+ //display[8]=LoadBitmap("/usr/local/share/airrox/texturas/display8.bmp"); -+ //display[9]=LoadBitmap("/usr/local/share/airrox/texturas/display9.bmp"); -+ logomesa=LoadBitmap("/usr/local/share/airrox/texturas/logomesa.bmp"); - - /*TODO Criar metodo pra fazer isso abaixo */ - if (mesa.id_texture==-1) { -@@ -165,7 +165,7 @@ - - //telaBpp = telaInfo->vfmt->BitsPerPixel; - -- SDL_WM_SetIcon(SDL_LoadBMP("../icones/airrox.bmp"), NULL); -+ SDL_WM_SetIcon(SDL_LoadBMP("/usr/local/share/airrox/icones/airrox.bmp"), NULL); - SDL_WM_SetCaption(this->telaTitulo.c_str(),NULL); - - return 1; -@@ -219,7 +219,7 @@ - return 1; - } - --GLvoid Visual::matarJanela(GLvoid) {} -+void Visual::matarJanela(void) {} - - /**************** Metodos auxiliares ***********************************/ - diff --git a/games/airrox/files/patch-visual.h b/games/airrox/files/patch-visual.h deleted file mode 100644 index b071404cd5d9..000000000000 --- a/games/airrox/files/patch-visual.h +++ /dev/null @@ -1,20 +0,0 @@ ---- visual.h.orig Fri Oct 8 09:22:08 2004 -+++ visual.h Sun Jul 22 14:04:49 2007 -@@ -46,7 +46,7 @@ - - public: - GLuint listaMesa; -- int font; -+ long font; - int telaLargura; - int telaAltura; - int telaCheia; -@@ -70,7 +70,7 @@ - int setarTelaCheia(void); - int aumentarResolucao(void); - int diminuirResolucao(void); -- GLvoid matarJanela(GLvoid); -+ void matarJanela(void); - - void Escrita2D(void); - void EscreveString(float x, float y, void *font, const char *string); diff --git a/games/airrox/files/pkg-message.in b/games/airrox/files/pkg-message.in deleted file mode 100644 index 0093d7bc6a42..000000000000 --- a/games/airrox/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -============================================================================== - -To play airrox you have to copy the file "%%DATADIR%%/config.txt" -to "~/.airrox" (file, not directory). For example: - -% cp %%DATADIR%%/config.txt ~/.airrox - -============================================================================== diff --git a/games/airrox/files/readme.txt b/games/airrox/files/readme.txt deleted file mode 100644 index 7d67f481b06c..000000000000 --- a/games/airrox/files/readme.txt +++ /dev/null @@ -1,41 +0,0 @@ -Match options: - -Key Esc - Exit game - -Visualization options: - -Key F11 - Decrease video resolution -Key F12 - Increase video resolution -Key Ctrl F - Toggle Full Screen - -Control options: - -Key F9 - Decrease mouse sensibility -Key F10 - Increase mouse sensibility - -Player movement: - -Mouse - -Camera options: - -Key Up - Increase Zoom -Key Down - Decrease Zoom -Key Right - Rotate Right -Key Left - Rotate Left -Key F5 - Stop Camera -Key F6 - Complete turn around the table -Key F7 - TV Camera Mode -Mouse Wheel - Move camera vertically - -Sound options: - -Key + - Increase music volume -Key - - Decrease music volume - -Command-line options: - -Server: airrox S <port> -Client: airrox C <host> <port> -Spectator: airrox O <host> <port> -Single Player: airrox P diff --git a/games/airrox/pkg-descr b/games/airrox/pkg-descr deleted file mode 100644 index f13f8b5b5e23..000000000000 --- a/games/airrox/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -An 3D Air Hockey, which uses SDL & OpenGL with some features like single, and -multiplayer mode, sound fx, music, camera control, etc. - -WWW: http://twiki.im.ufba.br/bin/view/Indigente/AirroX - -- Alejandro Pulver -alejandro@varnet.biz diff --git a/games/airrox/pkg-plist b/games/airrox/pkg-plist deleted file mode 100644 index 5ec3c940fa82..000000000000 --- a/games/airrox/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -bin/airrox -%%DATADIR%%/audio/fx/colisaodiscojogador.wav -%%DATADIR%%/audio/fx/colisaodiscomesa.wav -%%DATADIR%%/audio/fx/fxlist -%%DATADIR%%/audio/fx/gol.wav -%%DATADIR%%/audio/music/playlist -%%DATADIR%%/audio/music/soumn_-_now_is_the_time_to_try_something_new.ogg -%%DATADIR%%/icones/airrox.bmp -%%DATADIR%%/imagens/mjogar.bmp -%%DATADIR%%/imagens/mjogar1.bmp -%%DATADIR%%/imagens/mjogar1h.bmp -%%DATADIR%%/imagens/mjogar2.bmp -%%DATADIR%%/imagens/mjogar2h.bmp -%%DATADIR%%/imagens/mjogar3.bmp -%%DATADIR%%/imagens/mjogar3h.bmp -%%DATADIR%%/imagens/mjogarh.bmp -%%DATADIR%%/imagens/mobs.bmp -%%DATADIR%%/imagens/mobsh.bmp -%%DATADIR%%/imagens/msair.bmp -%%DATADIR%%/imagens/msairh.bmp -%%DATADIR%%/meshs/mallet.3ds -%%DATADIR%%/meshs/mesa.3ds -%%DATADIR%%/meshs/placar.3ds -%%DATADIR%%/meshs/puck.3ds -%%DATADIR%%/texturas/display0.bmp -%%DATADIR%%/texturas/display1.bmp -%%DATADIR%%/texturas/display2.bmp -%%DATADIR%%/texturas/display3.bmp -%%DATADIR%%/texturas/display4.bmp -%%DATADIR%%/texturas/display5.bmp -%%DATADIR%%/texturas/display6.bmp -%%DATADIR%%/texturas/display7.bmp -%%DATADIR%%/texturas/display8.bmp -%%DATADIR%%/texturas/display9.bmp -%%DATADIR%%/texturas/logomesa.bmp -%%DATADIR%%/texturas/mallet.bmp -%%DATADIR%%/texturas/mesa.bmp -%%DATADIR%%/texturas/placar.bmp -%%DATADIR%%/texturas/puck.bmp -%%DATADIR%%/config.txt -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -@dirrm %%DATADIR%%/texturas -@dirrm %%DATADIR%%/meshs -@dirrm %%DATADIR%%/imagens -@dirrm %%DATADIR%%/icones -@dirrm %%DATADIR%%/audio/music -@dirrm %%DATADIR%%/audio/fx -@dirrm %%DATADIR%%/audio -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% diff --git a/games/bfm/Makefile b/games/bfm/Makefile deleted file mode 100644 index 43c58a702ebf..000000000000 --- a/games/bfm/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: bfm -# Date created: 2007-02-26 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= bfm -PORTVERSION= 0.0.6.2 -PORTREVISION= 7 -CATEGORIES= games -MASTER_SITES= SF/battle4mandicor/Battle%20for%20Mandicor/${PORTVERSION}.1 -EXTRACT_SUFX= -src.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Battle for Mandicor is free RTS fantasy game using Stratagus - -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - vorbisfile.6:${PORTSDIR}/audio/libvorbis - -DEPRECATED= development has ceased; website disappeared -EXPIRATION_DATE= 2011-04-11 - -USE_GMAKE= yes -USE_LUA= 5.0 -USE_SDL= sdl -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LUA_INCDIR}" LDFLAGS="-L${LUA_LIBDIR}" - -PORTSCOUT= limit:(\d\.){2,} - -post-extract: - @${FIND} ${WRKSRC}/data -type d -name CVS -print0 | \ - ${XARGS} -0 ${RM} -rf - -post-patch: - @${REINPLACE_CMD} -e 's|-ldl||; s|gcc|${CC}|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - -post-build: - @(${ECHO_CMD} "#!${SH}"; \ - ${ECHO_CMD} 'exec ${PREFIX}/libexec/bfm -d ${DATADIR} "$$@"') \ - > ${WRKDIR}/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec - cd ${WRKSRC}/data && \ - ${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \ - ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc-bfm/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/bfm/distinfo b/games/bfm/distinfo deleted file mode 100644 index 61f9d619ad6b..000000000000 --- a/games/bfm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bfm-0.0.6.2-src.tar.gz) = 560bb8ca0fab7d8146d99c1238390082 -SHA256 (bfm-0.0.6.2-src.tar.gz) = 65ce11aa2cca0b948b077b0d8cda312802ec9bba235360d2cc709e7cc1815269 -SIZE (bfm-0.0.6.2-src.tar.gz) = 18951374 diff --git a/games/bfm/files/patch-Rules.make.in b/games/bfm/files/patch-Rules.make.in deleted file mode 100644 index 82c31f03e55e..000000000000 --- a/games/bfm/files/patch-Rules.make.in +++ /dev/null @@ -1,48 +0,0 @@ ---- ./Rules.make.in.orig Thu Apr 14 12:09:25 2005 -+++ ./Rules.make.in Mon Feb 26 16:50:51 2007 -@@ -10,10 +10,10 @@ - ## - - # Compile commands --CC=gcc --CCLD=gcc -+CC?=gcc -+CCLD=$(CC) - RM=rm -f --MAKE=make -+MAKE?=make - - OUTPUTFILE = bfm - -@@ -37,12 +37,12 @@ - VERSION= '-DVERSION="2.0"' - DATADIR= "-DSTRATAGUS_LIB_PATH=\"@datadir@/$(OUTPUTFILE)\"" - --TOOLLIBS=$(XLDFLAGS) -lpng -lz -lm @THREAD_LIBS@ -L/usr/local/lib @STATIC_LDFLAGS@ -+TOOLLIBS=$(XLDFLAGS) -lpng -lz -lm @THREAD_LIBS@ @STATIC_LDFLAGS@ -L$(LOCALBASE)/lib - - STRATAGUS_LIBS= -lpng -lz -lm \ -- @VIDEO_LIBS@ @THREAD_LIBS@ $(CCLLIB) $(COMP_LIBS) \ -+ @LDFLAGS@ @VIDEO_LIBS@ @THREAD_LIBS@ $(CCLLIB) $(COMP_LIBS) \ - $(ARTSCLIB) @FLAC_LIBS@ @OGG_LIBS@ @MAD_LIBS@ @CDAUDIO_LIBS@ \ -- @LUA_LIBS@ @STATIC_LDFLAGS@ -lz -lm -L/usr/local/lib -+ @LUA_LIBS@ @STATIC_LDFLAGS@ -lz -lm -L$(LOCALBASE)/lib - - DISTLIST=$(TOPDIR)/distlist - TAGS=$(TOPDIR)/src/tags -@@ -56,13 +56,12 @@ - - IFLAGS= -I$(TOPDIR)/src/include $(XIFLAGS) -I$(TOPDIR)/src/movie/vp31/include - --CFLAGS=@PROFILE_CFLAGS@ @DEBUG_CFLAGS@ $(IFLAGS) \ -+CFLAGS=@CPPFLAGS@ @PROFILE_CFLAGS@ @DEBUG_CFLAGS@ $(IFLAGS) \ - -DUSE_LIBMODPLUG -DUSE_HP_FOR_XP -DMAP_REGIONS \ - @PROFILE_CFLAGS@ @DEBUG_CFLAGS@ @VIDEO_CFLAGS@ @BZ2_CFLAGS@ \ - @OGG_CFLAGS@ @MAD_CFLAGS@ @FLAC_CFLAGS@ @CDAUDIO_CFLAGS@ \ - @LUA_CFLAGS@ $(CCL) $(VERSION) $(COMP_CFLAGS) @SOUND_CFLAGS@ @PLATFORM@ \ -- $(DATADIR) \ -- -I/usr/local/include $(ARTSC) -+ $(DATADIR) $(ARTSC) -I$(LOCALBASE)/include - - CTAGSFLAGS=-i defptvS -a -f - diff --git a/games/bfm/files/patch-src__editor__editloop.c b/games/bfm/files/patch-src__editor__editloop.c deleted file mode 100644 index b65ab340f691..000000000000 --- a/games/bfm/files/patch-src__editor__editloop.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/editor/editloop.c.orig Thu Apr 14 12:09:25 2005 -+++ ./src/editor/editloop.c Thu Mar 22 10:50:07 2007 -@@ -2043,7 +2043,7 @@ - ---------------------------------------------------------------------------*/ - - // Deletes all units, changes player properties and fills map with grass. --local int EditorClearMap(void) -+int EditorClearMap(void) - { - Unit* unit; - int mz; diff --git a/games/bfm/files/patch-src__include__myendian.h b/games/bfm/files/patch-src__include__myendian.h deleted file mode 100644 index df135322d8f5..000000000000 --- a/games/bfm/files/patch-src__include__myendian.h +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/include/myendian.h.orig Thu Apr 14 12:09:25 2005 -+++ ./src/include/myendian.h Thu Mar 22 10:53:40 2007 -@@ -102,7 +102,7 @@ - - #else - --#define FetchLE16(p) SDL_SwapLE16(*((unsigned short*)(p))++) -+inline Uint16 FetchLE16(Uint16 **p); - - #endif - -@@ -122,7 +122,7 @@ - - #else - --#define FetchLE32(p) SDL_SwapLE32(*((unsigned int*)(p))++) -+inline Uint32 FetchLE32(Uint32 **p); - - #endif - diff --git a/games/bfm/files/patch-src__unit__unittype.c b/games/bfm/files/patch-src__unit__unittype.c deleted file mode 100644 index 29a10ea006a9..000000000000 --- a/games/bfm/files/patch-src__unit__unittype.c +++ /dev/null @@ -1,24 +0,0 @@ ---- ./src/unit/unittype.c.orig Thu Apr 14 12:09:25 2005 -+++ ./src/unit/unittype.c Thu Mar 22 10:54:41 2007 -@@ -263,7 +263,20 @@ - } - - /// Macro to fetch an 8bit value, to have some looking 8/16/32 bit funcs. --#define Fetch8(p) (*((unsigned char*)(p))++) -+inline Uint8 Fetch8(Uint8 **p) -+{ -+ return (*p++); -+} -+ -+inline Uint16 FetchLE16(Uint16 **p) -+{ -+ return (SDL_SwapLE16(*p++)); -+} -+ -+inline Uint32 FetchLE32(Uint32 **p) -+{ -+ return (SDL_SwapLE32(*p++)); -+} - - /** - ** Parse UDTA area from puds. diff --git a/games/bfm/pkg-descr b/games/bfm/pkg-descr deleted file mode 100644 index 27b5e0d594ba..000000000000 --- a/games/bfm/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Battle for Mandicor is a free (as in freedom) real time strategy game using -the Stratagus game engine. Stratagus is a free cross-platform RTS (Real Time -Strategy) game engine written in C, and scripted with Lua. Stratagus has been -used for many games, Battle for Mandicor being one of them. - -The fantasy world called Mandicor is much like Tolkien's Middle-Earth and has -a long history. Though not yet finished, a player can control four races in -game; dwarves, gnomes, humans, and goblins. Each has advantages and -disadvantages within the game. While playing, you need to collect resources, -train large armies, and research items in order to create a more powerful -society and defeat the enemy. Campaigns, yet to be finished, will be based -upon a long and interesting history. - -WWW: http://www.mandicor.org/ diff --git a/games/bfm/pkg-plist b/games/bfm/pkg-plist deleted file mode 100644 index e5aeae18c41c..000000000000 --- a/games/bfm/pkg-plist +++ /dev/null @@ -1,579 +0,0 @@ -bin/bfm -libexec/bfm -%%DATADIR%%/campaigns/dwarves/01.cm -%%DATADIR%%/campaigns/dwarves/01/background.png -%%DATADIR%%/campaigns/dwarves/01/map.pud.gz -%%DATADIR%%/campaigns/dwarves/01/mission.txt -%%DATADIR%%/campaigns/dwarves/02.cm -%%DATADIR%%/campaigns/dwarves/02/background.png -%%DATADIR%%/campaigns/dwarves/02/map.pud.gz -%%DATADIR%%/campaigns/dwarves/02/mission.txt -%%DATADIR%%/campaigns/dwarves/screen1.png -%%DATADIR%%/campaigns/dwarves/screen2.png -%%DATADIR%%/campaigns/dwarves/screen3.png -%%DATADIR%%/campaigns/dwarves/screen4.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/barracks.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/blacksmith.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/city-hall.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/lumber-mill.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/market.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/shipyard.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/town-center.png -%%DATADIR%%/graphics/cartoonish/dwarves/buildings/town-hall.png -%%DATADIR%%/graphics/cartoonish/dwarves/units/dwarves-boat.png -%%DATADIR%%/graphics/cartoonish/dwarves/units/transporter.png -%%DATADIR%%/graphics/darkness/buildings/blacksmith.png -%%DATADIR%%/graphics/darkness/buildings/camp.png -%%DATADIR%%/graphics/darkness/buildings/farm.png -%%DATADIR%%/graphics/darkness/buildings/garrison.png -%%DATADIR%%/graphics/darkness/buildings/lumber-storage.png -%%DATADIR%%/graphics/darkness/o_startpoint.png -%%DATADIR%%/graphics/darkness/units/bowman.png -%%DATADIR%%/graphics/darkness/units/catapult.png -%%DATADIR%%/graphics/darkness/units/darkness-spearman.png -%%DATADIR%%/graphics/darkness/units/darkness-warrior.png -%%DATADIR%%/graphics/darkness/units/wolf.png -%%DATADIR%%/graphics/darkness/units/worker.png -%%DATADIR%%/graphics/darkness/units/worker_with_gold.png -%%DATADIR%%/graphics/darkness/units/worker_with_wood.png -%%DATADIR%%/graphics/dwarves/buildings/barracks.png -%%DATADIR%%/graphics/dwarves/buildings/blacksmith.png -%%DATADIR%%/graphics/dwarves/buildings/bunker.png -%%DATADIR%%/graphics/dwarves/buildings/city-hall.png -%%DATADIR%%/graphics/dwarves/buildings/cottage.png -%%DATADIR%%/graphics/dwarves/buildings/farm.png -%%DATADIR%%/graphics/dwarves/buildings/guard-tower.png -%%DATADIR%%/graphics/dwarves/buildings/heros-guild.png -%%DATADIR%%/graphics/dwarves/buildings/lumber-mill.png -%%DATADIR%%/graphics/dwarves/buildings/market.png -%%DATADIR%%/graphics/dwarves/buildings/mining-post.png -%%DATADIR%%/graphics/dwarves/buildings/shipyard.png -%%DATADIR%%/graphics/dwarves/buildings/temple.png -%%DATADIR%%/graphics/dwarves/buildings/town-center.png -%%DATADIR%%/graphics/dwarves/buildings/town-hall.png -%%DATADIR%%/graphics/dwarves/buildings/wall.png -%%DATADIR%%/graphics/dwarves/units/advanced-warrior.png -%%DATADIR%%/graphics/dwarves/units/ballista.png -%%DATADIR%%/graphics/dwarves/units/bowman-hero.png -%%DATADIR%%/graphics/dwarves/units/crossbowman-hero.png -%%DATADIR%%/graphics/dwarves/units/crossbowman.png -%%DATADIR%%/graphics/dwarves/units/dwarves-boat.png -%%DATADIR%%/graphics/dwarves/units/dwarves-bowman.png -%%DATADIR%%/graphics/dwarves/units/dwarves-healer-hero.png -%%DATADIR%%/graphics/dwarves/units/dwarves-healer.png -%%DATADIR%%/graphics/dwarves/units/dwarves-scout-hero.png -%%DATADIR%%/graphics/dwarves/units/dwarves-scout.png -%%DATADIR%%/graphics/dwarves/units/dwarves-warrior.png -%%DATADIR%%/graphics/dwarves/units/dwarves-worker.png -%%DATADIR%%/graphics/dwarves/units/dwarves-worker_with_gold.png -%%DATADIR%%/graphics/dwarves/units/dwarves-worker_with_iron.png -%%DATADIR%%/graphics/dwarves/units/dwarves-worker_with_stone.png -%%DATADIR%%/graphics/dwarves/units/dwarves-worker_with_titanium.png -%%DATADIR%%/graphics/dwarves/units/dwarves-worker_with_wood.png -%%DATADIR%%/graphics/dwarves/units/lord.png -%%DATADIR%%/graphics/dwarves/units/raven.png -%%DATADIR%%/graphics/dwarves/units/spearman-hero.png -%%DATADIR%%/graphics/dwarves/units/spearman.png -%%DATADIR%%/graphics/dwarves/units/swordman.png -%%DATADIR%%/graphics/dwarves/units/transporter.png -%%DATADIR%%/graphics/dwarves/units/warrior-hero.png -%%DATADIR%%/graphics/dwarves/x_startpoint.png -%%DATADIR%%/graphics/icons/commands.png -%%DATADIR%%/graphics/icons/darkness-icons.png -%%DATADIR%%/graphics/icons/dwarves-icons.png -%%DATADIR%%/graphics/icons/neutral-icons.png -%%DATADIR%%/graphics/jokes/demogorgon.png -%%DATADIR%%/graphics/jokes/kimmo.png -%%DATADIR%%/graphics/jokes/mikko.png -%%DATADIR%%/graphics/jokes/tux.png -%%DATADIR%%/graphics/jokes/wizard-of-yendor.png -%%DATADIR%%/graphics/jokes/youngdragon.png -%%DATADIR%%/graphics/missiles/arrow.png -%%DATADIR%%/graphics/missiles/ballista-catapult_impact.png -%%DATADIR%%/graphics/missiles/ballista.png -%%DATADIR%%/graphics/missiles/big_fire.png -%%DATADIR%%/graphics/missiles/cannon_explosion.png -%%DATADIR%%/graphics/missiles/catapult_rock.png -%%DATADIR%%/graphics/missiles/death-ray.png -%%DATADIR%%/graphics/missiles/dragon_fire_big.png -%%DATADIR%%/graphics/missiles/dragon_fire_small.png -%%DATADIR%%/graphics/missiles/explosion.png -%%DATADIR%%/graphics/missiles/green_cross.png -%%DATADIR%%/graphics/missiles/healing.png -%%DATADIR%%/graphics/missiles/normal_spell.png -%%DATADIR%%/graphics/missiles/red_cross.png -%%DATADIR%%/graphics/missiles/small_fire.png -%%DATADIR%%/graphics/missiles/spear.png -%%DATADIR%%/graphics/missiles/tux.png -%%DATADIR%%/graphics/missiles/unit_shadow.png -%%DATADIR%%/graphics/neutral/buildings/1xstone.png -%%DATADIR%%/graphics/neutral/buildings/2xstone.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site128.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site160.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site192.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site224.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site256.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site512.png -%%DATADIR%%/graphics/neutral/buildings/destroyed_site96.png -%%DATADIR%%/graphics/neutral/buildings/fortress.png -%%DATADIR%%/graphics/neutral/buildings/gold_mine.png -%%DATADIR%%/graphics/neutral/buildings/grumbuduts.png -%%DATADIR%%/graphics/neutral/buildings/iron_mine.png -%%DATADIR%%/graphics/neutral/buildings/land_construction_site.png -%%DATADIR%%/graphics/neutral/buildings/mountain1.png -%%DATADIR%%/graphics/neutral/buildings/oil_patch.png -%%DATADIR%%/graphics/neutral/buildings/sardor.png -%%DATADIR%%/graphics/neutral/buildings/small_destroyed_site.png -%%DATADIR%%/graphics/neutral/buildings/stone_mine.png -%%DATADIR%%/graphics/neutral/buildings/titanium_mine.png -%%DATADIR%%/graphics/neutral/buildings/tree1.png -%%DATADIR%%/graphics/neutral/buildings/tree2.png -%%DATADIR%%/graphics/neutral/buildings/tree3.png -%%DATADIR%%/graphics/neutral/buildings/wall.png -%%DATADIR%%/graphics/neutral/buildings/wall_construction_site.png -%%DATADIR%%/graphics/neutral/buildings/whirl.png -%%DATADIR%%/graphics/neutral/trap.png -%%DATADIR%%/graphics/neutral/units/corpses.png -%%DATADIR%%/graphics/neutral/units/titanium-dwarf.png -%%DATADIR%%/graphics/tilesets/beach.png -%%DATADIR%%/graphics/tilesets/desert.png -%%DATADIR%%/graphics/tilesets/forest.png -%%DATADIR%%/graphics/tilesets/mountains.png -%%DATADIR%%/graphics/tilesets/night.png -%%DATADIR%%/graphics/tilesets/summer.png -%%DATADIR%%/graphics/tilesets/windy.png -%%DATADIR%%/graphics/tilesets/winter.png -%%DATADIR%%/graphics/ui/bloodlust,haste,slow,invisible,shield.png -%%DATADIR%%/graphics/ui/buttons_1.png -%%DATADIR%%/graphics/ui/buttons_2.png -%%DATADIR%%/graphics/ui/cd-icon.png -%%DATADIR%%/graphics/ui/copyright_screen.png -%%DATADIR%%/graphics/ui/credits.png -%%DATADIR%%/graphics/ui/cursors/arrow_E.png -%%DATADIR%%/graphics/ui/cursors/arrow_N.png -%%DATADIR%%/graphics/ui/cursors/arrow_NE.png -%%DATADIR%%/graphics/ui/cursors/arrow_NW.png -%%DATADIR%%/graphics/ui/cursors/arrow_S.png -%%DATADIR%%/graphics/ui/cursors/arrow_SE.png -%%DATADIR%%/graphics/ui/cursors/arrow_SW.png -%%DATADIR%%/graphics/ui/cursors/arrow_W.png -%%DATADIR%%/graphics/ui/cursors/claw.png -%%DATADIR%%/graphics/ui/cursors/cross.png -%%DATADIR%%/graphics/ui/cursors/green_eagle.png -%%DATADIR%%/graphics/ui/cursors/magnifying_glass.png -%%DATADIR%%/graphics/ui/cursors/red_eagle.png -%%DATADIR%%/graphics/ui/cursors/small_green_cross.png -%%DATADIR%%/graphics/ui/cursors/yellow_eagle.png -%%DATADIR%%/graphics/ui/defeat.png -%%DATADIR%%/graphics/ui/fonts/game.png -%%DATADIR%%/graphics/ui/fonts/large.png -%%DATADIR%%/graphics/ui/fonts/small.png -%%DATADIR%%/graphics/ui/fonts/very_big.png -%%DATADIR%%/graphics/ui/health.png -%%DATADIR%%/graphics/ui/health2.png -%%DATADIR%%/graphics/ui/mana.png -%%DATADIR%%/graphics/ui/mana2.png -%%DATADIR%%/graphics/ui/menu-background.png -%%DATADIR%%/graphics/ui/panels/1024x768/buttonpanel.png -%%DATADIR%%/graphics/ui/panels/1024x768/filler-right.png -%%DATADIR%%/graphics/ui/panels/1024x768/filler1.png -%%DATADIR%%/graphics/ui/panels/1024x768/resource.png -%%DATADIR%%/graphics/ui/panels/1024x768/statusline.png -%%DATADIR%%/graphics/ui/panels/1280x960/buttonpanel.png -%%DATADIR%%/graphics/ui/panels/1280x960/filler-right.png -%%DATADIR%%/graphics/ui/panels/1280x960/filler1.png -%%DATADIR%%/graphics/ui/panels/1280x960/resource.png -%%DATADIR%%/graphics/ui/panels/1280x960/statusline.png -%%DATADIR%%/graphics/ui/panels/1600x1200/buttonpanel.png -%%DATADIR%%/graphics/ui/panels/1600x1200/filler-right.png -%%DATADIR%%/graphics/ui/panels/1600x1200/filler1.png -%%DATADIR%%/graphics/ui/panels/1600x1200/resource.png -%%DATADIR%%/graphics/ui/panels/1600x1200/statusline.png -%%DATADIR%%/graphics/ui/panels/640x480/buttonpanel.png -%%DATADIR%%/graphics/ui/panels/640x480/filler-right.png -%%DATADIR%%/graphics/ui/panels/640x480/filler1.png -%%DATADIR%%/graphics/ui/panels/640x480/resource.png -%%DATADIR%%/graphics/ui/panels/640x480/statusline.png -%%DATADIR%%/graphics/ui/panels/800x600/buttonpanel.png -%%DATADIR%%/graphics/ui/panels/800x600/filler-right.png -%%DATADIR%%/graphics/ui/panels/800x600/filler1.png -%%DATADIR%%/graphics/ui/panels/800x600/resource.png -%%DATADIR%%/graphics/ui/panels/800x600/statusline.png -%%DATADIR%%/graphics/ui/panels/infopanel.png -%%DATADIR%%/graphics/ui/panels/menubutton.png -%%DATADIR%%/graphics/ui/panels/minimap.png -%%DATADIR%%/graphics/ui/panels/panel_1.png -%%DATADIR%%/graphics/ui/panels/panel_2.png -%%DATADIR%%/graphics/ui/panels/panel_3.png -%%DATADIR%%/graphics/ui/panels/panel_4.png -%%DATADIR%%/graphics/ui/panels/panel_5.png -%%DATADIR%%/graphics/ui/resources.png -%%DATADIR%%/graphics/ui/stratagus.png -%%DATADIR%%/graphics/ui/title_screen.png -%%DATADIR%%/graphics/ui/title_screen2.png -%%DATADIR%%/graphics/ui/victory.png -%%DATADIR%%/icon.png -%%DATADIR%%/maps/Battle/Easy/Small battle.pud.gz -%%DATADIR%%/maps/Battle/Easy/dwarves.pud.gz -%%DATADIR%%/maps/Battle/Easy/fortress1.pud.gz -%%DATADIR%%/maps/Battle/Easy/fortress2.pud.gz -%%DATADIR%%/maps/Battle/For beginners/Small battle.pud.gz -%%DATADIR%%/maps/Battle/For beginners/dwarves.pud.gz -%%DATADIR%%/maps/Battle/For beginners/fortress1.pud.gz -%%DATADIR%%/maps/Battle/For beginners/fortress2.pud.gz -%%DATADIR%%/maps/Battle/Hard/Small battle.pud.gz -%%DATADIR%%/maps/Battle/Hard/dwarves.pud.gz -%%DATADIR%%/maps/Battle/Hard/fortress1.pud.gz -%%DATADIR%%/maps/Battle/Hard/fortress2.pud.gz -%%DATADIR%%/maps/Battle/Normal/Small battle.pud.gz -%%DATADIR%%/maps/Battle/Normal/dwarves.pud.gz -%%DATADIR%%/maps/Battle/Normal/fortress1.pud.gz -%%DATADIR%%/maps/Battle/Normal/fortress2.pud.gz -%%DATADIR%%/maps/Battle/Really hard/Small battle.pud.gz -%%DATADIR%%/maps/Battle/Really hard/dwarves.pud.gz -%%DATADIR%%/maps/Battle/Really hard/fortress1.pud.gz -%%DATADIR%%/maps/Battle/Really hard/fortress2.pud.gz -%%DATADIR%%/maps/Multiplayer/2 players/(2) 2 player map.pud.gz -%%DATADIR%%/maps/Multiplayer/2 players/Battle against AI.pud.gz -%%DATADIR%%/maps/Multiplayer/2 players/River between us.pud.gz -%%DATADIR%%/maps/Multiplayer/2 players/Siege.pud.gz -%%DATADIR%%/maps/Multiplayer/2 players/Towns.pud.gz -%%DATADIR%%/maps/Multiplayer/2 players/battle.pud.gz -%%DATADIR%%/maps/Multiplayer/2 players/water and forest.pud.gz -%%DATADIR%%/maps/Multiplayer/3 players/Battle against darkness.pud.gz -%%DATADIR%%/maps/Multiplayer/3 players/Desert.pud.gz -%%DATADIR%%/maps/Multiplayer/3 players/Finland.pud.gz -%%DATADIR%%/maps/Multiplayer/3 players/River towns.pud.gz -%%DATADIR%%/maps/Multiplayer/3 players/Three player battle.pud.gz -%%DATADIR%%/maps/Multiplayer/3 players/Three towns.pud.gz -%%DATADIR%%/maps/Multiplayer/4 players/(4)Cross.pud.gz -%%DATADIR%%/maps/Multiplayer/4 players/(4)Mountains and lakes.pud.gz -%%DATADIR%%/maps/Multiplayer/4 players/(4)Tux.pud.gz -%%DATADIR%%/maps/Multiplayer/4 players/Eye on the grass.pud.gz -%%DATADIR%%/maps/Multiplayer/4 players/Four islands.pud.gz -%%DATADIR%%/maps/Multiplayer/6 players/Land battles.pud.gz -%%DATADIR%%/maps/Multiplayer/7 players/7 The Riftes islands.pud.gz -%%DATADIR%%/maps/Multiplayer/8 players/(8) Forest battle.pud.gz -%%DATADIR%%/maps/Multiplayer/8 players/(8) little armies.pud.gz -%%DATADIR%%/maps/Multiplayer/8 players/8 players and computer.pud.gz -%%DATADIR%%/maps/Multiplayer/Over 8 players/15 player map.pud.gz -%%DATADIR%%/maps/Single/Easy/Battle in the Misty forest.pud.gz -%%DATADIR%%/maps/Single/Easy/Battle of Mandicor.pud.gz -%%DATADIR%%/maps/Single/Easy/Central Mandicor.pud.gz -%%DATADIR%%/maps/Single/Easy/Defeat Demogorgon.pud.gz -%%DATADIR%%/maps/Single/Easy/Forest of fear.pud.gz -%%DATADIR%%/maps/Single/Easy/Great desert.pud.gz -%%DATADIR%%/maps/Single/Easy/Heteuk's siege.pud.gz -%%DATADIR%%/maps/Single/Easy/In the Iron mountains.pud.gz -%%DATADIR%%/maps/Single/Easy/Northeastern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Easy/Southern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Easy/Testing map.pud.gz -%%DATADIR%%/maps/Single/Easy/default-darkness.pud.gz -%%DATADIR%%/maps/Single/Easy/default.pud.gz -%%DATADIR%%/maps/Single/For beginners/Battle in the Misty forest.pud.gz -%%DATADIR%%/maps/Single/For beginners/Battle of Mandicor.pud.gz -%%DATADIR%%/maps/Single/For beginners/Central Mandicor.pud.gz -%%DATADIR%%/maps/Single/For beginners/Defeat Demogorgon.pud.gz -%%DATADIR%%/maps/Single/For beginners/Forest of fear.pud.gz -%%DATADIR%%/maps/Single/For beginners/Great desert.pud.gz -%%DATADIR%%/maps/Single/For beginners/Heteuk's siege.pud.gz -%%DATADIR%%/maps/Single/For beginners/In the Iron mountains.pud.gz -%%DATADIR%%/maps/Single/For beginners/Northeastern Mandicor.pud.gz -%%DATADIR%%/maps/Single/For beginners/Southern Mandicor.pud.gz -%%DATADIR%%/maps/Single/For beginners/Testing map.pud.gz -%%DATADIR%%/maps/Single/For beginners/default-darkness.pud.gz -%%DATADIR%%/maps/Single/For beginners/default.pud.gz -%%DATADIR%%/maps/Single/Hard/Battle in the Misty forest.pud.gz -%%DATADIR%%/maps/Single/Hard/Battle of Mandicor.pud.gz -%%DATADIR%%/maps/Single/Hard/Central Mandicor.pud.gz -%%DATADIR%%/maps/Single/Hard/Defeat Demogorgon.pud.gz -%%DATADIR%%/maps/Single/Hard/Forest of fear.pud.gz -%%DATADIR%%/maps/Single/Hard/Great desert.pud.gz -%%DATADIR%%/maps/Single/Hard/Heteuk's siege.pud.gz -%%DATADIR%%/maps/Single/Hard/In the Iron mountains.pud.gz -%%DATADIR%%/maps/Single/Hard/Northeastern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Hard/Southern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Hard/Testing map.pud.gz -%%DATADIR%%/maps/Single/Hard/default-darkness.pud.gz -%%DATADIR%%/maps/Single/Hard/default.pud.gz -%%DATADIR%%/maps/Single/Normal/Battle in the Misty forest.pud.gz -%%DATADIR%%/maps/Single/Normal/Battle of Mandicor.pud.gz -%%DATADIR%%/maps/Single/Normal/Central Mandicor.pud.gz -%%DATADIR%%/maps/Single/Normal/Defeat Demogorgon.pud.gz -%%DATADIR%%/maps/Single/Normal/Forest of fear.pud.gz -%%DATADIR%%/maps/Single/Normal/Great desert.pud.gz -%%DATADIR%%/maps/Single/Normal/Heteuk's siege.pud.gz -%%DATADIR%%/maps/Single/Normal/In the Iron mountains.pud.gz -%%DATADIR%%/maps/Single/Normal/Islands.pud.gz -%%DATADIR%%/maps/Single/Normal/Northeastern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Normal/Southern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Normal/Testing map.pud.gz -%%DATADIR%%/maps/Single/Normal/default-darkness.pud.gz -%%DATADIR%%/maps/Single/Normal/default.pud.gz -%%DATADIR%%/maps/Single/Really hard/Battle in the Misty forest.pud.gz -%%DATADIR%%/maps/Single/Really hard/Battle of Mandicor.pud.gz -%%DATADIR%%/maps/Single/Really hard/Central Mandicor.pud.gz -%%DATADIR%%/maps/Single/Really hard/Defeat Demogorgon.pud.gz -%%DATADIR%%/maps/Single/Really hard/Forest of fear.pud.gz -%%DATADIR%%/maps/Single/Really hard/Great desert.pud.gz -%%DATADIR%%/maps/Single/Really hard/Heteuk's siege.pud.gz -%%DATADIR%%/maps/Single/Really hard/In the Iron mountains.pud.gz -%%DATADIR%%/maps/Single/Really hard/Northeastern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Really hard/Southern Mandicor.pud.gz -%%DATADIR%%/maps/Single/Really hard/Testing map.pud.gz -%%DATADIR%%/maps/Single/Really hard/Three enemies.pud.gz -%%DATADIR%%/maps/Single/Really hard/Two enemies.pud.gz -%%DATADIR%%/maps/Single/Really hard/default-darkness.pud.gz -%%DATADIR%%/maps/Single/Really hard/default.pud.gz -%%DATADIR%%/scripts/ai.lua -%%DATADIR%%/scripts/ai/air_attack-darkness.lua -%%DATADIR%%/scripts/ai/air_attack-dwarves.lua -%%DATADIR%%/scripts/ai/land_attack-darkness.lua -%%DATADIR%%/scripts/ai/land_attack-dwarves.lua -%%DATADIR%%/scripts/ai/passive.lua -%%DATADIR%%/scripts/ai/sea_attack-darkness.lua -%%DATADIR%%/scripts/ai/sea_attack-dwarves.lua -%%DATADIR%%/scripts/anim.lua -%%DATADIR%%/scripts/bfm.lua -%%DATADIR%%/scripts/buttons.lua -%%DATADIR%%/scripts/campaigns.lua -%%DATADIR%%/scripts/cheats.lua -%%DATADIR%%/scripts/constructions.lua -%%DATADIR%%/scripts/credits.lua -%%DATADIR%%/scripts/darkness/buttons.lua -%%DATADIR%%/scripts/darkness/constructions.lua -%%DATADIR%%/scripts/darkness/ui.lua -%%DATADIR%%/scripts/darkness/units.lua -%%DATADIR%%/scripts/darkness/upgrade.lua -%%DATADIR%%/scripts/dwarves/buttons.lua -%%DATADIR%%/scripts/dwarves/campaign1.lua -%%DATADIR%%/scripts/dwarves/constructions.lua -%%DATADIR%%/scripts/dwarves/ui.lua -%%DATADIR%%/scripts/dwarves/units.lua -%%DATADIR%%/scripts/dwarves/upgrade.lua -%%DATADIR%%/scripts/editor.lua -%%DATADIR%%/scripts/fonts.lua -%%DATADIR%%/scripts/icons.lua -%%DATADIR%%/scripts/jokes.lua -%%DATADIR%%/scripts/keystrokes.lua -%%DATADIR%%/scripts/menus.lua -%%DATADIR%%/scripts/missiles.lua -%%DATADIR%%/scripts/music.lua -%%DATADIR%%/scripts/ranks.lua -%%DATADIR%%/scripts/sound.lua -%%DATADIR%%/scripts/spells.lua -%%DATADIR%%/scripts/stratagus.lua -%%DATADIR%%/scripts/tilesets.lua -%%DATADIR%%/scripts/tilesets/beach.lua -%%DATADIR%%/scripts/tilesets/desert.lua -%%DATADIR%%/scripts/tilesets/forest.lua -%%DATADIR%%/scripts/tilesets/mountains.lua -%%DATADIR%%/scripts/tilesets/night.lua -%%DATADIR%%/scripts/tilesets/summer.lua -%%DATADIR%%/scripts/tilesets/winter.lua -%%DATADIR%%/scripts/tips.lua -%%DATADIR%%/scripts/ui.lua -%%DATADIR%%/scripts/units.lua -%%DATADIR%%/scripts/upgrade.lua -%%DATADIR%%/sounds/dwarves/basic_voices/die/die1.wav.gz -%%DATADIR%%/sounds/dwarves/basic_voices/die/die2.wav.gz -%%DATADIR%%/sounds/dwarves/basic_voices/die/die3.wav.gz -%%DATADIR%%/sounds/dwarves/basic_voices/die/die4.wav.gz -%%DATADIR%%/sounds/dwarves/buildings/selected/barracks.wav.gz -%%DATADIR%%/sounds/dwarves/buildings/selected/blacksmith.wav.gz -%%DATADIR%%/sounds/dwarves/buildings/selected/market.wav.gz -%%DATADIR%%/sounds/dwarves/buildings/selected/shipyard.wav.gz -%%DATADIR%%/sounds/dwarves/buildings/selected/temple.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/acknowledgement/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/acknowledgement/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/acknowledgement/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/acknowledgement/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed/5.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed/6.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed/7.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/selected/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/selected/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/selected/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/selected/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/acknowledgement/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/acknowledgement/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/acknowledgement/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/acknowledgement/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed/5.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed/6.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed/7.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/selected/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/selected/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/selected/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-bowman/selected/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/acknowledgement/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/acknowledgement/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/acknowledgement/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/acknowledgement/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed/5.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed/6.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed/7.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/selected/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/selected/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/selected/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-scout/selected/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/acknowledgement/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/acknowledgement/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/acknowledgement/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/acknowledgement/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed/5.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed/6.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed/7.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/selected/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/selected/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-warrior/selected/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/acknowledgement/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/acknowledgement/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/acknowledgement/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/acknowledgement/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/annoyed/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/annoyed/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/annoyed/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/annoyed/4.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/annoyed/5.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/annoyed/6.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/selected/1.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/selected/2.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/selected/3.wav.gz -%%DATADIR%%/sounds/dwarves/units/dwarves-worker/selected/4.wav.gz -%%DATADIR%%/sounds/jokes/kimmo.wav.gz -%%DATADIR%%/sounds/misc/building_construction.wav.gz -%%DATADIR%%/sounds/misc/building_explosion/1.wav.gz -%%DATADIR%%/sounds/misc/building_explosion/2.wav.gz -%%DATADIR%%/sounds/misc/building_explosion/3.wav.gz -%%DATADIR%%/sounds/misc/burning.wav.gz -%%DATADIR%%/sounds/misc/tree_chopping/1.wav.gz -%%DATADIR%%/sounds/misc/tree_chopping/2.wav.gz -%%DATADIR%%/sounds/misc/tree_chopping/3.wav.gz -%%DATADIR%%/sounds/misc/tree_chopping/4.wav.gz -%%DATADIR%%/sounds/missiles/sword_attack/1.wav.gz -%%DATADIR%%/sounds/missiles/sword_attack/2.wav.gz -%%DATADIR%%/sounds/missiles/sword_attack/3.wav.gz -%%DATADIR%%/sounds/music/battleformandicor.ogg -%%DATADIR%%/sounds/music/bussi.ogg -%%DATADIR%%/sounds/music/nomic_-_hope.ogg -%%DATADIR%%/sounds/music/valmistakauraa.ogg -%%DATADIR%%/sounds/ui/click.wav.gz -%%DATADIR%%/sounds/ui/placement_error.wav.gz -%%DATADIR%%/sounds/ui/placement_success.wav.gz -%%DATADIR%%/sounds/ui/statsthump.wav.gz -%%DATADIR%%/sounds/unused.wav.gz -%%PORTDOCS%%%%DOCSDIR%%/CHEATS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELASE-NOTES -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/sounds/ui -@dirrm %%DATADIR%%/sounds/music -@dirrm %%DATADIR%%/sounds/missiles/sword_attack -@dirrm %%DATADIR%%/sounds/missiles -@dirrm %%DATADIR%%/sounds/misc/tree_chopping -@dirrm %%DATADIR%%/sounds/misc/building_explosion -@dirrm %%DATADIR%%/sounds/misc -@dirrm %%DATADIR%%/sounds/jokes -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-worker/selected -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-worker/annoyed -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-worker/acknowledgement -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-worker -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-warrior/selected -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-warrior/annoyed -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-warrior/acknowledgement -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-warrior -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-scout/selected -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-scout/annoyed -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-scout/acknowledgement -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-scout -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-bowman/selected -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-bowman/annoyed -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-bowman/acknowledgement -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-bowman -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/selected -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/annoyed -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior/acknowledgement -@dirrm %%DATADIR%%/sounds/dwarves/units/dwarves-advanced-warrior -@dirrm %%DATADIR%%/sounds/dwarves/units -@dirrm %%DATADIR%%/sounds/dwarves/buildings/selected -@dirrm %%DATADIR%%/sounds/dwarves/buildings -@dirrm %%DATADIR%%/sounds/dwarves/basic_voices/die -@dirrm %%DATADIR%%/sounds/dwarves/basic_voices -@dirrm %%DATADIR%%/sounds/dwarves -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/scripts/tilesets -@dirrm %%DATADIR%%/scripts/dwarves -@dirrm %%DATADIR%%/scripts/darkness -@dirrm %%DATADIR%%/scripts/ai -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/maps/Single/Really hard -@dirrm %%DATADIR%%/maps/Single/Normal -@dirrm %%DATADIR%%/maps/Single/Hard -@dirrm %%DATADIR%%/maps/Single/For beginners -@dirrm %%DATADIR%%/maps/Single/Easy -@dirrm %%DATADIR%%/maps/Single -@dirrm %%DATADIR%%/maps/Multiplayer/Over 8 players -@dirrm %%DATADIR%%/maps/Multiplayer/8 players -@dirrm %%DATADIR%%/maps/Multiplayer/7 players -@dirrm %%DATADIR%%/maps/Multiplayer/6 players -@dirrm %%DATADIR%%/maps/Multiplayer/4 players -@dirrm %%DATADIR%%/maps/Multiplayer/3 players -@dirrm %%DATADIR%%/maps/Multiplayer/2 players -@dirrm %%DATADIR%%/maps/Multiplayer -@dirrm %%DATADIR%%/maps/Battle/Really hard -@dirrm %%DATADIR%%/maps/Battle/Normal -@dirrm %%DATADIR%%/maps/Battle/Hard -@dirrm %%DATADIR%%/maps/Battle/For beginners -@dirrm %%DATADIR%%/maps/Battle/Easy -@dirrm %%DATADIR%%/maps/Battle -@dirrm %%DATADIR%%/maps -@dirrm %%DATADIR%%/graphics/ui/panels/800x600 -@dirrm %%DATADIR%%/graphics/ui/panels/640x480 -@dirrm %%DATADIR%%/graphics/ui/panels/1600x1200 -@dirrm %%DATADIR%%/graphics/ui/panels/1280x960 -@dirrm %%DATADIR%%/graphics/ui/panels/1024x768 -@dirrm %%DATADIR%%/graphics/ui/panels -@dirrm %%DATADIR%%/graphics/ui/fonts -@dirrm %%DATADIR%%/graphics/ui/cursors -@dirrm %%DATADIR%%/graphics/ui -@dirrm %%DATADIR%%/graphics/tilesets -@dirrm %%DATADIR%%/graphics/neutral/units -@dirrm %%DATADIR%%/graphics/neutral/buildings -@dirrm %%DATADIR%%/graphics/neutral -@dirrm %%DATADIR%%/graphics/missiles -@dirrm %%DATADIR%%/graphics/jokes -@dirrm %%DATADIR%%/graphics/icons -@dirrm %%DATADIR%%/graphics/dwarves/units -@dirrm %%DATADIR%%/graphics/dwarves/buildings -@dirrm %%DATADIR%%/graphics/dwarves -@dirrm %%DATADIR%%/graphics/darkness/units -@dirrm %%DATADIR%%/graphics/darkness/buildings -@dirrm %%DATADIR%%/graphics/darkness -@dirrm %%DATADIR%%/graphics/cartoonish/dwarves/units -@dirrm %%DATADIR%%/graphics/cartoonish/dwarves/buildings -@dirrm %%DATADIR%%/graphics/cartoonish/dwarves -@dirrm %%DATADIR%%/graphics/cartoonish -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%%/campaigns/dwarves/02 -@dirrm %%DATADIR%%/campaigns/dwarves/01 -@dirrm %%DATADIR%%/campaigns/dwarves -@dirrm %%DATADIR%%/campaigns -@dirrm %%DATADIR%% diff --git a/games/xracer/Makefile b/games/xracer/Makefile deleted file mode 100644 index efe1ff907465..000000000000 --- a/games/xracer/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: xracer -# Date created: Nov 6th 1999 -# Whom: troll -# -# $FreeBSD$ -# - -PORTNAME= xracer -PORTVERSION= 0.94 -PORTREVISION= 7 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_FREEBSD_ORG} -MASTER_SITE_SUBDIR= distfiles -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-data${EXTRACT_SUFX} - -MAINTAINER= bsdkaffee@gmail.com -COMMENT= Awesome WipeOut clone for OpenGL and X11! - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg - -DEPRECATED= has not been developed for 10 years -EXPIRATION_DATE=2011-04-11 - -USE_GL= glut -USE_GMAKE= yes -USE_AUTOTOOLS= automake14 autoconf213 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --disable-esd - -PORTDOCS= AUTHORS README README.html - -SUB_FILES= pkg-message - -.include <bsd.port.pre.mk> - -.if ${ARCH} != i386 && ${ARCH} != "amd64" -BROKEN= Does not build on ${ARCH} -.endif - -post-extract: - @${TOUCH} ${WRKSRC}/stamp-h.in - @cd ${WRKSRC} && \ - ${REINPLACE_CMD} -e 's|machine/joystick.h|sys/joystick.h|g' \ - configure.in src/joystick/freebsd.c - ${CHMOD} -R a=r ${WRKDIR}/${PORTNAME}-data - ${CHMOD} -R +X ${WRKDIR}/${PORTNAME}-data -post-install: - @${MKDIR} ${DATADIR} - @${TAR} -C ${WRKDIR}/xracer-data -cf - . | \ - ${TAR} -C ${DATADIR} --unlink -xf - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/games/xracer/distinfo b/games/xracer/distinfo deleted file mode 100644 index e46b1841c69a..000000000000 --- a/games/xracer/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (xracer-0.94.tar.gz) = 0586c827ac57d024e5f89f7d2ff97a6f -SHA256 (xracer-0.94.tar.gz) = bc41d502b5d27a14d3a4364ca8aea72dba4d4fbc2bf959ac6c9a4909093fc5c6 -SIZE (xracer-0.94.tar.gz) = 171932 -MD5 (xracer-data.tar.gz) = 167c3e0688ec7a880ccd8fabac48252f -SHA256 (xracer-data.tar.gz) = 6f74cff6a346948c4805214674dd39796f36f9b8ae647e920b4878d11bb1816c -SIZE (xracer-data.tar.gz) = 1824889 diff --git a/games/xracer/files/patch-ab b/games/xracer/files/patch-ab deleted file mode 100644 index 6f45de7b2035..000000000000 --- a/games/xracer/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- aclocal.m4.orig Mon Jun 21 05:48:38 1999 -+++ aclocal.m4 Thu Aug 10 01:41:06 2000 -@@ -43,7 +43,7 @@ - dnl AM_INIT_AUTOMAKE(package,version, [no-define]) - - AC_DEFUN(AM_INIT_AUTOMAKE, --[AC_REQUIRE([AM_PROG_INSTALL]) -+[AC_REQUIRE([AC_PROG_INSTALL]) - PACKAGE=[$1] - AC_SUBST(PACKAGE) - VERSION=[$2] diff --git a/games/xracer/files/patch-ac b/games/xracer/files/patch-ac deleted file mode 100644 index 75af160a9f06..000000000000 --- a/games/xracer/files/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.am.orig Mon Aug 9 00:37:36 1999 -+++ src/Makefile.am Thu Aug 10 01:32:14 2000 -@@ -15,8 +15,7 @@ - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - #TRACK = track-general --CFLAGS = -Wall -O3 @XRACER_EXTRA_CFLAGS@ \ -- -I/usr/X11R6/include -I/usr/local/include -+CFLAGS = @CFLAGS@ @XRACER_EXTRA_CFLAGS@ - - bin_PROGRAMS = xracer - diff --git a/games/xracer/files/patch-ad b/games/xracer/files/patch-ad deleted file mode 100644 index 40db7b606437..000000000000 --- a/games/xracer/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- test/Makefile.am.orig Sun Jul 11 21:36:17 1999 -+++ test/Makefile.am Thu Aug 10 02:00:47 2000 -@@ -14,7 +14,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - --CFLAGS = -Wall -O3 -I/usr/X11R6/include -I/usr/local/include -I../src -+CFLAGS = @CFLAGS@ -I$(top_srcdir)/src - - bin_PROGRAMS = test-poly-opts - diff --git a/games/xracer/files/patch-ae b/games/xracer/files/patch-ae deleted file mode 100644 index 95aec32a494d..000000000000 --- a/games/xracer/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/Makefile.am.orig Wed Aug 25 06:50:22 1999 -+++ tools/Makefile.am Thu Aug 10 01:59:08 2000 -@@ -15,7 +15,7 @@ - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - #TRACK = track-general --CFLAGS = -Wall -O -I/usr/X11R6/include -I/usr/local/include -I$(top_srcdir)/src -+CFLAGS = @CFLAGS@ -I$(top_srcdir)/src - - bin_PROGRAMS = mktrackmodel mktrack perlin - diff --git a/games/xracer/files/patch-af b/games/xracer/files/patch-af deleted file mode 100644 index 11558bdd36e0..000000000000 --- a/games/xracer/files/patch-af +++ /dev/null @@ -1,16 +0,0 @@ ---- src/sound/generic.c.orig Sun Sep 12 22:16:25 1999 -+++ src/sound/generic.c Thu Aug 10 03:18:34 2000 -@@ -37,11 +37,11 @@ - int - os_sound_enable () - { -- return fd; -+ return -1; - } - - int - os_sound_disable () - { -- return fd; -+ return -1; - } diff --git a/games/xracer/files/pkg-message.in b/games/xracer/files/pkg-message.in deleted file mode 100644 index a4fb65e20297..000000000000 --- a/games/xracer/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ - ========================================================================= - >>> XRACER INSTALLATION NOTES <<< - ========================================================================= - The xracer data files have been installed into: - %%DATADIR%% - You'll NEED to set the enviroment variable XRACER_HOME to this directory - otherwise xracer will not work. - - The xracer documentation has been installed into: - %%DOCSDIR%% - ========================================================================= diff --git a/games/xracer/pkg-descr b/games/xracer/pkg-descr deleted file mode 100644 index 879a9c3a9514..000000000000 --- a/games/xracer/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -(From the author): - -XRacer is an unfinished game I wrote several years back, aiming to clone -Wipeout. It's looking for a new maintainer. - -WWW: http://www.annexia.org/freeware/xracer diff --git a/games/xracer/pkg-plist b/games/xracer/pkg-plist deleted file mode 100644 index 9b9267b1826c..000000000000 --- a/games/xracer/pkg-plist +++ /dev/null @@ -1,74 +0,0 @@ -bin/mktrack -bin/mktrackmodel -bin/perlin -bin/test-poly-opts -bin/xracer -%%DATADIR%%/images/andre-logo.jpg -%%DATADIR%%/images/beestripes1-large.jpg -%%DATADIR%%/images/beestripes1.jpg -%%DATADIR%%/images/clouds1.jpg -%%DATADIR%%/images/clouds2-large.jpg -%%DATADIR%%/images/clouds2.jpg -%%DATADIR%%/images/clouds3.jpg -%%DATADIR%%/images/clouds4.jpg -%%DATADIR%%/images/clouds5.jpg -%%DATADIR%%/images/craft1-back-side.jpg -%%DATADIR%%/images/craft1-inner-side.jpg -%%DATADIR%%/images/craft1-side.jpg -%%DATADIR%%/images/craft1-under.jpg -%%DATADIR%%/images/craft1-windscreen.jpg -%%DATADIR%%/images/crillee14.jpg -%%DATADIR%%/images/crillee24.jpg -%%DATADIR%%/images/crillee36.jpg -%%DATADIR%%/images/crillee48.jpg -%%DATADIR%%/images/menus-bg.jpg -%%DATADIR%%/images/mountains4-alpha.jpg -%%DATADIR%%/images/mountains4.jpg -%%DATADIR%%/images/powerup-autopilot-alpha.jpg -%%DATADIR%%/images/powerup-autopilot.jpg -%%DATADIR%%/images/powerup-energy-alpha.jpg -%%DATADIR%%/images/powerup-energy.jpg -%%DATADIR%%/images/powerup-faster-alpha.jpg -%%DATADIR%%/images/powerup-faster.jpg -%%DATADIR%%/images/powerup-shield-alpha.jpg -%%DATADIR%%/images/powerup-shield.jpg -%%DATADIR%%/images/skyscraper1.jpg -%%DATADIR%%/images/snow1.jpg -%%DATADIR%%/images/snow2.jpg -%%DATADIR%%/images/snowtex1.jpg -%%DATADIR%%/images/snowtex2.jpg -%%DATADIR%%/images/snowtex3.jpg -%%DATADIR%%/images/track1-large.jpg -%%DATADIR%%/images/track1.jpg -%%DATADIR%%/images/track2.jpg -%%DATADIR%%/images/track3.jpg -%%DATADIR%%/images/track5+left-fast+right-fast.jpg -%%DATADIR%%/images/track5+left-fast+right-faster.jpg -%%DATADIR%%/images/track5+left-fast+right-powerup.jpg -%%DATADIR%%/images/track5+left-fast.jpg -%%DATADIR%%/images/track5+left-faster+right-fast.jpg -%%DATADIR%%/images/track5+left-faster+right-faster.jpg -%%DATADIR%%/images/track5+left-faster+right-powerup.jpg -%%DATADIR%%/images/track5+left-faster.jpg -%%DATADIR%%/images/track5+left-powerup+right-fast.jpg -%%DATADIR%%/images/track5+left-powerup+right-faster.jpg -%%DATADIR%%/images/track5+left-powerup+right-powerup.jpg -%%DATADIR%%/images/track5+left-powerup.jpg -%%DATADIR%%/images/track5+right-fast.jpg -%%DATADIR%%/images/track5+right-faster.jpg -%%DATADIR%%/images/track5+right-powerup.jpg -%%DATADIR%%/images/track5.jpg -%%DATADIR%%/images/xracer-logo-3.jpg -%%DATADIR%%/objects/start-lamp/start-lamp-green-texture.jpg -%%DATADIR%%/objects/start-lamp/start-lamp-orange-texture.jpg -%%DATADIR%%/objects/start-lamp/start-lamp-red-texture.jpg -%%DATADIR%%/sounds/faster.wav -%%DATADIR%%/sounds/powerup.wav -%%DATADIR%%/sounds/wind.wav -%%DATADIR%%/tracks/demo.trk.gz -@dirrm %%DATADIR%%/tracks -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/objects/start-lamp -@dirrm %%DATADIR%%/objects -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 465cdc8345d4..0c70d32a5270 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -35,7 +35,6 @@ SUBDIR += frost SUBDIR += frostwire SUBDIR += gift - SUBDIR += gift-ares SUBDIR += giftcurs SUBDIR += giftoxic SUBDIR += giftui @@ -113,10 +112,8 @@ SUBDIR += sharktorrent SUBDIR += squall SUBDIR += teknap - SUBDIR += torrent_swapper SUBDIR += torrentflux SUBDIR += torrentsniff - SUBDIR += torrentvolve SUBDIR += trackerbt SUBDIR += transmission SUBDIR += transmission-cli diff --git a/net-p2p/gift-ares/Makefile b/net-p2p/gift-ares/Makefile deleted file mode 100644 index c980174b9ad1..000000000000 --- a/net-p2p/gift-ares/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: giFT-Ares -# Date created: 2006-10-10 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= giFT-Ares -PORTVERSION= 0.3.0 -PORTREVISION= 1 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= gift-ares -DISTNAME= gift-ares-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= giFT plugin for the Ares peer-to-peer filesharing network - -LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GNOME= pkgconfig - -DEPRECATED= development has ceased; does not work -EXPIRATION_DATE= 2011-04-11 - -.include <bsd.port.mk> diff --git a/net-p2p/gift-ares/distinfo b/net-p2p/gift-ares/distinfo deleted file mode 100644 index 711536d7dd93..000000000000 --- a/net-p2p/gift-ares/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gift-ares-0.3.0.tar.bz2) = 51ca0cf8aad7e1ea5ffbbca2fa71c1db -SHA256 (gift-ares-0.3.0.tar.bz2) = bfbd6673c58b8d7304cbfffd0dbb776b4fd6ca0ac5c807d71cdd702d3f411419 -SIZE (gift-ares-0.3.0.tar.bz2) = 311141 diff --git a/net-p2p/gift-ares/pkg-descr b/net-p2p/gift-ares/pkg-descr deleted file mode 100644 index b5a0ae49a876..000000000000 --- a/net-p2p/gift-ares/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -giFT-Ares is a plugin for giFT that connects to the Ares peer-to-peer -filesharing network. - -WWW: http://gift-ares.berlios.de/ diff --git a/net-p2p/gift-ares/pkg-plist b/net-p2p/gift-ares/pkg-plist deleted file mode 100644 index 410fde2d3160..000000000000 --- a/net-p2p/gift-ares/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/giFT/libAres.la -lib/giFT/libAres.so -share/giFT/Ares/Ares.conf.template -share/giFT/Ares/nodes -@dirrm share/giFT/Ares -@dirrm lib/giFT
\ No newline at end of file diff --git a/net-p2p/torrent_swapper/Makefile b/net-p2p/torrent_swapper/Makefile deleted file mode 100644 index b720d03ce3b2..000000000000 --- a/net-p2p/torrent_swapper/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: torrent_swapper -# Date created: 2007-04-17 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= torrent_swapper -PORTVERSION= 1.0 -PORTREVISION= 7 -CATEGORIES= net-p2p -MASTER_SITES= SF/bit-torrent/bit-torrent/Torrent%20Swapper -DISTNAME= swapper - -MAINTAINER= ports@FreeBSD.org -COMMENT= Sociable P2P network client based on Bittorrent - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.19.1:${PORTSDIR}/security/py-m2crypto \ - ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb - -DEPRECATED= development has ceased (last release is of 2006) -EXPIRATION_DATE= 2011-04-11 - -USE_PYTHON= 2.5+ -USE_WX= 2.6+ -WX_COMPS= python -WX_UNICODE= yes -NO_WRKSUBDIR= yes - -post-extract: - @${FIND} ${WRKSRC} -type f -name "*.pyc" -print0 | ${XARGS} -0 ${RM} -f - @cd ${WRKSRC} && \ - ${RM} -rf *.bat *.exe.* *.nsi *.sh LICENSE.txt debian mac && \ - ${MKDIR} _extras && \ - ${MV} how_to_compile.txt lastest_version.txt protocol_v3.txt \ - readme.txt swapper.xpm _extras - -do-build: - @(${ECHO_CMD} "#!${SH}"; ${ECHO_CMD} "cd ${DATADIR} || exit 1"; \ - ${ECHO_CMD} 'exec ${PYTHON_CMD} abc.py "$$@"') > \ - ${WRKSRC}/_extras/${PORTNAME} - @${PYTHON_CMD} -Oc 'import compileall; \ - compileall.compile_dir("${WRKSRC}", force=1)' - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/_extras/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/[^_]* ${DATADIR} - @${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} ${BINMODE} - @${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} - ${MKDIR} ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/_extras/swapper.xpm \ - ${PREFIX}/share/pixmaps -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/_extras/*.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/torrent_swapper/distinfo b/net-p2p/torrent_swapper/distinfo deleted file mode 100644 index 90331d6683d3..000000000000 --- a/net-p2p/torrent_swapper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (swapper.tar.gz) = 7afa9a62f65595cdc973476ad8cbb5afd90c2a471740c77ef9c60372247aaf66 -SIZE (swapper.tar.gz) = 634196 diff --git a/net-p2p/torrent_swapper/pkg-descr b/net-p2p/torrent_swapper/pkg-descr deleted file mode 100644 index a413b6f198d4..000000000000 --- a/net-p2p/torrent_swapper/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Torrent Swapper is an open sourced sociable peer to peer file-sharing client -based on the Bittorrent protocol that is ideal for high-speed distribution of -large files that has a basic understanding of human friendships, of user -tastes in content, and of Internet connectivity between users. Torrent Swapper -supports simultaneous downloads, download queue, selected downloads in torrent -package, fast-resume, disk cache, speed limits, port mapping, proxy, -ip-filter, etc. - -Features include: - -* Amazon-like recommendations to get interesting files. -* Doubling the download speed by using the upload capacity of friends. -* Real-time P2P file sharing with P2P video streaming. -* Showing the locations of seeders / leechers of the same content with - city-level accuracy on a world map. -* Multiple downloads in a single window. -* Queueing system with priority. -* Supporing pause, stop, resume, queue, remove operations. -* Supporting global setting such as upload and download limiting. -* Supporting local setting for each torrent as well. - -WWW: http://bit-torrent.sourceforge.net/ diff --git a/net-p2p/torrent_swapper/pkg-plist b/net-p2p/torrent_swapper/pkg-plist deleted file mode 100644 index 16e92bb7789d..000000000000 --- a/net-p2p/torrent_swapper/pkg-plist +++ /dev/null @@ -1,441 +0,0 @@ -bin/torrent_swapper -%%PORTDOCS%%%%DOCSDIR%%/how_to_compile.txt -%%PORTDOCS%%%%DOCSDIR%%/lastest_version.txt -%%PORTDOCS%%%%DOCSDIR%%/protocol_v3.txt -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -share/pixmaps/swapper.xpm -%%DATADIR%%/ABC/Actions/__init__.py -%%DATADIR%%/ABC/Actions/__init__.pyo -%%DATADIR%%/ABC/Actions/actionbase.py -%%DATADIR%%/ABC/Actions/actionbase.pyo -%%DATADIR%%/ABC/Actions/actions.py -%%DATADIR%%/ABC/Actions/actions.pyo -%%DATADIR%%/ABC/Actions/menus.py -%%DATADIR%%/ABC/Actions/menus.pyo -%%DATADIR%%/ABC/Actions/move.py -%%DATADIR%%/ABC/Actions/move.pyo -%%DATADIR%%/ABC/Actions/other.py -%%DATADIR%%/ABC/Actions/other.pyo -%%DATADIR%%/ABC/Actions/status.py -%%DATADIR%%/ABC/Actions/status.pyo -%%DATADIR%%/ABC/GUI/__init__.py -%%DATADIR%%/ABC/GUI/__init__.pyo -%%DATADIR%%/ABC/GUI/list.py -%%DATADIR%%/ABC/GUI/list.pyo -%%DATADIR%%/ABC/GUI/menu.py -%%DATADIR%%/ABC/GUI/menu.pyo -%%DATADIR%%/ABC/GUI/spinner.py -%%DATADIR%%/ABC/GUI/spinner.pyo -%%DATADIR%%/ABC/GUI/toolbar.py -%%DATADIR%%/ABC/GUI/toolbar.pyo -%%DATADIR%%/ABC/Scheduler/__init__.py -%%DATADIR%%/ABC/Scheduler/__init__.pyo -%%DATADIR%%/ABC/Scheduler/action.py -%%DATADIR%%/ABC/Scheduler/action.pyo -%%DATADIR%%/ABC/Scheduler/addtorrents.py -%%DATADIR%%/ABC/Scheduler/addtorrents.pyo -%%DATADIR%%/ABC/Scheduler/ratemanager.py -%%DATADIR%%/ABC/Scheduler/ratemanager.pyo -%%DATADIR%%/ABC/Scheduler/scheduler.py -%%DATADIR%%/ABC/Scheduler/scheduler.pyo -%%DATADIR%%/ABC/Toolbars/__init__.py -%%DATADIR%%/ABC/Toolbars/__init__.pyo -%%DATADIR%%/ABC/Toolbars/spinners.py -%%DATADIR%%/ABC/Toolbars/spinners.pyo -%%DATADIR%%/ABC/Toolbars/toolbars.py -%%DATADIR%%/ABC/Toolbars/toolbars.pyo -%%DATADIR%%/ABC/Torrent/__init__.py -%%DATADIR%%/ABC/Torrent/__init__.pyo -%%DATADIR%%/ABC/Torrent/abctorrent.py -%%DATADIR%%/ABC/Torrent/abctorrent.pyo -%%DATADIR%%/ABC/Torrent/actions.py -%%DATADIR%%/ABC/Torrent/actions.pyo -%%DATADIR%%/ABC/Torrent/config.py -%%DATADIR%%/ABC/Torrent/config.pyo -%%DATADIR%%/ABC/Torrent/connectmanager.py -%%DATADIR%%/ABC/Torrent/connectmanager.pyo -%%DATADIR%%/ABC/Torrent/dialogs.py -%%DATADIR%%/ABC/Torrent/dialogs.pyo -%%DATADIR%%/ABC/Torrent/files.py -%%DATADIR%%/ABC/Torrent/files.pyo -%%DATADIR%%/ABC/Torrent/status.py -%%DATADIR%%/ABC/Torrent/status.pyo -%%DATADIR%%/ABC/__init__.py -%%DATADIR%%/ABC/__init__.pyo -%%DATADIR%%/BitTornado/BT1/Choker.py -%%DATADIR%%/BitTornado/BT1/Choker.pyo -%%DATADIR%%/BitTornado/BT1/Connecter.py -%%DATADIR%%/BitTornado/BT1/Connecter.pyo -%%DATADIR%%/BitTornado/BT1/Downloader.py -%%DATADIR%%/BitTornado/BT1/Downloader.pyo -%%DATADIR%%/BitTornado/BT1/DownloaderFeedback.py -%%DATADIR%%/BitTornado/BT1/DownloaderFeedback.pyo -%%DATADIR%%/BitTornado/BT1/Encrypter.py -%%DATADIR%%/BitTornado/BT1/Encrypter.pyo -%%DATADIR%%/BitTornado/BT1/FileSelector.py -%%DATADIR%%/BitTornado/BT1/FileSelector.pyo -%%DATADIR%%/BitTornado/BT1/Filter.py -%%DATADIR%%/BitTornado/BT1/Filter.pyo -%%DATADIR%%/BitTornado/BT1/HTTPDownloader.py -%%DATADIR%%/BitTornado/BT1/HTTPDownloader.pyo -%%DATADIR%%/BitTornado/BT1/MessageID.py -%%DATADIR%%/BitTornado/BT1/MessageID.pyo -%%DATADIR%%/BitTornado/BT1/NatCheck.py -%%DATADIR%%/BitTornado/BT1/NatCheck.pyo -%%DATADIR%%/BitTornado/BT1/PiecePicker.py -%%DATADIR%%/BitTornado/BT1/PiecePicker.pyo -%%DATADIR%%/BitTornado/BT1/Rerequester.py -%%DATADIR%%/BitTornado/BT1/Rerequester.pyo -%%DATADIR%%/BitTornado/BT1/Statistics.py -%%DATADIR%%/BitTornado/BT1/Statistics.pyo -%%DATADIR%%/BitTornado/BT1/Storage.py -%%DATADIR%%/BitTornado/BT1/Storage.pyo -%%DATADIR%%/BitTornado/BT1/StorageWrapper.py -%%DATADIR%%/BitTornado/BT1/StorageWrapper.pyo -%%DATADIR%%/BitTornado/BT1/StreamCheck.py -%%DATADIR%%/BitTornado/BT1/StreamCheck.pyo -%%DATADIR%%/BitTornado/BT1/T2T.py -%%DATADIR%%/BitTornado/BT1/T2T.pyo -%%DATADIR%%/BitTornado/BT1/Uploader.py -%%DATADIR%%/BitTornado/BT1/Uploader.pyo -%%DATADIR%%/BitTornado/BT1/__init__.py -%%DATADIR%%/BitTornado/BT1/__init__.pyo -%%DATADIR%%/BitTornado/BT1/btformats.py -%%DATADIR%%/BitTornado/BT1/btformats.pyo -%%DATADIR%%/BitTornado/BT1/fakeopen.py -%%DATADIR%%/BitTornado/BT1/fakeopen.pyo -%%DATADIR%%/BitTornado/BT1/track.py -%%DATADIR%%/BitTornado/BT1/track.pyo -%%DATADIR%%/BitTornado/ConfigDir.py -%%DATADIR%%/BitTornado/ConfigDir.pyo -%%DATADIR%%/BitTornado/ConfigReader.py -%%DATADIR%%/BitTornado/ConfigReader.pyo -%%DATADIR%%/BitTornado/ConnChoice.py -%%DATADIR%%/BitTornado/ConnChoice.pyo -%%DATADIR%%/BitTornado/CreateIcons.py -%%DATADIR%%/BitTornado/CreateIcons.pyo -%%DATADIR%%/BitTornado/CurrentRateMeasure.py -%%DATADIR%%/BitTornado/CurrentRateMeasure.pyo -%%DATADIR%%/BitTornado/HTTPHandler.py -%%DATADIR%%/BitTornado/HTTPHandler.pyo -%%DATADIR%%/BitTornado/PSYCO.py -%%DATADIR%%/BitTornado/PSYCO.pyo -%%DATADIR%%/BitTornado/RateLimiter.py -%%DATADIR%%/BitTornado/RateLimiter.pyo -%%DATADIR%%/BitTornado/RateMeasure.py -%%DATADIR%%/BitTornado/RateMeasure.pyo -%%DATADIR%%/BitTornado/RawServer.py -%%DATADIR%%/BitTornado/RawServer.pyo -%%DATADIR%%/BitTornado/ServerPortHandler.py -%%DATADIR%%/BitTornado/ServerPortHandler.pyo -%%DATADIR%%/BitTornado/SocketHandler.py -%%DATADIR%%/BitTornado/SocketHandler.pyo -%%DATADIR%%/BitTornado/__init__.py -%%DATADIR%%/BitTornado/__init__.pyo -%%DATADIR%%/BitTornado/bencode.py -%%DATADIR%%/BitTornado/bencode.pyo -%%DATADIR%%/BitTornado/bitfield.py -%%DATADIR%%/BitTornado/bitfield.pyo -%%DATADIR%%/BitTornado/clock.py -%%DATADIR%%/BitTornado/clock.pyo -%%DATADIR%%/BitTornado/download_bt1.py -%%DATADIR%%/BitTornado/download_bt1.pyo -%%DATADIR%%/BitTornado/inifile.py -%%DATADIR%%/BitTornado/inifile.pyo -%%DATADIR%%/BitTornado/iprangeparse.py -%%DATADIR%%/BitTornado/iprangeparse.pyo -%%DATADIR%%/BitTornado/launchmanycore.py -%%DATADIR%%/BitTornado/launchmanycore.pyo -%%DATADIR%%/BitTornado/natpunch.py -%%DATADIR%%/BitTornado/natpunch.pyo -%%DATADIR%%/BitTornado/parseargs.py -%%DATADIR%%/BitTornado/parseargs.pyo -%%DATADIR%%/BitTornado/parsedir.py -%%DATADIR%%/BitTornado/parsedir.pyo -%%DATADIR%%/BitTornado/piecebuffer.py -%%DATADIR%%/BitTornado/piecebuffer.pyo -%%DATADIR%%/BitTornado/selectpoll.py -%%DATADIR%%/BitTornado/selectpoll.pyo -%%DATADIR%%/BitTornado/subnetparse.py -%%DATADIR%%/BitTornado/subnetparse.pyo -%%DATADIR%%/BitTornado/torrentlistparse.py -%%DATADIR%%/BitTornado/torrentlistparse.pyo -%%DATADIR%%/BitTornado/zurllib.py -%%DATADIR%%/BitTornado/zurllib.pyo -%%DATADIR%%/Dialogs/__init__.py -%%DATADIR%%/Dialogs/__init__.pyo -%%DATADIR%%/Dialogs/abcdetailframe.py -%%DATADIR%%/Dialogs/abcdetailframe.pyo -%%DATADIR%%/Dialogs/abcoption.py -%%DATADIR%%/Dialogs/abcoption.pyo -%%DATADIR%%/Dialogs/aboutme.py -%%DATADIR%%/Dialogs/aboutme.pyo -%%DATADIR%%/Dialogs/closedialog.py -%%DATADIR%%/Dialogs/closedialog.pyo -%%DATADIR%%/Dialogs/dupfiledialog.py -%%DATADIR%%/Dialogs/dupfiledialog.pyo -%%DATADIR%%/Dialogs/localupload.py -%%DATADIR%%/Dialogs/localupload.pyo -%%DATADIR%%/Dialogs/portdialog.py -%%DATADIR%%/Dialogs/portdialog.pyo -%%DATADIR%%/Dialogs/regdialog.py -%%DATADIR%%/Dialogs/regdialog.pyo -%%DATADIR%%/Dialogs/setdestdlg.py -%%DATADIR%%/Dialogs/setdestdlg.pyo -%%DATADIR%%/Lang/__init__.py -%%DATADIR%%/Lang/__init__.pyo -%%DATADIR%%/Lang/english.lang -%%DATADIR%%/Lang/lang.py -%%DATADIR%%/Lang/lang.pyo -%%DATADIR%%/Swapper/BuddyCast/TorrentCollecting.py -%%DATADIR%%/Swapper/BuddyCast/TorrentCollecting.pyo -%%DATADIR%%/Swapper/BuddyCast/__init__.py -%%DATADIR%%/Swapper/BuddyCast/__init__.pyo -%%DATADIR%%/Swapper/BuddyCast/buddycast.py -%%DATADIR%%/Swapper/BuddyCast/buddycast.pyo -%%DATADIR%%/Swapper/BuddyCast/similarity.py -%%DATADIR%%/Swapper/BuddyCast/similarity.pyo -%%DATADIR%%/Swapper/CacheDB/CacheDBHandler.py -%%DATADIR%%/Swapper/CacheDB/CacheDBHandler.pyo -%%DATADIR%%/Swapper/CacheDB/__init__.py -%%DATADIR%%/Swapper/CacheDB/__init__.pyo -%%DATADIR%%/Swapper/CacheDB/cachedb.py -%%DATADIR%%/Swapper/CacheDB/cachedb.pyo -%%DATADIR%%/Swapper/CacheDB/friends.py -%%DATADIR%%/Swapper/CacheDB/friends.pyo -%%DATADIR%%/Swapper/CacheDB/superpeer.py -%%DATADIR%%/Swapper/CacheDB/superpeer.pyo -%%DATADIR%%/Swapper/Dialogs/__init__.py -%%DATADIR%%/Swapper/Dialogs/__init__.pyo -%%DATADIR%%/Swapper/Dialogs/abcbuddyframe.py -%%DATADIR%%/Swapper/Dialogs/abcbuddyframe.pyo -%%DATADIR%%/Swapper/Dialogs/abcfileframe.py -%%DATADIR%%/Swapper/Dialogs/abcfileframe.pyo -%%DATADIR%%/Swapper/Dialogs/common.py -%%DATADIR%%/Swapper/Dialogs/common.pyo -%%DATADIR%%/Swapper/Dialogs/dlhelperframe.py -%%DATADIR%%/Swapper/Dialogs/dlhelperframe.pyo -%%DATADIR%%/Swapper/Dialogs/makefriends.py -%%DATADIR%%/Swapper/Dialogs/makefriends.pyo -%%DATADIR%%/Swapper/Dialogs/managefriends.py -%%DATADIR%%/Swapper/Dialogs/managefriends.pyo -%%DATADIR%%/Swapper/Merkle/__init__.py -%%DATADIR%%/Swapper/Merkle/__init__.pyo -%%DATADIR%%/Swapper/Merkle/merkle.py -%%DATADIR%%/Swapper/Merkle/merkle.pyo -%%DATADIR%%/Swapper/Overlay/MetadataHandler.py -%%DATADIR%%/Swapper/Overlay/MetadataHandler.pyo -%%DATADIR%%/Swapper/Overlay/OverlayApps.py -%%DATADIR%%/Swapper/Overlay/OverlayApps.pyo -%%DATADIR%%/Swapper/Overlay/OverlayConnecter.py -%%DATADIR%%/Swapper/Overlay/OverlayConnecter.pyo -%%DATADIR%%/Swapper/Overlay/OverlayEncrypter.py -%%DATADIR%%/Swapper/Overlay/OverlayEncrypter.pyo -%%DATADIR%%/Swapper/Overlay/OverlaySwarm.py -%%DATADIR%%/Swapper/Overlay/OverlaySwarm.pyo -%%DATADIR%%/Swapper/Overlay/SecureOverlay.py -%%DATADIR%%/Swapper/Overlay/SecureOverlay.pyo -%%DATADIR%%/Swapper/Overlay/__init__.py -%%DATADIR%%/Swapper/Overlay/__init__.pyo -%%DATADIR%%/Swapper/Overlay/permid.py -%%DATADIR%%/Swapper/Overlay/permid.pyo -%%DATADIR%%/Swapper/Statistics/Logger.py -%%DATADIR%%/Swapper/Statistics/Logger.pyo -%%DATADIR%%/Swapper/Statistics/__init__.py -%%DATADIR%%/Swapper/Statistics/__init__.pyo -%%DATADIR%%/Swapper/Worldmap/__init__.py -%%DATADIR%%/Swapper/Worldmap/__init__.pyo -%%DATADIR%%/Swapper/Worldmap/ipinfo.py -%%DATADIR%%/Swapper/Worldmap/ipinfo.pyo -%%DATADIR%%/Swapper/Worldmap/peer.py -%%DATADIR%%/Swapper/Worldmap/peer.pyo -%%DATADIR%%/Swapper/__init__.py -%%DATADIR%%/Swapper/__init__.pyo -%%DATADIR%%/Swapper/guessip.py -%%DATADIR%%/Swapper/guessip.pyo -%%DATADIR%%/Swapper/toofastbt/Coordinator.py -%%DATADIR%%/Swapper/toofastbt/Coordinator.pyo -%%DATADIR%%/Swapper/toofastbt/CoordinatorMessageHandler.py -%%DATADIR%%/Swapper/toofastbt/CoordinatorMessageHandler.pyo -%%DATADIR%%/Swapper/toofastbt/Helper.py -%%DATADIR%%/Swapper/toofastbt/Helper.pyo -%%DATADIR%%/Swapper/toofastbt/HelperMessageHandler.py -%%DATADIR%%/Swapper/toofastbt/HelperMessageHandler.pyo -%%DATADIR%%/Swapper/toofastbt/Logger.py -%%DATADIR%%/Swapper/toofastbt/Logger.pyo -%%DATADIR%%/Swapper/toofastbt/RatePredictor.py -%%DATADIR%%/Swapper/toofastbt/RatePredictor.pyo -%%DATADIR%%/Swapper/toofastbt/__init__.py -%%DATADIR%%/Swapper/toofastbt/__init__.pyo -%%DATADIR%%/Swapper/unicode.py -%%DATADIR%%/Swapper/unicode.pyo -%%DATADIR%%/Swapper/utilities.py -%%DATADIR%%/Swapper/utilities.pyo -%%DATADIR%%/TorrentMaker/__init__.py -%%DATADIR%%/TorrentMaker/__init__.pyo -%%DATADIR%%/TorrentMaker/btmakemetafile.py -%%DATADIR%%/TorrentMaker/btmakemetafile.pyo -%%DATADIR%%/TorrentMaker/btmaketorrentgui.py -%%DATADIR%%/TorrentMaker/btmaketorrentgui.pyo -%%DATADIR%%/Utility/__init__.py -%%DATADIR%%/Utility/__init__.pyo -%%DATADIR%%/Utility/compat.py -%%DATADIR%%/Utility/compat.pyo -%%DATADIR%%/Utility/configreader.py -%%DATADIR%%/Utility/configreader.pyo -%%DATADIR%%/Utility/constants.py -%%DATADIR%%/Utility/constants.pyo -%%DATADIR%%/Utility/getscrapedata.py -%%DATADIR%%/Utility/getscrapedata.pyo -%%DATADIR%%/Utility/guimanager.py -%%DATADIR%%/Utility/guimanager.pyo -%%DATADIR%%/Utility/helpers.py -%%DATADIR%%/Utility/helpers.pyo -%%DATADIR%%/Utility/regchecker.py -%%DATADIR%%/Utility/regchecker.pyo -%%DATADIR%%/Utility/utility.py -%%DATADIR%%/Utility/utility.pyo -%%DATADIR%%/abc.py -%%DATADIR%%/abc.pyo -%%DATADIR%%/abcengine.py -%%DATADIR%%/abcengine.pyo -%%DATADIR%%/btdownloadheadless.py -%%DATADIR%%/btdownloadheadless.pyo -%%DATADIR%%/btlaunchmany.py -%%DATADIR%%/btlaunchmany.pyo -%%DATADIR%%/btshowmetainfo.py -%%DATADIR%%/btshowmetainfo.pyo -%%DATADIR%%/bttrack.py -%%DATADIR%%/bttrack.pyo -%%DATADIR%%/cities.txt -%%DATADIR%%/heading.bmp -%%DATADIR%%/helpers.txt -%%DATADIR%%/icons/Thumbs.db -%%DATADIR%%/icons/active.bmp -%%DATADIR%%/icons/addtorrent.bmp -%%DATADIR%%/icons/addtorrentnondefault.bmp -%%DATADIR%%/icons/addtorrenturl.bmp -%%DATADIR%%/icons/advdetail.bmp -%%DATADIR%%/icons/clearcompleted.bmp -%%DATADIR%%/icons/currentseedpeer.bmp -%%DATADIR%%/icons/delete.bmp -%%DATADIR%%/icons/earth_map.jpg -%%DATADIR%%/icons/friends.bmp -%%DATADIR%%/icons/inactive.bmp -%%DATADIR%%/icons/joe24.bmp -%%DATADIR%%/icons/joe32.bmp -%%DATADIR%%/icons/movebottom.bmp -%%DATADIR%%/icons/movedown.bmp -%%DATADIR%%/icons/movetop.bmp -%%DATADIR%%/icons/moveup.bmp -%%DATADIR%%/icons/mugshots/Arno.bmp -%%DATADIR%%/icons/mugshots/Jie.bmp -%%DATADIR%%/icons/mugshots/Johan.bmp -%%DATADIR%%/icons/mugshots/Pawel.bmp -%%DATADIR%%/icons/mugshots/Thumbs.db -%%DATADIR%%/icons/myinfo.bmp -%%DATADIR%%/icons/options.bmp -%%DATADIR%%/icons/pause.bmp -%%DATADIR%%/icons/pauseall.bmp -%%DATADIR%%/icons/queue.bmp -%%DATADIR%%/icons/recommend.bmp -%%DATADIR%%/icons/reseedresume.bmp -%%DATADIR%%/icons/resume.bmp -%%DATADIR%%/icons/search.bmp -%%DATADIR%%/icons/separator.bmp -%%DATADIR%%/icons/smallglobe.bmp -%%DATADIR%%/icons/stop.bmp -%%DATADIR%%/icons/stopall.bmp -%%DATADIR%%/icons/torrentdetail.bmp -%%DATADIR%%/icons/unstopall.bmp -%%DATADIR%%/icons/webservice.bmp -%%DATADIR%%/icons/webservoff.bmp -%%DATADIR%%/icons/webservon.bmp -%%DATADIR%%/interconn.py -%%DATADIR%%/interconn.pyo -%%DATADIR%%/launchmanycore.py -%%DATADIR%%/launchmanycore.pyo -%%DATADIR%%/local.simin -%%DATADIR%%/people.txt -%%DATADIR%%/print_stats.py -%%DATADIR%%/print_stats.pyo -%%DATADIR%%/safeguiupdate.py -%%DATADIR%%/safeguiupdate.pyo -%%DATADIR%%/setupabc.py -%%DATADIR%%/setupabc.pyo -%%DATADIR%%/setupswapper.py -%%DATADIR%%/setupswapper.pyo -%%DATADIR%%/setupswappermac.py -%%DATADIR%%/setupswappermac.pyo -%%DATADIR%%/simulation.py -%%DATADIR%%/simulation.pyo -%%DATADIR%%/superpeer.txt -%%DATADIR%%/swapper.ico -%%DATADIR%%/test.py -%%DATADIR%%/test.pyo -%%DATADIR%%/test/TESTSUITE.txt -%%DATADIR%%/test/__init__.py -%%DATADIR%%/test/__init__.pyo -%%DATADIR%%/test/bencode.py -%%DATADIR%%/test/bencode.pyo -%%DATADIR%%/test/btconn.py -%%DATADIR%%/test/btconn.pyo -%%DATADIR%%/test/buddycast_data.py -%%DATADIR%%/test/buddycast_data.pyo -%%DATADIR%%/test/test_all.py -%%DATADIR%%/test/test_all.pyo -%%DATADIR%%/test/test_as_server.py -%%DATADIR%%/test/test_as_server.pyo -%%DATADIR%%/test/test_buddycast.py -%%DATADIR%%/test/test_buddycast.pyo -%%DATADIR%%/test/test_cachedb.py -%%DATADIR%%/test/test_cachedb.pyo -%%DATADIR%%/test/test_cachedbhandler.py -%%DATADIR%%/test/test_cachedbhandler.pyo -%%DATADIR%%/test/test_friend.py -%%DATADIR%%/test/test_friend.pyo -%%DATADIR%%/test/test_merkle.py -%%DATADIR%%/test/test_merkle.pyo -%%DATADIR%%/test/test_permid.py -%%DATADIR%%/test/test_permid.pyo -%%DATADIR%%/test/test_permid_response1.py -%%DATADIR%%/test/test_permid_response1.pyo -%%DATADIR%%/test/test_sim.py -%%DATADIR%%/test/test_sim.pyo -%%DATADIR%%/test/test_superpeers.py -%%DATADIR%%/test/test_superpeers.pyo -%%DATADIR%%/test/testdata.txt -%%DATADIR%%/test2.py -%%DATADIR%%/test2.pyo -%%DATADIR%%/torrenticon.ico -%%DATADIR%%/webservice.py -%%DATADIR%%/webservice.pyo -%%DATADIR%%/webtest.py -%%DATADIR%%/webtest.pyo -%%DATADIR%%/welcome.bmp -@dirrm %%DATADIR%%/test -@dirrm %%DATADIR%%/icons/mugshots -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/Utility -@dirrm %%DATADIR%%/TorrentMaker -@dirrm %%DATADIR%%/Swapper/toofastbt -@dirrm %%DATADIR%%/Swapper/Worldmap -@dirrm %%DATADIR%%/Swapper/Statistics -@dirrm %%DATADIR%%/Swapper/Overlay -@dirrm %%DATADIR%%/Swapper/Merkle -@dirrm %%DATADIR%%/Swapper/Dialogs -@dirrm %%DATADIR%%/Swapper/CacheDB -@dirrm %%DATADIR%%/Swapper/BuddyCast -@dirrm %%DATADIR%%/Swapper -@dirrm %%DATADIR%%/Lang -@dirrm %%DATADIR%%/Dialogs -@dirrm %%DATADIR%%/BitTornado/BT1 -@dirrm %%DATADIR%%/BitTornado -@dirrm %%DATADIR%%/ABC/Torrent -@dirrm %%DATADIR%%/ABC/Toolbars -@dirrm %%DATADIR%%/ABC/Scheduler -@dirrm %%DATADIR%%/ABC/GUI -@dirrm %%DATADIR%%/ABC/Actions -@dirrm %%DATADIR%%/ABC -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net-p2p/torrentvolve/Makefile b/net-p2p/torrentvolve/Makefile deleted file mode 100644 index 33c5551fa914..000000000000 --- a/net-p2p/torrentvolve/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: torrentvolve -# Date created: 2007-04-19 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= torrentvolve -DISTVERSION= 1.4-beta -PORTREVISION= 2 -CATEGORIES= net-p2p java www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Beta%201.4 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-platform PHP-driven web-based BitTorrent client - -RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -DEPRECATED= development has ceased, and last release is beta -EXPIRATION_DATE= 2011-04-11 - -USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.5+ -USE_PHP= simplexml -NO_BUILD= yes -NO_WRKSUBDIR= yes - -post-patch: - @${RM} ${WRKSRC}/site/lib/torrentmodules/tvAzureusBridge/tvTelnetClient/client.php.orig - -do-install: - ${MKDIR} ${WWWDIR} - cd ${WRKSRC} && ${CP} -R config site ${WWWDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL.TXT ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/torrentvolve/distinfo b/net-p2p/torrentvolve/distinfo deleted file mode 100644 index 631afb8645c5..000000000000 --- a/net-p2p/torrentvolve/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (torrentvolve-1.4-beta.zip) = 7fae45596936d36106573c305b0825d3 -SHA256 (torrentvolve-1.4-beta.zip) = ddc2e64e471f3132e32e8b3e779920874b23793bd3a6038ad36b001f2f85f3e0 -SIZE (torrentvolve-1.4-beta.zip) = 7354164 diff --git a/net-p2p/torrentvolve/files/patch-site__lib__torrentmodules__tvAzureusBridge__tvTelnetClient__client.php b/net-p2p/torrentvolve/files/patch-site__lib__torrentmodules__tvAzureusBridge__tvTelnetClient__client.php deleted file mode 100644 index 6b14ada6bcca..000000000000 --- a/net-p2p/torrentvolve/files/patch-site__lib__torrentmodules__tvAzureusBridge__tvTelnetClient__client.php +++ /dev/null @@ -1,16 +0,0 @@ ---- ./site/lib/torrentmodules/tvAzureusBridge/tvTelnetClient/client.php.orig Tue Jan 2 07:14:20 2007 -+++ ./site/lib/torrentmodules/tvAzureusBridge/tvTelnetClient/client.php Sun Apr 22 18:57:45 2007 -@@ -74,10 +74,10 @@ - public function startLocalServer() {
-
- $path = $this->appPath . '../azureusServer';
-- $command = 'java -Dazureus.config.path="' . $path . '" -jar "' . $path . '/Azureus2.jar" --ui=telnet';
-+ $command = 'env JAVA_VERSION=1.5+ java -Dazureus.config.path="' . $path . '" -jar "' . $path . '/Azureus2.jar" --ui=telnet';
-
- if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) popen('start /D"' . $path . '" ' . $command, 'w');
- else exec("$command > /dev/null 2>&1 &");
- }
- }
--?> -\ No newline at end of file -+?>
diff --git a/net-p2p/torrentvolve/pkg-descr b/net-p2p/torrentvolve/pkg-descr deleted file mode 100644 index 5dfeebea646d..000000000000 --- a/net-p2p/torrentvolve/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -TorrentVolve is a cross-platform PHP-driven web-based BitTorrent client. It -focuses on speed and reliability, while also providing a full feature set. It -includes a user management system, a Torrent file manager, and a configurable -Torrent downloader. - -WWW: http://torrentvolve.sourceforge.net/ diff --git a/net-p2p/torrentvolve/pkg-plist b/net-p2p/torrentvolve/pkg-plist deleted file mode 100644 index 3a5954f232bc..000000000000 --- a/net-p2p/torrentvolve/pkg-plist +++ /dev/null @@ -1,96 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.TXT -%%WWWDIR%%/site/admin/addUser.php -%%WWWDIR%%/site/admin/index.php -%%WWWDIR%%/site/admin/install.php -%%WWWDIR%%/site/admin/login.php -%%WWWDIR%%/site/admin/users.php -%%WWWDIR%%/site/archive.php -%%WWWDIR%%/site/download.php -%%WWWDIR%%/site/forgotPassword.php -%%WWWDIR%%/site/index.php -%%WWWDIR%%/site/install.php -%%WWWDIR%%/site/lib/configuration.php -%%WWWDIR%%/site/lib/directory.php -%%WWWDIR%%/site/lib/driveSpace.php -%%WWWDIR%%/site/lib/load_settings.php -%%WWWDIR%%/site/lib/pclzip.lib.php -%%WWWDIR%%/site/lib/torrent.php -%%WWWDIR%%/site/lib/torrent_module_loader.php -%%WWWDIR%%/site/lib/torrentmodules/i_torrent_functions.php -%%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge/azureusServer/Azureus2.jar -%%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge/azureusServer/commons-cli.jar -%%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge/azureusServer/log4j.jar -%%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge/torrent_functions.php -%%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge/tvTelnetClient/client.php -%%WWWDIR%%/site/lib/update_manager.php -%%WWWDIR%%/site/lib/user.php -%%WWWDIR%%/site/load.php -%%WWWDIR%%/site/login.php -%%WWWDIR%%/site/logout.php -%%WWWDIR%%/site/master.php -%%WWWDIR%%/site/master/css/adminAddUser.css -%%WWWDIR%%/site/master/css/adminIndex.css -%%WWWDIR%%/site/master/css/adminUsers.css -%%WWWDIR%%/site/master/css/archive.css -%%WWWDIR%%/site/master/css/forgotPassword.css -%%WWWDIR%%/site/master/css/index.css -%%WWWDIR%%/site/master/css/install.css -%%WWWDIR%%/site/master/css/load.css -%%WWWDIR%%/site/master/css/login.css -%%WWWDIR%%/site/master/css/master.css -%%WWWDIR%%/site/master/css/masterIndex.css -%%WWWDIR%%/site/master/css/torrentSettings.css -%%WWWDIR%%/site/master/css/userIndex.css -%%WWWDIR%%/site/master/images/admin.gif -%%WWWDIR%%/site/master/images/adminAddUser.gif -%%WWWDIR%%/site/master/images/archiveDownloadedFiles.gif -%%WWWDIR%%/site/master/images/archiveTorrents.gif -%%WWWDIR%%/site/master/images/background.gif -%%WWWDIR%%/site/master/images/bannerAutoDownload.gif -%%WWWDIR%%/site/master/images/bannerTorrents.gif -%%WWWDIR%%/site/master/images/btnBrowse.gif -%%WWWDIR%%/site/master/images/btnUpload.gif -%%WWWDIR%%/site/master/images/configureTorrent.gif -%%WWWDIR%%/site/master/images/driveInformation.gif -%%WWWDIR%%/site/master/images/driveStatus.gif -%%WWWDIR%%/site/master/images/installLogo.gif -%%WWWDIR%%/site/master/images/leftBorder.gif -%%WWWDIR%%/site/master/images/loadTorrent.gif -%%WWWDIR%%/site/master/images/loginButton.gif -%%WWWDIR%%/site/master/images/loginLogo.gif -%%WWWDIR%%/site/master/images/logo.gif -%%WWWDIR%%/site/master/images/logo.old.gif -%%WWWDIR%%/site/master/images/minus.gif -%%WWWDIR%%/site/master/images/password.gif -%%WWWDIR%%/site/master/images/plus.gif -%%WWWDIR%%/site/master/images/removeTorrent.gif -%%WWWDIR%%/site/master/images/retrievePassword.gif -%%WWWDIR%%/site/master/images/searchHDD.gif -%%WWWDIR%%/site/master/images/single.gif -%%WWWDIR%%/site/master/images/startTorrent.gif -%%WWWDIR%%/site/master/images/stopTorrent.gif -%%WWWDIR%%/site/master/images/topBannerBack.gif -%%WWWDIR%%/site/master/images/torrentPercent.gif -%%WWWDIR%%/site/master/images/userAdministration.gif -%%WWWDIR%%/site/master/js/adminAddUser.js -%%WWWDIR%%/site/master/js/login.js -%%WWWDIR%%/site/master/js/userIndex.js -%%WWWDIR%%/site/torrentSettings.php -%%WWWDIR%%/site/user/index.php -%%WWWDIR%%/site/user/install.php -%%WWWDIR%%/site/user/login.php -@dirrm %%WWWDIR%%/site/user -@dirrm %%WWWDIR%%/site/master/js -@dirrm %%WWWDIR%%/site/master/images -@dirrm %%WWWDIR%%/site/master/css -@dirrm %%WWWDIR%%/site/master -@dirrm %%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge/tvTelnetClient -@dirrm %%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge/azureusServer -@dirrm %%WWWDIR%%/site/lib/torrentmodules/tvAzureusBridge -@dirrm %%WWWDIR%%/site/lib/torrentmodules -@dirrm %%WWWDIR%%/site/lib -@dirrm %%WWWDIR%%/site/admin -@dirrm %%WWWDIR%%/site -@dirrm %%WWWDIR%%/config -@dirrm %%WWWDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/sysutils/Makefile b/sysutils/Makefile index c1d7eddd1bb4..c79f2cd7df0d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -289,7 +289,6 @@ SUBDIR += fuser SUBDIR += fvcool SUBDIR += gaffitter - SUBDIR += gag SUBDIR += gai-leds SUBDIR += ganglia-monitor-core SUBDIR += ganglia-webfrontend diff --git a/sysutils/gag/Makefile b/sysutils/gag/Makefile deleted file mode 100644 index 05ef688371f6..000000000000 --- a/sysutils/gag/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gag -# Date created: 12 Jul 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# -# $FreeBSD$ -# - -PORTNAME= gag -PORTVERSION= 4.9 -CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION} -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical Boot Manager - -DEPRECATED= no point in having it as a port, can be downloaded from the website and burned -EXPIRATION_DATE= 2011-04-11 - -ONLY_FOR_ARCHS= i386 amd64 ia64 -USE_ZIP= yes -NO_BUILD= yes - -# security/gag -CONFLICTS= gag-2* -NO_LATEST_LINK= yes - -do-install: - ${MKDIR} ${DATADIR} -.for f in cdrom.iso disk.dsk - ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/sysutils/gag/distinfo b/sysutils/gag/distinfo deleted file mode 100644 index db3811ac4619..000000000000 --- a/sysutils/gag/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gag_4.9.zip) = 15dc7f534b2816f5b1e76cce56701f3b7bc46502fac438718f696edf2b28a4b9 -SIZE (gag_4.9.zip) = 1444697 diff --git a/sysutils/gag/pkg-descr b/sysutils/gag/pkg-descr deleted file mode 100644 index 1b203940782e..000000000000 --- a/sysutils/gag/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -GAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager -program. It's loaded when the computer is turned on and allows you to choose -the operating system you want to use. Its main features are: - -- Allows boot of up to 9 different operating systems. -- It can boot operating systems installed in primary and extended partitions - on any available hard disk. -- Can be installed from nearly all operating systems. -- GAG doesn't need its own partition. It installs itself in the first track of - the hard disk, wich is reserved for these kinds of programs. It can also be - instaled on a floppy disk, without using the hard disk. -- It has a timer to boot a default operating system (selectable by the user). -- The configuration menu can be protected with a password. -- The program works in graphic mode (>=VGA card), and has a lot of icons. -- Hides the primary partitions which allows the user to have instaled more - than one DOS and/or Windows in the same hard disk. -- Allows a password to be put on each operating system, restricting access. -- Allows the boot manager text to be translated to all languages. -- Can exchange disk drives, allowing disk operating systems such as MS-DOS. -- Has the SafeBoot system, allowing to boot if GAG is accidentally overwrited. -- Supports a great variety of keyboards (QWERTY, AZERTY, QWERTZ and DVORAK). -- Fully support for hard disks up to 4 terabytes (4096 gigabytes). - -WWW: http://gag.sourceforge.net/ diff --git a/sysutils/gag/pkg-plist b/sysutils/gag/pkg-plist deleted file mode 100644 index 223c662c2793..000000000000 --- a/sysutils/gag/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/config1.png -%%PORTDOCS%%%%DOCSDIR%%/config2.png -%%PORTDOCS%%%%DOCSDIR%%/config3.png -%%PORTDOCS%%%%DOCSDIR%%/config4.png -%%PORTDOCS%%%%DOCSDIR%%/config5.png -%%PORTDOCS%%%%DOCSDIR%%/config6.png -%%PORTDOCS%%%%DOCSDIR%%/config7.png -%%PORTDOCS%%%%DOCSDIR%%/copying.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/font.png -%%PORTDOCS%%%%DOCSDIR%%/icons.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/install1.png -%%PORTDOCS%%%%DOCSDIR%%/install2.png -%%PORTDOCS%%%%DOCSDIR%%/install3.png -%%PORTDOCS%%%%DOCSDIR%%/install4.png -%%PORTDOCS%%%%DOCSDIR%%/instruc2.html -%%PORTDOCS%%%%DOCSDIR%%/instructions.html -%%PORTDOCS%%%%DOCSDIR%%/recompiling.html -%%PORTDOCS%%%%DOCSDIR%%/technical.html -%%PORTDOCS%%%%DOCSDIR%%/uninstall.html -%%DATADIR%%/cdrom.iso -%%DATADIR%%/disk.dsk -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |