Path to this page:
./
converters/cbmconvert,
Converts files to and from various C64/C128/CBM formats
Branch: CURRENT,
Version: 2.1.2,
Package name: cbmconvert-2.1.2,
Maintainer: pkgsrc-usersThere are many archiving programs for the Commodore 64, all of which
are incompatible with archiving programs on other systems. This
cbmconvert utility tries to address this problem. It extracts files
from most known file formats and writes them to several different
formats, including some formats used by some Commodore 64 emulators.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 5d49712e0da1b88c9ad26b914c254e25e7973a2f
RMD160: 22c0b5b4342d7afaaea5bddd81d553b09f122147
Filesize: 61.197 KB
Version history: (Expand)
- (2006-02-01) Updated to version: cbmconvert-2.1.2
- (2005-10-05) Package added to pkgsrc.se, version cbmconvert-2.0.5 (created)
CVS history: (Expand)
2015-11-03 02:43:56 by Alistair G. Crooks | Files touched by this commit (120) |
Log message:
Add SHA512 digests for distfiles for converters category
Problems found with existing distfile:
distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-03 02:20:19 by Aleksej Saushev | Files touched by this commit (97) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2009-06-14 19:39:11 by Joerg Sonnenberger | Files touched by this commit (26) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-03-03 06:51:08 by Johnny C. Lam | Files touched by this commit (24) |
Log message:
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
|
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message:
Rename variable MAKEFILE to MAKE_FILE.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2006-02-01 18:38:01 by Todd Vierling | Files touched by this commit (3) |  |
Log message:
Update to 2.1.2 at its new master site. Changes from docs:
Version 2.1.2:
Bug fixes; see ChangeLog for details
Version 2.1:
Added support for raw Commodore C2N tape archives. Renamed the
CP/M-related options to -m and -M, so that the C2N-related options can be
-c and -C.
Version 2.0.5:
Mikko Suonio provided patches for tolerating truncated T64 and Lynx
archives. His patches also handle single-file T64 archives that have
number of entries set to zero, and Lynx archives that have file names
starting with a space.
Version 2.0.5.1:
It was brought to my attention that Lynx 17 on the Commodore 64 and some
other utilities do not recognize the Lynx archives created by cbmconvert.
I slightly modified the magic cookie to fix the problem.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2 … /0034.html
|