Port details |
- xcalc Scientific calculator for X
- 1.1.2_1 x11 =57 1.1.2_1Version of this port present on the latest quarterly branch.
- Maintainer: x11@FreeBSD.org
- Port Added: 2007-05-23 03:28:46
- Last Update: 2024-01-29 19:34:26
- Commit Hash: 32df485
- People watching this port, also watch:: libXtst, xev, xcmsdb, libXdamage, xrandr
- License: MIT
- WWW:
- https://gitlab.freedesktop.org/xorg/app/xcalc
- Description:
- This package contains xcalc, a scientific calculator desktop accessory
for the X Window System.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xcalc/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xcalc
- pkg install xcalc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xcalc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1687301573
SHA256 (xorg/app/xcalc-1.1.2.tar.xz) = 8578dfa1457e94289f6d6ed6146714307d8a73a1b54d2f42af1321b625fc1cd4
SIZE (xorg/app/xcalc-1.1.2.tar.xz) = 140692
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorg-macros.pc : devel/xorg-macros
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- font-adobe-100dpi>=1.0.3 : x11-fonts/font-adobe-100dpi
- font-alias>=1.0.3 : x11-fonts/font-alias
- font-misc-misc>=1.1.2 : x11-fonts/font-misc-misc
- xbitmaps>=1.1.0 : x11/xbitmaps
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xt.pc : x11-toolkits/libXt
- This port is required by:
- for Run
-
- x11/xorg-apps
Configuration Options:
- No options to configure
- Options name:
- x11_xcalc
- USES:
- tar:xz xorg xorg-cat:app xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.2_1 29 Jan 2024 19:34:26 |
Gleb Popov (arrowd) Author: Helge Oldach |
x11/*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.1.2 22 Jun 2023 17:34:00 |
Li-Wen Hsu (lwhsu) |
x11/xcalc: Update to 1.1.2
PR: 272111
Approved by: x11 (manu) |
1.1.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 03 Nov 2019 21:56:38 |
zeising |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
1.1.0 10 Jun 2019 16:01:40 |
zeising |
x11/xcalc: Update to 1.1.0
Update x11/xcalc to 1.1.0.
This release adds the posibility to convert between different bases, such as
octal, hexadecimal. It also adds bitwise operators and modulo.
Changelog:
https://lists.x.org/archives/xorg-announce/2019-June/002996.html
Sponsored by: B3 Init |
1.0.7 18 Feb 2019 17:57:16 |
zeising |
x11/xcalc: Update to 1.0.7
Update x11/xcalc to 1.0.7, this is a minor release.
Changelog:
https://lists.x.org/archives/xorg-announce/2019-February/002946.html
PR: 235837
Submitted by: Samy Mahmoudi
Sponsored by: B3 Init (zeising) |
1.0.6_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.0.6_2 20 Mar 2015 08:42:16 |
bapt |
Readd font-alias as a dependency |
1.0.6_1 20 Mar 2015 01:12:21 |
bapt |
Rework XORG_CAT= font
Fonts are now generating the fonts.scale and fonts.dir at install time
font-alias is not needed anymore for the above reason
extract font-util and encodings out of XORG_CAT=fonts because they do not
install any fonts
make XORG_CAT=fonts use USES=fonts |
1.0.6 22 Feb 2015 00:30:15 |
bapt |
Update to 1.0.6 |
1.0.5 08 Dec 2014 20:18:24 |
bapt |
Cleanup plist |
1.0.5 16 Dec 2013 11:11:10 |
zeising |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
1.0.5 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.0.5 03 Feb 2013 20:16:37 |
zeising |
Update to 1.0.5
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo |
1.0.4.1_1 25 Sep 2011 21:46:16 |
eadler |
- add missing dependancies to xcalc
- bump portrevision
PR: ports/155598
Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
Approved by: bapt (mentor) |
1.0.4.1 25 Feb 2011 16:52:50 |
miwi |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457 |
1.0.3 01 May 2010 11:41:07 |
miwi |
- Update to Xorg 7.5
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:
http://www.x.org/releases/X11R7.5/
A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.
For updating try
portupgrade -af \* (Only the first 15 lines of the commit message are shown above ) |
1.0.2_1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
1.0.2 13 Sep 2007 19:45:08 |
flz |
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ |
1.0.1 30 May 2007 23:59:32 |
lesi |
Clenup share/X11 directory upon deinstall.
Pointed out by: kris |
1.0.1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |