| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
0.5.3_2
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
16 Jan 2013 20:15:07
0.5.3_2
|
dbn  |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor) |
26 Jul 2012 05:40:24
0.5.3_2
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
21 Dec 2011 19:34:14
0.5.3_2
|
jgh  |
Update MASTER_SITES to take advantage of latest CHEESESHOP mirrors and add
MASTER_SITE_SUBDIR
Submitted by: jgh
Approved by: David Naylor (maintainer via email) , crees (mentor) |
08 Jun 2011 08:26:45
0.5.3_2
|
wen  |
- Fix build with python-2.7
PR: ports/157300
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) |
18 Mar 2011 17:59:51
0.5.3_1
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
09 Nov 2010 18:58:25
0.5.3_1
|
naddy  |
Increment PORTREVISION after liblzma major version change in archivers/xz. |
27 Jun 2010 04:50:29
0.5.3
|
miwi  |
- Update to 0.5.3
PR: 148110
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe: yes |
21 May 2010 16:23:47
0.5.2_1
|
naddy  |
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION. |
16 Oct 2009 14:00:34
0.5.2_1
|
wen  |
- Change maintainer's email address
PR: ports/139655
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: miwi(mentor) |
21 Sep 2009 14:27:37
0.5.2_1
|
naddy  |
lzmautils-devel -> xz
Feature safe: yes |
02 Mar 2009 19:56:51
0.5.2
|
beat  |
- Update to 0.5.2
PR: ports/132224
Submitted by: David Naylor <naylor.b.david AT gmail.com> (maintainer)
Approved by: miwi (mentor) |
15 Feb 2009 20:09:41
0.5.1
|
miwi  |
Python module implementing LZMA Utils' liblzma API
PylibLZMA provides a python interface for the liblzma
library to read and write data that has been compressed
or can be decompressed by Lasse Collin's LZMA Utils.
WWW: http://launchpad.net/pyliblzma
PR: ports/129560
Submitted by: David Naylor <dragonsa at highveldmail.co.za> |