1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Remove MAKE_JOBS_UNSAFE: the problem had been

fixed a little less than ten years ago [*]
- Install README file as part of documentation
- Amend the port description text, add WWW line
- Take maintainership for the time being

https://github.com/jjwhitney/BDelta/commit/19c74b3 [*]
This commit is contained in:
Alexey Dokuchaev 2020-02-06 15:44:43 +00:00
parent 025f0260bc
commit 1b8b58a3ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525382
2 changed files with 13 additions and 3 deletions

View File

@ -6,7 +6,7 @@ PORTVERSION= 0.3.1
DISTVERSIONPREFIX=v
CATEGORIES= misc devel
MAINTAINER= ports@FreeBSD.org
MAINTAINER= danfe@FreeBSD.org
COMMENT= Advanced delta creator, patcher, and library
LICENSE= MPL20
@ -20,12 +20,17 @@ GH_ACCOUNT= jjwhitney
GH_PROJECT= BDelta
PLIST_FILES= bin/bdelta bin/bpatch lib/libbdelta.so
PORTDOCS= README
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bdelta ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bpatch ${STAGEDIR}${PREFIX}/bin
${INSTALL_LIB} ${WRKSRC}/libbdelta.so ${STAGEDIR}${PREFIX}/lib
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/../,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1 +1,6 @@
BDelta is an advanced delta creator, patcher, and library.
BDelta is a sophisticated sequence matching library bundled with a delta
creator and patch tool. This code is being used in production systems.
Recent releases should be stable, fast, and accurate. Note that there
is currently a 4GB file size limitation.
WWW: https://github.com/jjwhitney/BDelta