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: devel/schilybase/Makefile

Number of commits found: 11

Thursday, 28 Mar 2024
09:50 Robert Clausecker (fuz) search for other commits by this committer
devel/schilybase: update to 2024-03-21

Changelog: http://fuz.su/pub/schilytools/AN-2024-03-21.txt
commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec commit hash: 911471950815f53a6ea4e6fa738db7899d5f89ec 9114719
Saturday, 10 Feb 2024
13:41 Robert Clausecker (fuz) search for other commits by this committer
devel/schilybase: do not install man pages, remove libstreamar

 - man pages collide with base man pages and aren't very useful to the
   general user.  Move them to a non-default MANPAGES option.
 - remove libstreamar in preparation of moving it to archivers/star as
   it's used only there and its sole man page is kind of useful.

PR:		276825
Reported by:	glebius
commit hash: b9712507198c2023777e3a529a3caedefdc5f64e commit hash: b9712507198c2023777e3a529a3caedefdc5f64e commit hash: b9712507198c2023777e3a529a3caedefdc5f64e commit hash: b9712507198c2023777e3a529a3caedefdc5f64e b971250
Sunday, 3 Dec 2023
10:18 Robert Clausecker (fuz) search for other commits by this committer
devel/schilybase: work around bug in gettext-0.22

gettext 0.22 started to transcode PO files to UTF-8 before processing
them, converting all msgids and messages to Unicode in the process.
This breaks schilytools which assumes msgids are in ISO-8859-1 encoding.
Work around the breakage using the new --no-convert option.  A bug
report was filed with upstream in the hope that they may fix the bug.

Reported by:	bugzeo <kiboto6933@eyeremind.com>
See also:	https://savannah.gnu.org/news/?id=10378
PR:		257905
MFH:		2023Q4
commit hash: e8c2558f623d87d044e0dec460f606a40a46d359 commit hash: e8c2558f623d87d044e0dec460f606a40a46d359 commit hash: e8c2558f623d87d044e0dec460f606a40a46d359 commit hash: e8c2558f623d87d044e0dec460f606a40a46d359 e8c2558
Tuesday, 18 Oct 2022
05:02 Fernando Apesteguía (fernape) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: update to 2022-10-16

ChangeLog: http://fuz.su/pub/schilytools/AN-2022-10-16.txt

This commit creates a new port archivers/tartest splitted off from
archivers/star. misc/schilytools depends now on this new port.

PR:		267131
Reported by:	fuz@fuz.su (maintainer)
commit hash: 98e169c3d94fadcba5838d18f32b65d884a0750d commit hash: 98e169c3d94fadcba5838d18f32b65d884a0750d commit hash: 98e169c3d94fadcba5838d18f32b65d884a0750d commit hash: 98e169c3d94fadcba5838d18f32b65d884a0750d 98e169c
Monday, 19 Sep 2022
15:37 Neel Chauhan (nc) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: update to 2022-09-18

 - point MASTER_SITES to new upstream
 - split bosh from sysutils/schilyutils into new port shells/bosh
   - stop installing pfbosh, a SunOS-only feature
   - install jsh as jbosh to avoid a conflict
   - patch shell names in man pages
 - point WWW to subproject-specific sites if available
 - misc/schilytools: deprecate man2html component
 - devel/schilybase: add missing file to pkg-plist
 - make test suite work better
   - do not pass INS_*BASE/DESTDIR to smake tests
   - account for devel/sccs placing files in /tmp
   - make sh/tests/common/test-common find bosh after
     we patched out the hardlink to sh
   - Test suite passes on armv7 except for archivers/star.
     Will have to investigate further.
 - sysutils/schilyutils: add vctags command
   I forgot about that one when I made the port initially.
   The ctags link is not installed to avoid conflicts.

Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt

PR:	266475
commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e commit hash: e69a1817a6ad75f0b081a88895aad0fa4d120e5e e69a181
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 8 Jul 2022
14:54 Fernando Apesteguía (fernape) search for other commits by this committer
devel/schilybase: avoid building profiled libs with -PROFILE

This patch was meant to be included into 8ce2900. It implements not building
profiled libraries in case of -PROFILE.

PR:             265040
Fixes:		8ce2900d5aaffab13b961003114a97a48d00e59d
Reported by:    fuz@fuz.su (maintainer)
commit hash: a1da7dade1dca186fbbbed3723dc7b8b0ad43e69 commit hash: a1da7dade1dca186fbbbed3723dc7b8b0ad43e69 commit hash: a1da7dade1dca186fbbbed3723dc7b8b0ad43e69 commit hash: a1da7dade1dca186fbbbed3723dc7b8b0ad43e69 a1da7da
Monday, 14 Feb 2022
07:46 Juraj Lutter (otis) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: Fix umlauts in locale C.UTF-8

PR:             257905
Reported by:    bugzeo <kiboto6933@eyeremind.com>
MFH:            2022Q1
commit hash: 965979bfb06f5fb3c8f3a10ef52656f7c37f76fa commit hash: 965979bfb06f5fb3c8f3a10ef52656f7c37f76fa commit hash: 965979bfb06f5fb3c8f3a10ef52656f7c37f76fa commit hash: 965979bfb06f5fb3c8f3a10ef52656f7c37f76fa 965979b
Saturday, 25 Sep 2021
18:34 Gleb Popov (arrowd) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: Update to 2021-09-18.

PR:		258722
commit hash: cab91ae251c30f37eab1cf8a0767337f06faff5b commit hash: cab91ae251c30f37eab1cf8a0767337f06faff5b commit hash: cab91ae251c30f37eab1cf8a0767337f06faff5b commit hash: cab91ae251c30f37eab1cf8a0767337f06faff5b cab91ae
Thursday, 2 Sep 2021
20:42 Juraj Lutter (otis) search for other commits by this committer Author: Robert Clausecker
devel/schilybase: Update to 2021-09-01

Update to 2021-09-01 and while here, also:
 - add WWW to misc/schilytools/pkg-descr
 - use make loops and conditionals instead of shell loops
 - regenerate some patches to make them apply cleanly
 - add an NLS option to devel/schilybase (toggles dummy message catalogue
   generation)

PR:		257905
Reported by:	bugzeo <kiboto6933@eyeremind.com>
Differential Revision: https://reviews.freebsd.org/D31808
commit hash: 82ebe485f60306d21adec8fa5765522b3490df22 commit hash: 82ebe485f60306d21adec8fa5765522b3490df22 commit hash: 82ebe485f60306d21adec8fa5765522b3490df22 commit hash: 82ebe485f60306d21adec8fa5765522b3490df22 82ebe48
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:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 commit hash: 2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 2a40da7

Number of commits found: 11