aboutsummaryrefslogtreecommitdiff
path: root/misc/imerge
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2007-01-18 13:23:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2007-01-18 13:23:33 +0000
commitdf53e0b0f1c314a65f78ac79ed9670b15080de4c (patch)
treeaaf552f36a0c652cb34815d30ba3d4820b59cf4c /misc/imerge
parenta61ee8a9e11a2f04a72e9068347e8455e0e2e189 (diff)
downloadports-df53e0b0f1c314a65f78ac79ed9670b15080de4c.tar.gz
ports-df53e0b0f1c314a65f78ac79ed9670b15080de4c.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.
Notes
Notes: svn path=/head/; revision=182726
Diffstat (limited to 'misc/imerge')
-rw-r--r--misc/imerge/Makefile27
-rw-r--r--misc/imerge/distinfo3
-rw-r--r--misc/imerge/pkg-descr8
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