From owner-svn-ports-head@FreeBSD.ORG Fri Feb 7 18:50:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29B8B750; Fri, 7 Feb 2014 18:50:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0537B1CDB; Fri, 7 Feb 2014 18:50:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s17IodJl058465; Fri, 7 Feb 2014 18:50:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s17IoUpR058408; Fri, 7 Feb 2014 18:50:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402071850.s17IoUpR058408@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 7 Feb 2014 18:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343287 - in head: archivers/bzip archivers/liblzxcomp astro/rmap astro/sunclock audio/asmix audio/asmixer audio/beep audio/fmio audio/oggsplit audio/py-xmms audio/teamspeak_client audi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 18:50:40 -0000 Author: bapt Date: Fri Feb 7 18:50:30 2014 New Revision: 343287 URL: http://svnweb.freebsd.org/changeset/ports/343287 QAT: https://qat.redports.org/buildarchive/r343287/ Log: Deprecate ports unmaintained for which distillator is not able to find public distfiles Reported by: distilator Modified: head/archivers/bzip/Makefile head/archivers/liblzxcomp/Makefile head/astro/rmap/Makefile head/astro/sunclock/Makefile head/audio/asmix/Makefile head/audio/asmixer/Makefile head/audio/beep/Makefile head/audio/fmio/Makefile head/audio/oggsplit/Makefile head/audio/py-xmms/Makefile head/audio/teamspeak_client/Makefile head/audio/teamspeak_server/Makefile head/audio/xmms-musepack/Makefile head/benchmarks/xdd/Makefile head/biology/ssaha/Makefile head/cad/tochnog/Makefile head/chinese/srecite/Makefile head/databases/mysql-udf-preg/Makefile head/databases/p5-hp200lx-db/Makefile head/deskutils/libopensync-plugin-synce-legacy/Makefile head/deskutils/libopensync-plugin-synce/Makefile head/deskutils/mdh/Makefile head/deskutils/phprojekt/Makefile head/devel/cross-gdb/Makefile head/devel/cvsstat/Makefile head/devel/picasm/Makefile head/devel/py-gitpython/Makefile head/dns/skadns/Makefile head/emulators/xmame/Makefile head/emulators/xmess/Makefile head/games/54321/Makefile head/games/fmars/Makefile head/games/hlstats/Makefile head/games/utserver/Makefile head/games/wmminichess/Makefile head/games/xbomb/Makefile head/graphics/enfle/Makefile head/mail/asmail/Makefile head/misc/asbutton/Makefile head/net-mgmt/arpscan/Makefile head/net/mars_nwe/Makefile head/sysutils/asfsm/Makefile head/sysutils/asmem/Makefile head/sysutils/gkrellmwho2/Makefile Modified: head/archivers/bzip/Makefile ============================================================================== --- head/archivers/bzip/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/archivers/bzip/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -9,6 +9,9 @@ MASTER_SITES= http://ftp.riken.jp/FreeBS MAINTAINER= ports@FreeBSD.org COMMENT= Block-sorting file compressor +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + RESTRICTED= may be covered by patents USE_CSTD= gnu89 Modified: head/archivers/liblzxcomp/Makefile ============================================================================== --- head/archivers/liblzxcomp/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/archivers/liblzxcomp/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ DISTNAME= lzx_compress MAINTAINER= ports@FreeBSD.org COMMENT= LZX compression library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_LDCONFIG= YES SHLIB_MAJOR= 1 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" Modified: head/astro/rmap/Makefile ============================================================================== --- head/astro/rmap/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/astro/rmap/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.reza.net/rmap/ MAINTAINER= ports@FreeBSD.org COMMENT= Generates images of the Earth centered at a particular location +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes Modified: head/astro/sunclock/Makefile ============================================================================== --- head/astro/sunclock/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/astro/sunclock/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.arvernes.com/fi MAINTAINER= ports@FreeBSD.org COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ Modified: head/audio/asmix/Makefile ============================================================================== --- head/audio/asmix/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/asmix/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.tigr.net/afters MAINTAINER= ports@FreeBSD.org COMMENT= Volume control dock-app for the AfterStep Window Manager +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_XORG= xpm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ Modified: head/audio/asmixer/Makefile ============================================================================== --- head/audio/asmixer/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/asmixer/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,10 +10,13 @@ MASTER_SITES= http://www.tigr.net/afters MAINTAINER= ports@FreeBSD.org COMMENT= Mixer control for AfterStep window manager +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + MAN1= ${PORTNAME}.1x +NO_STAGE= yes PLIST_FILES= bin/asmixer -NO_STAGE= yes USE_XORG= xpm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ Modified: head/audio/beep/Makefile ============================================================================== --- head/audio/beep/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/beep/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -9,6 +9,9 @@ MASTER_SITES= http://freebsd.unixfreunde MAINTAINER= ports@FreeBSD.org COMMENT= Beeps a certain duration and pitch out of the PC Speaker +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= i386 amd64 pc98 Modified: head/audio/fmio/Makefile ============================================================================== --- head/audio/fmio/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/fmio/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.aliasnet.ru/~pv MAINTAINER= ports@FreeBSD.org COMMENT= FM radio card manipulation utility +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + MAN1= fmio.1 MANCOMPRESSED= no ONLY_FOR_ARCHS= i386 Modified: head/audio/oggsplit/Makefile ============================================================================== --- head/audio/oggsplit/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/oggsplit/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://homepage.ntlworld.c MAINTAINER= ports@FreeBSD.org COMMENT= Split multiplexed (grouped or chained) Ogg files into separate streams +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg USES= gmake Modified: head/audio/py-xmms/Makefile ============================================================================== --- head/audio/py-xmms/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/py-xmms/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -12,6 +12,9 @@ DISTNAME= pyxmms-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= XMMS Remote Control Library for Python +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + BUILD_DEPENDS= ${XMMS_CONFIG}:${PORTSDIR}/multimedia/xmms LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms Modified: head/audio/teamspeak_client/Makefile ============================================================================== --- head/audio/teamspeak_client/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/teamspeak_client/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -14,6 +14,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Client side of a group voice chat system +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes NO_STAGE= yes Modified: head/audio/teamspeak_server/Makefile ============================================================================== --- head/audio/teamspeak_server/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/teamspeak_server/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -13,6 +13,9 @@ EXTRACT_ONLY= ts2_server_rc2_202319.tar. MAINTAINER= ports@FreeBSD.org COMMENT= Server side of the TeamSpeak group voice chat system +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + WRKSRC= ${WRKDIR}/tss2_rc2 ONLY_FOR_ARCHS= i386 NO_BUILD= yes Modified: head/audio/xmms-musepack/Makefile ============================================================================== --- head/audio/xmms-musepack/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/audio/xmms-musepack/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://dl.slik.org/musepac MAINTAINER= ports@FreeBSD.org COMMENT= XMMS input plugin for playing MPC Musepack (.mpc, .mp+) files +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms PLIST_FILES= lib/xmms/Input/xmms-mpegplus-1.8.0.so Modified: head/benchmarks/xdd/Makefile ============================================================================== --- head/benchmarks/xdd/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/benchmarks/xdd/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tool for measuring and characterizing disk subsystem I/O +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES= bin/xdd bin/timeserver bin/gettime USES= dos2unix Modified: head/biology/ssaha/Makefile ============================================================================== --- head/biology/ssaha/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/biology/ssaha/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/. MAINTAINER= ports@FreeBSD.org COMMENT= Very fast matching and alignment of DNA sequences +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/Binary Modified: head/cad/tochnog/Makefile ============================================================================== --- head/cad/tochnog/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/cad/tochnog/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_feb11_2001 MAINTAINER= ports@FreeBSD.org COMMENT= Free explicit/implicit Finite Element Program +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + BUILD_DEPENDS= ${LOCALBASE}/lib/libf2c.a:${PORTSDIR}/lang/f2c OPTIONS_DEFINE= ATLAS EXAMPLES THREADS Modified: head/chinese/srecite/Makefile ============================================================================== --- head/chinese/srecite/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/chinese/srecite/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -14,6 +14,9 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for the Chinese people to study foreign language +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/mysql-udf-preg/Makefile ============================================================================== --- head/databases/mysql-udf-preg/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/databases/mysql-udf-preg/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ DISTNAME= lib_mysqludf_preg-${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Library of MySQL UDFs providing access to PCRE +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes Modified: head/databases/p5-hp200lx-db/Makefile ============================================================================== --- head/databases/p5-hp200lx-db/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/databases/p5-hp200lx-db/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to handle HP 200LX palmtop computer databases +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USES= perl5 USE_PERL5= configure Modified: head/deskutils/libopensync-plugin-synce-legacy/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-synce-legacy/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/deskutils/libopensync-plugin-synce-legacy/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-rra-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SynCE legacy plugin for the OpenSync framework +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \ librra.so:${PORTSDIR}/palm/synce-librra Modified: head/deskutils/libopensync-plugin-synce/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-synce/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/deskutils/libopensync-plugin-synce/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -7,6 +7,9 @@ CATEGORIES= deskutils palm MAINTAINER= ports@FreeBSD.org COMMENT= SynCE plugin for the OpenSync framework +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + RUN_DEPENDS= sync-engine:${PORTSDIR}/palm/synce-sync-engine \ ${LOCALBASE}/lib/opensync/plugins/python_module.so:${PORTSDIR}/deskutils/libopensync-plugin-python Modified: head/deskutils/mdh/Makefile ============================================================================== --- head/deskutils/mdh/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/deskutils/mdh/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.gozer.org/progr MAINTAINER= ports@FreeBSD.org COMMENT= GTK2-based toolbar, like a smaller GNOME panel +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_BZIP2= yes USE_GNOME= gtk20 USES= gmake pkgconfig Modified: head/deskutils/phprojekt/Makefile ============================================================================== --- head/deskutils/phprojekt/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/deskutils/phprojekt/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An open source groupware suite +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_PHP= session imap mysql WANT_PHP_WEB= yes Modified: head/devel/cross-gdb/Makefile ============================================================================== --- head/devel/cross-gdb/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/devel/cross-gdb/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -14,6 +14,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= GNU gdb port for cross-target development +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + # # Temporary hack to dial with dependencies during package builds for # slave ports. Modified: head/devel/cvsstat/Makefile ============================================================================== --- head/devel/cvsstat/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/devel/cvsstat/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -13,6 +13,9 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Transforms the output of 'cvs status' to a sorted ASCII table +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USES= perl5 NO_BUILD= yes PLIST_FILES= bin/cvsstat Modified: head/devel/picasm/Makefile ============================================================================== --- head/devel/picasm/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/devel/picasm/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.// MAINTAINER= ports@FreeBSD.org COMMENT= Portable assembler for 16C84 series PICs +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + OPTIONS_DEFINE= DOCS EXAMPLES USE_BZIP2= yes Modified: head/devel/py-gitpython/Makefile ============================================================================== --- head/devel/py-gitpython/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/devel/py-gitpython/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python Git Library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb USE_PYTHON= yes Modified: head/dns/skadns/Makefile ============================================================================== --- head/dns/skadns/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/dns/skadns/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.skarnet.org/sof MAINTAINER= ports@FreeBSD.org COMMENT= Asynchronous DNS client software and library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + BUILD_DEPENDS= ${LOCALBASE}/lib/skalibs/libstddjb.a:${PORTSDIR}/devel/skalibs LDFLAGS?= -s Modified: head/emulators/xmame/Makefile ============================================================================== --- head/emulators/xmame/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/emulators/xmame/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -15,6 +15,9 @@ DISTNAME= xmame-${XMAMEVERSION} MAINTAINER?= ports@FreeBSD.org COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 NO_CDROM= License does not permit selling Modified: head/emulators/xmess/Makefile ============================================================================== --- head/emulators/xmess/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/emulators/xmess/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -7,6 +7,9 @@ PORTREVISION= 3 MAINTAINER= ports@FreeBSD.org COMMENT= X11 emulator for game consoles +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + MASTERDIR= ${.CURDIR}/../xmame DESCR= ${.CURDIR}/pkg-descr Modified: head/games/54321/Makefile ============================================================================== --- head/games/54321/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/games/54321/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= 54321 is five games in four-, three-, or two-dimensions for one player +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_SDL= image sdl Modified: head/games/fmars/Makefile ============================================================================== --- head/games/fmars/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/games/fmars/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://users.v-lo.krakow.p MAINTAINER= ports@FreeBSD.org COMMENT= Fast Memory Array Redcode Simulator +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= GPLv2 BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile Modified: head/games/hlstats/Makefile ============================================================================== --- head/games/hlstats/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/games/hlstats/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ DISTNAME= HLStats-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A real-time statistics generator for Half-Life and its mods +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= CDDL RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql Modified: head/games/utserver/Makefile ============================================================================== --- head/games/utserver/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/games/utserver/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -16,6 +16,9 @@ EXTRACT_ONLY= ${MAINFILE} MAINTAINER= ports@FreeBSD.org COMMENT= Unreal Tournament Dedicated Server for Linux +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + OPTIONS_DEFINE= BONUSPACKS OPTIONS_DEFAULT= BONUSPACKS BONUSPACKS_DESC= install the official bonus packs collection Modified: head/games/wmminichess/Makefile ============================================================================== --- head/games/wmminichess/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/games/wmminichess/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -11,6 +11,9 @@ DISTNAME= miniCHESS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker chess dockapp game +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= GPLv2 # (or later) RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess Modified: head/games/xbomb/Makefile ============================================================================== --- head/games/xbomb/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/games/xbomb/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Minesweeper with a couple of grid types +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USES= pkgconfig USE_XORG= xaw7 Modified: head/graphics/enfle/Makefile ============================================================================== --- head/graphics/enfle/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/graphics/enfle/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://enfle.fennel.org/fi MAINTAINER= ports@FreeBSD.org COMMENT= Simple plugin-based graphics viewer +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + BUILD_DEPENDS= ${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb LIB_DEPENDS= arc.1:${PORTSDIR}/archivers/libarc \ jasper.4:${PORTSDIR}/graphics/jasper \ Modified: head/mail/asmail/Makefile ============================================================================== --- head/mail/asmail/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/mail/asmail/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.tigr.net/afters MAINTAINER= ports@FreeBSD.org COMMENT= Biff-type program, designed to match AfterStep +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_XORG= xpm USE_OPENSSL= yes GNU_CONFIGURE= yes Modified: head/misc/asbutton/Makefile ============================================================================== --- head/misc/asbutton/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/misc/asbutton/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.tigr.net/afters MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that displays 4 or 9 buttons to run apps of your choice +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_XORG= x11 xpm ALL_TARGET= asbutton MAKE_ARGS= INCLUDES="-I${LOCALBASE}/include/X11 -I${LOCALBASE}/include" \ Modified: head/net-mgmt/arpscan/Makefile ============================================================================== --- head/net-mgmt/arpscan/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/net-mgmt/arpscan/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -9,6 +9,9 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Simple arp scanner +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/net/mars_nwe/Makefile ============================================================================== --- head/net/mars_nwe/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/net/mars_nwe/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Netware server emulator for Un*x systems +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + WRKSRC= ${WRKDIR}/mars_nwe PLIST= ${WRKDIR}/PLIST.DYN Modified: head/sysutils/asfsm/Makefile ============================================================================== --- head/sysutils/asfsm/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/sysutils/asfsm/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -11,6 +11,9 @@ DISTNAME= asfsm-1.0pre15 MAINTAINER= ports@FreeBSD.org COMMENT= File-system monitor for the AfterStep window manager +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_XORG= xpm x11 sm ice xext xaw xt GNU_CONFIGURE= yes Modified: head/sysutils/asmem/Makefile ============================================================================== --- head/sysutils/asmem/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/sysutils/asmem/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.tigr.net/afters MAINTAINER= ports@FreeBSD.org COMMENT= An AfterStep look-n-feel memory utilization monitor +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ Modified: head/sysutils/gkrellmwho2/Makefile ============================================================================== --- head/sysutils/gkrellmwho2/Makefile Fri Feb 7 18:46:21 2014 (r343286) +++ head/sysutils/gkrellmwho2/Makefile Fri Feb 7 18:50:30 2014 (r343287) @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.ori MAINTAINER= ports@FreeBSD.org COMMENT= Displays logged in users +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2