diff options
78 files changed, 13 insertions, 1995 deletions
@@ -150,7 +150,6 @@ eijiro* japanese/eijiro-fpw The original dictionary is not emc2* math/emc2 Contact author personally regarding commercial use et-linux-* games/linux-enemyterritory Redistribution limited -etf_* games/linux-enemyterritory-fortress Redistribution limited etqw* games/linux-etqw-server Redistribution limited etqw* games/linux-etqw-demo-server Redistribution limited ezmlm-* mail/ezmlm No license -- see @@ -3805,3 +3805,16 @@ graphics/kphotoalbum||2012-10-25|Has expired: No more public distfiles graphics/jpegpixi||2012-10-25|Has expired: No more public distfiles graphics/gimp-manual-pdf||2012-10-25|Has expired: No more public distfiles graphics/exifprobe||2012-10-25|Has expired: No more public distfiles +games/yace||2012-10-25|Has expired: No more public distfiles +games/xripple||2012-10-25|Has expired: No more public distfiles +games/wolf3d||2012-10-25|Has expired: No more public distfiles +games/pets||2012-10-25|Has expired: No more public distfiles +games/linux-enemyterritory-fortress||2012-10-25|Has expired: No more public distfiles +games/linux-enemyterritory-etpub||2012-10-25|Has expired: No more public distfiles (for the .pk3) +games/freesci||2012-10-25|Has expired: No more public distfiles +dns/gresolver||2012-10-25|Has expired: No more public distfiles +devel/vb2c||2012-10-25|Has expired: No more public distfiles +devel/libsigc++||2012-10-25|Has expired: Abandoned upstream, no more depending ports +devel/klassmodeler||2012-10-25|Has expired: Abandonware, depends on the deprecated wxGTK 2.4 +devel/ecos-tools||2012-10-25|Has expired: Depends on an obsolete version of wx, broken with gcc4.2 for long +devel/datadesigner||2012-10-25|Has expired: Abandonware, depends on the deprecated wxGTK 2.4 diff --git a/devel/Makefile b/devel/Makefile index e4f28e4cf0a9..cf3dfd433b30 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -308,7 +308,6 @@ SUBDIR += czmq SUBDIR += d-feet SUBDIR += darts - SUBDIR += datadesigner SUBDIR += datadraw SUBDIR += dbus SUBDIR += dbus-glib @@ -369,7 +368,6 @@ SUBDIR += ecore-file SUBDIR += ecore-ipc SUBDIR += ecore-main - SUBDIR += ecos-tools SUBDIR += edb SUBDIR += eet SUBDIR += eggdbus @@ -858,7 +856,6 @@ SUBDIR += kdevelop-php-docs SUBDIR += kdevplatform SUBDIR += kimwitu - SUBDIR += klassmodeler SUBDIR += kodos SUBDIR += kprof SUBDIR += kscope @@ -1024,7 +1021,6 @@ SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt - SUBDIR += libsigc++ SUBDIR += libsigc++12 SUBDIR += libsigc++20 SUBDIR += libsigcx @@ -4169,7 +4165,6 @@ SUBDIR += valgrind-snapshot SUBDIR += valide SUBDIR += varconf - SUBDIR += vb2c SUBDIR += viewvc SUBDIR += violet SUBDIR += vstr diff --git a/devel/datadesigner/Makefile b/devel/datadesigner/Makefile deleted file mode 100644 index a5bb935dbf4b..000000000000 --- a/devel/datadesigner/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: datadesigner -# Date created: Jul 9, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= datadesigner -PORTVERSION= 0.5 -PORTREVISION= 11 -CATEGORIES= devel -MASTER_SITES= SF/dbdesign/${PORTNAME}/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Database Schema Designer - -EXPIRATION_DATE= 2012-10-20 -DEPRECATED= Abandonware, depends on the deprecated wxGTK 2.4 - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -USE_GNOME= libxml2 libxslt -USE_ICONV= yes -USE_WX= 2.4 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/devel/datadesigner/distinfo b/devel/datadesigner/distinfo deleted file mode 100644 index 551bf60b37a4..000000000000 --- a/devel/datadesigner/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (datadesigner-0.5.tar.gz) = ea7fb005760552a2ff44f7b66ce8c6d44e28b32429ef95fc7199df4de1d696e8 -SIZE (datadesigner-0.5.tar.gz) = 531538 diff --git a/devel/datadesigner/files/patch-src_container.cc b/devel/datadesigner/files/patch-src_container.cc deleted file mode 100644 index dc4d0e2eb56a..000000000000 --- a/devel/datadesigner/files/patch-src_container.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/container.cc.orig Sun Aug 22 21:54:00 2004 -+++ src/container.cc Sun Aug 22 21:54:09 2004 -@@ -103,7 +103,7 @@ - int idx; - - count = m_project->GetChildrenCount(m_treeitemid, FALSE); -- strings = new (wxString *) [count+1]; -+ strings = new wxString * [count+1]; - - idx = 0; - child = m_project->GetFirstChild(m_treeitemid, cookie); diff --git a/devel/datadesigner/files/patch-src_servers_dbserver.cc b/devel/datadesigner/files/patch-src_servers_dbserver.cc deleted file mode 100644 index e814cdddfc93..000000000000 --- a/devel/datadesigner/files/patch-src_servers_dbserver.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/servers/dbserver.cc.orig Sun Aug 22 21:52:56 2004 -+++ src/servers/dbserver.cc Sun Aug 22 21:53:09 2004 -@@ -181,7 +181,7 @@ - wxDBServerListNode *node; - int idx = 0; - -- names = new (wxString)[g_dbserverlist->GetCount()]; -+ names = new wxString[g_dbserverlist->GetCount()]; - - node = g_dbserverlist->GetFirst(); - while (node) { diff --git a/devel/datadesigner/pkg-descr b/devel/datadesigner/pkg-descr deleted file mode 100644 index 24c083bfc373..000000000000 --- a/devel/datadesigner/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Database Schema Designer. - -Features : - * store schema in XML - * works in Linux and other Unixes, also in M$ Windows - * supported database objects - DOMAIN, ENTITY, RELATION, SEQUENCE, - PROCEDURE, TRIGGER, VIEW, ... - -WWW: http://sourceforge.net/projects/datadesigner diff --git a/devel/datadesigner/pkg-plist b/devel/datadesigner/pkg-plist deleted file mode 100644 index 7babc4c5df3f..000000000000 --- a/devel/datadesigner/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/datadesigner -%%NLS%%share/locale/cs/LC_MESSAGES/datadesigner.mo -%%DATADIR%%/pgsql.xsl -%%DATADIR%%/mysql.xsl -%%DATADIR%%/db2.xsl -%%DATADIR%%/gen2pgsql.xsl -@dirrm %%DATADIR%% diff --git a/devel/ecos-tools/Makefile b/devel/ecos-tools/Makefile deleted file mode 100644 index c04ca32dc3d1..000000000000 --- a/devel/ecos-tools/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# New ports collection makefile for: eCos tools -# Date created: 12 November 2003 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ecos-tools -PORTVERSION= 0.0.${SNAPDATE} -PORTREVISION= 12 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= tg -DISTNAME= ecos-tools.${SNAPDATE} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Configuration tools for the eCos embedded OS - -EXPIRATION_DATE= 2012-10-20 -DEPRECATED= Depends on an obsolete version of wx, broken with gcc4.2 for long - -USE_BZIP2= yes -USE_TCL_BUILD= 84 -USE_WX= 2.4 -WRKSRC= ${WRKDIR}/infra-build -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../ecos/host/configure -CONFIGURE_ARGS= --with-tcl=${PREFIX} --with-tcl-version=8.4 -CONFIGURE_ENV= TCL_INC_DIR=${PREFIX}/include/tcl8.4 -USE_GMAKE= yes - -SNAPDATE= 20040125 - -ECOSSRCDIR= ${WRKDIR}/ecos/host -CFGTOOL_WRKSRC= ${WRKDIR}/configtool-build -CFGTOOL_MAKE_ENV= ${MAKE_ENV} \ - CXX=${CXX} \ - WX_CONFIG=${WX_CONFIG} \ - ECOSSRCDIR=${ECOSSRCDIR} \ - INSTALLDIR=${PREFIX} -CFGTOOL_MAKEFILE= ${ECOSSRCDIR}/tools/configtool/standalone/wxwin/makefile.gnu -CFGTOOL_ALL_TARGET= - -post-extract: - @${MKDIR} ${WRKSRC} - -# XXX Don't add ${INSTALL} to the configure environment. It upsets the -# stupid scripts in the eCos sources. -do-configure: - @CONFIG_GUESS_DIRS=$$(${FIND} ${WRKDIR} -name config.guess -o -name config.sub \ - | ${XARGS} -n 1 /usr/bin/dirname); \ - for _D in $${CONFIG_GUESS_DIRS}; do \ - ${CP} -f ${TEMPLATES}/config.guess $${_D}/config.guess; \ - ${CHMOD} a+rx $${_D}/config.guess; \ - ${CP} -f ${TEMPLATES}/config.sub $${_D}/config.sub; \ - ${CHMOD} a+rx $${_D}/config.sub; \ - done - @(cd ${CONFIGURE_WRKSRC} && \ - if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ - ${ECHO_CMD} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ - (${ECHO_CMD} " Please report the problem to ${MAINTAINER} [maintainer] and"; \ - ${ECHO_CMD} " attach the \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" including"; \ - ${ECHO_CMD} " the output of the failure of your make command. Also, it might"; \ - ${ECHO_CMD} " be a good idea to provide an overview of all packages installed"; \ - ${ECHO_CMD} " on your system (e.g. an \`ls ${PKG_DBDIR}\`).") | /usr/bin/fmt 75 79 ; \ - ${FALSE}; \ - fi) - -post-build: - @${MKDIR} ${CFGTOOL_WRKSRC} - @(cd ${CFGTOOL_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${CFGTOOL_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${CFGTOOL_MAKEFILE} ${MAKE_ARGS} ${CFGTOOL_ALL_TARGET}) - -post-install: - @(cd ${CFGTOOL_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${CFGTOOL_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${CFGTOOL_MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> diff --git a/devel/ecos-tools/distinfo b/devel/ecos-tools/distinfo deleted file mode 100644 index 9804f8c56ac6..000000000000 --- a/devel/ecos-tools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ecos-tools.20040125.tar.bz2) = efa2e68b546987e3da7c9b5d68f1c3d0a5cb7f356f66f7a6873ac383d2219a53 -SIZE (ecos-tools.20040125.tar.bz2) = 1033912 diff --git a/devel/ecos-tools/files/patch-host::libcdl::configure b/devel/ecos-tools/files/patch-host::libcdl::configure deleted file mode 100644 index fcf14b0e3aa8..000000000000 --- a/devel/ecos-tools/files/patch-host::libcdl::configure +++ /dev/null @@ -1,78 +0,0 @@ -$FreeBSD$ - ---- ../ecos/host/libcdl/configure.orig Wed Feb 12 18:22:31 2003 -+++ ../ecos/host/libcdl/configure Tue Mar 27 19:35:42 2007 -@@ -1534,7 +1534,7 @@ - - if test "${GCC}" = "yes" ; then - ecos_CFLAGS="${ecos_CFLAGS} -pipe -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs" -- ecos_CXXFLAGS="${ecos_CXXFLAGS} -pipe -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual" -+ ecos_CXXFLAGS="${ecos_CXXFLAGS} -pipe -Wall -Wpointer-arith -Wcast-qual -Woverloaded-virtual" - elif test "${MSVC}" = "yes" ; then - ecos_CFLAGS="${ecos_CFLAGS} -nologo -W3" - ecos_CXXFLAGS="${ecos_CXXFLAGS} -nologo -W3 -GR -GX" -@@ -1968,64 +1968,6 @@ - { echo "configure: error: ${tclconfig}/tclConfig.sh does not define TCL_LIB_SPEC" 1>&2; exit 1; } - fi - ecos_LIBS="${ecos_LIBS} ${TCL_LIB_SPEC}" -- -- possibles=`echo ${possibles} | sed -e 's,tcl,tk,g'` -- -- tkconfig="" -- for i in ${possibles}; do -- if test -r "$i/"tkConfig.sh""; then -- tkconfig=$i -- break -- fi -- done -- -- if test \! -r "${tkconfig}/tkConfig.sh" ; then -- { echo "configure: error: unable to locate Tk config file tkConfig.sh" 1>&2; exit 1; } -- else -- . ${tkconfig}/tkConfig.sh -- if test -z "${TK_INC_DIR}" ; then -- if test "${TK_PREFIX}" = "/usr" ; then -- ecos_tk_includes="${TK_XINCLUDES}" -- else -- ecos_tk_includes="-I${TK_PREFIX}/include ${TK_XINCLUDES}" -- fi -- else -- ecos_tk_includes="-I${TK_INC_DIR} ${TK_XINCLUDES}" -- fi -- -- if test -z "${TK_LIB_SPEC}" -a "${with_tcl_version+set}" = set ; then -- -- libtk="" -- for i in ${possibles}; do -- if test -r "$i/"libtk${with_tcl_version}.a""; then -- libtk=$i -- break -- fi -- done -- -- if test -r "${libtk}/libtk${with_tcl_version}.a" ; then -- TK_LIB_SPEC="-L${libtk} -ltk${with_tcl_version}" -- fi -- fi -- if test -z "${TK_LIB_SPEC}" ; then -- -- libtk="" -- for i in ${possibles}; do -- if test -r "$i/"libtk.a""; then -- libtk=$i -- break -- fi -- done -- -- if test -r "${libtk}/libtk.a" ; then -- TK_LIB_SPEC="-L${libtk} -ltk" -- fi -- fi -- if test -z "${TK_LIB_SPEC}" ; then -- { echo "configure: error: ${tkconfig}/tkConfig.sh does not define TK_LIB_SPEC" 1>&2; exit 1; } -- fi -- ecos_tk_libs="${TK_LIB_SPEC} ${TK_LIBS}" -- fi - fi - fi - diff --git a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h deleted file mode 100644 index f72ac70b5013..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ../ecos/host/tools/Utils/common/eCosSerial.h~ Fri Aug 25 19:32:40 2000 -+++ ../ecos/host/tools/Utils/common/eCosSerial.h Wed Aug 25 08:14:27 2004 -@@ -50,7 +50,7 @@ - // This class is a host-independent interface to a serial port - //================================================================= - class CeCosSerial { -- friend CeCosSocket::SSReadResult CeCosSocket::SSRead (CeCosSerial &serial,CeCosSocket &socket,void *pBuf,unsigned int nSize,unsigned int &nRead,bool *pbStop); -+ friend class CeCosSocket; - - public: - enum StopBitsType { ONE_STOP_BIT, ONE_POINT_FIVE_STOP_BITS, TWO_STOP_BITS }; diff --git a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.cpp b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.cpp deleted file mode 100644 index cb9b07ec0882..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.cpp +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - -Index: ../ecos/host/tools/Utils/common/eCosStd.cpp -=================================================================== -RCS file: /home/tg/cvs/ecos/host/tools/Utils/common/eCosStd.cpp,v -retrieving revision 1.1.1.1 -diff -u -r1.1.1.1 eCosStd.cpp ---- host/tools/Utils/common/eCosStd.cpp 22 Aug 2003 11:37:35 -0000 1.1.1.1 -+++ host/tools/Utils/common/eCosStd.cpp 6 Sep 2003 17:23:26 -0000 -@@ -33,10 +33,12 @@ - SystemTimeToFileTime(&st,(FILETIME *)&ft); - return Time(ft)/10000; - #else // UNIX -- struct timeb tp; -- ftime(&tp); -+ struct timeval tv; -+ struct timezone tz; -+ -+ gettimeofday(&tv, &tz); - // A negative time would be bad news, but we're not in touble until 2038 -- return 1000*Time(tp.time)+tp.millitm; -+ return 1000*Time(tv.tv_sec)+tv.tv_usec/1000; - #endif - } - diff --git a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.h b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.h deleted file mode 100644 index 4be8146c465a..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosStd.h +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - -Index: ../ecos/host/tools/Utils/common/eCosStd.h -=================================================================== -RCS file: /home/tg/cvs/ecos/host/tools/Utils/common/eCosStd.h,v -retrieving revision 1.1.1.1 -diff -u -r1.1.1.1 eCosStd.h ---- host/tools/Utils/common/eCosStd.h 22 Aug 2003 11:37:35 -0000 1.1.1.1 -+++ host/tools/Utils/common/eCosStd.h 6 Sep 2003 16:24:17 -0000 -@@ -116,7 +116,6 @@ - #include <signal.h> - #define cPathsep '/' - -- #include <malloc.h> // malloc - #include <stdlib.h> // atoi - #include <errno.h> - #define WOULDBLOCK EWOULDBLOCK -@@ -149,7 +148,6 @@ - #include <ctype.h> - #include <fcntl.h> - #include <assert.h> --#include <malloc.h> - #include <stdlib.h> - #include <time.h> - #include <stdarg.h> // vsnprintf diff --git a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h deleted file mode 100644 index 26e553a67761..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h +++ /dev/null @@ -1,18 +0,0 @@ -$FreeBSD$ - -Index: ../ecos/host/tools/Utils/common/eCosThreadUtils.h -=================================================================== -RCS file: /home/tg/cvs/ecos/host/tools/Utils/common/eCosThreadUtils.h,v -retrieving revision 1.1.1.1 -diff -u -r1.1.1.1 eCosThreadUtils.h ---- host/tools/Utils/common/eCosThreadUtils.h 22 Aug 2003 11:37:35 -0000 1.1.1.1 -+++ host/tools/Utils/common/eCosThreadUtils.h 6 Sep 2003 16:37:19 -0000 -@@ -61,7 +61,7 @@ - #ifdef _WIN32 - typedef DWORD THREAD_ID; - #else // UNIX -- #ifndef NO_THREADS -+ #ifdef NO_THREADS - typedef int THREAD_ID; - #else - typedef pthread_t THREAD_ID; diff --git a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::common::configure b/devel/ecos-tools/files/patch-host::tools::configtool::standalone::common::configure deleted file mode 100644 index 8fb93b815577..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::common::configure +++ /dev/null @@ -1,75 +0,0 @@ -$FreeBSD$ - ---- ../ecos/host/tools/configtool/standalone/common/configure.orig Wed Feb 12 18:22:46 2003 -+++ ../ecos/host/tools/configtool/standalone/common/configure Tue Mar 27 19:37:15 2007 -@@ -1502,7 +1502,7 @@ - - if test "${GCC}" = "yes" ; then - ecos_CFLAGS="${ecos_CFLAGS} -pipe -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs" -- ecos_CXXFLAGS="${ecos_CXXFLAGS} -pipe -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual" -+ ecos_CXXFLAGS="${ecos_CXXFLAGS} -pipe -Wall -Wpointer-arith -Wcast-qual -Woverloaded-virtual" - elif test "${MSVC}" = "yes" ; then - ecos_CFLAGS="${ecos_CFLAGS} -nologo -W3" - ecos_CXXFLAGS="${ecos_CXXFLAGS} -nologo -W3 -GR -GX" -@@ -2076,61 +2076,6 @@ - - possibles=`echo ${possibles} | sed -e 's,tcl,tk,g'` - -- tkconfig="" -- for i in ${possibles}; do -- if test -r "$i/"tkConfig.sh""; then -- tkconfig=$i -- break -- fi -- done -- -- if test \! -r "${tkconfig}/tkConfig.sh" ; then -- { echo "configure: error: unable to locate Tk config file tkConfig.sh" 1>&2; exit 1; } -- else -- . ${tkconfig}/tkConfig.sh -- if test -z "${TK_INC_DIR}" ; then -- if test "${TK_PREFIX}" = "/usr" ; then -- ecos_tk_includes="${TK_XINCLUDES}" -- else -- ecos_tk_includes="-I${TK_PREFIX}/include ${TK_XINCLUDES}" -- fi -- else -- ecos_tk_includes="-I${TK_INC_DIR} ${TK_XINCLUDES}" -- fi -- -- if test -z "${TK_LIB_SPEC}" -a "${with_tcl_version+set}" = set ; then -- -- libtk="" -- for i in ${possibles}; do -- if test -r "$i/"libtk${with_tcl_version}.a""; then -- libtk=$i -- break -- fi -- done -- -- if test -r "${libtk}/libtk${with_tcl_version}.a" ; then -- TK_LIB_SPEC="-L${libtk} -ltk${with_tcl_version}" -- fi -- fi -- if test -z "${TK_LIB_SPEC}" ; then -- -- libtk="" -- for i in ${possibles}; do -- if test -r "$i/"libtk.a""; then -- libtk=$i -- break -- fi -- done -- -- if test -r "${libtk}/libtk.a" ; then -- TK_LIB_SPEC="-L${libtk} -ltk" -- fi -- fi -- if test -z "${TK_LIB_SPEC}" ; then -- { echo "configure: error: ${tkconfig}/tkConfig.sh does not define TK_LIB_SPEC" 1>&2; exit 1; } -- fi -- ecos_tk_libs="${TK_LIB_SPEC} ${TK_LIBS}" -- fi - fi - fi - diff --git a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu b/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu deleted file mode 100644 index 714046e20518..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu +++ /dev/null @@ -1,52 +0,0 @@ -$FreeBSD$ - ---- ../ecos/host/tools/configtool/standalone/wxwin/makefile.gnu.orig Wed May 14 14:20:15 2003 -+++ ../ecos/host/tools/configtool/standalone/wxwin/makefile.gnu Tue Mar 27 20:06:32 2007 -@@ -6,23 +6,20 @@ - # cd emptydir - # make -f /path/to/this/makefile WXDIR=/path/to/wx/installation INSTALLDIR=/path/to/ecos/tools [ ECOSSRCDIR=/path/to/ecos/tools/src ] [ TCLDIR=/path/to/tcl/installation ] [ DEBUG=1 ] - --INSTALLDIR=INSTALLDIR_not_defined --WXDIR=WXDIR_not_defined -- - CTBUILDDIR=$(shell pwd) --ECOSSRCDIR=$(INSTALLDIR)/src - CTDIR=$(ECOSSRCDIR)/tools/configtool/standalone/wxwin --TCLDIR=TCLDIR_use_system - USEEXPERIMENTALCODE=1 - - EXTRACPPFLAGS=\ -- -I$(TCLDIR)/include \ - -I$(INSTALLDIR)/include \ -+ -I$(INSTALLDIR)/include/tcl8.4 \ -+ -I$(ECOSSRCDIR)/libcdl \ -+ -I$(ECOSSRCDIR)/../../infra-build/infra \ - -I$(ECOSSRCDIR)/tools/configtool/common/common \ - -I$(ECOSSRCDIR)/tools/Utils/common \ - -I$(ECOSSRCDIR)/tools/ecostest/common \ - -DecUSE_EXPERIMENTAL_CODE=$(USEEXPERIMENTALCODE) --EXTRALDFLAGS=-L$(TCLDIR)/lib -L$(INSTALLDIR)/lib -lcdl -lcyginfra -ltcl -+EXTRALDFLAGS=-L$(TCLDIR)/lib -L$(INSTALLDIR)/lib -L$(ECOSSRCDIR)/../../infra-build/libcdl -L$(ECOSSRCDIR)/../../infra-build/infra -lcdl -lcyginfra -ltcl84 - - ifneq (,$(findstring CYGWIN, $(shell uname))) - PROGRAM=configtool.exe -@@ -31,8 +28,8 @@ - EXTRAOBJECTS=$(CTBUILDDIR)/configtoolres.o - else - PROGRAM=configtool -- CPPFLAGS=`$(WXDIR)/bin/wx-config --cppflags` -- LDFLAGS=`$(WXDIR)/bin/wx-config --libs` -+ CPPFLAGS=`$(WX_CONFIG) --cppflags` -+ LDFLAGS=`$(WX_CONFIG) --libs` - EXTRAOBJECTS= - endif - -@@ -98,7 +95,7 @@ - $(CTBUILDDIR)/TestResource.o - - # Compilers --CC = c++ -+CC = $(CXX) - RESCOMP = windres - - .SUFFIXES: .o .cpp .cxx diff --git a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::propertywin.h b/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::propertywin.h deleted file mode 100644 index a2dcd3a88258..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::propertywin.h +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../ecos/host/tools/configtool/standalone/wxwin/propertywin.h.orig Sat Jun 2 00:16:30 2001 -+++ ../ecos/host/tools/configtool/standalone/wxwin/propertywin.h Tue Mar 27 20:35:41 2007 -@@ -93,8 +93,8 @@ - int m_nFirstProperty; - ecConfigItem *m_pti; - -- static const std::string ecPropertyListCtrl::visible_properties []; -- static const wxChar* sm_fieldTypeImage[ecMAXFIELDTYPE]; -+ static const std::string visible_properties []; -+ static const wxChar* sm_fieldTypeImage[ecMAXFIELDTYPE]; - }; - - diff --git a/devel/ecos-tools/files/patch-host::tools::ecostest::common::eCosTest.h b/devel/ecos-tools/files/patch-host::tools::ecostest::common::eCosTest.h deleted file mode 100644 index 7988a21055a6..000000000000 --- a/devel/ecos-tools/files/patch-host::tools::ecostest::common::eCosTest.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../ecos/host/tools/ecostest/common/eCosTest.h.orig Tue Apr 18 23:51:58 2000 -+++ ../ecos/host/tools/ecostest/common/eCosTest.h Tue Mar 27 20:31:41 2007 -@@ -199,7 +199,7 @@ - bool GetSizes(); - - // Connect to a test server -- static ServerStatus CeCosTest::Connect (LPCTSTR pszHostPort, CeCosSocket *&pSock, const ExecutionParameters &e,String &strInfo,Duration dTimeout=10*1000); -+ static ServerStatus Connect (LPCTSTR pszHostPort, CeCosSocket *&pSock, const ExecutionParameters &e,String &strInfo,Duration dTimeout=10*1000); - - // Log some output. The accumulated output can be retrieved using Output() - void Log (LPCTSTR const pszFormat,...); diff --git a/devel/ecos-tools/pkg-descr b/devel/ecos-tools/pkg-descr deleted file mode 100644 index 7e8536e6aa2a..000000000000 --- a/devel/ecos-tools/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -eCos is an open source, configurable, portable, and royalty-free -embedded real-time operating system. - -This port installs the configuration tools to manage the eCos build -environment, ecosconfig and configtool. - -WWW: http://ecos.sourceware.org/ diff --git a/devel/ecos-tools/pkg-plist b/devel/ecos-tools/pkg-plist deleted file mode 100644 index e26769821a53..000000000000 --- a/devel/ecos-tools/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/configtool -bin/ecosconfig -include/cdl.hxx -include/cdlcore.hxx -include/cyg/hal/basetype.h -include/cyg/infra/cyg_ass.h -include/cyg/infra/cyg_trac.h -include/cyg/infra/cyg_type.h -include/cyg/infra/testcase.h -include/pkgconf/hostinfra.h -include/pkgconf/infra.h -lib/libcdl.a -lib/libcyginfra.a -@dirrm include/pkgconf -@dirrm include/cyg/infra -@dirrm include/cyg/hal -@dirrm include/cyg diff --git a/devel/klassmodeler/Makefile b/devel/klassmodeler/Makefile deleted file mode 100644 index 0edacf90e35d..000000000000 --- a/devel/klassmodeler/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: klassmodeler -# Date created: Jun 29, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= klassmodeler -PORTVERSION= 0.8.2 -PORTREVISION= 10 -CATEGORIES= devel -MASTER_SITES= http://www.jameswells.net/KlassModeler/ -DISTNAME= ${PORTNAME}-${PORTVERSION:R}.bsd - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for visually creating and documenting classes - -EXPIRATION_DATE= 2012-10-20 -DEPRECATED= Abandonware, depends on the deprecated wxGTK 2.4 - -USE_ZIP= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= WXWINDOWS="yes" -USE_WX= 2.4 - -PLIST_FILES= bin/klassmodeler - -DOS2FIX= configure Makefile.in klassmodeler/docs/en/Makefile.in \ - klassmodeler/docs/Makefile.in klassmodeler/Makefile.in \ - admin/depcomp klassmodeler/MainFrame.cpp - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -.include <bsd.port.pre.mk> - -post-patch: -.for df in ${DOS2FIX} - ${MV} ${WRKSRC}/${df} ${WRKSRC}/${df}.dos - ${TR} -d '\r' < ${WRKSRC}/${df}.dos > ${WRKSRC}/${df} -.endfor - @${REINPLACE_CMD} -e "s,\`wx-config,\`${WX_CONFIG}," ${WRKSRC}/${CONFIGURE_SCRIPT} - ${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/klassmodeler/klassmodeler ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${CP} ${WRKSRC}/klassmodeler/docs/en/*.html ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/klassmodeler/distinfo b/devel/klassmodeler/distinfo deleted file mode 100644 index f4725d45d490..000000000000 --- a/devel/klassmodeler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (klassmodeler-0.8.bsd.zip) = 1a2875c4d2ed3440d025434fa60bec74b62799a5eb52b697154328aa91683a13 -SIZE (klassmodeler-0.8.bsd.zip) = 740000 diff --git a/devel/klassmodeler/pkg-descr b/devel/klassmodeler/pkg-descr deleted file mode 100644 index e5c7366a1360..000000000000 --- a/devel/klassmodeler/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The KlassModeler is a tool for visually creating and documenting classes. It is -not unlike other UML design tools except for four major differences: - * Strict focus on class modeling: UML as a whole does a lot of things that - I never really found a use for. I am only interested in class and - inheritance modeling and documentation. I don't like having lots of - comments in my source, so I find it nicer to have the docs in the class - model. - * Code generation: I think there are some UML tools out there that do this, - but they tend to generate it with lots of special comments that tell the - tool where things are and how to re-write the files and all that. The - KlassModeler writes headers that I find clean and easy to read. - * Reads existing headers: You can point it to a header file and it will - read it in and create a class diagram. You can use this functionality to - import existing projects into KlassModeler. - * HTML doc generation: It spits out a set of HTML pages that puts all your - documentation in an easy to read format that can be used with any web - browser. A very big plus for helping other people understand your code. - -WWW: http://www.jameswells.net/KlassModeler/ diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile deleted file mode 100644 index dd537f7d6244..000000000000 --- a/devel/libsigc++/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: libsigc++ -# Date created: 27 January 2000 -# Whom: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= libsigc++ -PORTVERSION= 1.0.4 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:gnome/} \ - SF/libsigc/OldFiles:sf -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0/:gnome -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Callback Framework for C++ - -DEPRECATED= Abandoned upstream, no more depending ports -EXPIRATION_DATE= 2012-10-20 - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack - -pre-configure: - @${REINPLACE_CMD} -e 's#^sh libtool#${LIBTOOL}#' ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/FEATURES ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/API ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/UML ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/conventions ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/diagrams ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/marshal ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/powerusers ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/requirements ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/riscos ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/signals ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/win32 ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/devel/libsigc++/distinfo b/devel/libsigc++/distinfo deleted file mode 100644 index ec02d7524aeb..000000000000 --- a/devel/libsigc++/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libsigc++-1.0.4.tar.gz) = 4b808da7f652ee4965295b92085e1da29a59eef24924aac10c1d8fc37b8fd9b3 -SIZE (libsigc++-1.0.4.tar.gz) = 212089 diff --git a/devel/libsigc++/files/patch-aa b/devel/libsigc++/files/patch-aa deleted file mode 100644 index 8c62291986a7..000000000000 --- a/devel/libsigc++/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Thu Jan 20 03:40:54 2000 -+++ Makefile.in Thu Jan 27 23:34:05 1994 -@@ -80,7 +80,7 @@ - USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ - VERSION = @VERSION@ - --SUBDIRS = sigc++ tests -+SUBDIRS = sigc++ - DIST_SUBDIRS = sigc++ examples tests scripts - - bin_SCRIPTS = sigc-config diff --git a/devel/libsigc++/files/patch-ac b/devel/libsigc++/files/patch-ac deleted file mode 100644 index 40715320d19b..000000000000 --- a/devel/libsigc++/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- sigc++/Makefile.in.orig Tue Oct 23 07:40:58 2001 -+++ sigc++/Makefile.in Tue Aug 6 16:13:28 2002 -@@ -66,7 +66,7 @@ - DLLTOOL = @DLLTOOL@ - DLL_DEFINE = @DLL_DEFINE@ - EXEEXT = @EXEEXT@ --LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@ -+LIBSIGC_SO_VERSION = 1:0:1 - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - M4 = @M4@ -@@ -94,8 +94,7 @@ - - EXTRA_libsigc_la_SOURCES = sigc_res.rc - --libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined -- -+libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined - - lib_LTLIBRARIES = libsigc.la - diff --git a/devel/libsigc++/files/patch-ad b/devel/libsigc++/files/patch-ad deleted file mode 100644 index 43928bfe4f5b..000000000000 --- a/devel/libsigc++/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc++/config/Makefile.in.orig Tue Aug 6 16:14:37 2002 -+++ sigc++/config/Makefile.in Tue Aug 6 16:16:36 2002 -@@ -82,7 +82,7 @@ - - EXTRA_DIST = sigc++config.h.in - --includedir = $(libdir)/sigc++-1.0/include -+includedir = $(prefix)/include/sigc++-1.0 - include_HEADERS = sigc++config.h - mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs - CONFIG_HEADER = sigc++config.h diff --git a/devel/libsigc++/files/patch-ae b/devel/libsigc++/files/patch-ae deleted file mode 100644 index b84b620264db..000000000000 --- a/devel/libsigc++/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc++/macros/Makefile.in.orig Tue Oct 23 07:40:58 2001 -+++ sigc++/macros/Makefile.in Tue Aug 6 13:52:37 2002 -@@ -84,7 +84,7 @@ - templates = template.macros.m4 slot.h.m4 func_slot.h.m4 class_slot.h.m4 object_slot.h.m4 basic_signal.h.m4 bind.h.m4 rettype.h.m4 convert.h.m4 retbind.h.m4 - - --m4includedir = $(includedir)/sigc++-1.0/sigc++/macros -+m4includedir = $(prefix)/share/sigc++-1.0/sigc++/macros - m4include_HEADERS = $(templates) - - EXTRA_DIST = README $(templates) diff --git a/devel/libsigc++/files/patch-af b/devel/libsigc++/files/patch-af deleted file mode 100644 index 026dad7441cd..000000000000 --- a/devel/libsigc++/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- sigc-config.in.orig Sat Oct 20 11:38:36 2001 -+++ sigc-config.in Tue Aug 6 13:53:55 2002 -@@ -217,7 +217,7 @@ - if test "@libdir@" != /usr/lib ; then - libs="-L@libdir@" - fi --af_cflags="$af_cflags -I@libdir@/sigc++-1.0/include -I@includedir@/sigc++-1.0" -+af_cflags="$af_cflags -I@includedir@/sigc++-1.0" - af_libs="$libs -lsigc @THREAD_LIB@ $af_libs" - - diff --git a/devel/libsigc++/pkg-descr b/devel/libsigc++/pkg-descr deleted file mode 100644 index ca75484bae55..000000000000 --- a/devel/libsigc++/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Libsigc++ -- The Typesafe Callback Framework for C++ - -This library implements a full callback system for use in widget libraries, -abstract interfaces, and general programming. - -To get a good overview of how to use the library, read -/usr/local/share/doc/libsigc++/signals. - -WWW: http://libsigc.sourceforge.net/ diff --git a/devel/libsigc++/pkg-plist b/devel/libsigc++/pkg-plist deleted file mode 100644 index a8bcdd37641c..000000000000 --- a/devel/libsigc++/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/sigc-config -include/sigc++-1.0/sigc++/adaptor.h -include/sigc++-1.0/sigc++/basic_signal.h -include/sigc++-1.0/sigc++/bind.h -include/sigc++-1.0/sigc++/class_slot.h -include/sigc++-1.0/sigc++/convert.h -include/sigc++-1.0/sigc++/func_slot.h -include/sigc++-1.0/sigc++/generator.h -include/sigc++-1.0/sigc++/handle.h -include/sigc++-1.0/sigc++/handle_system.h -include/sigc++-1.0/sigc++/marshal.h -include/sigc++-1.0/sigc++/object.h -include/sigc++-1.0/sigc++/object_slot.h -include/sigc++-1.0/sigc++/retbind.h -include/sigc++-1.0/sigc++/rettype.h -include/sigc++-1.0/sigc++/scope.h -include/sigc++-1.0/sigc++/signal_system.h -include/sigc++-1.0/sigc++/slot.h -include/sigc++-1.0/sigc++/thread.h -include/sigc++-1.0/sigc++/type.h -include/sigc++-1.0/sigc++config.h -lib/libsigc.a -lib/libsigc.la -lib/libsigc.so -lib/libsigc.so.1 -share/aclocal/sigc++.m4 -%%PORTDOCS%%%%DOCSDIR%%/API -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/FEATURES -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/UML -%%PORTDOCS%%%%DOCSDIR%%/conventions -%%PORTDOCS%%%%DOCSDIR%%/diagrams -%%PORTDOCS%%%%DOCSDIR%%/marshal -%%PORTDOCS%%%%DOCSDIR%%/powerusers -%%PORTDOCS%%%%DOCSDIR%%/requirements -%%PORTDOCS%%%%DOCSDIR%%/riscos -%%PORTDOCS%%%%DOCSDIR%%/signals -%%PORTDOCS%%%%DOCSDIR%%/win32 -share/sigc++-1.0/sigc++/macros/basic_signal.h.m4 -share/sigc++-1.0/sigc++/macros/bind.h.m4 -share/sigc++-1.0/sigc++/macros/class_slot.h.m4 -share/sigc++-1.0/sigc++/macros/convert.h.m4 -share/sigc++-1.0/sigc++/macros/func_slot.h.m4 -share/sigc++-1.0/sigc++/macros/object_slot.h.m4 -share/sigc++-1.0/sigc++/macros/retbind.h.m4 -share/sigc++-1.0/sigc++/macros/rettype.h.m4 -share/sigc++-1.0/sigc++/macros/slot.h.m4 -share/sigc++-1.0/sigc++/macros/template.macros.m4 -@dirrm include/sigc++-1.0/sigc++ -@dirrm include/sigc++-1.0 -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/sigc++-1.0/sigc++/macros -@dirrm share/sigc++-1.0/sigc++ -@dirrm share/sigc++-1.0 diff --git a/devel/vb2c/Makefile b/devel/vb2c/Makefile deleted file mode 100644 index ddab031bbec1..000000000000 --- a/devel/vb2c/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: vb2c -# Date created: 27 December 2001 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= vb2c -PORTVERSION= 0.02 -CATEGORIES= devel -MASTER_SITES= http://www.mikekohn.com/programs/ -DISTNAME= vb2c-March-1999 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Convert Visual Basic forms to GTK C code - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKEFILE= ${FILESDIR}/Makefile - -PLIST_FILES= bin/vb2c - -post-extract: - @${RM} -f ${WRKSRC}/*.o - -.include <bsd.port.mk> diff --git a/devel/vb2c/distinfo b/devel/vb2c/distinfo deleted file mode 100644 index 6569d24e50b9..000000000000 --- a/devel/vb2c/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vb2c-March-1999.tar.gz) = be57e4c1b4f152514f1cad2c944b5120bf9c3a083a1b9663255d90de89fa635e -SIZE (vb2c-March-1999.tar.gz) = 7218 diff --git a/devel/vb2c/files/Makefile b/devel/vb2c/files/Makefile deleted file mode 100644 index 946f7a4343b1..000000000000 --- a/devel/vb2c/files/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -# $FreeBSD$ -# - -PROG=vb2c -SRCS=vb2c.c generate.c -NOMAN= - -BINDIR=${PREFIX}/bin - -.include <bsd.prog.mk> diff --git a/devel/vb2c/files/patch-vb2c.c b/devel/vb2c/files/patch-vb2c.c deleted file mode 100644 index d5d599b1c401..000000000000 --- a/devel/vb2c/files/patch-vb2c.c +++ /dev/null @@ -1,29 +0,0 @@ ---- vb2c.c.orig Mon Feb 12 07:33:50 2001 -+++ vb2c.c Wed Oct 15 18:40:32 2003 -@@ -472,7 +472,7 @@ - if (strcmp(token,"=")!=0) - { printf("Damnit.. I expected an '=' and got %s\n",token); } - tokentype=gettoken(token); -- fprintf(tmp," gtk_text_insert(GTK_TEXT(%s),NULL, -+ fprintf(tmp," gtk_text_insert(GTK_TEXT(%s),NULL,\n\ - &%s->style->black,NULL,%s,-1);\n",name,name,token); - } - else -@@ -538,7 +538,7 @@ - if (strcmp(token,"=")!=0) - { printf("Damnit.. I expected an '=' and got %s\n",token); } - tokentype=gettoken(token); -- fprintf(tmp," gtk_text_insert(GTK_TEXT(%s),NULL, -+ fprintf(tmp," gtk_text_insert(GTK_TEXT(%s),NULL,\n\ - &%s->style->black,NULL,%s,-1);\n",name,name,token); - } - else -@@ -604,7 +604,7 @@ - if (strcmp(token,"=")!=0) - { printf("Damnit.. I expected an '=' and got %s\n",token); } - tokentype=gettoken(token); -- fprintf(tmp," gtk_text_insert(GTK_TEXT(%s),NULL, -+ fprintf(tmp," gtk_text_insert(GTK_TEXT(%s),NULL,\n\ - &%s->style->black,NULL,%s,-1);\n",name,name,token); - } - else diff --git a/devel/vb2c/pkg-descr b/devel/vb2c/pkg-descr deleted file mode 100644 index cec9adfe99b0..000000000000 --- a/devel/vb2c/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This is a very basic tool to convert Visual Basic forms which use -the intrinsic controls to GTK C code. - -The author leaves license issues regarding the use of this code -unclear; the code is freely available but has a 'NO GPL' proviso -stamped all over it. Users would be advised to contact the author -before using it. - -This particular port has sped up one of my GUI side projects somewhat, -which is why I feel it should receive FreeBSD exposure. - -WWW: http://www.naken.cc/vb2c/ diff --git a/dns/Makefile b/dns/Makefile index 33924b8d55bf..e278954f32db 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -56,7 +56,6 @@ SUBDIR += gdnsd SUBDIR += geta SUBDIR += ghtool - SUBDIR += gresolver SUBDIR += h2n SUBDIR += hesiod SUBDIR += idnkit diff --git a/dns/gresolver/Makefile b/dns/gresolver/Makefile deleted file mode 100644 index 30f352bee87c..000000000000 --- a/dns/gresolver/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gresolver -# Date created: 23 Oct 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= gresolver -PORTVERSION= 0.0.5 -PORTREVISION= 6 -CATEGORIES= dns -MASTER_SITES= http://jodrell.net/files/unsupported/gresolver/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical DNS query tool using GTK+ - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -RUN_DEPENDS= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \ - p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - p5-Glade2>=0:${PORTSDIR}/x11-toolkits/p5-Glade2 \ - p5-Net-IPv6Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr - -USE_PERL5= yes - -.include <bsd.port.pre.mk> - -# The Perl script uses GtkFileChooser widgets, which need libpthread -# through /usr/X11R6/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so. -# Unfortunately, on FreeBSD, if an application uses a library which -# uses libpthread, the application itself must link against -# libpthread. This is why a threaded Perl is required. - -HAVE_THREADS!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || true - -.if empty(HAVE_THREADS) -IGNORE= needs a threaded Perl, install lang/perl5.8 with threads support and try again -.endif - -do-build: - @${SED} -e 's|@PREFIX@|${PREFIX}|' ${WRKSRC}/gresolver.pl > ${WRKSRC}/gresolver - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/gresolver ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/gresolver.desktop ${PREFIX}/share/applications - ${MKDIR} ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/gresolver.png ${PREFIX}/share/pixmaps - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/gresolver.glade ${DATADIR} - -.include <bsd.port.post.mk> diff --git a/dns/gresolver/distinfo b/dns/gresolver/distinfo deleted file mode 100644 index edeba658eff8..000000000000 --- a/dns/gresolver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gresolver-0.0.5.tar.gz) = e81708843e53df51329b0f73255511d5a581a09ee9f791bd0b55b1ea67d93117 -SIZE (gresolver-0.0.5.tar.gz) = 26375 diff --git a/dns/gresolver/files/patch-gresolver.desktop b/dns/gresolver/files/patch-gresolver.desktop deleted file mode 100644 index 3469c575c40f..000000000000 --- a/dns/gresolver/files/patch-gresolver.desktop +++ /dev/null @@ -1,10 +0,0 @@ ---- gresolver.desktop.orig Tue Sep 6 16:57:31 2005 -+++ gresolver.desktop Tue Sep 6 16:57:35 2005 -@@ -3,7 +3,6 @@ - Version=1.0 - Type=Application - Exec=gresolver --TryExec= - X-GNOME-DocPath= - Terminal=false - StartupNotify=true diff --git a/dns/gresolver/pkg-descr b/dns/gresolver/pkg-descr deleted file mode 100644 index 4e04cf8cbdaf..000000000000 --- a/dns/gresolver/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -GResolver is a graphical DNS query tool using GTK+. It allows system -administrators to quickly and easily make the most common DNS queries -without constructing lengthy dig commands. - -GResolver supports all the main resource record types, including AAAA, -AXFR, MX and TXT, and the appropriate in-addr.arpa address is -constructed from dotted-quad IP addresses when doing PTR -queries. There are checkboxes for controlling the most commonly-used -options. - -WWW: http://jodrell.net/projects/gresolver/ diff --git a/dns/gresolver/pkg-plist b/dns/gresolver/pkg-plist deleted file mode 100644 index df6dc58462e1..000000000000 --- a/dns/gresolver/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/gresolver -share/applications/gresolver.desktop -share/pixmaps/gresolver.png -%%DATADIR%%/gresolver.glade -@dirrm %%DATADIR%% -@dirrmtry share/applications diff --git a/games/Makefile b/games/Makefile index b1e2fd98a8f4..599d1eb0e80c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -272,7 +272,6 @@ SUBDIR += freedroid SUBDIR += freedroidrpg SUBDIR += freera - SUBDIR += freesci SUBDIR += freesweep SUBDIR += freesynd SUBDIR += freetennis @@ -486,8 +485,6 @@ SUBDIR += linux-doom3-demo SUBDIR += linux-enemyterritory SUBDIR += linux-enemyterritory-etpro - SUBDIR += linux-enemyterritory-etpub - SUBDIR += linux-enemyterritory-fortress SUBDIR += linux-enemyterritory-jaymod SUBDIR += linux-enemyterritory-jaymod-21 SUBDIR += linux-enemyterritory-omni-bot @@ -680,7 +677,6 @@ SUBDIR += penguin-command SUBDIR += pengupop SUBDIR += pentix - SUBDIR += pets SUBDIR += phalanx SUBDIR += phlipple SUBDIR += pinball @@ -991,7 +987,6 @@ SUBDIR += wmquake SUBDIR += wmshuffle SUBDIR += wmtictactoe - SUBDIR += wolf3d SUBDIR += wolfpack SUBDIR += wop SUBDIR += wordplay @@ -1087,7 +1082,6 @@ SUBDIR += xquarto SUBDIR += xrally SUBDIR += xrick - SUBDIR += xripple SUBDIR += xrisk SUBDIR += xroach SUBDIR += xroads @@ -1123,7 +1117,6 @@ SUBDIR += xworm SUBDIR += xye SUBDIR += xzip - SUBDIR += yace SUBDIR += yadex SUBDIR += yahtzee SUBDIR += yamsweeper diff --git a/games/freesci/Makefile b/games/freesci/Makefile deleted file mode 100644 index 8b45f94a43c3..000000000000 --- a/games/freesci/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: freesci -# Date created: 17 December 2000 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= freesci -PORTVERSION= 0.3.5 -PORTREVISION= 8 -CATEGORIES= games emulators -MASTER_SITES= http://www-plan.cs.colorado.edu/creichen/${PORTNAME}/ \ - http://teksolv.de/~jameson/ -MASTER_SITE_SUBDIR=${PORTNAME}/stable.pkg/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A portable interpreter for SCI games, such as the Space Quest series - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -WANT_SDL= yes -INSTALLS_ICONS= yes - -CFLAGS+= ${PTHREAD_CFLAGS} - -MAN6= freesci-tools.6 freesci.6 - -OPTIONS_DEFINE= CONSOLE SDL GGI DIRECTFB OPTIMIZED_CFLAGS - -CONSOLE_DESC= With console support -GGI_DESC= With GGI support -DIRECTFB_DESC= With DirectFB support - -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -O3 -fexpensive-optimizations -fomit-frame-pointer -funroll-loops \ - -fstrict-aliasing -.if ${ARCH} != "alpha" -CFLAGS+= -ffast-math -.endif -.endif - -.if ${HAVE_SDL:Msdl}!="" -PORT_OPTIONS+= SDL -.endif -.if exists(${LOCALBASE}/lib/libggi.so.2) -PORT_OPTIONS+= GGI -.endif - -.if ${PORT_OPTIONS:MCONSOLE} -CONFIGURE_ARGS+= --with-console -.endif - -.if ${PORT_OPTIONS:MSDL} -USE_SDL= yes -CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-sdl -.endif - -.if ${PORT_OPTIONS:MDIRECTFB} -LIB_DEPENDS+= directfb-1.4.5:${PORTSDIR}/devel/directfb -CONFIGURE_ARGS+= --with-directfb-include=${LOCALBASE}/include/directfb \ - --with-directfb-libraries=${LOCALBASE}/lib -.else -CONFIGURE_ARGS+= --without-directfb -.endif - -.if ${PORT_OPTIONS:MGGI} -LIB_DEPENDS+= ggi.2:${PORTSDIR}/graphics/libggi -CONFIGURE_ARGS+= --with-ggi-dir=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-ggi -.endif - -pre-configure: - @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${PREFIX}/share/games/freesci - @${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${WRKSRC}/doc/freesci.sgml \ - ${WRKSRC}/doc/game-list.sgml ${WRKSRC}/doc/sci-kernel.sgml \ - ${PREFIX}/share/games/freesci -.endif - -.include <bsd.port.post.mk> diff --git a/games/freesci/distinfo b/games/freesci/distinfo deleted file mode 100644 index 993ca78b9af1..000000000000 --- a/games/freesci/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (freesci-0.3.5.tar.bz2) = 46bb779cd8881f9126e0296ffe43cbb44a407f5b0d98846cc2321db323e76303 -SIZE (freesci-0.3.5.tar.bz2) = 1022657 diff --git a/games/freesci/pkg-descr b/games/freesci/pkg-descr deleted file mode 100644 index f4f68d45859f..000000000000 --- a/games/freesci/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -FreeSCI is a portable interpreter for SCI games, such as the Space Quest -series (starting with SQ3) or Leisure Suit Larry (2 and sequels). - -This release has the following limitations (plus some bugs): - -- Only SCI0 games are supported -- The SCI debug functions aren't fully supported (and probably never will be, - since we're using our own debug functions). -- Sound is not supported yet -- Graphics are slow, especially on displays not using 8bpp color index mode. - -WWW: http://freesci.linuxgames.com/ diff --git a/games/freesci/pkg-plist b/games/freesci/pkg-plist deleted file mode 100644 index 1fc65f66a6c3..000000000000 --- a/games/freesci/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/sciconsole -bin/scidisasm -bin/sciunpack -bin/scipack -bin/freesci -bin/freesci-setup -bin/sciv -share/applnk/Games/Adventure/FreeSCI.desktop -@dirrmtry share/applnk/Games/Adventure -@dirrmtry share/applnk/Games -@dirrmtry share/applnk -share/icons/hicolor/48x48/apps/freesci.png -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -share/games/freesci/config.template -%%PORTDOCS%%share/games/freesci/sci.sgml -%%PORTDOCS%%share/games/freesci/sci-kernel.sgml -%%PORTDOCS%%share/games/freesci/freesci.sgml -%%PORTDOCS%%share/games/freesci/game-list.sgml -@dirrm share/games/freesci -@dirrmtry share/games diff --git a/games/linux-enemyterritory-etpub/Makefile b/games/linux-enemyterritory-etpub/Makefile deleted file mode 100644 index e3f6faafd4e0..000000000000 --- a/games/linux-enemyterritory-etpub/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: etpub -# Date created: 7 May 2006 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= etpub -PORTVERSION= 0.8.1 -PORTREVISION= 2 -CATEGORIES= games linux -MASTER_SITES= http://et.tjw.org/etpub/dist/ -PKGNAMEPREFIX= linux-enemyterritory- -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${CLIENT_PK3} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= ET Pub - An Enemy Territory Modification - -DEPRECATED= No more public distfiles (for the .pk3) -EXPIRATION_DATE= 2012-10-20 - -RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory - -USE_ZIP= yes -USE_LINUX= yes - -OPTIONS_DEFINE= OMNIBOT DOCS -OMNIBOT_DESC= Install Omni-Bot for bot support - -DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} - -CLIENT_PK3= ${PORTNAME}_client-20070801.pk3 -PLIST_SUB= CLIENT_PK3="${CLIENT_PK3}" - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MOMNIBOT} -RUN_DEPENDS+= et-omni-bot:${PORTSDIR}/games/linux-enemyterritory-omni-bot -.endif - -pre-patch: - @${FIND} ${WRKSRC} -type f -exec ${SH} -c \ - '${FILE} "$$0" | ${GREP} -q text && \ - ${REINPLACE_CMD} -i "" -e "s/
$$//" "$$0"' {} \; - -do-build: -.for f in et etded - @(${ECHO_CMD} "#!/bin/sh"; \ - ${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game ${PORTNAME} +set omnibot_path "${DATADIR}/../omni-bot" "$$@"') > \ - ${WRKSRC}/${f}-${PORTNAME} -.endfor - -do-install: -.for f in et etded - ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin -.endfor - ${MKDIR} ${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/glibc-2.1/qagame.mp.i386.so ${DATADIR} - ${INSTALL_DATA} ${DISTDIR}/${CLIENT_PK3} ${DATADIR} - ${MKDIR} ${DATADIR}/extra -.for f in PHP etadmin_mod - ${CP} -R ${WRKSRC}/extra/${f} ${DATADIR}/extra -.endfor -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -. for f in ChangeLog.txt Install.txt Upgrade-0.8.txt - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor - ${CP} -R ${WRKSRC}/docs ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/linux-enemyterritory-etpub/distinfo b/games/linux-enemyterritory-etpub/distinfo deleted file mode 100644 index a7f0a87d0072..000000000000 --- a/games/linux-enemyterritory-etpub/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (etpub-0.8.1.zip) = 95af9535ff3c688177d15129b481456705c9fdf0456761f2cf932a490ef6e779 -SIZE (etpub-0.8.1.zip) = 7694002 -SHA256 (etpub_client-20070801.pk3) = 378c054a7805f66da1348ef815cc4128077516a31d7541500093866674d8b528 -SIZE (etpub_client-20070801.pk3) = 3999867 diff --git a/games/linux-enemyterritory-etpub/pkg-descr b/games/linux-enemyterritory-etpub/pkg-descr deleted file mode 100644 index 785dc5854379..000000000000 --- a/games/linux-enemyterritory-etpub/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -ET Pub - An Enemy Territory Modification. - -Goals of ET Pub: - -* Be configuration compatible with shrubet (cvars AND shrubbot.cfg). -* Match useful shrub features (e.g. Play Dead, Corpse Dragging, etc.). -* Fix bugs. -* Add features to try to imporve gameplay on public servers. (e.g. Active - Team Balance). - -WWW: http://et.tjw.org/etpub/ -WWW: http://www.etpub.org/ diff --git a/games/linux-enemyterritory-etpub/pkg-plist b/games/linux-enemyterritory-etpub/pkg-plist deleted file mode 100644 index d200869c7274..000000000000 --- a/games/linux-enemyterritory-etpub/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/et-etpub -bin/etded-etpub -%%DATADIR%%/%%CLIENT_PK3%% -%%DATADIR%%/extra/PHP/pp/README.txt -%%DATADIR%%/extra/PHP/pp/pp.php -%%DATADIR%%/extra/PHP/xpsave/README.txt -%%DATADIR%%/extra/PHP/xpsave/xpsave.php -%%DATADIR%%/extra/PHP/xpsave/xpsave_table.php -%%DATADIR%%/extra/etadmin_mod/etpub_stats.pl -%%DATADIR%%/qagame.mp.i386.so -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt -%%PORTDOCS%%%%DOCSDIR%%/Install.txt -%%PORTDOCS%%%%DOCSDIR%%/Upgrade-0.8.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/config/default.cfg -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/config/mapvotecycle.cfg -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/config/server.cfg -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/config/settings.cfg -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/config/shrubbot.cfg -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/mapscripts/README.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/mapscripts/stalingrad.script -%%PORTDOCS%%%%DOCSDIR%%/docs/Example/mapscripts/tc_base.script -%%PORTDOCS%%%%DOCSDIR%%/docs/Install.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/Upgrade-0.5.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/Upgrade-0.6.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/Upgrade-0.7.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/Upgrade-0.8.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/index.html -%%PORTDOCS%%%%DOCSDIR%%/docs/index_pub.html -%%PORTDOCS%%%%DOCSDIR%%/docs/obituaries.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/Example/mapscripts -%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/Example/config -%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/Example -%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/extra/etadmin_mod -@dirrm %%DATADIR%%/extra/PHP/xpsave -@dirrm %%DATADIR%%/extra/PHP/pp -@dirrm %%DATADIR%%/extra/PHP -@dirrm %%DATADIR%%/extra -@dirrm %%DATADIR%% diff --git a/games/linux-enemyterritory-fortress/Makefile b/games/linux-enemyterritory-fortress/Makefile deleted file mode 100644 index e339b6f3c5b2..000000000000 --- a/games/linux-enemyterritory-fortress/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: Enemy Territory Fortress -# Date created: 25 Mar 2005 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= enemyterritory-fortress -PORTVERSION= 1.6 -PORTREVISION= 1 -CATEGORIES= games linux -MASTER_SITES= http://www.sonnensturm.net/download/ -PKGNAMEPREFIX= linux- -DISTNAME= etf_${PORTVERSION}-english-2 -EXTRACT_SUFX= .run - -MAINTAINER= ports@FreeBSD.org -COMMENT= A class-based teamplay modification for Enemy Territory - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes -NO_PACKAGE= Distfile size is 263MB, set FORCE_PACKAGE if you really want to build this package -RESTRICTED= Redistribution is limited, see license -NO_WRKSUBDIR= yes -ETDIR= ${PREFIX}/lib/enemyterritory -PORTDOCS= * - -do-extract: - @${MKDIR} ${WRKSRC} - @(cd ${WRKSRC} && \ - ${TAIL} -c +8768 ${DISTDIR}/${DISTFILES} | ${TAR} zxf - && \ - ${TAR} zxf etf.tar.gz && \ - ${TAR} zxf cfgnormal.tar.gz) - -do-build: -.for f in et etded - @${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/${f}-fortress - @${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game etf "$$@"' >> ${WRKSRC}/${f}-fortress -.endfor - -do-install: -.for f in et etded - ${INSTALL_SCRIPT} ${WRKSRC}/${f}-fortress ${PREFIX}/bin -.endfor - - ${MKDIR} ${ETDIR}/etf -.for f in autoexec.cfg etconfig.cfg etf_server.cfg preset_normal.cfg \ - servercache.dat *.pk3 - ${INSTALL_DATA} ${WRKSRC}/etf/${f} ${ETDIR}/etf -.endfor - ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${WRKSRC}/etf/*.so \ - ${ETDIR}/etf - -.for d in classconfigs nav scripts ui/usermenu video - ${MKDIR} ${ETDIR}/etf/${d} - ${INSTALL_DATA} ${WRKSRC}/etf/${d}/* ${ETDIR}/etf/${d} -.endfor - - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/etf.xpm ${DATADIR} - - ${MKDIR} ${EXAMPLESDIR}/sample_server -.for f in sample_server.cfg sample_srv/* - ${INSTALL_DATA} ${WRKSRC}/etf/${f} ${EXAMPLESDIR}/sample_server -.endfor - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in LICENSE README README.etf - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor - cd ${WRKSRC}/etf/docs && \ - ${FIND} * -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/guide/{}" \; && \ - ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/guide/{}" \; -.endif - -.include <bsd.port.mk> diff --git a/games/linux-enemyterritory-fortress/distinfo b/games/linux-enemyterritory-fortress/distinfo deleted file mode 100644 index 83d0c2126932..000000000000 --- a/games/linux-enemyterritory-fortress/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (etf_1.6-english-2.run) = 6be1e86922435fcddfe28d83210ac556497f65ea1f030e09459e82c888533975 -SIZE (etf_1.6-english-2.run) = 276814092 diff --git a/games/linux-enemyterritory-fortress/pkg-descr b/games/linux-enemyterritory-fortress/pkg-descr deleted file mode 100644 index 251a2ed934e6..000000000000 --- a/games/linux-enemyterritory-fortress/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ETF is a port of the mod Q3F for Quake 3 Arena and is based off the -Team Fortress concept. 10 unique classes and a ton of very cool -weapons along with some killer maps make up ETF. The game will offer -many game types like CTF, Reverse CTF, Single Flag, Capture & Hold, -Assault, King of the Hill and Duel. - -WWW: http://www.etfgame.com/ diff --git a/games/linux-enemyterritory-fortress/pkg-plist b/games/linux-enemyterritory-fortress/pkg-plist deleted file mode 100644 index b88c77b69436..000000000000 --- a/games/linux-enemyterritory-fortress/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -bin/et-fortress -bin/etded-fortress -lib/enemyterritory/etf/autoexec.cfg -lib/enemyterritory/etf/cgame.mp.i386.so -lib/enemyterritory/etf/classconfigs/agent.cfg -lib/enemyterritory/etf/classconfigs/civilian.cfg -lib/enemyterritory/etf/classconfigs/engineer.cfg -lib/enemyterritory/etf/classconfigs/flametrooper.cfg -lib/enemyterritory/etf/classconfigs/grenadier.cfg -lib/enemyterritory/etf/classconfigs/minigunner.cfg -lib/enemyterritory/etf/classconfigs/paramedic.cfg -lib/enemyterritory/etf/classconfigs/recon.cfg -lib/enemyterritory/etf/classconfigs/sniper.cfg -lib/enemyterritory/etf/classconfigs/soldier.cfg -lib/enemyterritory/etf/etconfig.cfg -lib/enemyterritory/etf/etf_border.pk3 -lib/enemyterritory/etf/etf_bringit.pk3 -lib/enemyterritory/etf/etf_dissect.pk3 -lib/enemyterritory/etf/etf_pak0.pk3 -lib/enemyterritory/etf/etf_pak1.pk3 -lib/enemyterritory/etf/etf_pak2.28249d08.pk3 -lib/enemyterritory/etf/etf_pak2.pk3 -lib/enemyterritory/etf/etf_pak3.pk3 -lib/enemyterritory/etf/etf_pak4.pk3 -lib/enemyterritory/etf/etf_pak5.pk3 -lib/enemyterritory/etf/etf_server.cfg -lib/enemyterritory/etf/etf_smartbases2.pk3 -lib/enemyterritory/etf/mp_bin.pk3 -lib/enemyterritory/etf/nav/etf_official_wps.zip -lib/enemyterritory/etf/omnibot_etf.so -lib/enemyterritory/etf/preset_normal.cfg -lib/enemyterritory/etf/qagame.mp.i386.so -lib/enemyterritory/etf/scripts/def_bot.gm -lib/enemyterritory/etf/scripts/etf_autoexec.gm -lib/enemyterritory/etf/servercache.dat -lib/enemyterritory/etf/ui/usermenu/default_defense.cfg -lib/enemyterritory/etf/ui/usermenu/default_general.cfg -lib/enemyterritory/etf/ui/usermenu/default_main.cfg -lib/enemyterritory/etf/ui/usermenu/default_offense.cfg -lib/enemyterritory/etf/ui/usermenu/default_team.cfg -lib/enemyterritory/etf/ui.mp.i386.so -lib/enemyterritory/etf/video/etintro.roq -%%DATADIR%%/etf.xpm -%%EXAMPLESDIR%%/sample_server/ACTF.zip -%%EXAMPLESDIR%%/sample_server/DUEL.zip -%%EXAMPLESDIR%%/sample_server/MIXED.zip -%%EXAMPLESDIR%%/sample_server/README -%%EXAMPLESDIR%%/sample_server/sample_server.cfg -@dirrm lib/enemyterritory/etf/classconfigs -@dirrm lib/enemyterritory/etf/nav -@dirrm lib/enemyterritory/etf/scripts -@dirrm lib/enemyterritory/etf/ui/usermenu -@dirrm lib/enemyterritory/etf/ui -@dirrm lib/enemyterritory/etf/video -@dirrm lib/enemyterritory/etf -@dirrm %%DATADIR%% -@dirrm %%EXAMPLESDIR%%/sample_server -@dirrm %%EXAMPLESDIR%% diff --git a/games/pets/Makefile b/games/pets/Makefile deleted file mode 100644 index aab998036d57..000000000000 --- a/games/pets/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: pets -# Date created: 2006-07-28 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ -# $FreeBSD$ -# - -PORTNAME= pets -PORTVERSION= 1.0 -PORTREVISION= 7 -CATEGORIES= games -MASTER_SITES= http://www.loria.fr/~rougier/pub/Software/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Funny pets to follow your mouse pointer - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -WRKSRC= ${WRKDIR}/pet-${PORTVERSION} - -USE_GNOME= gtk20 -USE_PKGCONFIG= yes - -SUB_FILES= pkg-message - -GTK_CFLAGS= pkg-config gtk+-2.0 gdk-pixbuf-xlib-2.0 --cflags -GTK_LDFLAGS= pkg-config gtk+-2.0 gdk-pixbuf-xlib-2.0 --libs - -do-build: - (cd ${WRKSRC} && ${CXX} ${CFLAGS} `${GTK_CFLAGS}` -c pet.cc) - (cd ${WRKSRC} && ${CXX} ${LDFLAGS} `${GTK_LDFLAGS}` pet.o -o pets) - -do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/pets ${PREFIX}/bin - @(cd ${WRKSRC}/data; ${PAX} -rw -p e -l . ${DATADIR}) - @${FIND} ${DATADIR}/ -type f -name "*~" -delete - @${FIND} ${DATADIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; - @${FIND} ${DATADIR}/ -exec ${CHOWN} ${SHAREOWN} {} \; - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/pets/distinfo b/games/pets/distinfo deleted file mode 100644 index 426bbbe4987d..000000000000 --- a/games/pets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pets-1.0.tar.gz) = 19a99f4f17466486a7fc0155127807bb90e5665240aded708122c2846822a34b -SIZE (pets-1.0.tar.gz) = 141666 diff --git a/games/pets/files/pkg-message.in b/games/pets/files/pkg-message.in deleted file mode 100644 index 355497c33b65..000000000000 --- a/games/pets/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -============================================================================= - -Pets configuration datafiles were installed in %%DATADIR%%. -To run pets specify path to configuration file on commandline, e.g. -% pets %%DATADIR%%/cat/cat.xml - -============================================================================= diff --git a/games/pets/pkg-descr b/games/pets/pkg-descr deleted file mode 100644 index 9eb7f32451a2..000000000000 --- a/games/pets/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a port of an old program by Masayuki Koba where a cute tiny kitty was -following your mouse all over the screen. This new version is base on gtk and -uses an xml description for animations. There is also another animation with a -tiny tux (see the art section for povray sources). - -Author: Nicolas P. Rougier <rougier@loria.fr> -WWW: http://www.loria.fr/~rougier/pub/Softwares/ diff --git a/games/pets/pkg-plist b/games/pets/pkg-plist deleted file mode 100644 index 7df43782f2f2..000000000000 --- a/games/pets/pkg-plist +++ /dev/null @@ -1,119 +0,0 @@ -bin/pets -%%DATADIR%%/cat/awake-1.png -%%DATADIR%%/cat/cat.xml -%%DATADIR%%/cat/down-left-walk-1.png -%%DATADIR%%/cat/down-left-walk-2.png -%%DATADIR%%/cat/down-right-walk-1.png -%%DATADIR%%/cat/down-right-walk-2.png -%%DATADIR%%/cat/down-scratch-wall-1.png -%%DATADIR%%/cat/down-scratch-wall-2.png -%%DATADIR%%/cat/down-walk-1.png -%%DATADIR%%/cat/down-walk-2.png -%%DATADIR%%/cat/left-scratch-wall-1.png -%%DATADIR%%/cat/left-scratch-wall-2.png -%%DATADIR%%/cat/left-walk-1.png -%%DATADIR%%/cat/left-walk-2.png -%%DATADIR%%/cat/lick-self-1.png -%%DATADIR%%/cat/lick-self-2.png -%%DATADIR%%/cat/right-scratch-wall-1.png -%%DATADIR%%/cat/right-scratch-wall-2.png -%%DATADIR%%/cat/right-walk-1.png -%%DATADIR%%/cat/right-walk-2.png -%%DATADIR%%/cat/scratch-self-1.png -%%DATADIR%%/cat/scratch-self-2.png -%%DATADIR%%/cat/sleep-1.png -%%DATADIR%%/cat/sleep-2.png -%%DATADIR%%/cat/toto.png -%%DATADIR%%/cat/up-left-walk-1.png -%%DATADIR%%/cat/up-left-walk-2.png -%%DATADIR%%/cat/up-right-walk-1.png -%%DATADIR%%/cat/up-right-walk-2.png -%%DATADIR%%/cat/up-scratch-wall-1.png -%%DATADIR%%/cat/up-scratch-wall-2.png -%%DATADIR%%/cat/up-walk-1.png -%%DATADIR%%/cat/up-walk-2.png -%%DATADIR%%/cat/yawn-1.png -%%DATADIR%%/cat/yawn-2.png -%%DATADIR%%/pov/fly.inc -%%DATADIR%%/pov/jump.pov -%%DATADIR%%/pov/make_all.sh -%%DATADIR%%/pov/walk.pov -%%DATADIR%%/tux/jump.pov -%%DATADIR%%/tux/jump1.png -%%DATADIR%%/tux/jump2.png -%%DATADIR%%/tux/jump3.png -%%DATADIR%%/tux/jump4.png -%%DATADIR%%/tux/jump5.png -%%DATADIR%%/tux/jump6.png -%%DATADIR%%/tux/jump7.png -%%DATADIR%%/tux/jump8.png -%%DATADIR%%/tux/toto.png -%%DATADIR%%/tux/tux.xml -%%DATADIR%%/tux/walk-down-left1.png -%%DATADIR%%/tux/walk-down-left2.png -%%DATADIR%%/tux/walk-down-left3.png -%%DATADIR%%/tux/walk-down-left4.png -%%DATADIR%%/tux/walk-down-left5.png -%%DATADIR%%/tux/walk-down-left6.png -%%DATADIR%%/tux/walk-down-left7.png -%%DATADIR%%/tux/walk-down-left8.png -%%DATADIR%%/tux/walk-down-right1.png -%%DATADIR%%/tux/walk-down-right2.png -%%DATADIR%%/tux/walk-down-right3.png -%%DATADIR%%/tux/walk-down-right4.png -%%DATADIR%%/tux/walk-down-right5.png -%%DATADIR%%/tux/walk-down-right6.png -%%DATADIR%%/tux/walk-down-right7.png -%%DATADIR%%/tux/walk-down-right8.png -%%DATADIR%%/tux/walk-down1.png -%%DATADIR%%/tux/walk-down2.png -%%DATADIR%%/tux/walk-down3.png -%%DATADIR%%/tux/walk-down4.png -%%DATADIR%%/tux/walk-down5.png -%%DATADIR%%/tux/walk-down6.png -%%DATADIR%%/tux/walk-down7.png -%%DATADIR%%/tux/walk-down8.png -%%DATADIR%%/tux/walk-left1.png -%%DATADIR%%/tux/walk-left2.png -%%DATADIR%%/tux/walk-left3.png -%%DATADIR%%/tux/walk-left4.png -%%DATADIR%%/tux/walk-left5.png -%%DATADIR%%/tux/walk-left6.png -%%DATADIR%%/tux/walk-left7.png -%%DATADIR%%/tux/walk-left8.png -%%DATADIR%%/tux/walk-right1.png -%%DATADIR%%/tux/walk-right2.png -%%DATADIR%%/tux/walk-right3.png -%%DATADIR%%/tux/walk-right4.png -%%DATADIR%%/tux/walk-right5.png -%%DATADIR%%/tux/walk-right6.png -%%DATADIR%%/tux/walk-right7.png -%%DATADIR%%/tux/walk-right8.png -%%DATADIR%%/tux/walk-up-left1.png -%%DATADIR%%/tux/walk-up-left2.png -%%DATADIR%%/tux/walk-up-left3.png -%%DATADIR%%/tux/walk-up-left4.png -%%DATADIR%%/tux/walk-up-left5.png -%%DATADIR%%/tux/walk-up-left6.png -%%DATADIR%%/tux/walk-up-left7.png -%%DATADIR%%/tux/walk-up-left8.png -%%DATADIR%%/tux/walk-up-right1.png -%%DATADIR%%/tux/walk-up-right2.png -%%DATADIR%%/tux/walk-up-right3.png -%%DATADIR%%/tux/walk-up-right4.png -%%DATADIR%%/tux/walk-up-right5.png -%%DATADIR%%/tux/walk-up-right6.png -%%DATADIR%%/tux/walk-up-right7.png -%%DATADIR%%/tux/walk-up-right8.png -%%DATADIR%%/tux/walk-up1.png -%%DATADIR%%/tux/walk-up2.png -%%DATADIR%%/tux/walk-up3.png -%%DATADIR%%/tux/walk-up4.png -%%DATADIR%%/tux/walk-up5.png -%%DATADIR%%/tux/walk-up6.png -%%DATADIR%%/tux/walk-up7.png -%%DATADIR%%/tux/walk-up8.png -@dirrm %%DATADIR%%/tux -@dirrm %%DATADIR%%/pov -@dirrm %%DATADIR%%/cat -@dirrm %%DATADIR%% diff --git a/games/wolf3d/Makefile b/games/wolf3d/Makefile deleted file mode 100644 index a8d64ffc1b63..000000000000 --- a/games/wolf3d/Makefile +++ /dev/null @@ -1,102 +0,0 @@ -# New ports collection makefile for: wolf3d -# Date created: 13 Jan 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# -# $FreeBSD$ -# - -PORTNAME= wolf3d -PORTVERSION= 20011028 -PORTREVISION= 8 -CATEGORIES= games -MASTER_SITES= http://www.icculus.org/wolf3d/:wolf \ - http://cvsup.theplanet.com/distfiles/:wolf \ - http://www.liquidx.org/distfiles/:sw -DISTNAME= wolf3d-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:wolf - -MAINTAINER= ports@FreeBSD.org -COMMENT= "Wolfenstein 3D Linux" by Steven Fuller (1992) - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -USE_SDL= sdl - -OPTIONS_DEFINE= WOLF_SW OPTIMIZED_CFLAGS SPEAR_SW DOCS -OPTIONS_DEFAULT= WOLF_SW OPTIMIZED_CFLAGS -WOLF_SW_DESC= Install shareware data for Wolfenstein 3D -SPEAR_SW_DESC= Install shareware data for Spear of Destiny - -SUB_FILES= pkg-message wolf3d - -WOLF_BIN= sdlwolf3d -WOLF_VERS= wf ws sf ss - -WF_CF= -DWMODE=1 -WS_CF= -DWMODE=0 -SF_CF= -DWMODE=3 -SS_CF= -DWMODE=2 - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MWOLF_SW} -DISTFILES+= wolfdata${EXTRACT_SUFX}:sw -PLIST_SUB+= WOLF_SW="" -.else -PLIST_SUB+= WOLF_SW="@comment " -.endif - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -MAKE_ENV+= OPT_CF="-O2 -fomit-frame-pointer -ffast-math -funroll-loops" -.endif - -.if ${PORT_OPTIONS:MSPEAR_SW} -DISTFILES+= speardata${EXTRACT_SUFX}:sw -PLIST_SUB+= SPEAR_SW="" -.else -PLIST_SUB+= SPEAR_SW="@comment " -.endif - -post-extract: -.if ${PORT_OPTIONS:MSPEAR_SW} - @${MV} ${WRKDIR}/audit.sdm ${WRKDIR}/audiot.sdm -.endif - -do-build: -.for f in ${WOLF_VERS} - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} WF=${${f:U}_CF} ${ALL_TARGET} - @cd ${WRKSRC} && ${MV} ${WOLF_BIN} ${WOLF_BIN}-${f} - @cd ${WRKSRC}; ${MAKE} clean -.endfor - -do-install: - ${MKDIR} ${PREFIX}/libexec/wolf3d -.for f in ${WOLF_VERS} - ${INSTALL_PROGRAM} ${WRKSRC}/${WOLF_BIN}-${f} ${PREFIX}/libexec/wolf3d -.endfor - ${INSTALL_SCRIPT} ${WRKDIR}/wolf3d ${PREFIX}/bin/wolf3d - - ${MKDIR} ${DATADIR} -.if ${PORT_OPTIONS:MWOLF_SW} - ${INSTALL_DATA} ${WRKDIR}/wolfdata/* ${DATADIR} -.endif -.if ${PORT_OPTIONS:MSPEAR_SW} - ${INSTALL_DATA} ${WRKDIR}/*.sdm ${DATADIR} -.endif - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/docs - ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}/docs -. for f in IDEAS NOTES README TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor -.endif - -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - -.include <bsd.port.mk> diff --git a/games/wolf3d/distinfo b/games/wolf3d/distinfo deleted file mode 100644 index 94ab06cebbd3..000000000000 --- a/games/wolf3d/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (wolf3d-20011028.tar.gz) = 9a1bde32bee0e78a82ad98ee6176e3bf93ec4fa70d1353ad63e1f9f6a30c72fb -SIZE (wolf3d-20011028.tar.gz) = 134539 -SHA256 (wolfdata.tar.gz) = 46766d1c7aa98809042c24873571db6366b082babd6cfaf81a319e0bae4950e9 -SHA256 (speardata.tar.gz) = cdbd9c72701677f195546e9bbe12a8e39e3b6e995bf545f9c35fbd2cfd491fcb -SIZE (speardata.tar.gz) = 557831 -SIZE (wolfdata.tar.gz) = 565585 diff --git a/games/wolf3d/files/patch-Makefile b/games/wolf3d/files/patch-Makefile deleted file mode 100644 index db0d3b605711..000000000000 --- a/games/wolf3d/files/patch-Makefile +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.orig Thu Sep 27 20:58:29 2001 -+++ Makefile Thu Apr 13 15:49:57 2006 -@@ -1,7 +1,8 @@ --CC = gcc -+#CC = gcc - #CC = gcc-3.0 - --CFLAGS = -g -Wall -pedantic -+CFLAGS += $(OPT_CF) $(WF) -+#CFLAGS = -g -Wall -pedantic - #CFLAGS = -g -O2 -Wall -pedantic - #CFLAGS = -Wall -O6 -fomit-frame-pointer -ffast-math -funroll-loops -mpentiumpro -mcpu=pentiumpro -march=pentiumpro - #CFLAGS = -g -Wall -pedantic -std=gnu99 -@@ -17,18 +18,18 @@ - XOBJS = $(OBJS) $(ROBJS) vi_xlib.o - DOBJS = $(OBJS) $(ROBJS) vi_sdl.o - --LFLAGS = -lm -+LFLAGS += -lm - --OBJS += sd_null.o --#OBJS += sd_oss.o fmopl.o -+#OBJS += sd_null.o -+OBJS += sd_oss.o fmopl.o - #CFLAGS += -D_REENTRANT - #LFLAGS += -lpthread - --CFLAGS += `sdl-config --cflags` -+CFLAGS += `$(SDL_CONFIG) --cflags` - - SLFLAGS = $(LFLAGS) -lvga --XLFLAGS = $(LFLAGS) -L/usr/X11R6/lib -lX11 -lXext --DLFLAGS = $(LFLAGS) `sdl-config --libs` -L/usr/X11R6/lib -lX11 -lXext -+XLFLAGS = $(LFLAGS) -L$(LOCALBASE)/lib -lX11 -lXext -+DLFLAGS = $(LFLAGS) `$(SDL_CONFIG) --libs` -L$(LOCALBASE)/lib -lX11 -lXext - - NASM = nasm - diff --git a/games/wolf3d/files/patch-sd_oss.c b/games/wolf3d/files/patch-sd_oss.c deleted file mode 100644 index 03c44b2b7373..000000000000 --- a/games/wolf3d/files/patch-sd_oss.c +++ /dev/null @@ -1,12 +0,0 @@ ---- sd_oss.c.orig Mon Mar 19 09:00:29 2001 -+++ sd_oss.c Tue Sep 14 17:26:13 2004 -@@ -39,7 +39,8 @@ - - boolean AdLibPresent, SoundBlasterPresent; - --SDMode SoundMode, MusicMode; -+SDMode SoundMode; -+SMMode MusicMode; - SDSMode DigiMode; - - static volatile boolean sqActive; diff --git a/games/wolf3d/files/pkg-message.in b/games/wolf3d/files/pkg-message.in deleted file mode 100644 index 4749cd4752c5..000000000000 --- a/games/wolf3d/files/pkg-message.in +++ /dev/null @@ -1,20 +0,0 @@ -============================================================================== - -Wolf3D has been installed. - -If you have the original data files for Wolfenstein 3D (.wl6 files) and/or -Spear of Destiny (.sod files) place them using lower-case names into -"%%DATADIR%%". - -This port's wrapper script will install the wolf3d data to your home directory -the first time you run it. If for some odd reason you already have a directory -called .wolf3d in your home directory, you must (re)move it before this port -will function correctly. - -Note: the "~/.wolf3d" directory will be created only once. If you add files to -the data directory you will have to remove "~/.wolf3d" and re-run the script, -or create the symbolic links manually. - --tlp - -============================================================================== diff --git a/games/wolf3d/files/wolf3d.in b/games/wolf3d/files/wolf3d.in deleted file mode 100644 index 772c64ede26c..000000000000 --- a/games/wolf3d/files/wolf3d.in +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# wolf3d - wolf3d-20011028 wrapper script -# -# 2004 Travis Poppe -# - -USERDIR="$HOME/.wolf3d" -WOLF_BIN="sdlwolf3d" - -msg_game() -{ - echo "Please provide a \"-game\" parameter with one of the following values:" - echo "" - echo "wf - Wolfenstein 3D (full version)" - echo "ws - Wolfenstein 3D (shareware version)" - echo "sf - Spear of Destiny (full version)" - echo "ss - Spear of Destiny (shareware version)" - echo "" -} - -msg_options() -{ - echo "Basic options:" - echo "" - echo "-nowait Skips introduction" - echo "-nojoy Disables joystick" - echo "-nomouse Disables mouse" - echo "-x2 Increases screen size by x2" - echo "-x3 Increases screen size by x3" - echo "-fullscreen Enables fullscreen mode" - echo "-demotest Starts wolf3d in demonstration mode" - echo "-version Reports game version" - echo "" -} - -if [ "$1" = "-game" -a -n "`echo $2 | grep -E '^(wf|ws|sf|ss)$'`" ] -then - GAME="$2" - shift; shift - - if [ ! -d $USERDIR ] - then - mkdir $USERDIR - ln -s %%PREFIX%%/libexec/wolf3d/* $USERDIR - ln -s %%DATADIR%%/* $USERDIR - - echo "wolf3d was installed to $USERDIR/" - else - echo "wolf3d appears to be installed to $USERDIR/" - fi - - msg_options - - cd $USERDIR || exit 1 - exec ./${WOLF_BIN}-${GAME} "$@" -else - msg_game - - exit 1 -fi diff --git a/games/wolf3d/pkg-descr b/games/wolf3d/pkg-descr deleted file mode 100644 index 2b0dfc7142f4..000000000000 --- a/games/wolf3d/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a October 28, 2001 Snapshot of "Wolfenstein 3D Linux" by Steven -Fuller. It is an unofficial Linux port of the id Software game, -Wolfenstein 3D (1992). It also supports Spear of Destiny. - -WWW: http://www.icculus.org/wolf3d/ diff --git a/games/wolf3d/pkg-plist b/games/wolf3d/pkg-plist deleted file mode 100644 index 4ce6753bfbdc..000000000000 --- a/games/wolf3d/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/wolf3d -libexec/wolf3d/sdlwolf3d-sf -libexec/wolf3d/sdlwolf3d-ss -libexec/wolf3d/sdlwolf3d-wf -libexec/wolf3d/sdlwolf3d-ws -%%PORTDOCS%%%%DOCSDIR%%/IDEAS -%%PORTDOCS%%%%DOCSDIR%%/NOTES -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/docs/goodstuf.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/release.txt -%%WOLF_SW%%%%DATADIR%%/audiohed.wl1 -%%WOLF_SW%%%%DATADIR%%/audiot.wl1 -%%WOLF_SW%%%%DATADIR%%/gamemaps.wl1 -%%WOLF_SW%%%%DATADIR%%/maphead.wl1 -%%WOLF_SW%%%%DATADIR%%/vgadict.wl1 -%%WOLF_SW%%%%DATADIR%%/vgagraph.wl1 -%%WOLF_SW%%%%DATADIR%%/vgahead.wl1 -%%WOLF_SW%%%%DATADIR%%/vswap.wl1 -%%SPEAR_SW%%%%DATADIR%%/audiohed.sdm -%%SPEAR_SW%%%%DATADIR%%/audiot.sdm -%%SPEAR_SW%%%%DATADIR%%/config.sdm -%%SPEAR_SW%%%%DATADIR%%/gamemaps.sdm -%%SPEAR_SW%%%%DATADIR%%/maphead.sdm -%%SPEAR_SW%%%%DATADIR%%/vgadict.sdm -%%SPEAR_SW%%%%DATADIR%%/vgagraph.sdm -%%SPEAR_SW%%%%DATADIR%%/vgahead.sdm -%%SPEAR_SW%%%%DATADIR%%/vswap.sdm -@unexec rmdir %D/%%DATADIR%% 2>/dev/null || echo "If you are permanently removing this port, you should remove any Wolfenstein 3D and/or Spear Of Destiny data files left in %D/%%DATADIR%%." | fmt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/wolf3d diff --git a/games/xripple/Makefile b/games/xripple/Makefile deleted file mode 100644 index 6c2eb4bf38eb..000000000000 --- a/games/xripple/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: xripple -# Date created: 6 Oct 1996 -# Whom: oly -# -# $FreeBSD$ -# - -PORTNAME= xripple -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \ - ftp://ftp.cin.nihon-u.ac.jp/pub/X11/enlightenment/misc/ \ - ftp://ftp.dataplus.se/pub/linux/enlightenment/misc/ \ - ftp://ftp.devolution.com/pub/enlightenment/ \ - ftp://ftp.dti.ad.jp/.1/X/e/ \ - ftp://ftp.gui.uva.es/pub/linux.new/software/X11/winman/enlightenment/ \ - ftp://ftp.gwdg.de/pub/linux/tux/x/enlightenment/enlightenment/misc/ \ - ftp://ftp.pconline.com/users/gjerde/enlightenment/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= X program to make bottom of screen ripple like a pool of water - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -PLIST_FILES= bin/xripple -USE_IMAKE= yes -USE_XORG= x11 xext -ALL_TARGET= xripple - -post-configure: - cd ${WRKSRC}; make clean - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/games/xripple/distinfo b/games/xripple/distinfo deleted file mode 100644 index a9d3bf405a2e..000000000000 --- a/games/xripple/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xripple.tar.gz) = a769ce60133744e44a574e605a6d606a4c483326a23187d18e73520bfc953d1d -SIZE (xripple.tar.gz) = 11602 diff --git a/games/xripple/pkg-descr b/games/xripple/pkg-descr deleted file mode 100644 index 10f57805b81e..000000000000 --- a/games/xripple/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is a port of xripple, written by the Rasterman, aka. Carsten Haitzler. - -XRipple is a program that causes the bottom of the screen to ripple, like -a pool of water. Not much else to say, really. - -Carsten's ultra-cool homepage is at http://www.cse.unsw.edu.au/~s2154962/ -with more cool stuff. - -Note that xripple has no "official" version number. diff --git a/games/yace/Makefile b/games/yace/Makefile deleted file mode 100644 index b128b1f25609..000000000000 --- a/games/yace/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: yace -# Date created: 2008-01-15 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= yace -PORTVERSION= 1.2 -CATEGORIES= games -MASTER_SITES= http://corewar.co.uk/ankerl/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Yet Another Corewars Evolver - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -USE_BZIP2= yes -USE_GMAKE= yes -NO_WRKSUBDIR= yes -BUILD_WRKSRC= ${WRKDIR}/src -MAKEFILE= makefile -ALL_TARGET= # - -post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|CCFLAGS =|& ${CFLAGS}|' \ - ${BUILD_WRKSRC}/${MAKEFILE} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR} - cd ${WRKSRC}/bin && ${CP} -r bench testset yace.cfg ${DATADIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/yace/distinfo b/games/yace/distinfo deleted file mode 100644 index 140c60cb0a05..000000000000 --- a/games/yace/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (yace_1.2.tar.bz2) = 3cd9afab122a67df5a407c08498fc1529b36c1adbce067e49eed95356193764e -SIZE (yace_1.2.tar.bz2) = 86425 diff --git a/games/yace/pkg-descr b/games/yace/pkg-descr deleted file mode 100644 index f5d5ed6e8390..000000000000 --- a/games/yace/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Here you can find Yace, which is a program that automatically creates -corewar-warriors, using a genetic algorithm. Yace was a modified version of -ga_war.c, another corewar evolver (many thanks to Jason Boer), but in the -latest release there is not much code left from ga_war. I also want to thank M -Joonas Pihlaja for his Corewar Simulator exhaust, which is released under the -GPL. - -WWW: http://corewar.co.uk/ankerl/yace.htm diff --git a/games/yace/pkg-plist b/games/yace/pkg-plist deleted file mode 100644 index ca05db57a213..000000000000 --- a/games/yace/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -bin/yace -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%DATADIR%%/bench/00000000.red -%%DATADIR%%/bench/00000001.red -%%DATADIR%%/bench/00000002.red -%%DATADIR%%/bench/00000003.red -%%DATADIR%%/bench/00000004.red -%%DATADIR%%/bench/00000005.red -%%DATADIR%%/bench/00000006.red -%%DATADIR%%/bench/00000007.red -%%DATADIR%%/bench/00000008.red -%%DATADIR%%/bench/00000009.red -%%DATADIR%%/bench/readme.txt -%%DATADIR%%/testset/00000000.red -%%DATADIR%%/testset/00000001.red -%%DATADIR%%/testset/00000002.red -%%DATADIR%%/testset/00000003.red -%%DATADIR%%/testset/00000004.red -%%DATADIR%%/testset/00000005.red -%%DATADIR%%/testset/00000006.red -%%DATADIR%%/testset/00000007.red -%%DATADIR%%/testset/00000008.red -%%DATADIR%%/testset/00000009.red -%%DATADIR%%/testset/00000010.red -%%DATADIR%%/testset/00000011.red -%%DATADIR%%/testset/00000012.red -%%DATADIR%%/testset/00000013.red -%%DATADIR%%/testset/00000014.red -%%DATADIR%%/testset/00000015.red -%%DATADIR%%/testset/00000016.red -%%DATADIR%%/testset/00000017.red -%%DATADIR%%/testset/00000018.red -%%DATADIR%%/testset/00000019.red -%%DATADIR%%/testset/franz/00000001.red -%%DATADIR%%/testset/franz/00000002.red -%%DATADIR%%/testset/franz/00000003.red -%%DATADIR%%/testset/franz/00000004.red -%%DATADIR%%/testset/franz/00000005.red -%%DATADIR%%/testset/franz/00000006.red -%%DATADIR%%/testset/franz/00000007.red -%%DATADIR%%/testset/franz/00000008.red -%%DATADIR%%/testset/franz/00000009.red -%%DATADIR%%/testset/franz/00000010.red -%%DATADIR%%/testset/koenigsstuhl/00000000.red -%%DATADIR%%/testset/koenigsstuhl/00000001.red -%%DATADIR%%/testset/koenigsstuhl/00000002.red -%%DATADIR%%/testset/koenigsstuhl/00000003.red -%%DATADIR%%/testset/koenigsstuhl/00000004.red -%%DATADIR%%/testset/koenigsstuhl/00000005.red -%%DATADIR%%/testset/koenigsstuhl/00000006.red -%%DATADIR%%/testset/koenigsstuhl/00000007.red -%%DATADIR%%/testset/koenigsstuhl/00000008.red -%%DATADIR%%/testset/koenigsstuhl/00000009.red -%%DATADIR%%/testset/koenigsstuhl/00000010.red -%%DATADIR%%/testset/koenigsstuhl/00000011.red -%%DATADIR%%/testset/srcforge/00000000.red -%%DATADIR%%/testset/srcforge/00000001.red -%%DATADIR%%/testset/srcforge/00000002.red -%%DATADIR%%/testset/srcforge/00000003.red -%%DATADIR%%/testset/srcforge/00000004.red -%%DATADIR%%/testset/srcforge/00000005.red -%%DATADIR%%/testset/srcforge/00000006.red -%%DATADIR%%/testset/srcforge/00000007.red -%%DATADIR%%/testset/srcforge/00000008.red -%%DATADIR%%/testset/srcforge/00000009.red -%%DATADIR%%/testset/srcforge/00000010.red -%%DATADIR%%/testset/srcforge/00000011.red -%%DATADIR%%/testset/srcforge/00000012.red -%%DATADIR%%/testset/srcforge/00000013.red -%%DATADIR%%/testset/srcforge/00000014.red -%%DATADIR%%/testset/srcforge/00000015.red -%%DATADIR%%/testset/srcforge/00000016.red -%%DATADIR%%/testset/srcforge/00000017.red -%%DATADIR%%/testset/srcforge/00000018.red -%%DATADIR%%/testset/srcforge/00000019.red -%%DATADIR%%/yace.cfg -@dirrm %%DATADIR%%/testset/srcforge -@dirrm %%DATADIR%%/testset/koenigsstuhl -@dirrm %%DATADIR%%/testset/franz -@dirrm %%DATADIR%%/testset -@dirrm %%DATADIR%%/bench -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |