non port: math/calcoo/Makefile |
Number of commits found: 45 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: 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
06df180 |
Thursday, 2 Mar 2023
|
05:23 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.
* 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
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 8 Nov 2019
|
14:11 tobik
math: Add missing USES={gl,gnome,php,sdl,xorg}
 |
Thursday, 8 Dec 2016
|
19:52 tijl
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.
 |
Tuesday, 26 Aug 2014
|
14:06 tijl
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Friday, 4 Oct 2013
|
15:21 naddy
Support staging.
 |
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
 |
Thursday, 1 Aug 2013
|
20:22 naddy
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Saturday, 15 Sep 2012
|
20:00 naddy
Remove pointless header lines from ports I created once upon a time.
 |
Thursday, 26 Jul 2012
|
18:55 naddy
switch to USE_PKGCONFIG
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Saturday, 22 Aug 2009
|
00:28 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with M
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Wednesday, 25 Mar 2009
|
16:24 naddy
Mark MAKE_JOBS_SAFE for parallel building.
 |
Friday, 6 Jun 2008
|
13:44 edwin
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)
 |
Friday, 5 Oct 2007
|
16:10 naddy
Update to 1.3.18. No user-visible changes.
 |
Tuesday, 24 Jul 2007
|
15:10 rafan
- 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
 |
Thursday, 19 Jul 2007
|
17:55 naddy
Update to 1.3.17: fixes an unbounded strcpy.
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
 |
Sunday, 1 May 2005
|
18:34 naddy
Update to 1.3.16. Notable changes:
* switched to GTK+ 2.x
* added shortcut for keypad comma
* faster startup
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Thursday, 31 Jul 2003
|
17:55 naddy
Update to 1.3.15. Adds some keyboard shortcuts.
 |
Monday, 14 Jul 2003
|
11:46 naddy
Update to 1.3.14. Minor changes only.
 |
Sunday, 20 Apr 2003
|
19:32 marcus
Remove USE_GNOMENG.
 |
Friday, 21 Feb 2003
|
12:52 naddy
pkg-comment -> COMMENT
 |
Wednesday, 12 Feb 2003
|
15:32 naddy
Fix master sites.
Submitted by: Portsurvey
 |
Saturday, 24 Aug 2002
|
12:34 naddy
Switch to GNOMENG framework for Gtk.
 |
Tuesday, 20 Aug 2002
|
10:37 naddy
Update to 1.3.13. Changes in this release:
- Fix a bug which caused segfaults during pasting when the selection
could not be retrieved.
 |
Monday, 29 Jul 2002
|
11:05 naddy
Update to 1.3.12, which has various minor enhancements and fixes.
 |
Monday, 15 Jul 2002
|
18:04 naddy
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.
 |
Thursday, 20 Jun 2002
|
15:57 naddy
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.
 |
Tuesday, 11 Jun 2002
|
10:12 naddy
Update to 1.3.9. Notable changes in this release:
* An option for output rounding has been added.
 |
Tuesday, 4 Jun 2002
|
21:35 naddy
Upstream fix for decimal point stack push in RPN mode.
 |
15:33 naddy
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.
 |
Sunday, 10 Mar 2002
|
13:04 naddy
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.
 |
Saturday, 9 Feb 2002
|
12:53 naddy
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.
 |
Monday, 21 Jan 2002
|
12:44 naddy
Update to 1.3.5. No user-visible changes.
 |
Saturday, 19 Jan 2002
|
16:26 naddy
Calcoo is a Gtk-based scientific calculator designed to provide maximum
usability.
 |
Number of commits found: 45 |