diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-24 20:38:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-24 20:38:56 +0000 |
commit | 038fe2d808ccd585b41cb2afd0f08be936eeb795 (patch) | |
tree | 87700e943772bfa2ad0a9589b354ffe00f686640 /misc | |
parent | d54d9dab2d3a1a249dede6f422f05be524de5af9 (diff) | |
download | ports-038fe2d808ccd585b41cb2afd0f08be936eeb795.tar.gz ports-038fe2d808ccd585b41cb2afd0f08be936eeb795.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/bsdiff/Makefile | 25 | ||||
-rw-r--r-- | misc/bsdiff/distinfo | 3 | ||||
-rw-r--r-- | misc/bsdiff/pkg-descr | 9 |
4 files changed, 0 insertions, 38 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 |