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: math/calcoo/Makefile

Number of commits found: 46

Saturday, 27 Jan 2024
10:52 Gleb Popov (arrowd) search for other commits by this committer Author: Christian Weisgerber
*/*: Move manpages to share/man

Approved by:	portmgr (blanket)
commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 533d7de
Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
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
14:11 tobik search for other commits by this committer
math: Add missing USES={gl,gnome,php,sdl,xorg}
Original commitRevision:517068 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Tuesday, 26 Aug 2014
14:06 tijl search for other commits by this committer
- Fix missing library problems when the linker enforces explicit linking

PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:366215 
Friday, 4 Oct 2013
15:21 naddy search for other commits by this committer
Support staging.
Original commitRevision:329323 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Thursday, 1 Aug 2013
20:22 naddy search for other commits by this committer
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Original commitRevision:324122 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Saturday, 15 Sep 2012
20:00 naddy search for other commits by this committer
Remove pointless header lines from ports I created once upon a time.
Original commitRevision:304323 
Thursday, 26 Jul 2012
18:55 naddy search for other commits by this committer
switch to USE_PKGCONFIG
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
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
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
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
Wednesday, 25 Mar 2009
16:24 naddy search for other commits by this committer
Mark MAKE_JOBS_SAFE for parallel building.
Original commit
Friday, 6 Jun 2008
13:44 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
Friday, 5 Oct 2007
16:10 naddy search for other commits by this committer
Update to 1.3.18.  No user-visible changes.
Original commit
Tuesday, 24 Jul 2007
15:10 rafan search for other commits by this committer
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
  in bsd.port.mk.

Tested with:    my tinderbox on i386 6
Approved by:    portmgr
Original commit
Thursday, 19 Jul 2007
17:55 naddy search for other commits by this committer
Update to 1.3.17: fixes an unbounded strcpy.
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, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Sunday, 1 May 2005
18:34 naddy search for other commits by this committer
Update to 1.3.16.  Notable changes:
* switched to GTK+ 2.x
* added shortcut for keypad comma
* faster startup
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Thursday, 31 Jul 2003
17:55 naddy search for other commits by this committer
Update to 1.3.15.  Adds some keyboard shortcuts.
Original commit
Monday, 14 Jul 2003
11:46 naddy search for other commits by this committer
Update to 1.3.14.  Minor changes only.
Original commit
Sunday, 20 Apr 2003
19:32 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 21 Feb 2003
12:52 naddy search for other commits by this committer
pkg-comment -> COMMENT
Original commit
Wednesday, 12 Feb 2003
15:32 naddy search for other commits by this committer
Fix master sites.

Submitted by:   Portsurvey
Original commit
Saturday, 24 Aug 2002
12:34 naddy search for other commits by this committer
Switch to GNOMENG framework for Gtk.
Original commit
Tuesday, 20 Aug 2002
10:37 naddy search for other commits by this committer
Update to 1.3.13.  Changes in this release:
- Fix a bug which caused segfaults during pasting when the selection
  could not be retrieved.
Original commit
Monday, 29 Jul 2002
11:05 naddy search for other commits by this committer
Update to 1.3.12, which has various minor enhancements and fixes.
Original commit
Monday, 15 Jul 2002
18:04 naddy search for other commits by this committer
Changes in release 1.3.11:
Fixed: the bug in setting the color for the button labels and display
glyphs.  Now, calcoo DOES take this color from the current GTK+
scheme.
Original commit
Thursday, 20 Jun 2002
15:57 naddy search for other commits by this committer
Update to 1.3.10.
Changes: In the RPN mode, the keys to swap registers X and Z, and X and T
have been replaced with keys to scroll the stack.
Original commit
Tuesday, 11 Jun 2002
10:12 naddy search for other commits by this committer
Update to 1.3.9.  Notable changes in this release:
* An option for output rounding has been added.
Original commit
Tuesday, 4 Jun 2002
21:35 naddy search for other commits by this committer
Upstream fix for decimal point stack push in RPN mode.
Original commit
15:33 naddy search for other commits by this committer
Update to 1.3.8.  Notable changes:
* Non-integer powers of negative numbers now yield errors instead
  of weird results.
* The selected angle units are saved now.
* Various bug fixes and pixmap cosmetics.
Original commit
Sunday, 10 Mar 2002
13:04 naddy search for other commits by this committer
Update to 1.3.7.  Visible changes in this release:
* Now all the buttons except for undo and clear_all become grayed
  out when an error occurs.
Original commit
Saturday, 9 Feb 2002
12:53 naddy search for other commits by this committer
Update to 1.3.6.  User-visible changes in this release:   * Added option to
choose between infinite and four-element stack in RPN mode.   * Added option to
disable autorelease of arc and hyp buttons.   * RPN-related options are now
grayed out when the algebraic mode is chosen.   * Added shortcut ctrl-q for
exit.    
Original commit
Monday, 21 Jan 2002
12:44 naddy search for other commits by this committer
Update to 1.3.5.  No user-visible changes.    
Original commit
Saturday, 19 Jan 2002
16:26 naddy search for other commits by this committer
Calcoo is a Gtk-based scientific calculator designed to provide maximum  
usability.    
Original commit

Number of commits found: 46