mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1e777d2df1
subsequence, and edit distance between arbitrary sequences of bytes. It derives from Tatsuhiko Kubo's onp and dtl. WWW: https://github.com/kristapsdz/libdiff
19 lines
339 B
Makefile
19 lines
339 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libdiff
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://kristaps.bsd.lv/libdiff/snapshots/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Library to generate arbitrary sequence diffs
|
|
|
|
LICENSE= ISCL
|
|
|
|
PLIST_FILES= lib/libdiff.a \
|
|
include/diff.h \
|
|
man/man3/diff.3.gz
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|