Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.4_3 26 Feb 2024 05:34:40 |
Muhammad Moinur Rahman (bofh) |
sysutils/gsmartcontrol: Moved man to share/man
Approved by: portmgr (blanket) |
1.1.4_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.1.4_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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.1.4 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.1.4 06 Aug 2022 04:56:57 |
Neel Chauhan (nc) |
sysutils/gsmartcontrol: Update to 1.1.4 |
1.1.3_6 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.1.3_6 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.1.3_5 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.1.3_4 31 Jan 2022 19:40:12 |
Tobias C. Berner (tcberner) Author: Lars Herschke |
sysutils/gsmartcontrol: fix binary path in policy file
PR: 253231 |
1.1.3_3 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.1.3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.3_3 08 Nov 2019 13:11:05 |
tobik |
sysutils: Add missing USES={gnome,mate,php} |
1.1.3_3 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 |
1.1.3_2 04 Mar 2019 12:22:42 |
jbeich |
sysutils/gsmartcontrol: unbreak with libc++ 8
In file included from dchannel.cpp:12:
In file included from ../../src/hz/format_unit.h:17:
In file included from /usr/include/c++/v1/string:505:
In file included from /usr/include/c++/v1/string_view:176:
In file included from /usr/include/c++/v1/__string:57:
In file included from /usr/include/c++/v1/algorithm:640:
In file included from /usr/include/c++/v1/initializer_list:47:
In file included from /usr/include/c++/v1/cstddef:38:
../../version:1:1: error: expected unqualified-id
1.1.3
^
PR: 236192 |
1.1.3_2 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 |
1.1.3_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.1.3 24 Feb 2018 22:35:18 |
rene |
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr |
1.1.3 15 Nov 2017 17:05:46 |
pawel |
Update to version 1.1.3
Changelog for GSmartControl 1.1.3:
- Fixed gsmartcontrol-root not launching if GDK_* variables are not set.
Changelog for GSmartControl 1.1.2:
- Fixed gsmartcontrol-root not passing GDK_SCALE and GDK_DPI_SCALE
variables to gsmartcontrol when using PolKit.
- Fixed blurriness of icons in the main window with GDK_SCALE=2.
- Tweaked the main window interface. |
1.1.1 03 Oct 2017 20:27:25 |
pawel |
- Update to version 1.1.1
- Drop dependency on gnomesu for policykit, from now this
should be enough to grant needed permissions
- Add run dependency on xterm needed for update drive database funcionality
- Update homepage address |
1.1.0 16 Sep 2017 17:32:00 |
pawel |
Update to version 1.1.0
Changelog:
- New Statistics, Temperature Log, Error Recovery, Physical and Directory tabs.
- General tab shows non-SMART device settings as well.
- Attributes tab shows entries in "brief" format.
- Error Log tab shows Extended error log by default (if supported).
- Self-Test Log tab now shows Extended self-test log by default (if supported).
- GSmartControl now uses "-x" equivalent for retrieving data
(as opposed to "-a"); loading "-x" outputs as virtual
drives is also supported.
- A new ability to copy rows in CSV format from Attribute,
Statistics and Self-Test Log tables.
- New "Update Drive Database" functionality.
- Windows: Drive letters are shown for each drive.
- Scan time is shown under virtual drive icons.
- Polkit is supported with gsmartcontrol-root script now.
- Pcrecpp is no longer bundled, use system-installed one instead.
- Smartmontools version 5.43 is required at runtime.
- Other minor improvements and fixes. |
1.0.2_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.0.2 24 Jul 2017 22:37:57 |
pawel |
Update to version 1.0.2 |
1.0.0 18 Jun 2017 11:01:35 |
pawel |
- Update to version 1.0.0
- Add LICENSE information, don't install license files, let them
be handled by our licensing framework
- ADD RUN_DEPENDS on gnomesu which is needed for gaining
superuser privileges required by the program at start
Changelog:
Version 1.0.0
Ported to GTK+ 3.
Version 0.9.0, released on 2017-05-11
Implemented (untested) support for Linux-based Areca controllers with
enclosures.
Implemented (untested) support for Windows-based Areca controllers (thanks
to Richard Kagerer). (Only the first 15 lines of the commit message are shown above ) |
0.8.7_5 05 Apr 2017 11:28:15 |
bapt |
Fix build with recent libsigc++20 |
0.8.7_5 08 Dec 2016 17:26:10 |
tijl |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.8.7_4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.8.7_4 13 Oct 2014 22:08:28 |
pawel |
Remove @dirrm's from my ports plists |
0.8.7_4 06 Sep 2014 16:50:58 |
pawel |
Project homepage moved to SourceForge |
0.8.7_4 01 Sep 2014 19:34:02 |
tijl |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
0.8.7_3 27 Jun 2014 22:23:14 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
0.8.7_2 17 Mar 2014 16:56:16 |
pawel |
- Convert to USES=tar
- Use precise BSD licenses |
0.8.7_2 22 Oct 2013 14:01:39 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
0.8.7_2 05 Oct 2013 16:52:12 |
pawel |
Add support for STAGEDIR |
0.8.7_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.8.7_1 29 Aug 2013 15:01:46 |
pawel |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed |
0.8.7_1 10 Jul 2013 19:41:31 |
pawel |
Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense |
0.8.7_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 ) |
0.8.7_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 |
0.8.7_1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.8.7_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.8.7_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
0.8.7 16 Aug 2012 14:32:58 |
pawel |
- Update to version 0.8.7
- Add new mastersite
- Add missing library deps
- Port needs USE_PKGONFIG=build
- Remove patches accepted upstream |
0.8.6_2 07 Jun 2012 22:44:21 |
pawel |
Convert my ports to optionsNG |
0.8.6_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.6_1 03 Oct 2011 21:53:07 |
pawel |
- Add patch to recognize FreeBSD ATA CAM devices - ada(4) [1]
- Fix launching from desktop entry - now sudoing actually works
PR: ports/161264 [1]
Submitted by: olgeni@ [1]
Approved by: miwi, wen (mentors implicit) |
0.8.6 02 Oct 2011 20:34:45 |
pawel |
Fix patching if NOPORTDOCS is enabled
PR: ports/161245 (patch not used)
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: miwi, wen (mentors implicit) |
0.8.6 16 Aug 2011 16:17:08 |
pawel |
Fix build with clang
Approved by: miwi (mentor) |
0.8.6 05 Jul 2011 19:16:54 |
pawel |
- update to version 0.8.6
- fix warnings on deinstall
Approved by: miwi (mentor) |
0.8.5_2 23 Mar 2011 16:58:01 |
pawel |
- Update my email to FreeBSD
Approved by: miwi, wen (mentors) |
0.8.5_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.8.5_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.8.5_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.5_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.5 13 Sep 2009 00:13:28 |
miwi |
- Update to 0.8.5
PR: 138769
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) |
0.8.4_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.8.4_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.8.4 27 Mar 2009 21:53:43 |
miwi |
GSmartControl is a graphical user interface for smartctl (from
sysutils/smartmontools port), which is a tool for querying and
controlling SMART (Self-Monitoring, Analysis, and Reporting
Technology) data on modern hard disk drives. It allows you to
inspect the drive's SMART data to determine its health, as well
as run various tests on it.
WWW: http://gsmartcontrol.berlios.de
PR: ports/133103
Submitted by: Pawel Pekala <c0rn at o2.pl> |