notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libisofs Libburnia ISO9660 filesystem creation library
1.5.6 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.6Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-11-15 22:09:11
Last Update: 2023-08-17 09:37:36
Commit Hash: 1bbd808
License: GPLv2
WWW:
https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs
Description:
libburnia is a project for reading, mastering and writing optical discs. Currently it is comprised of libraries named libisofs, libburn, libisoburn, a cdrecord emulator named cdrskin, and an integrated multi-session tool named xorriso.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libisofs-1.5.6/catalog.mk
  3. /usr/local/share/licenses/libisofs-1.5.6/LICENSE
  4. /usr/local/share/licenses/libisofs-1.5.6/GPLv2
  5. include/libisofs/libisofs.h
  6. lib/libisofs.a
  7. lib/libisofs.so
  8. lib/libisofs.so.6
  9. lib/libisofs.so.6.92.0
  10. libdata/pkgconfig/libisofs-1.pc
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • libisofs>0:devel/libisofs
To install the port:
cd /usr/ports/devel/libisofs/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libisofs
  • pkg install libisofs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libisofs
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1692262028 SHA256 (libisofs-1.5.6.tar.gz) = 0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70 SIZE (libisofs-1.5.6.tar.gz) = 879144

Packages (timestamps in pop-ups are UTC):
libisofs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.61.5.61.5.01.5.61.5.6-1.5.0-
FreeBSD:13:quarterly1.5.61.5.61.5.41.5.61.5.61.5.61.5.61.5.6
FreeBSD:14:latest1.5.61.5.61.5.41.5.61.5.61.5.4-1.5.4
FreeBSD:14:quarterly1.5.61.5.6-1.5.61.5.61.5.61.5.61.5.6
FreeBSD:15:latest1.5.61.5.6n/a1.5.6n/a1.5.61.5.61.5.6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libburn.so : devel/libburn
This port is required by:
for Libraries
  1. sysutils/xfburn
  2. sysutils/xorriso

Configuration Options:
===> The following configuration options are available for libisofs-1.5.6: DEBUG=off: Build with debugging support DOCS=on: Build and/or install documentation LIBACL=on: Enable use of ACL functions LIBJTE=on: Jigdo file support XATTR=on: Extended file attribute support ZLIB=on: zlib compression support ===> Use 'make config' to modify these settings
Options name:
devel_libisofs
USES:
iconv libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://files.libburnia-project.org/releases/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.6
17 Aug 2023 09:37:36
commit hash: 1bbd8085e1cb8c5edc288ce584d657fc1cfe6fa4commit hash: 1bbd8085e1cb8c5edc288ce584d657fc1cfe6fa4commit hash: 1bbd8085e1cb8c5edc288ce584d657fc1cfe6fa4commit hash: 1bbd8085e1cb8c5edc288ce584d657fc1cfe6fa4 files touched by this commit
Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/libisofs: Update to 1.5.6

Major changes:
    * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR
      partition table if the partitions are data files in the ISO
      rather than appended
    * Bug fix: The lseek methods of IsoFileSource for local filesystem and
loaded
      ISO returned libisofs error codes as positive off_t numbers
    * Bug fix: Freshly cloned data files from imported image were not marked as
      imported. Thanks to Ivan Shmakov. (Closes: #1022851)
    * Bug fix: Size of further CE area was calculated wrong if its CE entry
ended
      exactly at a block boundary
    * New iso_write_opts_set_system_area() option bits 16:
      GPT "Legacy BIOS bootable" and 17: GPT writable
    * New API calls iso_assess_written_features(),
iso_read_image_feature_named(),
      iso_read_image_features_text()
    * Allowed lseekable device files with iso_tree_add_new_cut_out_node().
      Proof-of-concept by Ivan Shmakov.
    * New API call iso_write_opts_set_max_ce_entries()

Full changelog:
https://dev.lovelyhq.com/libburnia/libisofs/src/branch/master/ChangeLog

Port changes:
    * Update WWW url
    * Reorder Makefile to make linters happy
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.5.4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.4
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.4
25 Sep 2021 19:17:02
commit hash: 96011dfbadc92888cb6d31420c937b25732144e9commit hash: 96011dfbadc92888cb6d31420c937b25732144e9commit hash: 96011dfbadc92888cb6d31420c937b25732144e9commit hash: 96011dfbadc92888cb6d31420c937b25732144e9 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
devel/libisofs: Update to 1.5.4
1.5.0
21 Sep 2021 13:47:01
commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649 files touched by this commit
Ryan Steinmetz (zi) search for other commits by this committer
*/*: Reset MAINTAINER due to repeat fatal email bounces
1.5.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.5.0
18 Sep 2018 19:58:56
Revision:480073Original commit files touched by this commit
swills search for other commits by this committer
devel/libisofs: update to 1.5.0

While here, pass maintainership to submitter

PR:		231449
Submitted by:	Nathan <ndowens@yahoo.com>
1.4.8_1
08 Mar 2018 18:55:50
Revision:463912Original commit files touched by this commit
yuri search for other commits by this committer
devel/libisofs: Add the patch to fix xorriso -hfsplus option bug

References:
http://forums.ghostbsd.org/viewtopic.php?f=98&t=711

PR:		226318
Submitted by:	ericturgeon.bsd@gmail.com
Approved by:	tcberner (mentor, implicit)
1.4.8
24 Sep 2017 11:27:54
Revision:450487Original commit files touched by this commit
riggs search for other commits by this committer
Update to upstream version 1.4.8

PR:		222476
Submitted by:	duchateau.olivier@gmail.com
1.4.6
19 Mar 2017 14:02:24
Revision:436494Original commit files touched by this commit
rene search for other commits by this committer
Take in olivierd@'s commit bit on his request.

Submitted by:	olivierd@
With hat:	portmgr-secretary
1.4.6
17 Sep 2016 11:38:47
Revision:422310Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 1.4.6
1.4.4
02 Jul 2016 14:44:38
Revision:417933Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 1.4.4
1.4.2
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.4.2
01 Dec 2015 18:28:46
Revision:402774Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 1.4.2
1.4.0
20 May 2015 18:32:28
Revision:386876Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 1.4.0
1.3.8
19 May 2015 19:57:53
Revision:386808Original commit files touched by this commit
olivierd search for other commits by this committer
Uncomment USE_LDCONFIG

Pointed by:	bapt@
1.3.8
19 May 2015 18:38:29
Revision:386802Original commit files touched by this commit
olivierd search for other commits by this committer
- Update to 1.3.8
- Take maintainership

PR:		200267
Submitted by:	myself
Approved by:	delphij@
1.3.6_2
15 Apr 2015 08:20:28
Revision:384038Original commit files touched by this commit
tijl search for other commits by this committer
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.6_1
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.3.6_1
23 Jul 2014 10:19:50
Revision:362653Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Add LICENSE_FILE

Approved by:	portmgr blanket
1.3.6
27 Jun 2014 04:38:31
Revision:359452Original commit files touched by this commit
delphij search for other commits by this committer
Update to 1.3.6.
1.3.4
13 Dec 2013 18:10:41
Revision:336363Original commit files touched by this commit
delphij search for other commits by this committer
Update to 1.3.4.
1.3.2
20 Oct 2013 22:55:19
Revision:331069Original commit files touched by this commit
delphij search for other commits by this committer
Update to 1.3.2.
1.2.4
25 Sep 2013 00:54:09
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
1.2.4
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.2.4
27 Apr 2013 08:50:47
Revision:316654Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
1.2.4
14 Feb 2013 09:42:13
Revision:312209Original commit files touched by this commit
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
1.2.4
03 Nov 2012 00:21:02
Revision:306893Original commit files touched by this commit
delphij search for other commits by this committer
Update to 1.2.4.

Feature safe:	yes
1.2.2
30 May 2012 23:14:55
Original commit files touched by this commit
delphij search for other commits by this committer
 - Update to 1.2.2;
 - Add LICENSE=;
 - Take maintainership;
1.1.2
30 May 2012 22:31:09
Original commit files touched by this commit
pav search for other commits by this committer
- Reset maintainer:
  <shuvaev@physik.uni-wuerzburg.de>
      (reason: 550 5.7.1 <shuvaev@physik.uni-wuerzburg.de>: Recipient address
rejected: User unknown)
1.1.2
28 Jul 2011 06:42:01
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.1.2

Changes:

1.1.2:
- New API call iso_image_get_bootcat()

1.1.0:
- Bug fix: Padding as of iso_write_opts_set_tail_blocks() was added only after
  cylinder alignment as of iso_write_opts_set_system_area() and thus spoiled
  this alignment.

PR:             ports/158912
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Approved by:    Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> (maintainer)
1.0.8
17 Jun 2011 21:29:30
Original commit files touched by this commit
wxs search for other commits by this committer
Assign maintainer to submitter of previous PR.

PR:             ports/157531, ports/157532
Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
1.0.8
17 Jun 2011 16:11:36
Original commit files touched by this commit
wxs search for other commits by this committer
- Update to 1.0.8.
- Reset maintainer.

PR:             ports/157532
Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:    J.R. Oldroyd <fbsd@opal.com> (maintainer)
0.6.20
10 Aug 2009 12:15:17
Original commit files touched by this commit
bsam search for other commits by this committer
Update to version 0.6.20.

PR:             ports/137627
Submitted by:   "J.R. Oldroyd" <fbsd at opal.com> (maintainer)
0.6.16
14 Mar 2009 22:45:14
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.6.16

PR:             132634
Submitted by:   "J.R. Oldroyd" <fbsd@opal.com> (maintainer)
0.6.10
15 Nov 2008 22:05:39
Original commit files touched by this commit
miwi search for other commits by this committer
libburnia is a project for reading, mastering and writing optical
discs. Currently it is comprised of libraries named libisofs,
libburn, libisoburn, a cdrecord emulator named cdrskin, and an
integrated multi-session tool named xorriso.

WWW: http://libburnia-project.org/

PR:             ports/128795
Submitted by:   J.R. Oldroyd <fbsd at opal.com>

Number of commits found: 37