diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-25 04:38:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-25 04:38:56 +0800 |
commit | ca240e921571af7fbf4722f29f31e47a7ac63e78 (patch) | |
tree | 4b3e2089eeaa2bf649c545b64c64629269c75abe | |
parent | 4e773a7e4309f787937e0380962cda57422feef1 (diff) | |
download | freebsd-ports-gnome-ca240e921571af7fbf4722f29f31e47a7ac63e78.tar.gz freebsd-ports-gnome-ca240e921571af7fbf4722f29f31e47a7ac63e78.tar.zst freebsd-ports-gnome-ca240e921571af7fbf4722f29f31e47a7ac63e78.zip |
misc/bsdiff||2009-12-24|Incorporated into base system long ago
security/freebsd-update||2009-12-24|Incorporated into base system long ago
sysutils/est||2009-12-24|Incorporated into base system long ago
sysutils/estctrl||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha1||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha256||2009-12-24|Incorporated into base system long ago
28 files changed, 0 insertions, 405 deletions
diff --git a/misc/Makefile b/misc/Makefile index cda63cf04f0c..8231af01ef12 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -33,7 +33,6 @@ SUBDIR += boxes SUBDIR += boxquote.el SUBDIR += brs - SUBDIR += bsdiff SUBDIR += buffer SUBDIR += c-hey SUBDIR += callid diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile deleted file mode 100644 index 25332ef96423..000000000000 --- a/misc/bsdiff/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: Binary patch tool -# Date created: 7 June 2003 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= bsdiff -PORTVERSION= 4.3 -CATEGORIES= misc devel -MASTER_SITES= http://www.daemonology.net/bsdiff/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= Generates and applies patches to binary files - -MAN1= bsdiff.1 bspatch.1 -PLIST_FILES= bin/bsdiff bin/bspatch - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 ) -IGNORE= is now contained in the base system -.endif - -.include <bsd.port.post.mk> diff --git a/misc/bsdiff/distinfo b/misc/bsdiff/distinfo deleted file mode 100644 index 3452c4ffad28..000000000000 --- a/misc/bsdiff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bsdiff-4.3.tar.gz) = e6d812394f0e0ecc8d5df255aa1db22a -SHA256 (bsdiff-4.3.tar.gz) = 18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48 -SIZE (bsdiff-4.3.tar.gz) = 5740 diff --git a/misc/bsdiff/pkg-descr b/misc/bsdiff/pkg-descr deleted file mode 100644 index 76b37c8115eb..000000000000 --- a/misc/bsdiff/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is a pair of tools for building (bsdiff) and applying (bspatch) -binary patches. When applied to two versions of the same executable -the patches produced are significantly smaller than those generated -by other binary diff tools (eg, xdelta). - -WWW: http://www.daemonology.net/bsdiff/ - -- Colin Percival -cperciva@daemonology.net diff --git a/security/Makefile b/security/Makefile index 53f3d66fef84..926c6d9b92ff 100644 --- a/security/Makefile +++ b/security/Makefile @@ -135,7 +135,6 @@ SUBDIR += fprint_demo SUBDIR += fragroute SUBDIR += fragrouter - SUBDIR += freebsd-update SUBDIR += fressh SUBDIR += fsh SUBDIR += fswatch diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile deleted file mode 100644 index 84d77361244f..000000000000 --- a/security/freebsd-update/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: FreeBSD Update Client -# Date created: 21 March 2003 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= freebsd-update -PORTVERSION= 1.6 -PORTREVISION= 2 -CATEGORIES= security -MASTER_SITES= http://www.daemonology.net/freebsd-update/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= Fetches and installs binary updates to FreeBSD - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700019 || ( ${OSVERSION} > 601104 && ${OSVERSION} < 700000 ) -IGNORE= is now contained in the base system -.endif - -# This is a critical security port. If it breaks, Bad Things will happen. -# Under no circumstances should this port ever be modified without approval -# from the maintainer or security-officer, even for "cosmetic" fixes. - -# The RSA code has been tested and works on these platforms. On other -# platforms, it either doesn't work or hasn't been tested. -ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 - -MAN5= freebsd-update.conf.5 -MAN8= freebsd-update.8 -PLIST_FILES= sbin/freebsd-update \ - sbin/freebsd-update-verify \ - etc/freebsd-update.conf.sample -PLIST_DIRS= freebsd-update - -PKGMESSAGE= ${WRKDIR}/pkg-message - -.ifdef NOPORTDOCS -MAKE_ENV+= NODOCS=yes -.else -PORTDOCS= LICENSE README VERSION -.endif - -post-extract: - ${SED} -e "s#PREFIX=/usr/local#PREFIX=${PREFIX}#g" \ - ${WRKSRC}/freebsd-update > ${WRKSRC}/freebsd-update.new - ${MV} ${WRKSRC}/freebsd-update.new ${WRKSRC}/freebsd-update - @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/pkg-message \ - > ${PKGMESSAGE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/security/freebsd-update/distinfo b/security/freebsd-update/distinfo deleted file mode 100644 index fe6dded076e5..000000000000 --- a/security/freebsd-update/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freebsd-update-1.6.tar.gz) = 169380ed2cc0dccd7ec0a33237f1674e -SHA256 (freebsd-update-1.6.tar.gz) = 5e0ef688b3d278fd680edc3967dfb5fb8afef39517f116fbd6bfacd703b0e3f5 -SIZE (freebsd-update-1.6.tar.gz) = 31372 diff --git a/security/freebsd-update/files/patch-aa-redir2 b/security/freebsd-update/files/patch-aa-redir2 deleted file mode 100644 index 983374844975..000000000000 --- a/security/freebsd-update/files/patch-aa-redir2 +++ /dev/null @@ -1,11 +0,0 @@ ---- freebsd-update Sun Oct 3 21:08:21 2004 -+++ freebsd-update Sun Oct 3 21:12:04 2004 -@@ -371,7 +371,7 @@ - - # Fetch updates; send output to a file, and - # append a message in case of error. -- real-fetch-update > $WRKDIR/log || -+ real-fetch-update > $WRKDIR/log 2>&1 || - echo "Error fetching updates" >> $WRKDIR/log - - # Send an email to root if $VERBOSE == yes, or diff --git a/security/freebsd-update/files/pkg-message b/security/freebsd-update/files/pkg-message deleted file mode 100644 index 21763ff48a6c..000000000000 --- a/security/freebsd-update/files/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ - -Before you can use this, you will have to create an update configuration -file specifying the server to fetch updates from and the trusted public -key fingerprint. - -A sample configuration file has been installed in - - %%PREFIX%%/etc/freebsd-update.conf.sample - -which will fetch updates built by the author. If you trust the author -to securely build binary updates for you to blindly install on this -machine, copy that file to - - %%PREFIX%%/etc/freebsd-update.conf - -otherwise, create that file as appropriate. diff --git a/security/freebsd-update/pkg-descr b/security/freebsd-update/pkg-descr deleted file mode 100644 index 771b29cd282d..000000000000 --- a/security/freebsd-update/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the client half of the FreeBSD Update system; it fetches and -applies binary security updates. - -WWW: http://www.daemonology.net/freebsd-update/ - -- Colin Percival -cperciva@daemonology.net diff --git a/sysutils/Makefile b/sysutils/Makefile index de2cbafb8732..216fb6e106e3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -193,8 +193,6 @@ SUBDIR += env4801 SUBDIR += epylog SUBDIR += eroaster - SUBDIR += est - SUBDIR += estctrl SUBDIR += etcmerge SUBDIR += etoile-behavior SUBDIR += etoile-installer @@ -238,8 +236,6 @@ SUBDIR += fpc-users SUBDIR += fpc-utmp SUBDIR += fpkg - SUBDIR += freebsd-sha1 - SUBDIR += freebsd-sha256 SUBDIR += freebsd-snapshot SUBDIR += freecolor SUBDIR += freedt diff --git a/sysutils/est/Makefile b/sysutils/est/Makefile deleted file mode 100644 index a1a9d9ff2cd2..000000000000 --- a/sysutils/est/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: Enhanced SpeedStep driver -# Date created: 21 August 2004 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= est -PORTVERSION= 0.7.2 -PORTREVISION= 2 -CATEGORIES= sysutils kld -MASTER_SITES= http://www.daemonology.net/freebsd-est/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= Enhanced SpeedStep driver for Pentium M processors - -ONLY_FOR_ARCHS= i386 -KMODDIR= ${PREFIX}/modules -MAKE_ARGS= KMODDIR="${KMODDIR}" - -USE_RC_SUBR= ${PORTNAME} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 600015 -IGNORE= is now contained in the base system (see cpufreq(4)) -.endif - -.if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= needs kernel source files -.endif - -pre-install: - @${MKDIR} ${KMODDIR} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/sysutils/est/distinfo b/sysutils/est/distinfo deleted file mode 100644 index bd2f0f8926a9..000000000000 --- a/sysutils/est/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (est-0.7.2.tar.gz) = 82fb0e28c61f6cf1d037c38883a6a7ff -SHA256 (est-0.7.2.tar.gz) = 684cab01fbb8db83c40b0390c675adfc2b33fd8a6c2adc2c476c1f37fc84230b -SIZE (est-0.7.2.tar.gz) = 5112 diff --git a/sysutils/est/files/est.in b/sysutils/est/files/est.in deleted file mode 100644 index 5db37e38eb9f..000000000000 --- a/sysutils/est/files/est.in +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/sysutils/est/files/Attic/est.in,v 1.1 2006-03-18 00:32:05 cperciva Exp $ -# - -# PROVIDE: est -# REQUIRE: abi -# BEFORE: securelevel - -# Define est_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/est -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -est_enable="${est_enable-NO}" -est_verbose="NO" - -. %%RC_SUBR%% - -name="est" -rcvar=`set_rcvar` - -start_cmd="est_start" -stop_cmd="est_stop" - -load_rc_config $name - -kmoddir="%%PREFIX%%/modules" - -est_start () { - /sbin/kldload ${kmoddir}/est.ko - if checkyesno est_verbose; then - sysctl hw.est_verbose=1 - fi -} - -est_stop () { - /sbin/kldunload $name -} - -run_rc_command "$1" diff --git a/sysutils/est/pkg-descr b/sysutils/est/pkg-descr deleted file mode 100644 index b8de588de07f..000000000000 --- a/sysutils/est/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a driver for the Enhanced SpeedStep feature in Intel Pentium M -processors. - -WWW: http://www.daemonology.net/freebsd-est/ - -- Colin Percival -cperciva@daemonology.net diff --git a/sysutils/est/pkg-message b/sysutils/est/pkg-message deleted file mode 100644 index d70b50af0f2d..000000000000 --- a/sysutils/est/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -=============================================================================== -To load the Enhanced Speedstep kernel module at boot: - echo 'est_enable="YES"' >> /etc/rc.conf - -To log every change of CPU frequency: - echo 'est_verbose="YES"' >> /etc/rc.conf -=============================================================================== diff --git a/sysutils/est/pkg-plist b/sysutils/est/pkg-plist deleted file mode 100644 index 85c1d54beda3..000000000000 --- a/sysutils/est/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -modules/est.ko -@unexec MOD_FNR=`ls -1 %D/modules |wc -l`; MOD_L=`ls -1 %D/modules |grep linker.hints|wc -l`; if [ "${MOD_FNR}" -eq "${MOD_L}" ]; then rm -rf %D/modules; fi -@dirrmtry modules diff --git a/sysutils/estctrl/Makefile b/sysutils/estctrl/Makefile deleted file mode 100644 index 0d6b6ae01c77..000000000000 --- a/sysutils/estctrl/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: Enhanced SpeedStep control daemon -# Date created: 1 September 2004 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= estctrl -PORTVERSION= 0.8 -PORTREVISION= 2 -CATEGORIES= sysutils -MASTER_SITES= http://www.daemonology.net/freebsd-est/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= Enhanced SpeedStep control daemon - -RUN_DEPENDS= ${LOCALBASE}/modules/est.ko:${PORTSDIR}/sysutils/est - -ONLY_FOR_ARCHS= i386 - -USE_RC_SUBR= yes -RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} - -PLIST_FILES= sbin/estctrl \ - etc/rc.d/estctrl.sh - -MAKE_ENV= BINDIR=${PREFIX}/sbin - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 600015 -IGNORE= estctrl now contained in the base system (see powerd(8)) -.endif - -post-extract: - ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/estctrl.sh > ${WRKDIR}/estctrl.sh - -post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/estctrl.sh ${PREFIX}/etc/rc.d/estctrl.sh - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/sysutils/estctrl/distinfo b/sysutils/estctrl/distinfo deleted file mode 100644 index 778352644842..000000000000 --- a/sysutils/estctrl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (estctrl-0.8.tar.gz) = d43ed67c75d2763b2ca93653ad4af7aa -SHA256 (estctrl-0.8.tar.gz) = 65567af003e0d71b68803835502a1b91a2f83ce4cc583b560253351fc9369971 -SIZE (estctrl-0.8.tar.gz) = 2991 diff --git a/sysutils/estctrl/files/estctrl.sh b/sysutils/estctrl/files/estctrl.sh deleted file mode 100644 index b34984b7beb3..000000000000 --- a/sysutils/estctrl/files/estctrl.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: estctrl -# REQUIRE: est - -# Define estctrl_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/est -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -estctrl_enable="${estctrl_enable-NO}" -estctrl_speed_ac="adaptive" -estctrl_speed_battery="adaptive" -estctrl_speed_default="adaptive" - -. %%RC_SUBR%% - -name="estctrl" -rcvar=`set_rcvar` - -load_rc_config $name - -command="%%PREFIX%%/sbin/estctrl" -command_args="-a ${estctrl_speed_ac}" -command_args="${command_args} -b ${estctrl_speed_battery}" -command_args="${command_args} -d ${estctrl_speed_default}" -command_args="${command_args} &" - -run_rc_command "$1" diff --git a/sysutils/estctrl/pkg-descr b/sysutils/estctrl/pkg-descr deleted file mode 100644 index da92bd1a1e41..000000000000 --- a/sysutils/estctrl/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a daemon for controlling the CPU speed via Enhanced Speedstep on -Intel Pentium M processors based on the current cpu load and power source. - -WWW: http://www.daemonology.net/freebsd-est/ - -- Colin Percival -cperciva@daemonology.net diff --git a/sysutils/estctrl/pkg-message b/sysutils/estctrl/pkg-message deleted file mode 100644 index dac001f128db..000000000000 --- a/sysutils/estctrl/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -To start the Enhanced Speedstep daemon at boot: - echo 'estctrl_enable="YES"' >> /etc/rc.conf - -To run the processor at minimum or maximum frequency when on AC or -battery power, set the estctrl_speed_ac or estctrl_speed_battery -variables to "min" or "max". - diff --git a/sysutils/freebsd-sha1/Makefile b/sysutils/freebsd-sha1/Makefile deleted file mode 100644 index 4e3491a91142..000000000000 --- a/sysutils/freebsd-sha1/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: FreeBSD sha1 utility -# Date created: 17 October 2004 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= freebsd-sha1 -PORTVERSION= 5.3 -CATEGORIES= sysutils security -MASTER_SITES= http://www.daemonology.net/misc/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= FreeBSD sha1 utility - -WRKSRC= ${WRKDIR}/${PORTNAME:S/freebsd-//}-${PORTVERSION} -BINDIR= ${PREFIX}/sbin -MANDIR= ${PREFIX}/man/man -MAKE_ARGS= BINDIR="${BINDIR}" MANDIR="${MANDIR}" -DNOMANCOMPRESS - -MAN1= sha1.1 -PLIST_FILES= sbin/sha1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 502113 -IGNORE= "is now contained in the base system" -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/freebsd-sha1/distinfo b/sysutils/freebsd-sha1/distinfo deleted file mode 100644 index 0a47095f131e..000000000000 --- a/sysutils/freebsd-sha1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freebsd-sha1-5.3.tar.gz) = 8392360ff3bc262f285a07436c95ff97 -SHA256 (freebsd-sha1-5.3.tar.gz) = 769ba4047ae98e3f3f7300a6681738f96958467944365ee8b244712f2eebb86c -SIZE (freebsd-sha1-5.3.tar.gz) = 4729 diff --git a/sysutils/freebsd-sha1/pkg-descr b/sysutils/freebsd-sha1/pkg-descr deleted file mode 100644 index deb782775410..000000000000 --- a/sysutils/freebsd-sha1/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the command-line sha1 utility from FreeBSD 5.3. - -- Colin Percival -cperciva@daemonology.net diff --git a/sysutils/freebsd-sha256/Makefile b/sysutils/freebsd-sha256/Makefile deleted file mode 100644 index 4149f37d794f..000000000000 --- a/sysutils/freebsd-sha256/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: FreeBSD sha256 utility -# Date created: 10 March 2004 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= freebsd-sha256 -PORTVERSION= 20050310 -CATEGORIES= sysutils security -MASTER_SITES= http://www.daemonology.net/misc/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= FreeBSD sha256 utility - -BINDIR= ${PREFIX}/sbin -MANDIR= ${PREFIX}/man/man -MAKE_ARGS= BINDIR="${BINDIR}" MANDIR="${MANDIR}" -DNOMANCOMPRESS - -MAN1= sha256.1 -PLIST_FILES= sbin/sha256 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 600020 || ( ${OSVERSION} > 504101 && ${OSVERSION} < 600000 ) -IGNORE= "is now contained in the base system" -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/freebsd-sha256/distinfo b/sysutils/freebsd-sha256/distinfo deleted file mode 100644 index 4edeccdc530c..000000000000 --- a/sysutils/freebsd-sha256/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freebsd-sha256-20050310.tar.gz) = 50a21ec5a4f75ad0a644c1139f7b0865 -SHA256 (freebsd-sha256-20050310.tar.gz) = b75e964ecb77b54803cb0a90376bb830ed6b5fbd7130ef56165a8566e705cbea -SIZE (freebsd-sha256-20050310.tar.gz) = 8401 diff --git a/sysutils/freebsd-sha256/pkg-descr b/sysutils/freebsd-sha256/pkg-descr deleted file mode 100644 index c7f39ebf52a8..000000000000 --- a/sysutils/freebsd-sha256/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the command-line sha256 utility from FreeBSD. - -- Colin Percival -cperciva@daemonology.net |