Bug 121828 - NEW PORT: sysutils/getdelta, it allows to dramatically reduce download size of ports source files
Summary: NEW PORT: sysutils/getdelta, it allows to dramatically reduce download size o...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 13:40 UTC by Anton Statutov
Modified: 2008-03-19 13:30 UTC (History)
0 users

See Also:


Attachments
file.shar (15.72 KB, text/plain)
2008-03-18 13:40 UTC, Anton Statutov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Statutov 2008-03-18 13:40:01 UTC
This is port of Gentoo 'getdelta.sh' script which replaces standard fetch-command and uses Deltup to reduce download size of ports source files. This is done by downloading only binary diffs of updated port sources whenever possible.

This is the second PR, mainly done by Andrew R. Muhametshin. The first PR 'ports/120463' was very raw and now can be ignored.

From now on, this port depends on sysutils/deltup 0.4.4 and therefore can be added to ports collection only after 'ports/121517'.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-19 13:29:01 UTC
rafan       2008-03-19 13:28:58 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/getdelta    Makefile distinfo pkg-descr 
    sysutils/getdelta/files patch-getdelta.sh pkg-message.in 
  Log:
  This is port of Gentoo getdelta.sh.
  Getdelta uses Deltup to reduce bandwidth load while upgrading ports distfiles.
  
  WWW: http://linux01.gwdg.de/~nlissne/
  
  - Anton Statutov
  astatutov@gmail.com
  
  PR:             ports/121828
  Submitted by:   Anton Statutov <astatutov at gmail.com>, Andrew R. Muhametshin
  
  Revision  Changes    Path
  1.991     +1 -0      ports/sysutils/Makefile
  1.1       +45 -0     ports/sysutils/getdelta/Makefile (new)
  1.1       +3 -0      ports/sysutils/getdelta/distinfo (new)
  1.1       +313 -0    ports/sysutils/getdelta/files/patch-getdelta.sh (new)
  1.1       +8 -0      ports/sysutils/getdelta/files/pkg-message.in (new)
  1.1       +7 -0      ports/sysutils/getdelta/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2008-03-19 13:29:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!