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: textproc/hyphen/Makefile

Number of commits found: 28

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
Sunday, 19 Sep 2021
06:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/*hyphen: Avoid using %% in Makefile

Use ${DATAIDR} instead of %%DATADIR%%
commit hash: 915dbfaa562e20c8402d3873f8bfbf07899f9f8a commit hash: 915dbfaa562e20c8402d3873f8bfbf07899f9f8a commit hash: 915dbfaa562e20c8402d3873f8bfbf07899f9f8a commit hash: 915dbfaa562e20c8402d3873f8bfbf07899f9f8a 915dbfa
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
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Sunday, 24 Sep 2017
18:50 sunpoet search for other commits by this committer
Update LICENSE
Original commitRevision:450522 
Thursday, 24 Nov 2016
15:34 sunpoet search for other commits by this committer
- Update LICENSE
- Add LICENSE_FILE
- Import upstream patch to drop dependency on lang/gawk [1]
- Update WWW

Obtained
from:	https://github.com/hunspell/hyphen/commit/726a506ef16cb76cf1ed97ed5b2fc2c77cddef84
[1]
Original commitRevision:427033 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Monday, 6 Oct 2014
13:45 bapt search for other commits by this committer
Update to 2.8.8
Original commitRevision:370171 
Wednesday, 16 Jul 2014
16:07 sunpoet search for other commits by this committer
- Add LICENSE
- Remove duplicate CONFIGURE_ENV
Original commitRevision:362081 
Monday, 30 Jun 2014
07:24 bapt search for other commits by this committer
hyphen.h is now exposing FILE type from stdio.h which breaks some configure
scripts
include stdio.h in hyphen.h to fix those check in configure scripts
Original commitRevision:359807 
Sunday, 29 Jun 2014
23:13 bapt search for other commits by this committer
Update to 2.8.7
- USES=libtool
Original commitRevision:359797 
Monday, 4 Nov 2013
11:30 bapt search for other commits by this committer
Stagify,
Strip binaries
Fix shebang
Turn perl into a run dep as well (needed for bin/substrings.pl)
Bump portrevision
Original commitRevision:332694 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Sunday, 4 Aug 2013
12:47 az search for other commits by this committer
- Convert to new perl framework

Approved by:	bapt@ (office@)
Original commitRevision:324225 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Tuesday, 26 Mar 2013
23:22 bapt search for other commits by this committer
Force gawk has a awk command while building to allow building with upcoming
config.site

Reported by:	swills
Original commitRevision:315338 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Wednesday, 19 Sep 2012
10:10 bapt search for other commits by this committer
- update to 2.8.6
Original commitRevision:304495 
Friday, 13 Jul 2012
08:43 sunpoet search for other commits by this committer
- Update to 2.8.5
- Set DIST_SUBDIR: move dist files to DISTDIR/hyphen

Changes:

2010-07-18:
- Coverity warnings
Original commit
Monday, 17 Oct 2011
09:37 sunpoet search for other commits by this committer
- Update to 2.8.3
Original commit
Sunday, 9 Oct 2011
22:36 sunpoet search for other commits by this committer
- Update to 2.8.2
Original commit
Friday, 7 Oct 2011
02:29 sunpoet search for other commits by this committer
- Update to 2.8.1
Original commit
Thursday, 6 Oct 2011
16:17 sunpoet search for other commits by this committer
- Update to 2.8
Original commit
Friday, 29 Jul 2011
13:08 sunpoet search for other commits by this committer
- Update MASTER_SITES
- Pet portlint: do not use pkg-plist with PLIST_*
- Cosmetic change
Original commit
Friday, 22 Jul 2011
05:30 bapt search for other commits by this committer
Pass matainership to the new office team
Original commit
Wednesday, 20 Jul 2011
15:21 bapt search for other commits by this committer
Add alias for all english locales
Original commit
Friday, 17 Jun 2011
23:23 bapt search for other commits by this committer
Hyphen - hyphenation library to use converted TeX hyphenation patterns

WWW:    http://hunspell.sourceforge.net
Original commit

Number of commits found: 28