aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bchunk
Commit message (Collapse)AuthorAgeFilesLines
* Set maintainer to ports@FreeBSD.orgpetef2001-10-071-1/+1
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* - Update to version 1.1.1kevlo2001-08-133-5/+7
| | | | | | | - Takeover as MAINTAINER PR: 29512 Submitted by: Anders Nordby <anders@fix.no>
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-2/+2
|
* Suppprt CC/CFLAGS properlymharo2000-01-221-6/+7
| | | | | PR: 16282 Submitted by: tkato@prontomail.ne.jp
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Add more WWW: tagsmharo1999-05-031-1/+1
| | | | I must really like taking on sick tasks. First gtk, now this.
* MASTER_SITE_SUBDIR doesn't get a trailing slash.fenner1999-02-041-2/+2
|
* bchunk is a Unix/C rewrite of the fine BinChunker software for somebillf1999-01-145-0/+44
non-Unix systems. binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format is used by some non-Unix cd-writing software, but is not supported on most other cd-writing programs. The .iso track contains an ISO file system, which can be mounted through a vn device on FreeBSD systems, or written on a CD-R using cdrecord. The .cdr tracks are in the native CD audio format. (pcm) They can be either written on a CD-R using cdrecord -audio, or converted to WAV (or any other sound format for that matter) using sox. PR: ports/9420 Submitted By: Adam McDougall <bsdx@spawnet.com>