Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.0.8 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.8 14 Jan 2020 21:45:15
  |
lbartoletti  |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
1.0.8 23 Aug 2017 01:25:18
  |
dbaio  |
devel/libgta: Update to 1.0.8
- Add LICENSE
- Remove regression-test (It doesn't exist anymore)
- Sort pkg-plist
PR: 221592
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
1.0.5 10 Jun 2017 14:54:35
  |
dbaio  |
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 219791
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11088 |
1.0.5 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
1.0.5 13 Mar 2014 11:32:12
  |
pawel  |
- Update to version 1.0.5 [1]
- Fix recursive COMMENT
- Convert to USES=tar:xz
- Strip library
PR: ports/187430 [1]
Submitted by: maintainer |
1.0.2 21 Jan 2014 15:43:07
  |
amdmi3  |
- Support staging
- Convert USE_GMAKE to USES
PR: 185879
Submitted by: amdmi3
Approved by: coder@tuxfamily.org (maintainer) |
1.0.2 13 Jan 2014 07:23:43
  |
bapt  |
archivers/xz is in base for all versions and has been removed from the ports
tree |
1.0.2 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.2 19 Mar 2013 13:04:31
  |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.0.2 23 Jul 2012 10:24:59
 |
sunpoet  |
- Add missing LIB_DEPENDS for older FreeBSD which does not have XZ in base
system
Reported by: pointyhat |
1.0.2 24 Jun 2012 14:58:08
 |
sunpoet  |
- Add libgta 1.0.2
Libgta is a portable library that implements the Generic Tagged Array (GTA) file
format. This file format has the following features:
- GTAs can store any kind of data in multidimensional arrays
- GTAs can optionally use simple tags to store rich metadata
- GTAs are streamable, which allows direct reading from and writing to pipes,
network sockets, and other non-seekable media
- GTAs can use ZLIB, BZIP2, or XZ compression, allowing a tradeoff between
compression/decompression speed and compression ratio
- Uncompressed GTA files allow easy out-of-core data access for very large
arrays
See http://gta.nongnu.org/ for more information.
WWW: http://gta.nongnu.org/libgta.html
PR: ports/169041
Submitted by: lbartoletti <coder@tuxfamily.org> |