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/shtk/Makefile

Number of commits found: 17

Friday, 23 Feb 2024
14:50 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/shtk: Update version 1.6=>1.7

- Moved man to share/man
- Adopt port as commit bit of jmmv has been safekept

Changelog: https://github.com/jmmv/shtk/releases/tag/shtk-1.7

Approved by:    portmgr (blanket)
commit hash: 3a665546a1a69beb2c94c20e3e23ef3d926ba627 commit hash: 3a665546a1a69beb2c94c20e3e23ef3d926ba627 commit hash: 3a665546a1a69beb2c94c20e3e23ef3d926ba627 commit hash: 3a665546a1a69beb2c94c20e3e23ef3d926ba627 3a66554
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
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Thursday, 12 Mar 2015
17:12 sunpoet search for other commits by this committer
- Update MAINTAINER: use @FreeBSD.org
Original commitRevision:381119 
Friday, 21 Nov 2014
22:41 jmmv search for other commits by this committer
Update devel/shtk to 1.6:

Released on 2014-11-17.

* Added the unittest module, a framework with which to implement
  robust test programs purely in shell.  This new module supports
  defining test programs as a collection of standalone test cases or
  test fixtures; supports assert-syle vs. expect-style checks; and
  provides advanced checks to simplify the implementation of tests
  cases for command-line utilities.  unittest-based test programs
  can be trivially plugged into the Kyua testing framework.

* Added manual pages for all public API functions.  See shtk(3) for
  an introduction and follow all linked pages for details.  All
  docstrings have been removed from the code in favor of the manual
  pages.

* Added the shtk_config_include function so that configuration files
  can source other files using relative (or absolute) paths.

* Removed 'set -e' calls from shtk and from any generated scripts.
  It is the user who should be enabling this feature if he chooses to
  because 'set -e' may have suprising and inconsistent behavior in
  large scripts (and shtk can be defined as large).

Differential Revision:	https://reviews.freebsd.org/D1178
Approved by:	bapt
Original commitRevision:373021 
Tuesday, 3 Jun 2014
21:13 antoine search for other commits by this committer
Replace LIB_DEPENDS on libatf by RUN_DEPENDS+BUILD_DEPENDS
This fixes build on FreeBSD 10 which has libatf in base

Phabric:	D134
Original commitRevision:356413 
Monday, 26 May 2014
22:09 antoine search for other commits by this committer
Unbreak
Original commitRevision:355460 
02:57 jmmv search for other commits by this committer
Enable the TEST option by default in atf-based ports.

Get ports that use the atf libraries to install their tests by default.
This is to showcase the potential of getting the tests installed on a
live system and will also simplify the process of running them periodically
out of /usr/local/tests/.

Packages confirmed to build with this option enabled.

Approved by:	bapt (ports)
Original commitRevision:355276 
Saturday, 24 May 2014
20:11 jmmv search for other commits by this committer
Change ports that use the ATF libraries to depend on devel/atf.

As part of this, make it possible to install devel/atf independently of
the presence of ATF in the base system.  This is so that we can turn the
ATF libraries in base into private libraries.

Note that this should have no effect on prebuilt binary packages because
these changes only apply when the TEST option is selected, and this option
is not yet the default.

Approved by:	eadler (ports)
Original commitRevision:355077 
Sunday, 16 Mar 2014
00:15 jmmv search for other commits by this committer
Update devel/shtk to 1.5:

Released on 2014-03-16.

* Added a version module with helper functions to check if shtk is a
  given version or matches some constraints.  Useful to dynamically
  determine which functions to call in a script, if their need is
  optional.

* Added timeout support to shtk_process_run.  The new '-t' option to
  this function takes the number of seconds before forcibly killing the
  subprocess.

Approved by:	bdrewery
Original commitRevision:348389 
Sunday, 9 Feb 2014
12:59 jmmv search for other commits by this committer
Make devel/shtk install its tests.

This is a proof of concept to showcase the installation of tests into the
new 'tests' top-level subdirectory of /usr/local.  Other ports will follow
later on.

The installation of tests is protected by the already-existing TEST option.

Bump the port revision to 1.

Approved by:	bdrewery
Original commitRevision:343497 
Friday, 3 Jan 2014
00:46 bapt search for other commits by this committer
Part 1 at removing now useless FETCH_ARGS redifition
Original commitRevision:338511 
Monday, 30 Dec 2013
16:54 jmmv (src committer) search for other commits by this committer
Update devel/shtk to 1.4.

Released on 2013-12-30.

* Added support for a user-defined SHTK_MODULESPATH variable.  This
  colon-separated, user-tunable variable lists the directories that
  contain modules.

* Added a modulesdir variable to shtk.pc so that third-party packages
  can install shtk-compliant modules into the shared directory.  This
  variable is also exposed by the SHTK_CHECK macro of shtk.m4 as
  SHTK_MODULESDIR.

* Added a new bool module with a shtk_bool_check function to convert a
  string to a boolean.

* Added a new cleanup module to simplify the installation and automatic
  execution of termination handlers.

* Fixed the config module in Mac OS X 10.9 to respect default values
  of configuration variables.

Approved by:	bdrewery
Original commitRevision:338140 
Sunday, 29 Dec 2013
12:33 jmmv (src committer) search for other commits by this committer
Miscellaneous fixes to devel/shtk.

- Provide an http master site given that fetch(1) in 8 does not support
  https.
- Move manpage definition to the pkg-plist.
- Handle two missing directories in the pkg-plist.

The first problem was spotted by QAT and the latter two by antoine@, who
gave advice on how to fix them.

Approved by:	antoine
Original commitRevision:337975 
Saturday, 28 Dec 2013
16:01 jmmv (src committer) search for other commits by this committer
Add devel/shtk.

The Shell Toolkit (shtk) is an application toolkit for programmers
writing POSIX-compliant shell scripts.

shtk provides a collection of reusable modules that work on a wide
variety of operating systems and shell interpreters.  The included
modules aid developers in implementing usable and consistent CLI
interfaces, interacting with processes, parsing configuration files
and manipulating higher-level data types among other things.

Reviewed by:	rpaulo (ex-mentor)
Approved by:	bdrewery (ports)
Original commitRevision:337877 

Number of commits found: 17