diff options
author | gahr <gahr@FreeBSD.org> | 2014-10-09 23:55:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-10-09 23:55:39 +0800 |
commit | 7c4adb2cfd0f936aa89bf80992a1609e7d3d6a49 (patch) | |
tree | 7acf2935c3cd77f2d8bb7f120c9df425c1047f6e /sysutils/Makefile | |
parent | 497bb0f1bc2a471e2164d1f8ad05dd97ce0a29b0 (diff) | |
download | freebsd-ports-gnome-7c4adb2cfd0f936aa89bf80992a1609e7d3d6a49.tar.gz freebsd-ports-gnome-7c4adb2cfd0f936aa89bf80992a1609e7d3d6a49.tar.zst freebsd-ports-gnome-7c4adb2cfd0f936aa89bf80992a1609e7d3d6a49.zip |
- New port: sysutils/deltarpm
DeltaRPM is a tool that generates RPMs that contains the difference between an
old and a new version of an RPM. This makes it possible to recreate the new RPM
from the deltarpm and the old one. You don't have to have a copy of the old
RPM, as it can also work with installed RPMs. The package also contains tools
for creating and applying delta ISOs.
WWW: http://freecode.com/projects/deltarpm/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 53262272c5ee..021eb692a756 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -164,6 +164,7 @@ SUBDIR += ddrescue SUBDIR += debhelper SUBDIR += debootstrap + SUBDIR += deltarpm SUBDIR += deltup SUBDIR += desktop-installer SUBDIR += detach |