summaryrefslogtreecommitdiff
path: root/games/phpua-engine
diff options
context:
space:
mode:
Diffstat (limited to 'games/phpua-engine')
-rw-r--r--games/phpua-engine/Makefile67
-rw-r--r--games/phpua-engine/distinfo2
-rw-r--r--games/phpua-engine/files/pkg-message.in8
-rw-r--r--games/phpua-engine/files/pkg-opts13
-rw-r--r--games/phpua-engine/pkg-descr8
-rw-r--r--games/phpua-engine/pkg-plist190
6 files changed, 0 insertions, 288 deletions
diff --git a/games/phpua-engine/Makefile b/games/phpua-engine/Makefile
deleted file mode 100644
index 08547584a797..000000000000
--- a/games/phpua-engine/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: phpUA
-# Date created: 20 Feb 2003
-# Whom: hideki
-#
-# $FreeBSD$
-#
-
-PORTNAME= phpua-engine
-PORTVERSION= 1.1.0b
-PORTREVISION= 4
-CATEGORIES= games www
-MASTER_SITES= SF/phpua/phpUA%20Engine/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Game server monitor & admin tool
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2011-11-01
-
-NO_BUILD= yes
-USE_APACHE= 13
-USE_PHP= yes
-
-BROKEN= conflicting dependencies
-
-_subs=PHPUADIR=${PHPUADIR} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP} APNAME=${APNAME}
-
-PLIST_SUB+= ${_subs}
-SUB_LIST+= ${_subs}
-
-# Dynamic custom variables
-PHPUA_USER?= ${WWWOWN}
-PHPUA_GROUP?= ${WWWGRP}
-APPNAME?= phpua
-
-# Static Variables
-PKGOPTS= ${FILESDIR}/pkg-opts
-PHPUADIR= www/${APPNAME}
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-options:
- @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
- @ ${CAT} ${PKGOPTS}
-
-pre-everything::
-.if !defined(BATCH)
- @ ${TEST} -r ${PKGOPTS} && \
- (${ECHO_MSG} '-------------------------------------------------------------------------'; \
- ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \
- ${ECHO_MSG} '-------------------------------------------------------------------------')
-.endif
-
-do-extract:
- @ ${MKDIR} ${WRKSRC}
- @ cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}
-
-do-install:
- @ ${MKDIR} ${PREFIX}/${PHPUADIR}
- @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${WRKSRC}
- @ ${CP} -R ${WRKSRC}/ ${PREFIX}/${PHPUADIR}/
- @ ${ECHO_MSG} ""
- @ ${ECHO_MSG} "* Files have been installed in"
- @ ${ECHO_MSG} "* ${PREFIX}/${PHPUADIR}"
- @ ${ECHO_MSG} "*"
-
-.include <bsd.port.mk>
diff --git a/games/phpua-engine/distinfo b/games/phpua-engine/distinfo
deleted file mode 100644
index 27b7cb93804a..000000000000
--- a/games/phpua-engine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (phpua-engine-1.1.0b.tar.gz) = a64aac9c721eccfce653cb890dd9fd358c5cad01c928a263736e7bff8565a6e5
-SIZE (phpua-engine-1.1.0b.tar.gz) = 171707
diff --git a/games/phpua-engine/files/pkg-message.in b/games/phpua-engine/files/pkg-message.in
deleted file mode 100644
index 06a1eeb4fc16..000000000000
--- a/games/phpua-engine/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-*
-* Files have been installed in
-* %%PREFIX%%/%%PHPUADIR%%
-*
-* Goto "http://your.url/%%APPNAME%%/install.php" to complete installing this package
-*
-* Don't forget to install the modules needed to administrate the game you're hosting
-*
diff --git a/games/phpua-engine/files/pkg-opts b/games/phpua-engine/files/pkg-opts
deleted file mode 100644
index c6593c739a38..000000000000
--- a/games/phpua-engine/files/pkg-opts
+++ /dev/null
@@ -1,13 +0,0 @@
-
-> WWWDOC [www/data]
- The DocumentRoot for your webserver under ${PREFIX}
-
-> PHPUA_USER [www]
- The user ID under which your webserver runs
-
-> PHPUA_GROUP [www]
- The group ID under which your webserver runs
-
-> APPNAME [phpua]
- The name of the directory for phpUA under your web server.
-
diff --git a/games/phpua-engine/pkg-descr b/games/phpua-engine/pkg-descr
deleted file mode 100644
index a158b577e410..000000000000
--- a/games/phpua-engine/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-A Revolution in Server Administration
-
-phpUA is a PHP script that enables gaming server administrators
-to manage their servers via a website interface and to display
-server information including live statistics to the public.
-Plug-ins allow for game, language and website design compatibility.
-
-WWW: http://phpua.sourceforge.net/
diff --git a/games/phpua-engine/pkg-plist b/games/phpua-engine/pkg-plist
deleted file mode 100644
index 7a6dd8220f8d..000000000000
--- a/games/phpua-engine/pkg-plist
+++ /dev/null
@@ -1,190 +0,0 @@
-%%PHPUADIR%%/doc/CHANGELOG.txt
-%%PHPUADIR%%/doc/COPYING.txt
-%%PHPUADIR%%/doc/INSTALL.txt
-%%PHPUADIR%%/doc/ISO-3166.txt
-%%PHPUADIR%%/doc/ISO-639.txt
-%%PHPUADIR%%/doc/RFC-1766.txt
-%%PHPUADIR%%/doc/index.html
-%%PHPUADIR%%/images/templates/default/header.gif
-%%PHPUADIR%%/images/templates/default/header_tile.gif
-%%PHPUADIR%%/images/templates/default/offline.png
-%%PHPUADIR%%/images/templates/default/online.png
-%%PHPUADIR%%/includes/content/credits.inc
-%%PHPUADIR%%/includes/content/index.inc
-%%PHPUADIR%%/includes/content/log.inc
-%%PHPUADIR%%/includes/content/login.inc
-%%PHPUADIR%%/includes/content/manageadmin.inc
-%%PHPUADIR%%/includes/content/manageplugins.inc
-%%PHPUADIR%%/includes/content/manageservers.inc
-%%PHPUADIR%%/includes/content/settings.inc
-%%PHPUADIR%%/includes/content/updatecheck.inc
-%%PHPUADIR%%/includes/engine/auth.inc
-%%PHPUADIR%%/includes/engine/benchmark.inc
-%%PHPUADIR%%/includes/engine/config.inc
-%%PHPUADIR%%/includes/engine/content.inc
-%%PHPUADIR%%/includes/engine/credits.inc
-%%PHPUADIR%%/includes/engine/errorhandler.inc
-%%PHPUADIR%%/includes/engine/languages.inc
-%%PHPUADIR%%/includes/engine/log.inc
-%%PHPUADIR%%/includes/engine/plugins.inc
-%%PHPUADIR%%/includes/engine/smarty.inc
-%%PHPUADIR%%/includes/smarty/BUGS
-%%PHPUADIR%%/includes/smarty/COPYING.lib
-%%PHPUADIR%%/includes/smarty/ChangeLog
-%%PHPUADIR%%/includes/smarty/Config_File.class.php
-%%PHPUADIR%%/includes/smarty/FAQ
-%%PHPUADIR%%/includes/smarty/INSTALL
-%%PHPUADIR%%/includes/smarty/NEWS
-%%PHPUADIR%%/includes/smarty/README
-%%PHPUADIR%%/includes/smarty/RELEASE_NOTES
-%%PHPUADIR%%/includes/smarty/Smarty.class.php
-%%PHPUADIR%%/includes/smarty/Smarty_Compiler.class.php
-%%PHPUADIR%%/includes/smarty/TODO
-%%PHPUADIR%%/includes/smarty/cache/empty.txt
-%%PHPUADIR%%/includes/smarty/configs/empty.txt
-%%PHPUADIR%%/includes/smarty/core/core.assemble_plugin_filepath.php
-%%PHPUADIR%%/includes/smarty/core/core.assign_smarty_interface.php
-%%PHPUADIR%%/includes/smarty/core/core.create_dir_structure.php
-%%PHPUADIR%%/includes/smarty/core/core.display_debug_console.php
-%%PHPUADIR%%/includes/smarty/core/core.get_include_path.php
-%%PHPUADIR%%/includes/smarty/core/core.get_microtime.php
-%%PHPUADIR%%/includes/smarty/core/core.get_php_resource.php
-%%PHPUADIR%%/includes/smarty/core/core.is_secure.php
-%%PHPUADIR%%/includes/smarty/core/core.is_trusted.php
-%%PHPUADIR%%/includes/smarty/core/core.load_plugins.php
-%%PHPUADIR%%/includes/smarty/core/core.load_resource_plugin.php
-%%PHPUADIR%%/includes/smarty/core/core.process_cached_inserts.php
-%%PHPUADIR%%/includes/smarty/core/core.process_compiled_include.php
-%%PHPUADIR%%/includes/smarty/core/core.read_cache_file.php
-%%PHPUADIR%%/includes/smarty/core/core.rm_auto.php
-%%PHPUADIR%%/includes/smarty/core/core.rmdir.php
-%%PHPUADIR%%/includes/smarty/core/core.run_insert_handler.php
-%%PHPUADIR%%/includes/smarty/core/core.smarty_include_php.php
-%%PHPUADIR%%/includes/smarty/core/core.write_cache_file.php
-%%PHPUADIR%%/includes/smarty/core/core.write_compiled_include.php
-%%PHPUADIR%%/includes/smarty/core/core.write_compiled_resource.php
-%%PHPUADIR%%/includes/smarty/core/core.write_file.php
-%%PHPUADIR%%/includes/smarty/debug.tpl
-%%PHPUADIR%%/includes/smarty/plugins/block.textformat.php
-%%PHPUADIR%%/includes/smarty/plugins/compiler.assign.php
-%%PHPUADIR%%/includes/smarty/plugins/function.assign_debug_info.php
-%%PHPUADIR%%/includes/smarty/plugins/function.config_load.php
-%%PHPUADIR%%/includes/smarty/plugins/function.counter.php
-%%PHPUADIR%%/includes/smarty/plugins/function.cycle.php
-%%PHPUADIR%%/includes/smarty/plugins/function.debug.php
-%%PHPUADIR%%/includes/smarty/plugins/function.eval.php
-%%PHPUADIR%%/includes/smarty/plugins/function.fetch.php
-%%PHPUADIR%%/includes/smarty/plugins/function.html_checkboxes.php
-%%PHPUADIR%%/includes/smarty/plugins/function.html_image.php
-%%PHPUADIR%%/includes/smarty/plugins/function.html_options.php
-%%PHPUADIR%%/includes/smarty/plugins/function.html_radios.php
-%%PHPUADIR%%/includes/smarty/plugins/function.html_select_date.php
-%%PHPUADIR%%/includes/smarty/plugins/function.html_select_time.php
-%%PHPUADIR%%/includes/smarty/plugins/function.html_table.php
-%%PHPUADIR%%/includes/smarty/plugins/function.mailto.php
-%%PHPUADIR%%/includes/smarty/plugins/function.math.php
-%%PHPUADIR%%/includes/smarty/plugins/function.popup.php
-%%PHPUADIR%%/includes/smarty/plugins/function.popup_init.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.capitalize.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.cat.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.count_characters.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.count_paragraphs.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.count_sentences.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.count_words.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.date_format.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.debug_print_var.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.default.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.escape.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.indent.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.lower.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.nl2br.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.regex_replace.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.replace.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.spacify.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.string_format.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.strip.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.strip_tags.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.truncate.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.upper.php
-%%PHPUADIR%%/includes/smarty/plugins/modifier.wordwrap.php
-%%PHPUADIR%%/includes/smarty/plugins/outputfilter.trimwhitespace.php
-%%PHPUADIR%%/includes/smarty/plugins/shared.escape_special_chars.php
-%%PHPUADIR%%/includes/smarty/plugins/shared.make_timestamp.php
-%%PHPUADIR%%/includes/smarty/templates_c/empty.txt
-%%PHPUADIR%%/index.php
-%%PHPUADIR%%/install.php
-%%PHPUADIR%%/languages/lang_en-us.inc
-%%PHPUADIR%%/phpua.cfg.php
-%%PHPUADIR%%/phpua.log.php
-%%PHPUADIR%%/plugins/shared/plugin_gs_query.inc
-%%PHPUADIR%%/plugins/shared/plugin_q3_query.inc
-%%PHPUADIR%%/rss.php
-%%PHPUADIR%%/templates/default/admin/log.tpl
-%%PHPUADIR%%/templates/default/admin/manageadmin.tpl
-%%PHPUADIR%%/templates/default/admin/manageplugins.tpl
-%%PHPUADIR%%/templates/default/admin/manageservers.tpl
-%%PHPUADIR%%/templates/default/admin/settings.tpl
-%%PHPUADIR%%/templates/default/admin/updatecheck.tpl
-%%PHPUADIR%%/templates/default/body_footer.tpl
-%%PHPUADIR%%/templates/default/body_header.tpl
-%%PHPUADIR%%/templates/default/credits.tpl
-%%PHPUADIR%%/templates/default/error.tpl
-%%PHPUADIR%%/templates/default/html_footer.tpl
-%%PHPUADIR%%/templates/default/html_header.tpl
-%%PHPUADIR%%/templates/default/index_footer.tpl
-%%PHPUADIR%%/templates/default/index_header.tpl
-%%PHPUADIR%%/templates/default/index_noservers.tpl
-%%PHPUADIR%%/templates/default/index_offline.tpl
-%%PHPUADIR%%/templates/default/index_online.tpl
-%%PHPUADIR%%/templates/default/login.tpl
-%%PHPUADIR%%/templates/default/stylesheet.css
-%%PHPUADIR%%/templates/javascript/body_footer.tpl
-%%PHPUADIR%%/templates/javascript/body_header.tpl
-%%PHPUADIR%%/templates/javascript/error.tpl
-%%PHPUADIR%%/templates/javascript/html_footer.tpl
-%%PHPUADIR%%/templates/javascript/html_header.tpl
-%%PHPUADIR%%/templates/rss/body_footer.tpl
-%%PHPUADIR%%/templates/rss/body_header.tpl
-%%PHPUADIR%%/templates/rss/error.tpl
-%%PHPUADIR%%/templates/rss/html_footer.tpl
-%%PHPUADIR%%/templates/rss/html_header.tpl
-%%PHPUADIR%%/templates/rss/index_footer.tpl
-%%PHPUADIR%%/templates/rss/index_header.tpl
-%%PHPUADIR%%/templates/rss/index_noservers.tpl
-%%PHPUADIR%%/templates/rss/index_offline.tpl
-%%PHPUADIR%%/templates/rss/index_online.tpl
-%%PHPUADIR%%/templates/wap/body_footer.tpl
-%%PHPUADIR%%/templates/wap/body_header.tpl
-%%PHPUADIR%%/templates/wap/error.tpl
-%%PHPUADIR%%/templates/wap/html_footer.tpl
-%%PHPUADIR%%/templates/wap/html_header.tpl
-%%PHPUADIR%%/templates/wap/index_footer.tpl
-%%PHPUADIR%%/templates/wap/index_header.tpl
-%%PHPUADIR%%/templates/wap/index_noservers.tpl
-%%PHPUADIR%%/templates/wap/index_offline.tpl
-%%PHPUADIR%%/templates/wap/index_online.tpl
-%%PHPUADIR%%/wap/index.php
-@dirrm %%PHPUADIR%%/wap
-@dirrm %%PHPUADIR%%/templates/wap
-@dirrm %%PHPUADIR%%/templates/rss
-@dirrm %%PHPUADIR%%/templates/javascript
-@dirrm %%PHPUADIR%%/templates/default/admin
-@dirrm %%PHPUADIR%%/templates/default
-@dirrm %%PHPUADIR%%/templates
-@dirrm %%PHPUADIR%%/plugins/shared
-@dirrm %%PHPUADIR%%/plugins
-@dirrm %%PHPUADIR%%/languages
-@dirrm %%PHPUADIR%%/includes/smarty/templates_c
-@dirrm %%PHPUADIR%%/includes/smarty/plugins
-@dirrm %%PHPUADIR%%/includes/smarty/core
-@dirrm %%PHPUADIR%%/includes/smarty/configs
-@dirrm %%PHPUADIR%%/includes/smarty/cache
-@dirrm %%PHPUADIR%%/includes/smarty
-@dirrm %%PHPUADIR%%/includes/engine
-@dirrm %%PHPUADIR%%/includes/content
-@dirrm %%PHPUADIR%%/includes
-@dirrm %%PHPUADIR%%/images/templates/default
-@dirrm %%PHPUADIR%%/images/templates
-@dirrm %%PHPUADIR%%/images
-@dirrm %%PHPUADIR%%/doc
-@dirrm %%PHPUADIR%%