notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: x11-themes/clearlooks-themes-extras/Makefile

Number of commits found: 32

Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Nov 2019
11:21 tobik search for other commits by this committer
x11*: Add missing USES={gl,gnome,mate}
Original commitRevision:517047 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Tuesday, 14 Oct 2014
11:10 amdmi3 search for other commits by this committer
- Simplify MASTER_SITES
- Drop @dirrm* from plist
Original commitRevision:370844 
Friday, 30 May 2014
10:37 marino search for other commits by this committer
x11-themes/clearlooks-themes-extras: Fix staging orphans

Undetected by:	Redports
Reported by:	antoine@
Tested by:	poudriere
Original commitRevision:355816 
09:23 marino search for other commits by this committer
x11-themes/clearlooks-themes-extras: Stage support+

In addition to supporting stage, the unnecessarily custom extraction
target was replaced with NO_WRKSUBDIR.
Original commitRevision:355806 
Friday, 20 Sep 2013
23:54 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-themes)
Original commitRevision:327783 
Monday, 31 Dec 2012
17:03 mezz search for other commits by this committer
Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
Original commitRevision:309763 
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 6 Jun 2008
14:14 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Monday, 6 Aug 2007
16:03 laszlof search for other commits by this committer
Homepage disappeared, mirrored on MASTER_SITE_LOCAL.

Submitter no longer wants to maintain this port.

PR:             ports/115228
Submitted by:   Andrew J. Caines <A.J.Caines@halplant.com>
Original commit
Friday, 15 Jun 2007
03:11 kris search for other commits by this committer
BROKEN: Checksum mismatch
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Saturday, 9 Sep 2006
19:53 mezz search for other commits by this committer
Drop to ports@, farewell.
Original commit
Sunday, 21 May 2006
22:05 mezz search for other commits by this committer
Fix the GTK2_VERSION that was added by marcus, remove the BROKEN.

Reported by:    kris
Original commit
21:30 kris search for other commits by this committer
BROKEN: Broken dependency
Original commit
Saturday, 6 May 2006
09:28 marcus search for other commits by this committer
Use new GTK2_VERSION macro.
Original commit
Friday, 31 Mar 2006
22:18 mezz search for other commits by this committer
portlint:
        -Remove USE_REINPLACE.
Original commit
Saturday, 8 Oct 2005
19:21 mezz search for other commits by this committer
Update to 0.6.x, yes, with 'x' for real. I just put '.x' in DISTNAME and bump
the PORTREVISION. There are about three to four themes that have been removed.

Reported by:    krismail (for can't fetch old tarball)
Original commit
Sunday, 19 Jun 2005
22:36 mezz search for other commits by this committer
Update to 0.6.
Original commit
Monday, 6 Jun 2005
18:16 mezz search for other commits by this committer
Tarball was re-rolled, a change was removed a theme for unknown reason.

Reported by:    pointyhat via kris
Original commit
Wednesday, 11 May 2005
16:51 mezz search for other commits by this committer
-Update to 0.5.2.
-Use CPIO instead INSTALL_*.
Original commit
Tuesday, 19 Apr 2005
21:13 mezz search for other commits by this committer
The author has moved the tarball in different place, no change. Fix the
MASTER_SITES.

Reported by:    pointyhat via kris
Original commit
Monday, 18 Apr 2005
04:23 mezz search for other commits by this committer
The tarball has been re-rolled without bump version. About less than five
themes have been remove and add. Not sure why he doesn't bump version.

Reported by:    ahze
Original commit
Wednesday, 13 Apr 2005
21:16 mezz search for other commits by this committer
Since gtk-engine2 has added clearlooks engine, so gtk-engine2 and clearlooks
have became in conflict. Add autocheck on gtk-engine2 and WITH_GTKENGINE knob
to depend on gtk-engine2. The clearlooks is default. Bump the PORTREVISION.
Original commit
Tuesday, 12 Apr 2005
01:45 mezz search for other commits by this committer
There are currently twentyone color schemes. Eight are modified versions of
previous color schemes by me, clearlooks-devel, and Ubuntu, where I've made
the widgets a little darker while allowing the scrollbars to remain the normal
background color (more or less). These include, and in the future may not be
limited to:

Clearlooks-4Humans

ClearlooksM
Clearlooks-DeepSkyM
Clearlooks-OliveM

Clearlooks-3.1-Ergo (to go with the metacity System 3.1-Ergo)
Clearlooks-Decaf_Coffee
Clearlooks-Gull
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 32