1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Add GNU patch 2.5 as port

This commit is contained in:
Andrey A. Chernov 1998-01-21 07:05:20 +00:00
parent a75cb27231
commit 556d69c883
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9387
5 changed files with 27 additions and 0 deletions

19
devel/patch/Makefile Normal file
View File

@ -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>

1
devel/patch/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (patch-2.5.tar.gz) = f79af4d98c515bdccc5cf0f36cca7f85

1
devel/patch/pkg-comment Normal file
View File

@ -0,0 +1 @@
GNU Patch Utility

4
devel/patch/pkg-descr Normal file
View File

@ -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.

2
devel/patch/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/patch
man/man1/patch.1.gz