NOTICE: This package has been removed from pkgsrc

./wip/libisofs, Create an ISO-9660 filesystem with extensions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3.6, Package name: libisofs-1.3.6, Maintainer: ryoon

libisofs is a library to create an ISO-9660 filesystem with extensions
like RockRidge or Joliet. It is also a full featured ISO-9660
editor, allowing you to modify an ISO image or multisession disc,
including file addition/removal, change of file names and attributes,
etc.


Master sites:

SHA1: 577f8cae7a214ae45ef53b63d0a5382f27dec45b
RMD160: 2f42fab7cd3118f19af63efda0da5df845806f10
Filesize: 762.354 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-29 22:09:29 by Thomas Klausner | Files touched by this commit (7) | Package removed
Log message:
Remove libisofs, imported to pkgsrc/sysutils.
   2014-04-24 11:08:39 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.3.6:

libisofs-1.3.6.tar.gz Tue Mar 04 2014
===============================================================================
* Bug fix: Division by zero if HFS+ was combined with TOC emulation for
           overwritable media.
* New API call iso_write_opts_set_joliet_utf16() and ability to read Joliet
  names as UTF-16BE
* New API call iso_conv_name_chars()

libisofs-1.3.4.tar.gz Thu Dec 12 2013
===============================================================================
* Giving sort weight 2 as default to El Torito boot images
* Encoding HFS+ names in UTF-16 rather than UCS-2.

libisofs-1.3.2.tar.gz Wed Aug 07 2013
===============================================================================
* Bug fix: iso_finish() left an invalid global pointer, which a subsequent 
           call of iso_init() would try to dereference.
* The sort weight of data files loaded from ISO image is now 2 exp 28 to 1
  rather than 2 exp 31 - 1 to - 2 exp 31
   2013-07-12 19:07:48 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.3.0.
   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-11-22 18:13:03 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Bump BUILDLINK_API_DEPENDS to  libisofs>=1.1.6
   2011-11-19 15:41:07 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.1.6

Changelog:
libisofs-1.1.6.tar.gz Tue Sep 27 2011
===============================================================================
* Bug fix: On Solaris: False out-of-memory errors when writing images.
* Bug fix: On FreeBSD: No ACLs were recorded.
* Bug fix: ACL entries of groups and of user id 0 were not properly recorded
           and cannot be restored.
* Bug fix: On FreeBSD: The function for restoring ACLs and xattr returned
           error, even if no xattr were to be restored.
* New API call iso_local_attr_support()
* Enabled recording and restoring of extattr on FreeBSD.

libisofs-1.1.4.tar.gz Mon Aug 08 2011
===============================================================================
* Bug fix: The function for restoring ACLs and xattr returned error on systems
           other than Linux and FreeBSD, even if nothing was to be restored.
   2011-07-25 15:50:56 by Ryo ONODERA | Files touched by this commit (1)
Log message:
New API is added.
   2011-07-25 15:50:06 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.1.2

Changelog:
libisofs-1.1.2.tar.gz Fri Jul 08 2011
===============================================================================
* New API call iso_image_get_bootcat()