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:
parent
a75cb27231
commit
556d69c883
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9387
19
devel/patch/Makefile
Normal file
19
devel/patch/Makefile
Normal 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
1
devel/patch/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (patch-2.5.tar.gz) = f79af4d98c515bdccc5cf0f36cca7f85
|
1
devel/patch/pkg-comment
Normal file
1
devel/patch/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GNU Patch Utility
|
4
devel/patch/pkg-descr
Normal file
4
devel/patch/pkg-descr
Normal 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
2
devel/patch/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/patch
|
||||
man/man1/patch.1.gz
|
Loading…
Reference in New Issue
Block a user