mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add imerge(1), a tool to help merge one file to another interactively.
This utility was (obviously) inspired by the mergemaster utility in hope of using part of its functionality stand-alone.
This commit is contained in:
parent
a61ee8a9e1
commit
df53e0b0f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182726
@ -155,6 +155,7 @@
|
||||
SUBDIR += histring
|
||||
SUBDIR += hotkeys
|
||||
SUBDIR += hulgalugha
|
||||
SUBDIR += imerge
|
||||
SUBDIR += inplace
|
||||
SUBDIR += instant-server
|
||||
SUBDIR += instant-tinderbox
|
||||
|
27
misc/imerge/Makefile
Normal file
27
misc/imerge/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: imerge(1)
|
||||
# Date created: 18 January 2007
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= imerge
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= knu
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A tool to help merge one file to another interactively
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
|
||||
MAKEFILE= BSDmakefile
|
||||
|
||||
MAN1= imerge.1
|
||||
MANCOMPRESSED= maybe
|
||||
PLIST_FILES= bin/imerge
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/imerge/distinfo
Normal file
3
misc/imerge/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (imerge-0.2.0.tar.bz2) = 0fb81d792d1ee05f4712b7a794bff0b7
|
||||
SHA256 (imerge-0.2.0.tar.bz2) = 5cf539943d25bdfb52e67e1d0b2318e23d7902375fba53d0ffbb0eff75058bb9
|
||||
SIZE (imerge-0.2.0.tar.bz2) = 2980
|
8
misc/imerge/pkg-descr
Normal file
8
misc/imerge/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
The imerge(1) command is a utility to help merge one file to another
|
||||
interactively.
|
||||
|
||||
This utility was (obviously) inspired by the mergemaster utility in
|
||||
hope of using part of its functionality stand-alone.
|
||||
|
||||
Author: Akinori MUSHA <knu@iDaemons.org>
|
||||
WWW: http://akinori.org/#imerge
|
Loading…
Reference in New Issue
Block a user