diff --git a/misc/Makefile b/misc/Makefile index 7b3b708874bd..d5c2ceea9a50 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -155,6 +155,7 @@ SUBDIR += histring SUBDIR += hotkeys SUBDIR += hulgalugha + SUBDIR += imerge SUBDIR += inplace SUBDIR += instant-server SUBDIR += instant-tinderbox diff --git a/misc/imerge/Makefile b/misc/imerge/Makefile new file mode 100644 index 000000000000..c976e32285f4 --- /dev/null +++ b/misc/imerge/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: imerge(1) +# Date created: 18 January 2007 +# Whom: Akinori MUSHA aka knu +# +# $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 diff --git a/misc/imerge/distinfo b/misc/imerge/distinfo new file mode 100644 index 000000000000..9c9cdf9e484c --- /dev/null +++ b/misc/imerge/distinfo @@ -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 diff --git a/misc/imerge/pkg-descr b/misc/imerge/pkg-descr new file mode 100644 index 000000000000..9ae356652ab1 --- /dev/null +++ b/misc/imerge/pkg-descr @@ -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 +WWW: http://akinori.org/#imerge