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.

non port: sysutils/cdrtools-devel/pkg-descr

Number of commits found: 9

Thursday, 1 Jul 2021
21:11 Juraj Lutter (otis) search for other commits by this committer Author: Robert Clausecker
misc/schilytools: Consolidate old schily's tools

- Update and consolidate schily's tools into more reasonable state
- Transfer maintenance to Robert Clausecker <fuz@fuz.su>

From Robert Clausecker <fuz@fuz.su> (new maintainer):

In 2018, Jörg Schilling consolidated all his projects into the
schilytools project and stopped providing new separate releases for the
individual projects (such as cdrtools, smake, star, and ved).  Hence,
the FreeBSD ports of these projects have been stuck on outdated versions
for years.

With this changeset, the schilytools are added to the ports collection
as a collection of 10 ports:

    devel/schilybase (libraries)
    archivers/star
    devel/sccs
    devel/smake
    devel/sunpromake
    editors/ved
    net/rscsi (split out from cdrtools for security reasons)
    sysutils/cdrtools
    sysutils/schilyutils (command line helpers, shells)
    misc/schilytools (meta port for all of these)

Where appropriate, I've tried to keep existing patches and conventions
in tact.  Some options have been renamed to more appropriate names,
others have been added or removed.  The schilytools have been patched
not to install binaries with the same name as system binaries, though
some man pages with such names remain.

The split into slave ports largely follows the OpenCSW packages provided
by the author.  Some differences are present:

 * strar has been moved from schilyutils to star
 * rscsi has been moved from cdrtools into a package on its own as it
   needs to be installed setuid to function.
 * mountcd is a Solaris only program and is not shipped
 * man2html is not shipped as it's already available in textproc/man2html
 * cdrecord, cdda2wav, and readcd are only installed setuid root if the
   user specifically requests so using a non-default option

This changeset unobsoletes the editors/ved port.

This changeset obsoletes the sysutils/cdrtools-devel port as schilytools
provide a newer version than the old development version shipped therein.

This changeset overwrites the following ports, the maintainers have
previously been informed via PR and direct email but haven't responded.
They have also been added as reviewers to this changeset.

    archivers/star (mm@freebsd.org)
    devel/smake (no maintainer)
    sysutils/cdrtools (marius@freebsd.org)
    sysutils/cdrtools-devel (marius@freebsd.org)

PR:		256467
Differential Revision:	https://reviews.freebsd.org/D30669
commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 2a40da7
Tuesday, 29 Dec 2015
00:33 marius search for other commits by this committer
- Update to 3.02a04
- Fix build when `uname -m` != `uname -p`
Original commitRevision:404711 
Sunday, 8 Jan 2012
07:01 eadler search for other commits by this committer
Repeated words are are hard to to find sometimes.

Approved by:    portmgr (itetcu)
Original commit
Tuesday, 21 Sep 2010
18:53 marius search for other commits by this committer
- Mention support for BluRay in COMMENT and pkg-descr.
- Add knobs for additionally installing cdda2{mp3,ogg}.

Requested by:   upstream
Approved by:    netchild
Original commit
Tuesday, 16 May 2006
19:45 marius search for other commits by this committer
- Update COMMENT and the description of cdrecord in pkg-descr to
  reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
  package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
  binary package.

Submitted by:   Fabian Keil (modulo COMMENT part)
Approved by:    netchild
Original commit
Wednesday, 28 Sep 2005
06:02 linimon search for other commits by this committer
Update www site.
Original commit
Wednesday, 2 Jun 2004
17:05 netchild search for other commits by this committer
- Update to 2.01a30. For a list of changes please see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a30
- Add a workaround for the problem that cdda2wav doesn't use a page
  aligned buffer for the SCSI transfers in paranoia mode. [1]
- Merge sysutils/mkisofs-devel into sysutils/cdrtools-devel as done
  with the corresponding non-devel ports.

PR:             63775 [1]
Submitted by:   marius
Original commit
Sunday, 25 Jan 2004
10:59 netchild search for other commits by this committer
- Update cdrtools-devel port to 2.01a25 which fixes a crash of cdrecord.
  For a full list of changes see:
  ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a25
- Fix previous commit which made the cdrtools-devel port to not print the
  available knob in the pre-everything target when said knob is turned on to
  not offer it when compiling mkisofs-devel. Note that the former behaviour
  will be removed again in case the cdrtools-devel port grows more knobs,
  it's just to much mess in the makefile then.
- Introduce a small hack in the makefile of the cdrtools-devel port so the
  cdrtools version has to be only specified once for PORTVERSION and DISTNAME.
- Reword the desciption of rscsi in the pre-everything message and the PLIST
  to make clear that rscsi is the remote SCSI daemon and clients are built
  into cdda2wav, cdrecord, etc. unconditionally.
- Bump the PORTREVISION of the mkisofs-devel port as underlying libraries
  have changed.

Submitted by:   maintainer
Original commit
Tuesday, 19 Aug 2003
16:25 netchild search for other commits by this committer
Add sysutils/cdrtools-devel (currently at version 2.01a18) and
sysutils/mkisofs-devel (currently at version 2.01a17) after repo-copy
from sysutils/cdrtools respectively sysutils/mkisofs.
The cdrtools-devel and mkisofs-devel ports are for the alpha versions,
for further information on changes since cdrtools 2.00 see
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a01 up to AN-2.01a18.

Further changes to the cdrtools-devel and mkisofs-devel ports to
relative to the existing ports of cdrtools and mkisofs are:

Changes common to cdrtools-devel and mkisofs-devel:
- Delete targets for mkisofs and friends when building cdrtools and vice
  versa to speed up the build of the respective port.
- Respect CC already at the configure-stage (Patch taken from the OpenBSD
  port of cdrtools).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 9