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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: accessibility/eflite/Makefile

Number of commits found: 15

Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
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, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility: remove 'Created by' lines

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

  *  David K. Gerry
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>

With hat:	portmgr
commit hash: 4bc2b388728b56c458f9546b69df0e91385b870a commit hash: 4bc2b388728b56c458f9546b69df0e91385b870a commit hash: 4bc2b388728b56c458f9546b69df0e91385b870a commit hash: 4bc2b388728b56c458f9546b69df0e91385b870a 4bc2b38
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
Monday, 19 Mar 2018
09:03 amdmi3 search for other commits by this committer
- Add LICENSE

Approved by:	portmgr blanket
Original commitRevision:464999 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 16 Jul 2014
03:47 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Original commitRevision:362027 
Wednesday, 11 Dec 2013
09:51 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
Original commitRevision:336152 
Friday, 20 Sep 2013
11:02 bapt search for other commits by this committer
Add no stage all over the place in accessibility in preparation for the staging
area support
Original commitRevision:327684 
Friday, 30 Aug 2013
00:47 bapt search for other commits by this committer
Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig
Original commitRevision:325643 
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 9 Jun 2011
22:26 jlaffaye search for other commits by this committer
Add patch to fix build.

PR:             ports/157564
Submitted by:   David K. Gerry <David.K.Gerry@GMail.com>
Approved by:    bapt (mentor)
Original commit
Thursday, 6 Jan 2011
19:27 pav search for other commits by this committer
- Mark BROKEN: does not link

Reported by:    pointyhat
Original commit
Wednesday, 17 Jun 2009
10:07 itetcu search for other commits by this committer
Fix build with custom LOCALBASE

Submitted by:   Sahil Tandon
Reported by:    QATty
Approved by:    portmgr (itetcu@)
No cookie for:  maintainer
Original commit
Saturday, 16 Feb 2008
17:22 alepulver search for other commits by this committer
EFlite is a speech server for Emacspeak and other screen readers that allows
them to interface with Festival Lite, a free text-to-speech engine developed at
the CMU Speech Center as an off-shoot of Festival.  EFlite is still in beta,
but I have been using it successfully with Yasr to get speech on my notebook
under Linux without having to lug my Speak-out around.  It uses Festival Lite's
code to interface with the sound driver and, therefore, should work with some
versions of ALSA, but I have only tested it with the OSS sound drivers so far.
Michael P. Gorse
mgorse@alum.wpi.edu
mgorse@users.sf.net

WWW: http://eflite.sourceforge.net/

Ported by David K. Gerry <David.K.Gerry@GMail.com>

PR:             ports/119790
Submitted by:   David K. Gerry
Original commit

Number of commits found: 15