Add diffmark 0.05, XML diff and merge package.
This commit is contained in:
parent
1f040debd1
commit
385e0bc7ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172348
5 changed files with 58 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
SUBDIR += dictfmt
|
||||
SUBDIR += dictionary
|
||||
SUBDIR += diff-mode.el
|
||||
SUBDIR += diffmark
|
||||
SUBDIR += diffsplit
|
||||
SUBDIR += diffstat
|
||||
SUBDIR += diffutils
|
||||
|
|
26
textproc/diffmark/Makefile
Normal file
26
textproc/diffmark/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: diffmark
|
||||
# Date created: 05 September 2006
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= diffmark
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.mangrove.cz/diffmark/
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= XML diff and merge package
|
||||
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_LDCONFIG= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-libxml2-incldir=${LOCALBASE}/include/libxml2
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/diffmark/distinfo
Normal file
3
textproc/diffmark/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (diffmark-0.05.tar.gz) = 07143fc832a06b57f3bcab75c1a2063f
|
||||
SHA256 (diffmark-0.05.tar.gz) = 9687614658a9f76280ec7807046492899d0ed0a08038c4eec190bc1af42e173f
|
||||
SIZE (diffmark-0.05.tar.gz) = 330572
|
8
textproc/diffmark/pkg-descr
Normal file
8
textproc/diffmark/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
diffmark is an XML diff and merge package. It consists of a shared C++
|
||||
library, libdiffmark, plus two programs wrapping the library into a
|
||||
command-line interface: dm and dm-merge. dm takes 2 XML files and
|
||||
prints their diff (also an XML document) on its standard output.
|
||||
dm-merge takes the first document passed to dm and its output and
|
||||
produces the second document.
|
||||
|
||||
WWW: http://www.mangrove.cz/diffmark/
|
20
textproc/diffmark/pkg-plist
Normal file
20
textproc/diffmark/pkg-plist
Normal file
|
@ -0,0 +1,20 @@
|
|||
bin/dm
|
||||
bin/dm-merge
|
||||
include/diffmark/compare.hh
|
||||
include/diffmark/compareimpl.hh
|
||||
include/diffmark/diff.hh
|
||||
include/diffmark/lcs.hh
|
||||
include/diffmark/lcsimpl.hh
|
||||
include/diffmark/link.hh
|
||||
include/diffmark/merge.hh
|
||||
include/diffmark/namespacecollector.hh
|
||||
include/diffmark/nspace.hh
|
||||
include/diffmark/target.hh
|
||||
include/diffmark/xbuffer.hh
|
||||
include/diffmark/xdoc.hh
|
||||
include/diffmark/xutil.hh
|
||||
lib/libdiffmark.a
|
||||
lib/libdiffmark.la
|
||||
lib/libdiffmark.so.2
|
||||
lib/libdiffmark.so
|
||||
@dirrm include/diffmark
|
Loading…
Reference in a new issue