Port details |
- atril-lite MATE multi-format document viewer
- 1.28.0_1 graphics =3 1.28.0Version of this port present on the latest quarterly branch.
- Maintainer: gnome@FreeBSD.org
- Port Added: 2015-07-15 07:47:27
- Last Update: 2024-03-11 11:19:00
- Commit Hash: 0a4b014
- People watching this port, also watch:: freeradius3, redmine51, burp, check_ssl_cert, pdfgrep
- Also Listed In: mate print
- License: GPLv2+
- WWW:
- https://mate-desktop.org/
- Description:
- Atril is a document viewer for multiple document formats including PDF and
Postscript. The goal of Atril is to replace document viewers such as ggv and
gpdf with a single, simple application.
This lite version doesn't have depend on MATE libraries. Such as caja.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- atril-lite>0:graphics/atril-lite
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/graphics/atril-lite/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/atril-lite
- pkg install atril-lite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: atril-lite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1710104609
SHA256 (mate/atril-1.28.0.tar.xz) = ced4725f6e9b71c4ea63676bfc3cc3be09d29dba08aa7a7ab97964e0b4355162
SIZE (mate/atril-1.28.0.tar.xz) = 2093588
Packages (timestamps in pop-ups are UTC):
- Master port: graphics/atril
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- itstool : textproc/itstool
- update-desktop-database : devel/desktop-file-utils
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- intltool-extract : textproc/intltool
- mate-desktop-2.0.pc : x11/mate-desktop
- index.theme : x11-themes/mate-icon-theme
- pkgconf>=1.3.0_1 : devel/pkgconf
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- index.theme : x11-themes/mate-icon-theme
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- Library dependencies:
-
- libpoppler-glib.so : graphics/poppler-glib
- libsoup-2.4.so : devel/libsoup
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libtiff.so : graphics/tiff
- libspectre.so : print/libspectre
- libdjvulibre.so : graphics/djvulibre
- libwebkit2gtk-4.0.so : www/webkit2-gtk3
- libsecret-1.so : security/libsecret
- libgxps.so : graphics/libgxps
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- libarchive.so.13 : archivers/libarchive
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for atril-lite-1.28.0_1:
COMICS=on: Comic book archives support
DJVU=on: DJVU support
DVI=off: DVI viewer support
EPUB=on: Epub support
KEYRING=on: Keyring support
T1LIB=off: T1LIB for TYPE1 fonts to DVI (Enables DVI)
XPS=on: XPS support
===> Use 'make config' to modify these settings
- Options name:
- graphics_atril-lite
- USES:
- compiler:c11 desktop-file-utils gettext gmake gnome libarchive libtool mate pathfix pkgconfig tar:xz 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) |
This is a slave port. You may also want to view the commits to the master port: graphics/atril |
Commit | Credits | Log message |
1.28.0 11 Mar 2024 11:19:00 |
Eric Turgeon (ericbsd) |
graphics/atril-lite: updated to 1.28.0 |
1.26.0_23 24 Feb 2024 19:25:31 |
Muhammad Moinur Rahman (bofh) |
graphics/atril-lite: Moved man to share/man
Approved by: portmgr (blanket) |
1.26.0_17 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 ) |
1.26.0_11 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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) |
1.26.0_11 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 ) |
1.26.0_10 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.26.0_6 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.26.0_4 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.26.0 12 Oct 2021 15:01:38 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.25.1 12 Jun 2021 22:04:23 |
Eric Turgeon (ericbsd) |
graphics/atril-lite: updated pkg-plist |
1.22.3_15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.22.3 23 Dec 2019 23:17:09 |
ericbsd |
update graphics/atril-lite and graphics/atril to 1.22.3 |
1.22.1 12 May 2019 21:18:09 |
ericbsd |
fix graphics/atril-lite pkg-plist |
1.22.1 11 May 2019 17:33:51 |
ericbsd |
update mate desktop to 1.22.1
Approved by: mentors (implicit) |
1.20.2 02 Nov 2018 20:26:44 |
ericbsd |
update graphics/atril-lite to 1.20.2
Approved by: bapt (mentor) |
1.20.1_1 13 Apr 2018 21:16:57 |
ericbsd |
Updating MATE ports to and patch for MATE 1.20
Reviewed by: kwm
Approved by: bapt (mentor) |
1.18.1_1 14 Oct 2017 20:51:48 |
kwm |
Minor MATE 1.18 update.
Apart from version updates, the highlights are:
* fix orphaned file issues in atril/atril-lite.
* Add licenses where required.
* make sure the mime xml gets installed in mate-control-center.
* regen the m-c-c patch, with make makepatch. |
1.18.1 06 Sep 2017 18:34:45 |
truckman |
Upgrade graphics/atril and graphics/atril-lite to version 1.18.1 to
fix CVE-2017-1000083.
Fix portlint warnings.
PR: 221867
Submitted by: rkoberman@gmail.com
MFH: 2017Q3
Security: 01a197ca-67f1-11e7-a266-28924a333806 |
1.18.0_1 24 Aug 2017 15:49:34 |
swills |
Add missed PORTREVISION bumps after recent poppler update |
1.18.0 04 Jul 2017 11:44:30 |
kwm |
Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo |
1.12.2_2 07 Jan 2017 10:42:51 |
olivierd |
Chase update of graphics/poppler (and slaves ports) in revision r430777 |
1.12.2_1 05 Sep 2016 20:02:03 |
olivierd |
Chase update of Poppler after revision r421386 |
1.12.2 25 Jan 2016 12:31:21 |
kwm |
Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
for prime time.
* Fix loading of a number of applets. We rename a number of applets
but didn't change the "config" files the "add applet to panel" dialog
uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]
PR: 205391 [1], 200349 [2]
Obtained from: GNOME devel repo |
1.10.2_2 24 Jan 2016 14:46:38 |
kwm |
Enable DJVU support in evince[-lite] by default.
While here do the same for atril[-lite].
PR: 203710
Submitted by: vas@mpeks.tomsk.su |
1.10.2_1 22 Jan 2016 17:20:28 |
kwm |
Bump Libreoffice, evince-lite and atril-lite for the poppler update. |
1.10.2 04 Sep 2015 09:44:10 |
kwm |
Update atril to 1.10.2. |
1.10.1_5 02 Aug 2015 16:06:17 |
kwm |
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1] |
1.10.1_4 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.10.1_3 29 Jul 2015 16:11:36 |
kwm |
Add patch from upstream that makes mate-desktop support optional. And
disable this for atril-lite.
PR: 201967
Submitted by: Matthieu Volat <mazhe@alkumuna.eu> |
1.10.1_2 28 Jul 2015 13:07:33 |
kwm |
Bump portrevision of atril-lite for plist fixes.
Submitted by: antoine@ |
1.10.1_1 28 Jul 2015 12:57:08 |
kwm |
* Unbreak the configure on 9.x. There is no zlib.pc file in base.
* Atril-lite needs mate-desktop
* Keyring support switch in configure was changed to
--with-keyring instead of --enable-keyring.
* Update atril-lite plist
Submitted by: pkg-fallout |
1.8.1_1 16 Jul 2015 11:37:27 |
kwm |
* mate-desktop is not needed for atril-lite [1]
* Disable introspection for now (again). Introspection isn't build
correct in the 1.8 series. This has been fixed in atril 1.10.
PR: 201610 (based on) [1]
Submitted by: Matthieu Volat <mazhe@alkumuna.eu> [1] |
1.8.1 15 Jul 2015 07:50:10 |
kwm |
Add a lite version of atril.
PR: 197197
Submitted by: Matthieu Volat <mazhe@alkumuna.eu> |
1.8.1_4 15 Jul 2015 07:47:14 |
kwm |
svn cp. |