Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111751 - cdfs (New Package)
Summary: cdfs (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL: http://www.elis.rug.ac.be/~ronsse/cdfs/
Whiteboard:
Keywords:
: 117761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-06 18:21 UTC by Daniel Lin
Modified: 2007-03-15 09:07 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cdfs-2.6.12.ebuild (cdfs-2.6.12.ebuild,905 bytes, text/plain)
2005-11-06 18:26 UTC, Daniel Lin
Details
cdfs-2.6.12.ebuild (cdfs-2.6.12.ebuild,536 bytes, text/plain)
2005-11-07 08:15 UTC, Daniel Lin
Details
Updated ebuild for cdfs-2.6.12 (cdfs-2.6.12.ebuild,630 bytes, text/plain)
2006-03-28 14:33 UTC, Adam Penser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Lin 2005-11-06 18:21:41 UTC
"CDfs is a file system for Linux systems that `exports' all tracks and boot 
images on a CD as normal files. These files can then be mounted (e.g. for ISO 
and boot images), copied, played (audio and VideoCD tracks)..."
Comment 1 Daniel Lin 2005-11-06 18:26:27 UTC
Created attachment 72350 [details]
cdfs-2.6.12.ebuild

I tested this version on x86 with gentoo-sources-2.6.14.
(cdfs-2.6.3a worked on ppc with gentoo-sources-2.6.10, but my Mac isn't running
Linux at the moment.)
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2005-11-06 18:36:26 UTC
Please do not use kernel-mod.eclass .. it is really deprecated by now.

Where did you see kernel-mod.eclass? Maybe we can eliminate the source :)

So please try another ebuild with linux-mod.eclass .. almost all current kernel
module ebuilds should use it so you have plenty of examples.
good luck
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-11-07 07:03:32 UTC
Some more notes:

- invalid header (http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt)
- it nomirror really needed?
(http://dev.gentoo.org/~ciaranm/docs/mw-faq/nomirror.txt)
- dodoc COPYING INSTALL not needed
(http://dev.gentoo.org/~ciaranm/docs/mw-faq/docfiles.txt)
Comment 4 Daniel Lin 2005-11-07 08:15:58 UTC
Created attachment 72374 [details]
cdfs-2.6.12.ebuild

I first made this ebuild maybe a year and a half ago, and I don't remember what
I based it off of.
Just recently, I bumped the version in my overlay and wondered, "why don't I
submit this?"

Anyways, thanks for the advice.  It's cleaned up now.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-01-04 10:31:12 UTC
*** Bug 117761 has been marked as a duplicate of this bug. ***
Comment 6 Adam Penser 2006-03-28 14:32:11 UTC
I'm adding my own cdfs ebuild.  It uses linux-mod, but it also makes sure that loop devices are enabled.  It doesn't check for HFS support or anything, which cdfs can also handle.  You have a very good start.  But this one is a little more streamlined, I think.  More precise, perhaps.  It also adds a runtime dependency to make sure "mount" exists.  Which is, of course, crucial.
Comment 7 Adam Penser 2006-03-28 14:33:40 UTC
Created attachment 83335 [details]
Updated ebuild for cdfs-2.6.12

To try and update the ebuild and make it more sight-friendly.
Comment 8 Timothy Redaelli (RETIRED) gentoo-dev 2006-11-23 08:17:13 UTC
In CVS, thanks.