non port: archivers/lzlib/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:32 Xin LI (delphij) ] 1de9f7c
archivers/lzlib: update to 1.13.
|
Wed, 28 Apr 2021
|
[ 20:52 Xin LI (delphij) Author: Gian-Simon Purkert ] 6ee2993
archivers/lzlib: Update to 1.12
PR: 255466
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, 9 Feb 2020
|
[ 20:45 delphij ]
archivers/lzlib: update to 1.11.
|
Thu, 10 Oct 2019
|
[ 13:17 bapt ] (Only the first 10 of 17 ports in this commit are shown above. )
Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg
|
Mon, 31 Dec 2018
|
[ 23:13 delphij ]
Update to 1.10.
|
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
|
[ 06:57 delphij ]
Update to 1.9.
|
Sun, 26 Jun 2016
|
[ 07:46 delphij ]
Update to 1.8.
|
Fri, 24 Jul 2015
|
[ 00:17 delphij ]
Update to 1.7.
|
Sat, 28 Mar 2015
|
[ 05:15 delphij ]
Update to 1.6.
|
Thu, 26 Dec 2013
|
[ 16:06 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:13 delphij ]
- Update to 1.3.
- 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
|
Fri, 27 Jan 2012
|
[ 17:43 miwi ]
- Respect CXX/CXXFLAGS
PR: 163249
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer timeout
|
Sun, 16 Jan 2011
|
[ 07:14 wen ]
- Update to 1.1
PR: ports/154048
Submitted by: Albert Vernon <f3cun3c02@sneakemail.com> (maintainer)
Feature safe: yes
|
Wed, 2 Jun 2010
|
[ 15:33 miwi ]
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking of the
uncompressed data. The compressed data format used by the library
is the lzip format.
WWW: http://www.nongnu.org/lzip/lzlib.html
Albert Vernon <f3cun3c02@sneakemail.com>
PR: ports/146882
Submitted by: Albert Vernon <f3cun3c02 at sneakemail.com>
|
Number of commits found: 24 |