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/pigz/Makefile
SVNWeb

Number of commits found: 28

Sun, 20 Aug 2023
[ 06:25 Xin LI (delphij) search for other commits by this committer ]    commit hash:ff2ab3e6aca607c768d935bb98ca05de467ac14c  commit hash:ff2ab3e6aca607c768d935bb98ca05de467ac14c  commit hash:ff2ab3e6aca607c768d935bb98ca05de467ac14c  ff2ab3e 
archivers/pigz: update to 2.8
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)
Mon, 17 Jan 2022
[ 19:36 Xin LI (delphij) search for other commits by this committer ]    commit hash:f48a28f9c5f60e4aeacc662b984e13e9251743ea  commit hash:f48a28f9c5f60e4aeacc662b984e13e9251743ea  commit hash:f48a28f9c5f60e4aeacc662b984e13e9251743ea  f48a28f 
archivers/pigz: update to 2.7
Mon, 1 Nov 2021
[ 01:07 Xin LI (delphij) search for other commits by this committer ]    commit hash:809810e045293e9757b10f24a6b0f0078c985002  commit hash:809810e045293e9757b10f24a6b0f0078c985002  commit hash:809810e045293e9757b10f24a6b0f0078c985002  809810e 
archivers/pigz: Update to 2.6.
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.
Thu, 16 Jan 2020
[ 09:34 bapt search for other commits by this committer ] Original commit   Revision:523220 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
First pass at moving manpages to share/man for category a*
Fri, 29 Dec 2017
[ 03:14 delphij search for other commits by this committer ] Original commit   Revision:457490
Update to 2.4.
Sat, 22 Jul 2017
[ 07:00 delphij search for other commits by this committer ] Original commit   Revision:446368
Update to 2.3.4.
Fri, 30 Sep 2016
[ 19:24 tijl search for other commits by this committer ] Original commit   Revision:423014 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 16 Aug 2015
[ 03:03 jbeich search for other commits by this committer ] Original commit   Revision:394384
archivers/pigz: convert to system libzopfli and respect CC/CFLAGS/LDFLAGS

PR:		201895
Approved by:	delphij (maintainer)
Sat, 18 Apr 2015
[ 01:54 amdmi3 search for other commits by this committer ] Original commit   Revision:384201
- Add CPE info

Approved by:	portmgr blanket
Mon, 26 Jan 2015
[ 03:48 delphij search for other commits by this committer ] Original commit   Revision:377922
Update to 2.3.3.
Thu, 3 Jul 2014
[ 19:06 adamw search for other commits by this committer ] Original commit   Revision:360446 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.

For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
Mon, 30 Jun 2014
[ 15:54 delphij search for other commits by this committer ] Original commit   Revision:359873
Take.
[ 05:51 eadler search for other commits by this committer ] Original commit   Revision:359802 (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
multiple: reset gslin's maintainer
	By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
Mon, 2 Dec 2013
[ 04:34 delphij search for other commits by this committer ] Original commit   Revision:335450
Update to 2.3.1 and stage'ify.

PR:		ports/184318
Approved by:	maintainer (gslin at gslin org)
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)
Fri, 30 Aug 2013
[ 01:02 bapt search for other commits by this committer ] Original commit   Revision:325646 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
Wed, 26 Jun 2013
[ 17:15 delphij search for other commits by this committer ] Original commit   Revision:321801
 - Update to 2.3
 - Remove hardcoded GFLAGS
 - Convert Makefile headers to new style
 - Use single space after WWW in pkg-descr

PR:		ports/179937 with
		improvements from Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (gslin)
Wed, 1 Aug 2012
[ 08:52 delphij search for other commits by this committer ] Original commit 
Update to 2.2.5.

Approved by:	maintainer (via twitter)
Fri, 16 Mar 2012
[ 02:08 delphij search for other commits by this committer ] Original commit 
Update to 2.2.4, which also fixes a possible DoS issue.

Requested by:   wosch to secteam@
Approved by:    maintainer
Feature safe:   yes
Mon, 19 Apr 2010
[ 19:27 skreuzer search for other commits by this committer ] Original commit 
Install man page

PR:             ports/145529
Submitted by:   Steven Kreuzer <skreuzer@FreeBSD.org
Approved by:    Gea-Suan Lin <gslin@gslin.org>
Fri, 12 Feb 2010
[ 14:20 miwi search for other commits by this committer ] Original commit 
- Update to 2.1.6

PR:             143791
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Thu, 13 Aug 2009
[ 15:07 miwi search for other commits by this committer ] Original commit 
- Update to 2.1.5

PR:             137446
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintaner)
Sun, 8 Feb 2009
[ 10:36 lwhsu search for other commits by this committer ] Original commit 
- Update to 2.1.4

PR:             ports/131475
Submitted by:   Gea-Suan Lin <gslin AT gslin.org> (maintainer)
Wed, 18 Jun 2008
[ 18:47 delphij search for other commits by this committer ] Original commit 
New port: pigz, Parallel GZip.

PR:             ports/124344
Submitted by:   Gea-Suan Lin <gslin gslin org>

Number of commits found: 28