aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-09-21 14:52:44 +0800
committerbapt <bapt@FreeBSD.org>2012-09-21 14:52:44 +0800
commit9d9f88b824afcda7cdfb0c52e98ed4add762f1de (patch)
tree0db3a678dfc98dd87b8c8cb611d640c60e31050a /games
parent44015cfa268f48192961f090f2bb7bc682a19c1c (diff)
downloadfreebsd-ports-gnome-9d9f88b824afcda7cdfb0c52e98ed4add762f1de.tar.gz
freebsd-ports-gnome-9d9f88b824afcda7cdfb0c52e98ed4add762f1de.tar.zst
freebsd-ports-gnome-9d9f88b824afcda7cdfb0c52e98ed4add762f1de.zip
Deprecated a bunch a ports with no more public distfiles (thanks ehaupt's
distilator
Diffstat (limited to 'games')
-rw-r--r--games/freesci/Makefile3
-rw-r--r--games/linux-enemyterritory-etpub/Makefile3
-rw-r--r--games/linux-enemyterritory-fortress/Makefile3
-rw-r--r--games/pets/Makefile3
-rw-r--r--games/wolf3d/Makefile3
-rw-r--r--games/xripple/Makefile3
-rw-r--r--games/yace/Makefile3
7 files changed, 21 insertions, 0 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile
index e18cd37d40d3..8b45f94a43c3 100644
--- a/games/freesci/Makefile
+++ b/games/freesci/Makefile
@@ -16,6 +16,9 @@ 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
diff --git a/games/linux-enemyterritory-etpub/Makefile b/games/linux-enemyterritory-etpub/Makefile
index 55bedceefb12..e3f6faafd4e0 100644
--- a/games/linux-enemyterritory-etpub/Makefile
+++ b/games/linux-enemyterritory-etpub/Makefile
@@ -18,6 +18,9 @@ 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
diff --git a/games/linux-enemyterritory-fortress/Makefile b/games/linux-enemyterritory-fortress/Makefile
index 73adae73fd94..e339b6f3c5b2 100644
--- a/games/linux-enemyterritory-fortress/Makefile
+++ b/games/linux-enemyterritory-fortress/Makefile
@@ -17,6 +17,9 @@ 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
diff --git a/games/pets/Makefile b/games/pets/Makefile
index 5655481ee556..aab998036d57 100644
--- a/games/pets/Makefile
+++ b/games/pets/Makefile
@@ -15,6 +15,9 @@ 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
diff --git a/games/wolf3d/Makefile b/games/wolf3d/Makefile
index 1f3282b6d976..a8d64ffc1b63 100644
--- a/games/wolf3d/Makefile
+++ b/games/wolf3d/Makefile
@@ -18,6 +18,9 @@ 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
diff --git a/games/xripple/Makefile b/games/xripple/Makefile
index c89a3fb391f0..6c2eb4bf38eb 100644
--- a/games/xripple/Makefile
+++ b/games/xripple/Makefile
@@ -22,6 +22,9 @@ 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
diff --git a/games/yace/Makefile b/games/yace/Makefile
index 1153bc06c37d..b128b1f25609 100644
--- a/games/yace/Makefile
+++ b/games/yace/Makefile
@@ -14,6 +14,9 @@ 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
php72-hash: fix build with GCC-based architecturesjoneum2018-11-031-0/+5 | * Followup on r483807.rene2018-11-021-17/+0 | * Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-0229-95/+13 | * USES=objc:compiler sets the compiler, but then USES=compiler:c++11-langlinimon2018-11-021-2/+8 | * Update lang/erlang-runtime20 to version 20.3.8.11.olgeni2018-11-022-5/+8 | * Racket actually has been ported to all the architectures, just without JIT.linimon2018-11-012-7/+15 | * Make $^X is deterministic.mat2018-11-014-5/+19 | * Fix previous commit.mat2018-11-011-1/+0 | * Update to the 20181028 snapshot of GCC 9.gerald2018-11-012-4/+4 | * Update to v5.29.4-24-g9eccdb0c88.mat2018-10-313-9/+8 | * - Take maintainershipsunpoet2018-10-311-1/+1 | * lang/expect: install example scripts and manpages in the proper locationgahr2018-10-305-46/+47 | * Update lang/erlang-runtime18 to version 18.3.4.10.olgeni2018-10-302-5/+7 | * - Update to 2.84wen2018-10-303-5/+23 | * Update to 0.17027sunpoet2018-10-302-5/+7 | * lang/chicken5: Update to 5.0.0rc4tobik2018-10-303-5/+6 * | Merge branch 'master' into gnome-3.28Koop Mast2018-10-29143-1400/+765 |\| | * Give the powerpc64 failure mode a more useful message.linimon2018-10-291-2/+2 | * Update to the 20181026 snapshot of GCC 8.2.1.gerald2018-10-292-4/+4 | * Downgrade C++03 to C++98, actual default for GCC < 6jbeich2018-10-281-1/+1 | * Fix powerpc64 build. Correct license information.linimon2018-10-281-7/+7 | * Update lang/racket to version 7.1.olgeni2018-10-283-6/+79 | * Update lang/racket-minimal to version 7.1.olgeni2018-10-283-5/+23 | * Update to the 20181025 snapshot of GCC 7.3.1.gerald2018-10-282-4/+4 | * Update to the 20181024 snapshot of GCC 6.4.1, the last snapshot of thegerald2018-10-282-4/+4 | * Fix build with GCC-based architectures for various kde@ ports.tcberner2018-10-271-1/+1 | * - Update to 3.6.7wen2018-10-275-39/+117 | * lang/nim: update to 0.19swills2018-10-277-58/+57 | * Update to the GCC 6.4.0 upstream release which carries a number ofgerald2018-10-274-123/+4 | * Update lang/erlang-runtime17 to version 17.5.6.10.olgeni2018-10-262-6/+8 | * Update lang/elixir to version 1.7.4.olgeni2018-10-262-6/+6 | * Update lang/erlang-java to version 19.3.6.12.olgeni2018-10-262-3/+5 | * Update lang/erlang-wx to version 19.3.6.12.olgeni2018-10-262-4/+5 | * Update lang/erlang to version 19.3.6.12.olgeni2018-10-262-5/+7 | * Update lang/erlang-runtime21 to version 21.1.1.olgeni2018-10-262-5/+7 | * Update lang/erlang-runtime20 to version 20.3.8.10.olgeni2018-10-262-5/+7 | * Update lang/erlang-runtime19 to version 19.3.6.12.olgeni2018-10-262-5/+7 | * Update to RC4joneum2018-10-262-4/+4 | * lang/rust: update to 1.30.0jbeich2018-10-263-28/+28 | * Security Support for PHP 5.6 ends on 31 Dec 2018ale2018-10-241-0/+3 | * Update to v5.29.4-11-g36b19dd8d5.mat2018-10-244-5/+7 | * Update to 1.20181021sunpoet2018-10-242-5/+5 | * Expand FreeBSD 12 conditionals to include 13.0-CURRENTjbeich2018-10-242-0/+2 | * devel/icu: update to 63.1jbeich2018-10-236-6/+6 | * Update to the 20181021 snapshot of GCC 9.gerald2018-10-222-4/+4 | * lang/ghc: Cosmetic changes to Makefile and build.mk files.arrowd2018-10-223-14/+13 | * Security Support for PHP 7.0 ends on 3 Dec 2018joneum2018-10-211-0/+3 | * Remove PHP 55, this is a long time EOLjoneum2018-10-211-1/+1 | * - Replace 37with %%XY%%wen2018-10-211-6/+6 | * Update to the 20181017 snapshot of GCC 6.4.1.gerald2018-10-213-23/+4 | * Ignore some ports with some versions of phpantoine2018-10-218-8/+8 | * - Update to 3.7.1wen2018-10-214-23/+105 | * Deprecate lang/php_doctobik2018-10-211-0/+3 | * Update to 2.3.8sunpoet2018-10-206-27/+38 | * Update to 2.4.5sunpoet2018-10-207-48/+33 | * Update to 2.5.3sunpoet2018-10-208-50/+34 | * - Update to 3.24danilo2018-10-202-4/+4 | * Update to the 20181011 snapshot of GCC 7.3.1.gerald2018-10-203-23/+4 | * Update to the 20181019 snapshot of GCC 8.2.1.gerald2018-10-202-4/+4 | * Copy over files/patch-libgfortran from revision r481429 of lang/gcc7-devel:gerald2018-10-201-0/+19 | * Update KDE Frameworks to 5.41tcberner2018-10-201-3/+3 | * Update to the 20181014 snapshot of GCC 9.gerald2018-10-202-4/+4 | * lang/slib:swills2018-10-1917-804/+14 | * lang/nickle: Update to 2.82swills2018-10-193-42/+10 | * lang/ponyc: update to 0.25.0swills2018-10-196-23/+73 | * Pass maintainership to submitterjoneum2018-10-171-1/+1 | * lang/python27,35+: Remove MAKE_JOBS_UNSAFEkoobs2018-10-174-4/+0 | * Update to the 20181003 snapshot of GCC 6.4.1.gerald2018-10-163-4/+23 | * security/php73-hash: fix build with GCC-based architecturesjoneum2018-10-161-0/+5 | * Update to v5.29.3-59-g7bf15fe224.mat2018-10-162-4/+4 | * lang/seed7: update to 05_20181014gahr2018-10-152-4/+4 * | Merge branch 'master' into gnome-3.28Koop Mast2018-10-1520-1298/+33 |\| | * qt5: Fix build on GCC based architectures.tcberner2018-10-141-3/+1 | * Update to the 20181011 snapshot of GCC 7.3.1.gerald2018-10-142-4/+4 | * Update to the 20181012 snapshot of GCC 8.2.1.gerald2018-10-142-4/+4 | * Bump PORTREVISION for the change to pkg-descr in r481962.gerald2018-10-131-1/+1 | * Update to the 20181007 snapshot of GCC 9.gerald2018-10-132-4/+4 | * Avoid referencing the concrete version number of the port pulled ingerald2018-10-131-2/+2 | * lang/rust: update to 1.29.2jbeich2018-10-133-17/+4 | * Update to 7.1.23joneum2018-10-133-629/+4 | * Update to 7.2.11joneum2018-10-123-629/+4 | * Update to RC3joneum2018-10-122-5/+5 * | Merge branch 'master' into gnome-3.28Koop Mast2018-10-1215-56/+43 |\| | * Update KDE Applications to 18.08.2tcberner2018-10-122-6/+6 | * Update to 0.4.25 release.ale2018-10-112-4/+4 | * Update to 2.12.7 release.ale2018-10-112-4/+4 | * lang/duktape: Update to 2.3.0swills2018-10-113-19/+19 | * bump PORTREVISON after fix in r481618joneum2018-10-101-1/+1 | * textproc/hs-parsec-numbers: Add new port.arrowd2018-10-091-0/+1 | * PHP 7.3: Convert PCRE2 dependency from BUILD to LIB_DEPENDStz2018-10-092-10/+2 | * lang/chicken5: Update to 5.0.0rc3tobik2018-10-093-12/+6 * | Update gjs to 1.52.4.Koop Mast2018-10-102-4/+4 |/ * - Update to 0.9.4ashish2018-10-094-7/+30 * Fix some PKGNAME collisionsantoine2018-10-081-1/+1 * Update to v5.29.3-44-gb00627d001.mat2018-10-082-4/+4 * Connect all the PHP 7.3 portstz2018-10-081-0/+2 * Add PHP 7.3 RC2 to the ports-tree.tz2018-10-0819-4/+1420 * lang/crystal: update to 0.26.1swills2018-10-083-7/+21 * Update to the 20181003 snapshot of GCC 6.4.1.gerald2018-10-072-4/+4 * Update to the 20181004 snapshot of GCC 7.3.1.gerald2018-10-073-4/+23 * Update to the 20181005 snapshot of GCC 8.2.1.gerald2018-10-072-4/+4 * Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-0612-24/+24 * - Update to 1.0.1lwhsu2018-10-044-202/+5 * lang/ghc: Remove BOOTH option.arrowd2018-10-041-22/+8 * Update to the 20180930 snapshot of GCC 9.gerald2018-10-042-4/+4 * Update to 1.11.1jlaffaye2018-10-043-4/+10 * lang/coffeescript: update to 2.3.2swills2018-10-022-4/+4 * fixup! Update to v5.29.3-34-g3f4fa0ec35.mat2018-10-011-5/+0 * Update to v5.29.3-34-g3f4fa0ec35.mat2018-10-012-4/+4 * lang/ghc: Disable using xelatex, as the build fails if it is present.arrowd2018-10-011-0/+2 * Update to version 1.4.12krion2018-10-012-7/+6 * lang/nx: update to 2.2.0gahr2018-10-013-8/+8 * lang/rust: Add patches to support LibreSSL 2.8.1dumbbell2018-10-0148-2/+11781 * Update to 1.20180928sunpoet2018-10-012-4/+4 * The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.kwm2018-09-306-61/+83 * Recommend the use of GCC 7 or later over this port, since that is nowgerald2018-09-302-2/+49 * Recommend the use of GCC 7 or later over this port, since that is nowgerald2018-09-302-2/+2 * Update to the 20180928 snapshot of GCC 8.2.1.gerald2018-09-302-4/+4 * - Unbreak packaging as non-root user by removing needless call to chmod(1)danfe2018-09-301-2/+0 * Update to the 20180926 snapshot of GCC 6.4.1.gerald2018-09-292-4/+4 * Update to the 20180927 snapshot of GCC 7.3.1.gerald2018-09-292-4/+4 * lang/rust: update to 1.29.1jbeich2018-09-292-5/+5 * Fix build on gcc-based archs.linimon2018-09-281-1/+2 * - Resurrect and stagify `lang/ocaml-camlidl' portdanfe2018-09-275-0/+101 * Update lang/erlang-runtime21 to version 21.1.olgeni2018-09-273-39/+8 * Add -znotext to LDFLAGS on i386, for lldemaste2018-09-271-0/+1 * Update Objective-C LLVM version to 6.0.brooks2018-09-264-4/+4 * Address more linker issuesromain2018-09-252-2/+20 * Restore the php-5.5.x-mail-header.patch distfile checksum.ale2018-09-251-0/+2 * These ports now build on powerpc64.linimon2018-09-251-3/+2 * Update to the 20180923 snapshot of GCC 9.gerald2018-09-252-4/+4 * Update to 5.6.38 release.ale2018-09-242-6/+4 * Update to v5.29.3-15-ga9dc86432e.mat2018-09-244-5/+7 * lang/rust-nightly: no longer builds after r479877jbeich2018-09-241-0/+2 * Update lang/erlang-wx to version 19.3.6.11.olgeni2018-09-232-5/+5 * Update lang/erlang-java to version 19.3.6.11.olgeni2018-09-232-5/+5 * Update lang/erlang to version 19.3.6.11.olgeni2018-09-232-5/+7 * Update lang/erlang-runtime20 to version 20.3.8.9.olgeni2018-09-232-5/+7 * Update lang/erlang-runtime19 to version 19.3.6.11.olgeni2018-09-232-5/+7 * - Remove using of libwhich from build processlwhsu2018-09-234-0/+24 * Update to the 20180921 snapshot of GCC 8.2.1.gerald2018-09-222-4/+4 * Update to the 20180919 snapshot of GCC 6.4.1.gerald2018-09-222-4/+4 * Update to the 20180916 snapshot of GCC 9. (The last two weeks' versionsgerald2018-09-222-4/+4 * Update to the 20180920 snapshot of GCC 7.3.1.gerald2018-09-222-4/+4 * Fix build on gcc-based archs by updating USES.linimon2018-09-221-4/+4 * lang/rust: sort LIB_DEPENDS by library name instead of originjbeich2018-09-211-2/+2 * lang/rust: unbundle libgit2/libssh2jbeich2018-09-211-2/+5 * lang/rust: unbreak if ssl != basejbeich2018-09-201-0/+13 * Revert the "DLD_FLAGS" pollution part of r475483.romain2018-09-202-18/+0 * lang/fsharp: update to 10.2.1dbn2018-09-205-41/+73 * lang/execline: update to 2.5.0.1fernape2018-09-194-17/+13 * lang/php*: link with -znotext on i386emaste2018-09-194-0/+12 * lang/ocaml: add -znotext to LDFLAGS on i386, for lldemaste2018-09-191-0/+1 * Mark these ports as broken on powerpc64.linimon2018-09-181-0/+1 * lang/mujs: Update 1.0.4 -> 1.0.5yuri2018-09-182-4/+4 * Add gnu99 to USE_CSTD to fix builds on gcc-based archs.linimon2018-09-181-0/+1 * Add ott, tool for writing definitions of programming languages and calculilwhsu2018-09-184-0/+36 * Update KDE Frameworks to 5.50tcberner2018-09-181-3/+3 * Enable threads by default.krion2018-09-171-1/+2 * Update to v5.29.2-62-g5feab405f7.mat2018-09-172-4/+4 * lang/rust: Update to 1.29.0dumbbell2018-09-165-49/+58 * Update to 7.1.22joneum2018-09-152-4/+4 * Update to the 20180914 snapshot of GCC 8.2.1.gerald2018-09-152-4/+4 * Update to the 20180913 snapshot of GCC 7.3.1.gerald2018-09-152-4/+4 * Update security/mbedtls to 2.13.0 and bump dependent ports.tijl2018-09-142-2/+2 * Update lang/erlang-runtime21 to version 21.0.9.olgeni2018-09-142-5/+7 * lang/ruby2[345]: Improve qsort_r() detectioned2018-09-143-8/+62 * Update to 7.2.10joneum2018-09-142-4/+4 * Update to 7.0.32joneum2018-09-142-4/+4 * Update to 0.30sunpoet2018-09-132-4/+5 * Change x11/xorgproto to become a build depzeising2018-09-122-1/+2 * - Update to 2.80.0wen2018-09-112-4/+4 * Add EXAMPLES options to ports that should have one.mat2018-09-101-0/+2 * Add DOCS options to ports that should have one.mat2018-09-1015-3/+29 * After an include, PLIST_SUB must be appended to, not overwritten.mat2018-09-1010-10/+10 * lang/seed7: update to 05_20180821gahr2018-09-102-4/+4 * Regenerate with 'make makepatch'.des2018-09-101-2/+2 * Reassign all of tobez@'s p5 ports to perl@.des2018-09-105-5/+5 * Update to v5.29.2-48-g295a484ee2mat2018-09-102-4/+4 * Change the arch in ONLY_FOR_ARCHS_REASON_x to be actually used.mat2018-09-101-1/+1 * - Add LICENSEamdmi32018-09-101-0/+4 * Update WWWsunpoet2018-09-101-1/+1 * lang/chicken5: Update to 5.0.0rc2tobik2018-09-092-6/+5 * Update Qt5 to 5.11.1tcberner2018-09-098-37/+29 * Update to the 20180905 snapshot of GCC 6.4.1.gerald2018-09-082-4/+4 * Update to the 20180906 snapshot of GCC 7.3.1.gerald2018-09-082-4/+4 * Update to the 20180907 snapshot of GCC 8.2.1.gerald2018-09-082-4/+4 * Forward port r478722 | gerald | 2018-09-01 from lang/gcc7:gerald2018-09-081-0/+47 * lang/chicken5: Mark as MAKE_JOBS_UNSAFE againtobik2018-09-072-11/+1 * Update the current KDE Applications to 18.08.1, the latest release.adridg2018-09-073-7/+6 * - Copy lang/julia to lang/julia06 and lang/julia07lwhsu2018-09-0732-391/+3144 * Update lang/erlang-runtime21 to version 21.0.8.olgeni2018-09-072-5/+7 * lang/gcc7{,-devel}: Fix powerpc64 USE_GCC dependency loopkbowling2018-09-052-2/+6 * lang/chicken5: Obtain entropy via arc4random_buf on FreeBSD tootobik2018-09-043-1/+23 * Update to 1.20180901sunpoet2018-09-042-6/+7 * Update to v5.29.2-41-ge47f50f38fmat2018-09-032-4/+4 * lang/nqc: Fix build with Clang 6tobik2018-09-022-0/+19 * Forward port r478722 | gerald | 2018-09-01 from lang/gcc7:gerald2018-09-021-0/+47 * Disable the build/use of libssp/gets-chk since FreeBSD 12 and latergerald2018-09-021-0/+47 * Update to the 20180830 snapshot of GCC 7.3.1.gerald2018-09-012-4/+4 * lang/mono: Update to 5.10.1.57feld2018-09-012-5/+5 * Update to the 20180831 snapshot of GCC 8.2.1.gerald2018-09-012-4/+4 * Update to the 20180826 snapshot of GCC 9.gerald2018-09-012-4/+4 * devel/google{test,mock}: update to 1.8.1jbeich2018-09-011-0/+1 * devel/boehm-gc: update to 7.6.8fernape2018-09-01