diff options
author | ache <ache@FreeBSD.org> | 1998-01-21 07:05:20 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-21 07:05:20 +0000 |
commit | 30c2fd333a350d6a25c992af66042ae42f8bd483 (patch) | |
tree | 7012bc13778916f4b43e0d28b373ea4f63bb3e76 | |
parent | 10d490e58175d7b66938e0b3048932410a62619f (diff) | |
download | FreeBSD-ports-30c2fd333a350d6a25c992af66042ae42f8bd483.zip FreeBSD-ports-30c2fd333a350d6a25c992af66042ae42f8bd483.tar.gz |
Add GNU patch 2.5 as port
-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 0000000..b583d5f7 --- /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 0000000..4d2cea5 --- /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 0000000..e804bd5 --- /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 0000000..2cd4d0f --- /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 0000000..534ce6c --- /dev/null +++ b/devel/patch/pkg-plist @@ -0,0 +1,2 @@ +bin/patch +man/man1/patch.1.gz |