Bug 105993

Summary: [NEW PORT] sysutils/cramfs: The compressed ROM filesystem
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
cramfs-1.1.shar none

Description gslin 2006-11-29 08:30:12 UTC
Cramfs is a Linux filesystem designed to be simple, small, and to
compress things well. It is used on a number of embedded systems and
small devices.

WWW:	http://sourceforge.net/projects/cramfs/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-29 08:31:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-07 09:38:39 UTC
clsung      2006-12-07 09:36:46 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/cramfs      Makefile distinfo pkg-descr 
    sysutils/cramfs/files patch-GNUmakefile patch-cramfsck.c 
                          patch-mkcramfs.c 
  Log:
  Add cramfs 1.1, the compressed ROM filesystem.
  
  PR:             ports/105993
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.866     +1 -0      ports/sysutils/Makefile
  1.1       +26 -0     ports/sysutils/cramfs/Makefile (new)
  1.1       +3 -0      ports/sysutils/cramfs/distinfo (new)
  1.1       +10 -0     ports/sysutils/cramfs/files/patch-GNUmakefile (new)
  1.1       +19 -0     ports/sysutils/cramfs/files/patch-cramfsck.c (new)
  1.1       +12 -0     ports/sysutils/cramfs/files/patch-mkcramfs.c (new)
  1.1       +5 -0      ports/sysutils/cramfs/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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-12-07 09:58:34 UTC
State Changed
From-To: open->closed

New port added. Thank You.