Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3_5,1 09 Jan 2024 12:47:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
4.3_4,1 10 Sep 2023 23:13:40 |
Alexandre C. Guimarães (rigoletto) |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
4.3_4,1 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
4.3_3,1 22 Oct 2022 19:12:24 |
Alexandre C. Guimarães (rigoletto) |
x11-wm/awesome: Fix build with clang14 (CURRENT)
PR: 267119
Reported by: Jonathan Reynolds <jreynolds1729@gmail.com> |
4.3_3,1 24 Sep 2022 06:05:48 |
Tobias C. Berner (tcberner) |
x11-wm/awesome: restrict to lua<=5.3
Upstream already merged support for lua-5.4, so the added restriction
can be removed once awesome gets a new release.
PR: 220281 |
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) |
4.3_3,1 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 ) |
4.3_3,1 17 Aug 2022 20:14:24 |
Alexandre C. Guimarães (rigoletto) |
x11-wm/awesome: use default ImageMagick version (7).
PR: 265907
Reported by: John Hein <jcfyecrayz@liamekaens.com> |
4.3_2,1 12 Aug 2022 19:41:02 |
Alexandre C. Guimarães (rigoletto) |
x11-wm/awesome: enable SVG support
- take maintainership
PR: 265412
Approved by: dbaio |
4.3_1,1 20 Jul 2022 14:23:42 |
Tobias C. Berner (tcberner) |
x11-wm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger
* Alejandro Pulver <alepulver@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Anton Tornqvist <antont@inbox.lv>
* Aragon Gouveia <aragon@phat.za.net>
* Babak Farrokhi <babak@farrokhi.net>
* Brett Taylor <brett@peloton.physics.montana.edu>
* Brian Handy <handy@physics.montana.edu>
* Bruce A. Mah <bmah@ca.sandia.gov> (Only the first 15 lines of the commit message are shown above ) |
4.3_1,1 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
4.3_1,1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
4.3_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3_1,1 09 Mar 2021 14:13:41 |
mat |
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138 |
4.3_1,1 22 Aug 2020 22:29:17 |
zeising |
x11-wm/awesome: Fix build with -fno-common
Pull in a patch from upsream (with some minor tweaks) to fix the build of
x11-wm/awesome with -fno-common, which is the default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
4.3_1,1 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
4.3_1,1 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
4.3_1,1 30 Jul 2019 23:38:58 |
dbaio |
x11-wm/awesome: Fix build when multiple Lua versions are installed
Reported by: Alan Braslau (email) |
4.3_1,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.3,1 12 Feb 2019 22:26:58 |
dbaio |
x11-wm/awesome: Update to 4.3
Changelog: https://github.com/awesomeWM/awesome/releases/tag/v4.3 |
4.2_3,1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
4.2_3,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.2_2,1 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
4.2_2,1 02 Nov 2018 12:54:14 |
dbaio |
x11-wm/awesome: Fix build with GCC-based architectures
This port requires C11-aware compiler.
Add USES=compiler:c11 to fix build on GCC architectures.
Take MAINTAINER'ship.
PR: 232855 [1]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1]
Approved by: garga (maintainer, IRC)
Sponsored by: IntegriCloud [1] |
4.2_2,1 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
4.2_1,1 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
4.2,1 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
4.2,1 25 Jul 2017 12:34:10 |
garga |
Update x11-wm/awesome to 4.2
PR: 220960
Submitted by: Tomoya Tabuchi <t@tomoyat1.com> |
4.1,1 05 Jun 2017 14:10:14 |
danfe |
- Introduce MANPAGES option to control whether manual pages are built
(make/leave it on by default)
- Remove DBUS_CMAKE_ON=-DWITH_DBUS=ON: it's already ON by default (set
in awesomeConfig.cmake) so it's not needed and just raises questions
- DBUS_CMAKE_OFF: specify variable type (BOOL) as done everywhere else
in the ports
Approved by: garga (maintainer) |
4.1,1 20 May 2017 16:58:10 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket) |
4.1,1 18 May 2017 21:20:30 |
pawel |
Fix CONFLICTS_INSTALL variables to contain packages names instead of
ports origins. While origins work fine this is against what Porter's
Handbook advises.
PR: 219389
Submitted by: myself
Approved by: garga (maintainer) |
4.1,1 11 Apr 2017 17:38:49 |
garga |
- Update x11-wm/awesome to 4.1
- Create x11-wm/awesome3 for users who want to keep running 3.5.x because
API is not backward compatible
- Add UPDATING note
- Set EXPIRATION_DATE on x11-wm/awesome3 to 6 months, it's enough time for
users to convert configuration files to 4.x
Differential Revision: https://reviews.freebsd.org/D10341 |
3.5.9,1 11 Jun 2016 17:18:55 |
garga |
Update x11-wm/awesome to 3.5.9
Sponsored by: Rubicon Communications (Netgate) |
3.5.8,1 29 May 2016 13:55:12 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Update WWW:
Approved by: portmgr blanket |
3.5.8,1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
3.5.8,1 01 Feb 2016 11:25:55 |
garga |
Update x11-wm/awesome to 3.5.8 |
3.5.6,1 23 Jan 2015 22:50:50 |
antoine |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
3.5.6,1 12 Jan 2015 15:07:48 |
garga |
Update to 3.5.6 |
3.5.5_3,1 27 Dec 2014 00:09:03 |
gblach |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr |
3.5.5_2,1 05 Aug 2014 06:26:37 |
bapt |
USES=execinfo |
3.5.5_2,1 01 Jul 2014 18:53:47 |
tijl |
Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent ports |
3.5.5_1,1 29 Jun 2014 07:18:59 |
miwi |
- Fix Q/A tests |
3.5.5_1,1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
3.5.5,1 11 Apr 2014 11:01:58 |
garga |
Update to 3.5.5 |
3.5.4,1 02 Apr 2014 10:23:11 |
garga |
Update to 3.5.4 |
3.5.3,1 30 Mar 2014 01:34:25 |
garga |
Update to 3.5.3 |
19 Feb 2014 14:45:19
|
mat |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
3.5.2_3,1 18 Feb 2014 14:50:35 |
mat |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
3.5.2_3,1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.5.2_3,1 10 Jan 2014 16:09:11 |
bapt |
Update lua-lgi to 0.7.2
Port to lua 5.2
Port awesome to lua 5.2 (use pkgconfig to properly figure out how to build with
lua 5.2) |
3.5.2_2,1 16 Dec 2013 11:11:10 |
zeising |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
3.5.2_1,1 31 Oct 2013 23:57:28 |
garga |
. Simplify Makefile
. Add missing dependency: gdkpixbuf2
. Bump PORTREVISION |
3.5.2,1 13 Oct 2013 10:13:32 |
garga |
- Update to 3.5.2
- Support staging |
3.5.1_3,1 29 Sep 2013 17:01:42 |
zeising |
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
(Only the first 15 lines of the commit message are shown above ) |
3.5.1_2,1 27 Sep 2013 15:17:27 |
madpilot |
Import a bunch of iconv fixes.
Submitted by: marino
Approved by: portmgr (bapt, implicit) |
3.5.1_2,1 24 Sep 2013 16:47:23 |
garga |
Update LIB_DEPENDS syntax on my ports and silent make check-makefile |
3.5.1_2,1 21 Sep 2013 00:01:17 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
3.5.1_2,1 31 Aug 2013 01:17:11 |
bapt |
Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake |
3.5.1_2,1 25 May 2013 14:37:03 |
zeising |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
3.5.1_2,1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
3.5.1_2,1 26 Apr 2013 13:01:32 |
garga |
Remove duplicated dirrm |
3.5.1_2,1 25 Apr 2013 18:36:02 |
garga |
Fix pkg-plist again, now it seems to be fine. |
3.5.1_1,1 25 Apr 2013 11:06:49 |
garga |
- Fix PLIST
- Bump PORTREVISION
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> |
3.5.1,1 23 Apr 2013 19:17:40 |
garga |
Update to 3.5.1 |
3.5_1,1 26 Mar 2013 10:05:44 |
garga |
Fix plist
PR: ports/177385
Submitted by: Niclas Zeising <zeising@daemonic.se> |
3.5,1 25 Mar 2013 10:17:40 |
garga |
Now devel/lua-lgi is fixed, update awesome to 3.5 again |
3.4.15,1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
3.4.15,1 13 Mar 2013 21:29:11 |
garga |
Downgrade awesome to 3.4.x while devel/lua-lgi is broken |
3.5_2 11 Mar 2013 12:24:48 |
garga |
- Fix lua-lgi dependency
- Fix export-dynamic linker param [1]
Submitted by: green dog <fiziologus@gmail.com> [1] |
3.5_1 10 Mar 2013 20:03:03 |
garga |
- Add missing dependency lua-lgi
- Add more man languages it and ru
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> |
3.5 08 Mar 2013 18:54:52 |
garga |
Update to 3.5 |
3.4.15 11 Feb 2013 18:49:57 |
garga |
Update to 3.4.15 |
3.4.14 04 Jan 2013 01:43:00 |
garga |
Update to 3.4.14 |
3.4.13_2 30 Dec 2012 20:14:35 |
pawel |
- Update x11/libxdg-basedir to 1.2.0 [1]
- Update maintainer's email
- Remove leading article from COMMENT
- Bump affected ports
PR: ports/174676 [1]
Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) |
3.4.13_1 10 Dec 2012 19:08:03 |
garga |
- Update xcb-util to 0.3.9
- Update xcb-util-wm to 0.3.9
- Update xcb-util-keysyms to 0.3.9
- Update xcb-util-image to 0.3.9
- Bump PORTREVISION on dependant ports |
3.4.13 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
3.4.13 03 Aug 2012 15:34:46 |
garga |
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports |
3.4.13 15 Jul 2012 23:45:16 |
garga |
Update to 3.4.13 |
3.4.12 02 Jul 2012 22:22:37 |
garga |
- Move to OPTIONSng
- Remove libraries version from LIB_DEPENDS to silence portlint |
3.4.12 18 Jun 2012 18:34:46 |
garga |
Update to 3.4.12 |
3.4.11_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.4.11_1 18 Feb 2012 13:07:11 |
garga |
Fix docbook dependency - s/docbook-450/docbook-xml-450/
PR: ports/164578
Submitted by: Michiel Boland <michiel@boland.org> |
3.4.11 15 Jan 2012 12:48:12 |
garga |
Adjust necesary ports to build with xcb-util 0.3.8
audio/pulseaudio is being updated to 0.9.23
x11/startup-notification is being updated to 0.12
Both was approved by kwm@
x11-wm/awesome is being updated to 3.4.11
Exp-run by: pav@ |
3.4.10_3 15 Dec 2011 09:26:01 |
sunpoet |
- Bump PORTREVISION for x11/libxdg-basedir shlib change |
3.4.10_2 17 Nov 2011 08:08:22 |
garga |
- Add docbook-xml-450 explicit as a dependency
- Bump PORTREVISION
PR: ports/162549
Submitted by: Norberto Lopes <nlopes.ml@gmail.com>
Feature safe: yes |
3.4.10_1 14 Nov 2011 03:26:46 |
rakuco |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
3.4.10_1 19 Sep 2011 21:06:11 |
pav |
- Chase libev shlib bump
Pointy hat to: vsevolod |
3.4.10 09 Jun 2011 13:05:26 |
garga |
Update to 3.4.10
PR: ports/157726
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> |
3.4.9 09 Mar 2011 00:34:06 |
pav |
- Try to fix build
PR: ports/155152
Submitted by: Anati Chang <femc7488@gmail.com>
Approved by: maintainer timeout (garga; 8 days - shorted for a fix) |
3.4.9 27 Jan 2011 15:47:30 |
garga |
Update to 3.4.9
Feature safe: yes |
3.4.8 12 Nov 2010 11:20:28 |
garga |
Cleanup MASTER_SITES and since i'm here, remove MD5 |
3.4.8 05 Oct 2010 11:53:45 |
garga |
Update to 3.4.8 |
3.4.7_2 05 Sep 2010 14:33:45 |
garga |
Fix PLIST |
3.4.7_1 03 Sep 2010 11:54:28 |
garga |
Fix a regression on 3.4.7 for people using 2 monitors
Obtained from: awesome git repo |
3.4.7 25 Aug 2010 12:00:32 |
garga |
- Update to 3.4.7
- Add LICENSE |
3.4.6 15 Jul 2010 12:13:10 |
garga |
Update to 3.4.6 |
3.4.5 20 May 2010 18:11:13 |
garga |
Update to 3.4.5 |
3.4.4_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.4.4 02 Mar 2010 19:26:08 |
garga |
Update to 3.4.4
Feature safe: yes |
3.4.3_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |