| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Reviewed by: marcus
|
| |
|
|
|
|
|
| |
PR: ports/59999
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
| |
Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
|
|
|
|
|
|
|
| |
- Takeover as MAINTAINER
PR: 29512
Submitted by: Anders Nordby <anders@fix.no>
|
| |
|
| |
|
|
|
|
|
| |
PR: 16282
Submitted by: tkato@prontomail.ne.jp
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
| |
I must really like taking on sick tasks. First gtk, now this.
|
| |
|
|
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>
|