Add misc/bdelta - an advanced delta creator, patcher, and library.
This commit is contained in:
parent
3fab73f163
commit
89dfb5ebce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135558
4 changed files with 32 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += astrolog
|
||||
SUBDIR += bb
|
||||
SUBDIR += bbjd
|
||||
SUBDIR += bdelta
|
||||
SUBDIR += bestfit
|
||||
SUBDIR += bibletime
|
||||
SUBDIR += bidwatcher
|
||||
|
|
28
misc/bdelta/Makefile
Normal file
28
misc/bdelta/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: bdelta
|
||||
# Date created: 2005-05-18
|
||||
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bdelta
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= misc devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= deltup
|
||||
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= An advanced delta creator, patcher, and library
|
||||
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_FILES= bin/bdelta \
|
||||
bin/bpatch \
|
||||
lib/libbdelta.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bdelta ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bpatch ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/libbdelta.so ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/bdelta/distinfo
Normal file
2
misc/bdelta/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (bdelta-0.1.0.tar.gz) = db7db68664de8d30efc10edd2ee7f46f
|
||||
SIZE (bdelta-0.1.0.tar.gz) = 7418
|
1
misc/bdelta/pkg-descr
Normal file
1
misc/bdelta/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
BDelta is an advanced delta creator, patcher, and library.
|
Loading…
Reference in a new issue