Port details |
- simple-scan Simple scanning utility
- 46.0 graphics
=3 46.0Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2022-02-23 12:36:14
- Last Update: 2024-05-01 18:05:18
- Commit Hash: 7a36442
- People watching this port, also watch:: libXdamage, xfce4-settings, noto-tc, woff2, libevent
- Also Listed In: gnome
- License: GPLv3+
- WWW:
- https://gitlab.gnome.org/GNOME/simple-scan
- Description:
- Document Scanner is a document scanning application for GNOME. It
allows you to capture images using image scanners (e.g. flatbed
scanners) that have suitable SANE drivers installed.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- simple-scan>0:graphics/simple-scan
- To install the port:
- cd /usr/ports/graphics/simple-scan/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/simple-scan
- pkg install simple-scan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: simple-scan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1710787197
SHA256 (gnome/simple-scan-46.0.tar.xz) = c16e6590142fe563be5143122b3bbb53f6b00a7da9d952f61c47fa26f7b4f0a9
SIZE (gnome/simple-scan-46.0.tar.xz) = 1136672
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:
-
- itstool : textproc/itstool
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- valac : lang/vala
- Library dependencies:
-
- libgusb.so : devel/libgusb
- libsane.so : graphics/sane-backends
- libcolord.so : graphics/colord
- libwebp.so : graphics/webp
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-4.so : x11-toolkits/gtk40
- libadwaita-1.so : x11-toolkits/libadwaita
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for simple-scan-46.0:
COLORD=on: Color management via colord
PACKAGEKIT=off: Driver installation via PackageKit
WEBP=on: WebP image format support
===> Use 'make config' to modify these settings
- Options name:
- graphics_simple-scan
- USES:
- gettext gnome meson pkgconfig python:build shebangfix tar:xz vala:build
- 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 |
46.0 01 May 2024 18:05:18
    |
Jan Beich (jbeich)  |
graphics/simple-scan: update to 46.0
Changes: https://gitlab.gnome.org/GNOME/simple-scan/-/compare/44.0...46.0
Reported by: Repology |
44.0_2 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
44.0_1 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
44.0 10 Jul 2023 23:56:48
    |
Jan Beich (jbeich)  |
graphics/simple-scan: update to 44.0
Changes: https://gitlab.gnome.org/GNOME/simple-scan/-/compare/42.5...44.0
Reported by: Repology |
42.5_1 02 Mar 2023 05:23:10
    |
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. (Only the first 15 lines of the commit message are shown above ) |
42.5 26 Sep 2022 21:19:30
    |
Jan Beich (jbeich)  |
graphics/simple-scan: update to 42.5
Changes: https://gitlab.gnome.org/GNOME/simple-scan/-/compare/42.1...42.5
Reported by: Repology |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
42.1 07 Sep 2022 21:10:59
    |
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.
(Only the first 15 lines of the commit message are shown above ) |
42.1 26 Aug 2022 17:02:25
    |
Tobias C. Berner (tcberner)  |
framework: switch tree to using vala.mk
PR: 249940 |
42.1 22 Apr 2022 20:40:03
    |
Neel Chauhan (nc)  |
graphics/simple-scan: Update to 42.1 |
42.0 26 Mar 2022 02:41:32
    |
Jan Beich (jbeich)  |
graphics/simple-scan: update to 42.0
Changes: https://gitlab.gnome.org/GNOME/simple-scan/-/compare/40.7...42.0 |
40.7 23 Feb 2022 12:31:57
    |
Jan Beich (jbeich)  |
graphics/simple-scan: add new port
Document Scanner is a document scanning application for GNOME. It
allows you to capture images using image scanners (e.g. flatbed
scanners) that have suitable SANE drivers installed.
https://gitlab.gnome.org/GNOME/simple-scan |