diff options
author | knu <knu@FreeBSD.org> | 2007-01-18 21:23:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2007-01-18 21:23:33 +0800 |
commit | 00500547eb740ab99b9e4419948450592052442f (patch) | |
tree | a2d19ff690e533235841a8661c81bd3f812fd346 /misc/imerge | |
parent | 1d87109e7d7eddb3987bc61f2c427cdbc74fb687 (diff) | |
download | freebsd-ports-gnome-00500547eb740ab99b9e4419948450592052442f.tar.gz freebsd-ports-gnome-00500547eb740ab99b9e4419948450592052442f.tar.zst freebsd-ports-gnome-00500547eb740ab99b9e4419948450592052442f.zip |
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.
Diffstat (limited to 'misc/imerge')
-rw-r--r-- | misc/imerge/Makefile | 27 | ||||
-rw-r--r-- | misc/imerge/distinfo | 3 | ||||
-rw-r--r-- | misc/imerge/pkg-descr | 8 |
3 files changed, 38 insertions, 0 deletions
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 <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> 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 <knu@iDaemons.org> +WWW: http://akinori.org/#imerge |