non port: archivers/plzip/Makefile |
SVNWeb
|
Number of commits found: 24 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
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 )
|
Thu, 27 Jan 2022
|
[ 16:34 Xin LI (delphij) ] 4e5b46f
archivers/plzip: update to 1.10
|
Wed, 28 Apr 2021
|
[ 20:52 Xin LI (delphij) Author: Gian-Simon Purkert ] 13398fb
archivers/plzip: Update to 1.9
PR: 255464
Submitted by: Gian-Simon Purkert <gspurki@gmail.com>
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 6 Jan 2019
|
[ 19:27 delphij ]
Update to 1.8.
|
Mon, 31 Dec 2018
|
[ 23:09 delphij ]
Update to 1.7.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sat, 22 Jul 2017
|
[ 07:06 delphij ]
Update to 1.6.
|
Wed, 22 Feb 2017
|
[ 12:59 bapt ]
Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake
|
Sun, 26 Jun 2016
|
[ 08:43 delphij ]
Update to 1.5.
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 24 Jul 2015
|
[ 00:17 delphij ]
Update to 1.4.
|
Tue, 31 Mar 2015
|
[ 21:49 delphij ]
Update to 1.3.
|
Thu, 26 Dec 2013
|
[ 16:27 bapt ]
Support stage
|
Thu, 26 Sep 2013
|
[ 17:29 delphij ]
Update:
lzlib to 1.5
plzip to 1.1
|
Fri, 20 Sep 2013
|
[ 13:11 bapt ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Fri, 30 Aug 2013
|
[ 01:02 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
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
|
Tue, 18 Jun 2013
|
[ 03:38 delphij ]
- Update lzlib to 1.4.
- Update plzip to 1.0.
|
Wed, 5 Dec 2012
|
[ 01:58 danfe ]
- Sanitize port COMMENT
- Remove old-school author attribution from pkg-descr
Feature safe: yes
|
Tue, 4 Dec 2012
|
[ 21:18 delphij ]
- Update to 0.9
- Take maintainership
Feature safe: yes
|
[ 20:39 zi ] (Only the first 10 of 15 ports in this commit are shown above. )
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes
|
Sun, 16 Jan 2011
|
[ 07:16 wen ]
- Update to 0.7
PR: ports/154049
Submitted by: Albert Vernon <f3cun3c02@sneakemail.com> (maintainer)
Feature safe: yes
|
Wed, 2 Jun 2010
|
[ 15:33 miwi ]
Plzip is a massively parallel (multi-threaded), lossless data
compressor based on the LZMA algorithm, with very safe integrity
checking and a user interface similar to the one of gzip or bzip2.
Plzip uses the lzip file format; the files produced by plzip are
fully compatible with lzip-1.4 or newer.
WWW: http://www.nongnu.org/lzip/plzip.html
Albert Vernon <f3cun3c02@sneakemail.com>
PR: ports/146884
Submitted by: Albert Vernon <f3cun3c02 at sneakemail.com>
|
Number of commits found: 24 |