Date: Fri, 21 Sep 2012 10:07:34 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304618 - in head: mail/bulk_mailer mail/cucipop mail/emh mail/smtpd mail/wbl mail/zabit misc/flyway misc/thailocale misc/voltcraft304 multimedia/gnustep-mplayer multimedia/mpeg multime... Message-ID: <201209211007.q8LA7YIC011308@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 21 10:07:33 2012 New Revision: 304618 URL: http://svn.freebsd.org/changeset/ports/304618 Log: Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator) Modified: head/mail/bulk_mailer/Makefile head/mail/cucipop/Makefile head/mail/emh/Makefile head/mail/smtpd/Makefile head/mail/wbl/Makefile head/mail/zabit/Makefile head/misc/flyway/Makefile head/misc/thailocale/Makefile head/misc/voltcraft304/Makefile head/multimedia/gnustep-mplayer/Makefile head/multimedia/mpeg/Makefile head/multimedia/vcdtools/Makefile head/multimedia/vdpau-video/Makefile head/net-im/firetalk/Makefile head/net-im/grouch/Makefile head/net-mgmt/nagios-check_nick/Makefile head/net-mgmt/nagios-radauth-plugin/Makefile head/net/ldap2dns/Makefile head/net/libconnect/Makefile head/net/linneighborhood/Makefile head/palm/plucker/Makefile head/print/a2pdf/Makefile head/print/advi/Makefile head/print/pstotext/Makefile head/russian/wmcyrx/Makefile head/russian/xcyrBGR/Makefile head/security/authforce/Makefile head/security/identify/Makefile head/security/its4/Makefile head/security/pam_af/Makefile head/security/py-fchksum/Makefile head/security/py-rijndael/Makefile head/security/sscep/Makefile head/security/ssh-multiadd/Makefile head/security/zombiezapper/Makefile head/sysutils/agef/Makefile head/sysutils/desktopbsd-tools/Makefile head/sysutils/dump9660/Makefile head/sysutils/dupfind/Makefile head/sysutils/memgrep/Makefile head/sysutils/nctop/Makefile head/sysutils/netdump-server/Makefile head/sysutils/pdumpfs-clean/Makefile head/sysutils/pdumpfs-rsync/Makefile head/sysutils/wtmp-tools/Makefile head/www/wacko/Makefile head/x11-clocks/wmdate/Makefile head/x11-fonts/arkpandora/Makefile head/x11-fonts/getbdf/Makefile head/x11-fonts/ttmkfdir/Makefile head/x11-themes/gtk-ana-theme/Makefile head/x11-toolkits/flu/Makefile head/x11-toolkits/gtkglarea/Makefile Modified: head/mail/bulk_mailer/Makefile ============================================================================== --- head/mail/bulk_mailer/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/mail/bulk_mailer/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= ftp://cs.utk.edu/pub/moore MAINTAINER= ports@FreeBSD.org COMMENT= Speeds delivery to mailing lists by sorting & batching addresses +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + GNU_CONFIGURE= YES CONFIGURE_ARGS= --cache-file=/dev/null Modified: head/mail/cucipop/Makefile ============================================================================== --- head/mail/cucipop/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/mail/cucipop/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ +DEPRECATED= Patches no more availables +EXPIRATION_DATE= 2012-10-20 + PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ PATCHFILES= cucipop-1.31-v6-20010223.diff.gz Modified: head/mail/emh/Makefile ============================================================================== --- head/mail/emh/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/mail/emh/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= MIME extension of mh-e.el +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS+= ${LOCALBASE}/share/semi/${SEMI_COOKIE}:${PORTSDIR}/editors/semi${DEPPORT_SUFFIX} RUN_DEPENDS+= ${LOCALBASE}/share/semi/${SEMI_COOKIE}:${PORTSDIR}/editors/semi${DEPPORT_SUFFIX} Modified: head/mail/smtpd/Makefile ============================================================================== --- head/mail/smtpd/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/mail/smtpd/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -18,6 +18,9 @@ PATCHFILES= patch-smtpd-2.0-RBL.gz MAINTAINER= ports@FreeBSD.org COMMENT= Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_RC_SUBR= smtpd SUB_FILES= pkg-message SPOOLBASE?= /var/smtpd Modified: head/mail/wbl/Makefile ============================================================================== --- head/mail/wbl/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/mail/wbl/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.technocage.com/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple tool to manage white/black list on qmail +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_BZIP2= yes USE_PERL5_RUN= yes USE_QMAIL_RUN= yes Modified: head/mail/zabit/Makefile ============================================================================== --- head/mail/zabit/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/mail/zabit/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= http://www.enderunix.org/z MAINTAINER= ports@FreeBSD.org COMMENT= Zabit is a content/attachment filter for qmail +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_QMAIL_RUN= yes HAS_CONFIGURE= yes Modified: head/misc/flyway/Makefile ============================================================================== --- head/misc/flyway/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/misc/flyway/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -15,6 +15,9 @@ MASTER_SITES= http://www.bellz.org/flywa MAINTAINER= ports@FreeBSD.org COMMENT= A VFR/IFR Route Planner for Pilots +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt Modified: head/misc/thailocale/Makefile ============================================================================== --- head/misc/thailocale/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/misc/thailocale/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.usablelabs.com/ MAINTAINER= ports@FreeBSD.org COMMENT= A locale for Thai in Thailand, TIS-620 character set +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message Modified: head/misc/voltcraft304/Makefile ============================================================================== --- head/misc/voltcraft304/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/misc/voltcraft304/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.heitec.net/pub/d MAINTAINER= ports@FreeBSD.org COMMENT= Reads temperatures from a Voltcraft 304 thermometer +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + MAN1= vc304.1 PLIST_FILES= bin/vc304 Modified: head/multimedia/gnustep-mplayer/Makefile ============================================================================== --- head/multimedia/gnustep-mplayer/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/multimedia/gnustep-mplayer/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ DISTNAME= Mplayer-0.4-1 MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep port of MPlayerOSX +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LICENSE= GPLv2 USE_GNUSTEP= yes Modified: head/multimedia/mpeg/Makefile ============================================================================== --- head/multimedia/mpeg/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/multimedia/mpeg/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -15,6 +15,9 @@ DISTNAME= MPEGv${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PVRG's MPEG video stream encoder +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + WRKSRC= ${WRKDIR}/mpegdir MAN1= mpeg.1 Modified: head/multimedia/vcdtools/Makefile ============================================================================== --- head/multimedia/vcdtools/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/multimedia/vcdtools/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.ori MAINTAINER= ports@FreeBSD.org COMMENT= Create your own VCD +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig ONLY_FOR_ARCHS= i386 amd64 Modified: head/multimedia/vdpau-video/Makefile ============================================================================== --- head/multimedia/vdpau-video/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/multimedia/vdpau-video/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.splitted-deskto MAINTAINER= ports@FreeBSD.org COMMENT= A VDPAU-based backend for VAAPI +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual Modified: head/net-im/firetalk/Makefile ============================================================================== --- head/net-im/firetalk/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/net-im/firetalk/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://site.n.ml.org/downl MAINTAINER= ports@FreeBSD.org COMMENT= A multi-protocol chat/instant messaging library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + WRKSRC= ${WRKDIR}/${PORTNAME} USE_LDCONFIG= yes Modified: head/net-im/grouch/Makefile ============================================================================== --- head/net-im/grouch/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/net-im/grouch/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= AOL and ICQ Instant Messenger client for GNUstep +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LICENSE= GPLv2 USE_GNUSTEP= yes Modified: head/net-mgmt/nagios-check_nick/Makefile ============================================================================== --- head/net-mgmt/nagios-check_nick/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/net-mgmt/nagios-check_nick/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ PKGNAMEPREFIX= nagios- MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plug-in to check if a nick is on IRC +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/irclib.py:${PORTSDIR}/irc/py-irclib USE_PYTHON= yes Modified: head/net-mgmt/nagios-radauth-plugin/Makefile ============================================================================== --- head/net-mgmt/nagios-radauth-plugin/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/net-mgmt/nagios-radauth-plugin/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ DISTNAME= radauth-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin for checking radius server +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + NAGIOS_PLUGIN_DIR?= libexec/nagios HAS_CONFIGURE= yes Modified: head/net/ldap2dns/Makefile ============================================================================== --- head/net/ldap2dns/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/net/ldap2dns/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= http://projects.alkaloid.n MAINTAINER= ports@FreeBSD.org COMMENT= Maintain DNS zones using an LDAP directory +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap Modified: head/net/libconnect/Makefile ============================================================================== --- head/net/libconnect/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/net/libconnect/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/dome MAINTAINER= ports@FreeBSD.org COMMENT= Tell programs to which IP-address they should bind +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + .if defined(NOPROFILE) PLIST_SUB+= NOPROFILE="@comment " .else Modified: head/net/linneighborhood/Makefile ============================================================================== --- head/net/linneighborhood/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/net/linneighborhood/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= http://www.bnro.de/~schmid MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ gui for browsing and mounting SMB filesystems +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} SAMBA_PORT?= net/samba34 Modified: head/palm/plucker/Makefile ============================================================================== --- head/palm/plucker/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/palm/plucker/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -19,6 +19,9 @@ DISTFILES= ${PORTNAME}_viewer-${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= An offline HTML viewer for PalmOS devices +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= ppmtoTbmp:${PORTSDIR}/palm/ppmtoTbmp \ convert:${PORTSDIR}/graphics/ImageMagick \ ppmtogif:${PORTSDIR}/graphics/netpbm \ Modified: head/print/a2pdf/Makefile ============================================================================== --- head/print/a2pdf/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/print/a2pdf/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://perl.jonallen.info/ MAINTAINER= ports@FreeBSD.org COMMENT= Text to PDF converter +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/artistic-2_0.txt Modified: head/print/advi/Makefile ============================================================================== --- head/print/advi/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/print/advi/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ MASTER_SITES= http://gallium.inria.fr/${ MAINTAINER= ports@FreeBSD.org COMMENT= Active-DVI viewer +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= ${CI_DEPEND}:${PORTSDIR}/graphics/ocaml-images \ kpsewhich:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ Modified: head/print/pstotext/Makefile ============================================================================== --- head/print/pstotext/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/print/pstotext/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= http://mirror.cs.wisc.edu/ MAINTAINER= ports@FreeBSD.org COMMENT= A PostScript to Text converter +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_GHOSTSCRIPT_RUN= yes MAN1= pstotext.1 Modified: head/russian/wmcyrx/Makefile ============================================================================== --- head/russian/wmcyrx/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/russian/wmcyrx/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ DISTNAME= cyrx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Cyrillic keyboard layout manager for Window Maker +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_XORG= x11 xpm NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/wmcyrx2 Modified: head/russian/xcyrBGR/Makefile ============================================================================== --- head/russian/xcyrBGR/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/russian/xcyrBGR/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ MASTER_SITES= ftp://ftp.slavof.net/pub/F MAINTAINER= ports@FreeBSD.org COMMENT= The Bulgarian Cyrillic keyboard layout manager for X11 +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + PLIST_FILES= bin/xcyrBGR USE_XORG= x11 xpm NO_INSTALL_MANPAGES= yes Modified: head/security/authforce/Makefile ============================================================================== --- head/security/authforce/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/authforce/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.divineinvasion. MAINTAINER= ports@FreeBSD.org COMMENT= HTTP authentication brute forcer +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl CONFIGURE_ENV= LIBS="-lintl" Modified: head/security/identify/Makefile ============================================================================== --- head/security/identify/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/identify/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.scn.rain.com/pu MAINTAINER= ports@FreeBSD.org COMMENT= Client side ident protocol daemon wrapper +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident PORTDOCS= README Modified: head/security/its4/Makefile ============================================================================== --- head/security/its4/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/its4/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tool to scan C/C++ source for potential vulnerabilities +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ Modified: head/security/pam_af/Makefile ============================================================================== --- head/security/pam_af/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/pam_af/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= http://mbsd.msk.ru/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Anti-bruteforce PAM module +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_BZIP2= yes MAN8= pam_af.8 pam_af_tool.8 Modified: head/security/py-fchksum/Makefile ============================================================================== --- head/security/py-fchksum/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/py-fchksum/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ DISTNAME= python-${PORTNAME}-${PORTVERSI MAINTAINER= ports@FreeBSD.org COMMENT= Python module to find the checksum of files +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + PLIST_FILES= %%PYTHON_SITELIBDIR%%/fchksum.so USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/security/py-rijndael/Makefile ============================================================================== --- head/security/py-rijndael/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/py-rijndael/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ DISTNAME= pyrijndael-v${PORTVERSION:S:.: MAINTAINER= ports@FreeBSD.org COMMENT= A pure python implementation of the Rijndael encryption algorithm +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_PYTHON= yes WRKSRC= ${WRKDIR}/pyrijndael Modified: head/security/sscep/Makefile ============================================================================== --- head/security/sscep/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/sscep/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -17,6 +17,9 @@ COMMENT= Simple scep client MAKEFILE= ${FILESDIR}/BSDmakefile ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_OPENSSL= yes .include <bsd.port.mk> Modified: head/security/ssh-multiadd/Makefile ============================================================================== --- head/security/ssh-multiadd/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/ssh-multiadd/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://users.dakotacom.net MAINTAINER= ports@FreeBSD.org COMMENT= Tool to add multiple ssh keys to the authentication agent +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_PYTHON= yes NO_BUILD= yes MAN1= ssh-multiadd.1 Modified: head/security/zombiezapper/Makefile ============================================================================== --- head/security/zombiezapper/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/security/zombiezapper/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config Modified: head/sysutils/agef/Makefile ============================================================================== --- head/sysutils/agef/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/agef/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Show disk usage of file sizes and counts sorted by file age +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + ALL_TARGET= ${PORTNAME} MAN8= agef.8 PLIST_FILES= bin/agef Modified: head/sysutils/desktopbsd-tools/Makefile ============================================================================== --- head/sysutils/desktopbsd-tools/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/desktopbsd-tools/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.desktopbsd.net/p MAINTAINER= ports@FreeBSD.org COMMENT= DesktopBSD tools for easy system configuration +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ Modified: head/sysutils/dump9660/Makefile ============================================================================== --- head/sysutils/dump9660/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/dump9660/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Create an ISO 9660 image, possibly incrementally +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + MAN8= mk9660.8 MAN5= proto.5 MLINKS= mk9660.8 dump9660.8 Modified: head/sysutils/dupfind/Makefile ============================================================================== --- head/sysutils/dupfind/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/dupfind/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.heitec.net/pub/d MAINTAINER= ports@FreeBSD.org COMMENT= Finds duplicate files in directory trees +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= fcrc.1:${PORTSDIR}/devel/fastcrc MAN1= dupfind.1 Modified: head/sysutils/memgrep/Makefile ============================================================================== --- head/sysutils/memgrep/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/memgrep/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.hick.org/code/s MAINTAINER= ports@FreeBSD.org COMMENT= Utility to manipulate memory from running processes and core files +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + HAS_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/sysutils/nctop/Makefile ============================================================================== --- head/sysutils/nctop/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/nctop/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= http://www.rz.uni-karlsruh MAINTAINER= ports@FreeBSD.org COMMENT= A remote system monitor for unix hosts +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_BZIP2= YES GNU_CONFIGURE= yes Modified: head/sysutils/netdump-server/Makefile ============================================================================== --- head/sysutils/netdump-server/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/netdump-server/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ DISTNAME= netdump-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= RedHat server part of netdump/netconsole package for Linux +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ glib:${PORTSDIR}/devel/glib20 Modified: head/sysutils/pdumpfs-clean/Makefile ============================================================================== --- head/sysutils/pdumpfs-clean/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/pdumpfs-clean/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -15,6 +15,9 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= A utility to clean up old backup files of a pdumpfs archive +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_RUBY= yes RUBY_SHEBANG_FILES= ${PROG} Modified: head/sysutils/pdumpfs-rsync/Makefile ============================================================================== --- head/sysutils/pdumpfs-rsync/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/pdumpfs-rsync/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= A utility to back up remote files with pdumpfs and rsync +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + RUN_DEPENDS= ${LOCALBASE}/sbin/pdumpfs:${PORTSDIR}/sysutils/pdumpfs \ rsync:${PORTSDIR}/net/rsync Modified: head/sysutils/wtmp-tools/Makefile ============================================================================== --- head/sysutils/wtmp-tools/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/sysutils/wtmp-tools/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.rentech.ru/arch MAINTAINER= ports@FreeBSD.org COMMENT= The tool for editing wtmp files and converting into this format +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + MAN1= t2w.1 MANCOMPRESSED= yes Modified: head/www/wacko/Makefile ============================================================================== --- head/www/wacko/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/www/wacko/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -12,6 +12,9 @@ DISTNAME= wacko.r4 MAINTAINER= ports@FreeBSD.org COMMENT= A small and fast PHP Wikki clone with 30+ languages support +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_BZIP2= yes # The port supports a number of variables that may be tweaked at build # time. Modified: head/x11-clocks/wmdate/Makefile ============================================================================== --- head/x11-clocks/wmdate/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/x11-clocks/wmdate/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -14,6 +14,9 @@ MASTER_SITES= http://solfertje.student.u MAINTAINER= ports@FreeBSD.org COMMENT= Date app for the WindowMaker dock +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp USE_IMAKE= yes Modified: head/x11-fonts/arkpandora/Makefile ============================================================================== --- head/x11-fonts/arkpandora/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/x11-fonts/arkpandora/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Arkpandora TrueType fonts +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig Modified: head/x11-fonts/getbdf/Makefile ============================================================================== --- head/x11-fonts/getbdf/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/x11-fonts/getbdf/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Convert any X server font to .bdf format +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + PLIST_FILES= bin/getbdf USE_PERL5_BUILD=yes USE_XORG= x11 Modified: head/x11-fonts/ttmkfdir/Makefile ============================================================================== --- head/x11-fonts/ttmkfdir/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/x11-fonts/ttmkfdir/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -15,6 +15,9 @@ MASTER_SITES= http://mbsd.msk.ru/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Create fonts.scale file for use with TrueType font server +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 PLIST_FILES= bin/ttmkfdir Modified: head/x11-themes/gtk-ana-theme/Makefile ============================================================================== --- head/x11-themes/gtk-ana-theme/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/x11-themes/gtk-ana-theme/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -17,6 +17,9 @@ DISTNAME= Ana MAINTAINER= ports@FreeBSD.org COMMENT= Clean and white GTK engine +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= rsvg-2:${PORTSDIR}/graphics/librsvg2 RUN_DEPENDS= ${LOCALBASE}/share/icons/Foxtrot/index.theme:${PORTSDIR}/x11-themes/gnome-themes-extras Modified: head/x11-toolkits/flu/Makefile ============================================================================== --- head/x11-toolkits/flu/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/x11-toolkits/flu/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -15,6 +15,9 @@ DISTNAME= FLU_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A library containing extra widgets for FLTK +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GL= gl Modified: head/x11-toolkits/gtkglarea/Makefile ============================================================================== --- head/x11-toolkits/gtkglarea/Makefile Fri Sep 21 09:10:22 2012 (r304617) +++ head/x11-toolkits/gtkglarea/Makefile Fri Sep 21 10:07:33 2012 (r304618) @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.ori MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL widget for the GTK+ GUI toolkit +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= libtool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209211007.q8LA7YIC011308>