notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/pire/Makefile
SVNWeb

Number of commits found: 26

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 8 Jun 2022
[ 16:24 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:bd70827c22827422583d9bd6963636ef4f2d5623  commit hash:bd70827c22827422583d9bd6963636ef4f2d5623  commit hash:bd70827c22827422583d9bd6963636ef4f2d5623  bd70827  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Apr 2021
[ 23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  5823922  (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Remove useless Created by: headers mentioning me
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 29 May 2020
[ 13:33 amdmi3 search for other commits by this committer ] Original commit   Revision:536972
Remove forced testing

Reported by:mat
[ 11:19 amdmi3 search for other commits by this committer ] Original commit   Revision:536966
- Update to 0.0.6
Sun, 24 Dec 2017
[ 14:54 linimon search for other commits by this committer ] Original commit   Revision:457168
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)
Thu, 21 Dec 2017
[ 09:31 linimon search for other commits by this committer ] Original commit   Revision:456900
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)
Sun, 25 Jun 2017
[ 00:29 linimon search for other commits by this committer ] Original commit   Revision:444251 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 22 Feb 2017
[ 15:02 bapt search for other commits by this committer ] Original commit   Revision:434587 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Drop useless dependency on gmake (bmake build those fine)
Wed, 13 Apr 2016
[ 14:08 amdmi3 search for other commits by this committer ] Original commit   Revision:413209
- Fix build with libc++ 3.8
- Pet portlint
- Clean up pkg-descr and update WWW

PR:		208715
Submitted by:	dim
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Mon, 28 Sep 2015
[ 17:20 amdmi3 search for other commits by this committer ] Original commit   Revision:398125 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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
Wed, 6 May 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:385521 (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 26 Apr 2015
[ 20:00 amdmi3 search for other commits by this committer ] Original commit   Revision:384801
- Clarify LICENSE
- Add LICENSE_FILE
Thu, 18 Sep 2014
[ 15:27 tijl search for other commits by this committer ] Original commit   Revision:368487
Convert to USES=autoreconf and INSTALL_TARGET=install-strip
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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
Thu, 8 May 2014
[ 12:01 amdmi3 search for other commits by this committer ] Original commit   Revision:353289
- Bump PORTREVISION after last change

Suggested by:	tijl
Wed, 7 May 2014
[ 18:07 amdmi3 search for other commits by this committer ] Original commit   Revision:353187
- Convert to USES=libtool
- Strip libraries
- Make regression-test target depend on build
Fri, 8 Nov 2013
[ 18:18 amdmi3 search for other commits by this committer ] Original commit   Revision:333253
- Update to 0.0.5
- Support staging
- Fix options
- Fix build on current
- Convert USE_GMAKE to USES
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 28 Nov 2012
[ 23:58 amdmi3 search for other commits by this committer ] Original commit   Revision:307950
- OptionsNG
- Trim header
- Remove unneeded quotes

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

Hat:            portmgr
Wed, 17 Nov 2010
[ 21:24 amdmi3 search for other commits by this committer ] Original commit 
- Update to 0.0.4
- Add LICENSE
- No more broken on ia64
Thu, 11 Nov 2010
[ 20:55 amdmi3 search for other commits by this committer ] Original commit 
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

Number of commits found: 26