non port: math/galculator/Makefile |
SVNWeb
|
Number of commits found: 54 |
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
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 )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 24 Aug 2020
|
[ 15:05 naddy ]
Zap duplicate definition to fix build with -fno-common.
Reported by: pkg-fallout
|
Fri, 8 Nov 2019
|
[ 14:11 tobik ] (Only the first 10 of 17 ports in this commit are shown above. )
math: Add missing USES={gl,gnome,php,sdl,xorg}
|
Thu, 29 Dec 2016
|
[ 15:32 amdmi3 ]
- Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to USES=localbase
Approved by: portmgr blanket
|
Tue, 6 Sep 2016
|
[ 23:18 woodsb02 ]
math/galculator: Update to 2.1.4
- Follow upstream move from SF to GitHub, and new website hosting
- Add USES=autoreconf libtool as GH tarball only comes with configure.ac
- Add OPTIONS to select GTK3 or GTK2 (GTK3 by default as per upstream)
- Add USE_GNOME=cairo und GTK2_LIB_DEPENDS undeclared dependencies
Changes this release:
https://github.com/galculator/galculator/blob/v2.1.4/ChangeLog
Reviewed by: adamw (mentor)
Approved by: naddy (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D7789
|
Tue, 28 Jul 2015
|
[ 18:13 kwm ]
Explicitly depend on intltool.
When GNOME 3.16 is merged, gtk20 will not implicelty depend on it.
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
|
Sat, 15 Mar 2014
|
[ 19:47 naddy ]
Update to 2.1.3: bug fixes, new and updated translations
|
Thu, 13 Mar 2014
|
[ 16:11 naddy ]
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
|
Fri, 4 Oct 2013
|
[ 15:21 naddy ]
Support staging.
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Tue, 3 Sep 2013
|
[ 06:36 bapt ] (Only the first 10 of 148 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Thu, 1 Aug 2013
|
[ 20:22 naddy ] (Only the first 10 of 21 ports in this commit are shown above. )
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
|
Mon, 29 Apr 2013
|
[ 15:00 naddy ]
Update to 2.1.2. No user-visible changes.
|
Wed, 13 Feb 2013
|
[ 22:13 naddy ]
Fix build on systems that happen to have GCC 4.[678] installed.
Submitted by: bf
|
Tue, 12 Feb 2013
|
[ 18:24 naddy ]
Update to 2.1: bug fixes, add Turkish translation
|
Mon, 17 Dec 2012
|
[ 21:40 naddy ]
Update to 2.0.1: config file stored according to XDG spec.
|
Tue, 16 Oct 2012
|
[ 18:47 naddy ]
Update to 2.0.
Adds a few translations; no user-visible changes otherwise.
Feature safe: yes
|
Sat, 15 Sep 2012
|
[ 20:00 naddy ] (Only the first 10 of 21 ports in this commit are shown above. )
Remove pointless header lines from ports I created once upon a time.
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Wed, 25 Mar 2009
|
[ 16:24 naddy ]
Mark MAKE_JOBS_SAFE for parallel building.
|
Wed, 18 Mar 2009
|
[ 15:42 naddy ]
Update to 1.3.4 which fixes a bug when changing sign in scientific
EE notation.
|
Mon, 12 Jan 2009
|
[ 14:40 naddy ]
Update to 1.3.3. No major changes.
|
Fri, 6 Jun 2008
|
[ 13:44 edwin ] (Only the first 10 of 76 ports in this commit are shown above. )
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)
|
Fri, 5 Oct 2007
|
[ 15:29 naddy ]
Don't try to remove share/pixmaps.
Submitted by: linimon (pointyhat)
|
Mon, 1 Oct 2007
|
[ 21:23 naddy ]
Update to 1.3.1, which adds an additional "paper mode".
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 7 Aug 2006
|
[ 16:46 naddy ]
(1) Try to deinstall some locale directories not listed in BSD.local.dist.
(2) Attempt to fix build on 4.x, whose ancient perl still requires a
mode argument to mkdir().
PR: 101487
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (1), pointyhat (2)
|
Sun, 2 Apr 2006
|
[ 22:25 naddy ]
Sync with upstream (1.2.5.2); no functional changes.
|
Mon, 27 Mar 2006
|
[ 15:02 naddy ]
Maintenance update to 1.2.5.1 which fixes a bug with recent glib
versions.
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Tue, 10 May 2005
|
[ 19:11 naddy ]
Maintenance update to 1.2.5: minor bug fixes.
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Sun, 19 Dec 2004
|
[ 22:48 naddy ]
Don't leave extra directory after uninstall.
Submitted by: kris (pointyhat)
|
Sun, 7 Nov 2004
|
[ 22:37 marcus ] (Only the first 10 of 631 ports in this commit are shown above. )
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Sat, 23 Oct 2004
|
[ 13:51 naddy ]
Update to 1.2.4. This is a bugfix/minor feature enhancement release:
* introducing thousands separators
* several bugfixes
* cleaned up display code
* new and updated translations
|
Thu, 27 May 2004
|
[ 20:11 naddy ]
Update to 1.2.3:
- Small fixes.
- Translation updates.
|
Mon, 5 Apr 2004
|
[ 03:31 marcus ] (Only the first 10 of 575 ports in this commit are shown above. )
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
|
Thu, 1 Apr 2004
|
[ 21:01 naddy ]
Update to 1.2.2. Changes in this release:
* several bugfixes
* [EE] shortcut
* updated translations
|
Sat, 20 Mar 2004
|
[ 23:32 naddy ]
Update to 1.2.1. Changes in this release:
* formula entry mode
* right mouse button click gives popup menu
* translation updates
* bug fixes
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Thu, 13 Nov 2003
|
[ 02:37 naddy ]
Update to 1.1.4: RPN mode improvements, bugfixes, translation updates.
|
Mon, 1 Sep 2003
|
[ 18:35 naddy ]
Update to 1.1.3. Changes in this release:
* Introducing basic and scientific mode.
* Number base, angle unit and notation mode are remembered on exit.
No defaults anymore.
* Updates to binary mode.
* New functions (asinh, acosh, atanh) and a new operation (percent).
* Bug fixes: crash on bracket closing, remember display value, GUI.
* Japanese translation, translation updates.
|
Tue, 8 Jul 2003
|
[ 15:08 naddy ]
Update to 1.1.2. Adds French translation.
|
Wed, 25 Jun 2003
|
[ 23:52 naddy ]
Import galculator 1.1.1.
galculator is a GTK2-based scientific calculator with ordinary
notation/reverse polish notation, different number bases (DEC, HEX,
OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).
|
Number of commits found: 54 |