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
non port: archivers/paq/Makefile
SVNWeb

Number of commits found: 66

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, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  1ced9d2  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
archivers: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 4 Jun 2021
[ 05:53 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  d09ed09  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
*/*: Replace USE_GCC=any with USE_GCC=yes

USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
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, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Wed, 7 Feb 2018
[ 09:02 amdmi3 search for other commits by this committer ] Original commit   Revision:461127
- Switch to new test framework
Wed, 18 Oct 2017
[ 09:22 ak search for other commits by this committer ] Original commit   Revision:452322
- Remove archivers/zip build dependency
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Fri, 19 Aug 2016
[ 05:07 marino search for other commits by this committer ] Original commit   Revision:420447
archivers/paq: Fix when DOCS option is OFF

No revbump necessary as the port would always fail to build if DOCS
option was disabled.

PR:		208994
Submitted by:	Anton Sayetsky
Mon, 27 Jun 2016
[ 21:30 rene search for other commits by this committer ] Original commit   Revision:417685 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
Sat, 18 Jun 2016
[ 18:42 bapt search for other commits by this committer ] Original commit   Revision:417081
Mark as broken with OPENMP options
Thu, 5 Nov 2015
[ 12:36 mat search for other commits by this committer ] Original commit   Revision:400848 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
Fri, 5 Dec 2014
[ 18:10 bf search for other commits by this committer ] Original commit   Revision:374071
update zpaq to 6.57

PR:		195244
Tue, 15 Jul 2014
[ 14:39 adamw search for other commits by this committer ] Original commit   Revision:361931
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.

Also, remove NOPORTDOCS as requested by the pre-commit hook.
Fri, 7 Mar 2014
[ 15:35 bapt search for other commits by this committer ] Original commit   Revision:347400 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Convert archivers to USES=zip
Fri, 7 Feb 2014
[ 18:46 bf search for other commits by this committer ] Original commit   Revision:343286
Update zpaq to 6.49; use staging
Sat, 28 Sep 2013
[ 12:59 bf search for other commits by this committer ] Original commit   Revision:328565
Update zpaq to 6.42
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 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:
archivers)
Wed, 7 Aug 2013
[ 23:32 bf search for other commits by this committer ] Original commit   Revision:324369
Update libzpaq and zpaqd to 6.33, and zpaq to 6.41
Mon, 10 Jun 2013
[ 05:41 bf search for other commits by this committer ] Original commit   Revision:320433
Update zpaq to 6.31
Fri, 7 Jun 2013
[ 08:00 bf search for other commits by this committer ] Original commit   Revision:320176
Update zpaq to 6.29 and the zpaq spec to level 2 revision 2
Thu, 23 May 2013
[ 05:48 bf search for other commits by this committer ] Original commit   Revision:318842
update zpaq to 6.28
Tue, 14 May 2013
[ 19:38 bf search for other commits by this committer ] Original commit   Revision:318194
update zpaq to 6.27
Sun, 21 Apr 2013
[ 19:06 bf search for other commits by this committer ] Original commit   Revision:316195
update zpaq to 6.25

Feature safe:	yes
Thu, 18 Apr 2013
[ 08:23 bf search for other commits by this committer ] Original commit   Revision:316026
update zpaq to 6.24a

Feature safe:	yes
Thu, 28 Mar 2013
[ 19:52 bf search for other commits by this committer ] Original commit   Revision:315495
trim headers; switch to the new options format; fix builds after src r248751;
update math/lrng to 20130314, and switch it to a versioned DIST_SUBDIR
Thu, 14 Feb 2013
[ 14:55 bf search for other commits by this committer ] Original commit   Revision:312233
update zpaq to 6.22
Thu, 7 Feb 2013
[ 19:07 bf search for other commits by this committer ] Original commit   Revision:311879
update zpaq to 6.21; fix default number of threads used by zpaq
[ 13:04 gahr search for other commits by this committer ] Original commit   Revision:311833
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: archivers)

Approved by:	portmgr
Sat, 2 Feb 2013
[ 06:33 bf search for other commits by this committer ] Original commit   Revision:311415
update zpaq to v6.20
Thu, 31 Jan 2013
[ 13:23 bf search for other commits by this committer ] Original commit   Revision:311307
update to zpaq 6.19 and bmp_j4c
Sun, 30 Dec 2012
[ 21:33 bf search for other commits by this committer ] Original commit   Revision:309695
update zpaq to 6.18
Tue, 18 Dec 2012
[ 07:57 danfe search for other commits by this committer ] Original commit   Revision:309150 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
Thu, 8 Nov 2012
[ 22:54 bf search for other commits by this committer ] Original commit   Revision:307211
update zpaq to 6.16

Feature safe:	yes
Sat, 3 Nov 2012
[ 06:14 bf search for other commits by this committer ] Original commit   Revision:306901
update zpaq to 6.15

Feature safe:	yes
Thu, 1 Nov 2012
[ 23:21 bf search for other commits by this committer ] Original commit   Revision:306828
update to zpaq 6.14; add lazy2 and the updated level 2 zpaq spec

Feature safe:	yes
Sun, 22 Apr 2012
[ 05:23 bf search for other commits by this committer ] Original commit 
update zpsfx to 1.01
Sat, 31 Mar 2012
[ 12:25 bf search for other commits by this committer ] Original commit 
update zpaq to v4.04

Feature safe:   yes
Sun, 5 Feb 2012
[ 19:39 bf search for other commits by this committer ] Original commit 
update to 20120202, which adds support for the ZPAQ level 2 standard
Thu, 22 Dec 2011
[ 00:04 bf search for other commits by this committer ] Original commit 
update to 20111221 (libzpaq 4.01, zpaq 4.03)
Mon, 5 Dec 2011
[ 13:57 bf search for other commits by this committer ] Original commit 
update to 20111128 (zpaq 4.02)

Feature safe:   yes
Mon, 28 Nov 2011
[ 22:10 bf search for other commits by this committer ] Original commit 
update to 20111126: x86*-only JIT that doesn't require a c++ compiler,
merge of zp and zpaq

Feature safe:   yes
Thu, 23 Jun 2011
[ 12:04 bf search for other commits by this committer ] Original commit 
update to 20110621:
- update zp to version 1.03
- remove the now redundant unzp
- add wbpe 1.10, a dictionary
  preprocessor for text files
Mon, 23 May 2011
[ 14:24 bf search for other commits by this committer ] Original commit 
Replace pzpaq with unzp and zp
Thu, 31 Mar 2011
[ 08:15 bf search for other commits by this committer ] Original commit 
Switch the port from the paq8/paq9/lpaq/lpq software to
zpaq, which offers comparable performance, added flexibility
through custom configurations, multithreaded (de)compression,
and a stable archive format.
Thu, 8 Jul 2010
[ 12:51 bf search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Change my ports to use my FreeBSD.org email address.
Sun, 7 Jun 2009
[ 18:51 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Update maintainer mail adresse

Submitted by:   "b. f." <bf1783@gmail.com> (maintainer via private mail)
Fri, 9 May 2008
[ 14:47 itetcu search for other commits by this committer ] Original commit 
A change in the lpq1 component of the port:
"Version 2 fixes a bug in version 1 that caused it to fail (file not found)
when compressing more than about 50 files. Archives [sic] format is unchanged."
- bump PORTREVISION

PR:             123534
Submitted by:   maintainer
Wed, 30 Apr 2008
[ 11:36 miwi search for other commits by this committer ] Original commit 
-  Set compiler optimizer for nasm

Submitted by:   bf <bf2006a@yahoo.com> (maintainer via private mail)
Sat, 26 Apr 2008
[ 14:38 miwi search for other commits by this committer ] Original commit 
- Make the port fetchable again after the distfile was modified upstream.
  Tweak nasm flags.

PR:             123101
Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
Fri, 14 Mar 2008
[ 17:28 tabthorpe search for other commits by this committer ] Original commit 
- Tarball re-roll, bugfix update
- Bump PORTREVISION

PR:             ports/121677
Submitted by:   bf <bf2006a yahoo.com> (maintainer)
Mon, 3 Mar 2008
[ 04:33 tabthorpe search for other commits by this committer ] Original commit 
- Temporarily disable lpaq, lpq, and paq9 components on 64-bit
  architectures, while we are fixing the code. (paq8 is still
  available for these architectures.)

PR:             ports/121306
Submitted by:   bf <bf2006a yahoo.com> (maintainer)
Fri, 29 Feb 2008
[ 17:17 tabthorpe search for other commits by this committer ] Original commit 
- Update to 8.o9
- Fixes a bug in .bmp detection that caused an infinite loop for files
  with invalid headers. Added grayscale .rgb support
- Also bundle related archivers lpaq8, lpq1, and paq9a, which offer
  faster (de)compression, but may yield larger archives

PR:             ports/121111
Submitted by:   bf <bf2006a yahoo.com> (maintainer)
Fri, 26 Oct 2007
[ 02:14 tabthorpe search for other commits by this committer ] Original commit 
- Update to 8.o8

PR:             ports/117517
Submitted by:   maintainer
Wed, 24 Oct 2007
[ 03:30 tabthorpe search for other commits by this committer ] Original commit 
- Update to 8.o7

PR:             ports/117439
Submitted by:   bf2006a yahoo.com (maintainer)
Approved by:    clsung (mentor, implicit)
Thu, 4 Oct 2007
[ 02:36 tabthorpe search for other commits by this committer ] Original commit 
- Update to 8.o6

PR:             ports/116877
Submitted by:   bf <bf2006a yahoo.com> (maintainer)
Approved by:    clsung (mentor, implicit)
Sun, 23 Sep 2007
[ 12:57 tabthorpe search for other commits by this committer ] Original commit 
- update to 8.o4.v2 (improved jpeg, pgm, and bmp compression)
- remove aggressive optimizations flags, allow users to make their own choice

PR:             ports/116483
Submitted by:   maintainer (bf2006a_AT_yahoo.com)
Approved by:    miwi (co-mentor)
Tue, 28 Aug 2007
[ 00:42 okazaki search for other commits by this committer ] Original commit 
Update to 8.o2.

PR:             115803
Submitted by:   maintainer
Thu, 23 Aug 2007
[ 14:54 rafan search for other commits by this committer ] Original commit 
- Update to 8.n
- Change default CXXFLAGS from -Os to -O3
- SSE assembly has been dropped due to lack of evidence for improved
  performance

PR:             ports/115708
Submitted by:   bf <bf2006a at yahoo.com> (maintainer)
Sun, 22 Apr 2007
[ 06:23 lwhsu search for other commits by this committer ] Original commit 
- Unbreak, solve fetch problem with rerolled distfile.

PR:             111983
Submitted by:   bf <bf2006a AT yahoo.com> (maintainer)
Approved by:    clsung (mentor)
Fri, 20 Apr 2007
[ 08:00 kris search for other commits by this committer ] Original commit 
BROKEN: Size mismatch
Tue, 10 Apr 2007
[ 07:59 clsung search for other commits by this committer ] Original commit 
Add paq 8.l, an archiver with an extremely high compression ratio.

PR:             ports/111391
Submitted by:   bf <bf2006a at yahoo.com>

Number of commits found: 66