diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 07:05:20 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 07:05:20 +0000 |
commit | 556d69c883c01313829dadff3da357aef2d27054 (patch) | |
tree | 086c91e158a3e3dced7dd556144c7b020d92e0c9 /devel/patch | |
parent | a75cb27231daed6607e6827dae6096d8a9bc804c (diff) | |
download | ports-556d69c883c01313829dadff3da357aef2d27054.tar.gz ports-556d69c883c01313829dadff3da357aef2d27054.zip |
Notes
Diffstat (limited to 'devel/patch')
-rw-r--r-- | devel/patch/Makefile | 19 | ||||
-rw-r--r-- | devel/patch/distinfo | 1 | ||||
-rw-r--r-- | devel/patch/pkg-comment | 1 | ||||
-rw-r--r-- | devel/patch/pkg-descr | 4 | ||||
-rw-r--r-- | devel/patch/pkg-plist | 2 |
5 files changed, 27 insertions, 0 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile new file mode 100644 index 000000000000..b583d5f77d0b --- /dev/null +++ b/devel/patch/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: patch +# Version required: 2.5 +# Date created: 21 Jan 1998 +# Whom: ache +# +# $Id: Makefile,v 1.4 1996/12/07 10:54:06 max Exp $ +# + +DISTNAME= patch-2.5 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= ache@FreeBSD.org + +GNU_CONFIGURE= yes + +MAN1= patch.1 + +.include <bsd.port.mk> diff --git a/devel/patch/distinfo b/devel/patch/distinfo new file mode 100644 index 000000000000..4d2cea5a69c3 --- /dev/null +++ b/devel/patch/distinfo @@ -0,0 +1 @@ +MD5 (patch-2.5.tar.gz) = f79af4d98c515bdccc5cf0f36cca7f85 diff --git a/devel/patch/pkg-comment b/devel/patch/pkg-comment new file mode 100644 index 000000000000..e804bd5d94bf --- /dev/null +++ b/devel/patch/pkg-comment @@ -0,0 +1 @@ +GNU Patch Utility diff --git a/devel/patch/pkg-descr b/devel/patch/pkg-descr new file mode 100644 index 000000000000..2cd4d0f98b23 --- /dev/null +++ b/devel/patch/pkg-descr @@ -0,0 +1,4 @@ +patch takes a patch file patchfile containing a difference +listing produced by the diff program and applies those +differences to one or more original files, producing +patched versions. diff --git a/devel/patch/pkg-plist b/devel/patch/pkg-plist new file mode 100644 index 000000000000..534ce6c0c8f6 --- /dev/null +++ b/devel/patch/pkg-plist @@ -0,0 +1,2 @@ +bin/patch +man/man1/patch.1.gz |