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

Number of commits found: 26

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, 8 Jun 2022
16:24 Tijl Coosemans (tijl) search for other commits by this committer
devel/autoconf: update to 2.71

- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.

PR:		258046
Exp-run by:	antoine
commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 bd70827
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
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, 29 May 2020
13:33 amdmi3 search for other commits by this committer
Remove forced testing

Reported by:mat
Original commitRevision:536972 
11:19 amdmi3 search for other commits by this committer
- Update to 0.0.6
Original commitRevision:536966 
Sunday, 24 Dec 2017
14:54 linimon search for other commits by this committer
Tested to build on powerpc64.

The src tree does not have any comments about being endian-specific, so
let's just remove the lines.

Reported by:	jbeich
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:457168 
Thursday, 21 Dec 2017
09:31 linimon search for other commits by this committer
Use a more modern way of distinguishing "big-endian platforms".

This will attempt builds on arm platforms on the cluster.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:456900 
Sunday, 25 Jun 2017
00:29 linimon search for other commits by this committer
Begin deorbit burn of ia64.  We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:444251 
Wednesday, 22 Feb 2017
15:02 bapt search for other commits by this committer
Drop useless dependency on gmake (bmake build those fine)
Original commitRevision:434587 
Wednesday, 13 Apr 2016
14:08 amdmi3 search for other commits by this committer
- Fix build with libc++ 3.8
- Pet portlint
- Clean up pkg-descr and update WWW

PR:		208715
Submitted by:	dim
Original commitRevision:413209 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Monday, 28 Sep 2015
17:20 amdmi3 search for other commits by this committer
Implemented complete support for test target.

You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:

  {pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off

`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.

Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.

This commit also converts my ports which have tests to this new framework.

Approved by:	portmgr (bapt)
Differential Revision:	D3680
Original commitRevision:398125 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Sunday, 26 Apr 2015
20:00 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
Original commitRevision:384801 
Thursday, 18 Sep 2014
15:27 tijl search for other commits by this committer
Convert to USES=autoreconf and INSTALL_TARGET=install-strip
Original commitRevision:368487 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Thursday, 8 May 2014
12:01 amdmi3 search for other commits by this committer
- Bump PORTREVISION after last change

Suggested by:	tijl
Original commitRevision:353289 
Wednesday, 7 May 2014
18:07 amdmi3 search for other commits by this committer
- Convert to USES=libtool
- Strip libraries
- Make regression-test target depend on build
Original commitRevision:353187 
Friday, 8 Nov 2013
18:18 amdmi3 search for other commits by this committer
- Update to 0.0.5
- Support staging
- Fix options
- Fix build on current
- Convert USE_GMAKE to USES
Original commitRevision:333253 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 28 Nov 2012
23:58 amdmi3 search for other commits by this committer
- OptionsNG
- Trim header
- Remove unneeded quotes

Feature safe:	yes
Original commitRevision:307950 
Saturday, 4 Dec 2010
16:24 linimon search for other commits by this committer
Mark as not for sparc64 and powerpc.  Latest sparc64 run has configure output
saying it isn't ported there yet.

Hat:            portmgr
Original commit
Wednesday, 17 Nov 2010
21:24 amdmi3 search for other commits by this committer
- Update to 0.0.4
- Add LICENSE
- No more broken on ia64
Original commit
Thursday, 11 Nov 2010
20:55 amdmi3 search for other commits by this committer
This is PIRE, Perl Incompatible Regular Expressions library.

This library is aimed at checking a huge amount of text against
relatively many regular expressions. Roughly speaking, it can just
check whether given text maches the certain regexp, but can do it
really fast (more than 400 MB/s on our hardware is common). Even more,
multiple regexps can be combined together, giving capability to
check the text against apx.10 regexps in a single pass (and mantaining
the same speed).

Since Pire examines each character only once, without any lookaheads
or rollbacks, spending about five machine instructions per each character,
it can be used even in realtime tasks.

On the other hand, Pire has very limited functionality (compared to
other regexp libraries). Pire does not have any Perlish conditional
regexps, lookaheads & backtrackings, greedy/nongreedy matches; neither
has it any capturing facilities.

Pire was developed in Yandex (http://company.yandex.ru/) as a part of its
web crawler.

WWW:    https://github.com/dprokoptsev/pire
Original commit

Number of commits found: 26