aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bchunk
Commit message (Collapse)AuthorAgeFilesLines
* - Fix MASTER_SITESMartin Wilke2011-11-251-3/+1
| | | | | | | | | PR: 162824 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286416
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* - Update to 1.2.0Sergey Matveychuk2004-11-262-3/+3
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=122472
* Use PLIST_FILES.Trevor Johnson2004-02-052-2/+2
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update MASTER_SITES and WWWPav Lucistnik2003-12-072-2/+2
| | | | | | | | PR: ports/59999 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notes: svn path=/head/; revision=95233
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Set maintainer to ports@FreeBSD.orgPete Fritchman2001-10-071-1/+1
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer) Notes: svn path=/head/; revision=48508
* - Update to version 1.1.1Kevin Lo2001-08-133-5/+7
| | | | | | | | | | - Takeover as MAINTAINER PR: 29512 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=46190
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-1/+1
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* Suppprt CC/CFLAGS properlyMichael Haro2000-01-221-6/+7
| | | | | | | | PR: 16282 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=24914
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19804
* Add more WWW: tagsMichael Haro1999-05-031-1/+1
| | | | | | | I must really like taking on sick tasks. First gtk, now this. Notes: svn path=/head/; revision=18407
* MASTER_SITE_SUBDIR doesn't get a trailing slash.Bill Fenner1999-02-041-2/+2
| | | | Notes: svn path=/head/; revision=16533
* bchunk is a Unix/C rewrite of the fine BinChunker software for someBill Fumerola1999-01-135-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> Notes: svn path=/head/; revision=16036