summaryrefslogtreecommitdiff
path: root/sysutils/bchunk
AgeCommit message (Collapse)Author
2005-11-25- Add SHA256Pav Lucistnik
2004-11-26- Update to 1.2.0Sergey Matveychuk
It includes: * man page patch from Dave Watson <dave(at)elephantride.org> * patch from Matthew Green <mrg(at)eterna.com.au> for new option -r PR: ports/74365 Submitted by: Andrej Zverev <az(at)inec.ru>
2004-02-05Use PLIST_FILES.Trevor Johnson
Reviewed by: marcus
2004-01-29SIZEify.Trevor Johnson
2003-12-07- Update MASTER_SITES and WWWPav Lucistnik
PR: ports/59999 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
2003-02-20De-pkg-comment.Akinori MUSHA
2002-11-10o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
2002-11-06Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger
Approved by: pat
2001-10-07Set maintainer to ports@FreeBSD.orgPete Fritchman
Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
2001-08-13- Update to version 1.1.1Kevin Lo
- Takeover as MAINTAINER PR: 29512 Submitted by: Anders Nordby <anders@fix.no>
2000-04-22Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro
2000-04-09Update with the new PORTNAME/PORTVERSION variableChris Piazza
2000-01-22Suppprt CC/CFLAGS properlyMichael Haro
PR: 16282 Submitted by: tkato@prontomail.ne.jp
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
1999-08-31$Id$ -> $FreeBSD$Peter Wemm
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek
[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
1999-05-03Add more WWW: tagsMichael Haro
I must really like taking on sick tasks. First gtk, now this.
1999-02-04MASTER_SITE_SUBDIR doesn't get a trailing slash.Bill Fenner
1999-01-13bchunk is a Unix/C rewrite of the fine BinChunker software for someBill Fumerola
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>