Bug 103095

Summary: [NEW PORT] perl5/p5-Compress-LZF: Extremely light-weight Lempel-Ziv-Free compression
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Compress-LZF-1.65.shar none

Description gslin 2006-09-10 16:50:15 UTC
LZF is an extremely fast (not that much slower than a pure memcpy)
compression algorithm. It is ideal for applications where you want to
save some space but not at the cost of speed. It is ideal for
repetitive data as well. The module is self-contained and very small
(no large library to be pulled in). It is also free, so there should
be no problems incoporating this module into commercial programs.

WWW:	http://search.cpan.org/dist/Compress-LZF/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-10 16:50:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-26 11:51:30 UTC
clsung      2006-09-26 10:51:22 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/p5-Compress-LZF Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Free
  compression.
  
  PR:             ports/103095
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.157     +1 -0      ports/archivers/Makefile
  1.1       +22 -0     ports/archivers/p5-Compress-LZF/Makefile (new)
  1.1       +3 -0      ports/archivers/p5-Compress-LZF/distinfo (new)
  1.1       +8 -0      ports/archivers/p5-Compress-LZF/pkg-descr (new)
  1.1       +8 -0      ports/archivers/p5-Compress-LZF/pkg-plist (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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-26 11:52:26 UTC
State Changed
From-To: open->closed

New port added. Thank You.