View | Details | Raw Unified | Return to bug 245598 | Differences between
and this patch

Collapse All | Expand All

(-)x11/terminology/Makefile (-3 / +3 lines)
Lines 1-9 Link Here
1
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
1
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
2
# $FreeBSD: head/x11/terminology/Makefile 507372 2019-07-26 20:46:53Z gerald $
2
# $FreeBSD$
3
3
4
PORTNAME=	terminology
4
PORTNAME=	terminology
5
DISTVERSION=	1.4.1
5
DISTVERSION=	1.6.0
6
PORTREVISION=	1
6
PORTREVISION=	0
7
CATEGORIES=	x11 enlightenment
7
CATEGORIES=	x11 enlightenment
8
MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
8
MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
9
DIST_SUBDIR=	enlightenment
9
DIST_SUBDIR=	enlightenment
(-)x11/terminology/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1558730126
1
TIMESTAMP = 1586643390
2
SHA256 (enlightenment/terminology-1.4.1.tar.xz) = d7b8b35fa38cb6a8746435c44f3517c47324d4c8362b35878ec90c9254d9a956
2
SHA256 (enlightenment/terminology-1.6.0.tar.xz) = b95cb05653afe0dad77fc038a8d5276c02a9c08d64ac97ddf0cee8087d27bd77
3
SIZE (enlightenment/terminology-1.4.1.tar.xz) = 4878484
3
SIZE (enlightenment/terminology-1.6.0.tar.xz) = 4893348
(-)x11/terminology/pkg-descr (-1 / +5 lines)
Lines 1-3 Link Here
1
Terminology is an EFL terminal emulator with some extra bells and whistles.
1
Terminology is a terminal emulator bristling with advanced features including:
2
tabs, splits, 256-color support, wallpapers (even animated ones), in-line
3
display of media (click on a file path to a video and watch it play),
4
link detection, compressed scrollback stored in RAM, translucency and
5
a gorgeous look and feel inspired by classic CRT monitors.
2
6
3
WWW: https://www.enlightenment.org/
7
WWW: https://www.enlightenment.org/
(-)x11/terminology/pkg-plist (-16 / +17 lines)
Lines 6-13 Link Here
6
bin/typop
6
bin/typop
7
bin/tyq
7
bin/tyq
8
bin/tysend
8
bin/tysend
9
man/man1/terminology.1.gz
10
man/man1/terminology-helpers.1.gz
9
man/man1/terminology-helpers.1.gz
10
man/man1/terminology.1.gz
11
man/man1/tyalpha.1.gz
11
man/man1/tyalpha.1.gz
12
man/man1/tybg.1.gz
12
man/man1/tybg.1.gz
13
man/man1/tycat.1.gz
13
man/man1/tycat.1.gz
Lines 17-22 Link Here
17
man/man1/tysend.1.gz
17
man/man1/tysend.1.gz
18
share/applications/terminology.desktop
18
share/applications/terminology.desktop
19
share/icons/hicolor/128x128/apps/terminology.png
19
share/icons/hicolor/128x128/apps/terminology.png
20
share/locale/ca/LC_MESSAGES/terminology.mo
21
share/locale/de/LC_MESSAGES/terminology.mo
22
share/locale/el/LC_MESSAGES/terminology.mo
23
share/locale/eo/LC_MESSAGES/terminology.mo
24
share/locale/es/LC_MESSAGES/terminology.mo
25
share/locale/fi/LC_MESSAGES/terminology.mo
26
share/locale/fr/LC_MESSAGES/terminology.mo
27
share/locale/hi/LC_MESSAGES/terminology.mo
28
share/locale/it/LC_MESSAGES/terminology.mo
29
share/locale/ko/LC_MESSAGES/terminology.mo
30
share/locale/ms/LC_MESSAGES/terminology.mo
31
share/locale/sl/LC_MESSAGES/terminology.mo
32
share/locale/sr/LC_MESSAGES/terminology.mo
33
share/locale/tr/LC_MESSAGES/terminology.mo
34
share/locale/vi/LC_MESSAGES/terminology.mo
20
%%DATADIR%%/backgrounds/mystic.png
35
%%DATADIR%%/backgrounds/mystic.png
21
%%DATADIR%%/backgrounds/texture_background.png
36
%%DATADIR%%/backgrounds/texture_background.png
22
%%DATADIR%%/fonts/10x20.pcf
37
%%DATADIR%%/fonts/10x20.pcf
Lines 52-72 Link Here
52
%%DATADIR%%/themes/mustang.edj
67
%%DATADIR%%/themes/mustang.edj
53
%%DATADIR%%/themes/nord.edj
68
%%DATADIR%%/themes/nord.edj
54
%%DATADIR%%/themes/nyanology.edj
69
%%DATADIR%%/themes/nyanology.edj
70
%%DATADIR%%/themes/papercolor.edj
55
%%DATADIR%%/themes/smyck.edj
71
%%DATADIR%%/themes/smyck.edj
56
%%DATADIR%%/themes/solarized.edj
72
%%DATADIR%%/themes/solarized.edj
57
%%DATADIR%%/themes/solarized_light.edj
73
%%DATADIR%%/themes/solarized_light.edj
58
%%NLS%%share/locale/ca/LC_MESSAGES/terminology.mo
59
%%NLS%%share/locale/de/LC_MESSAGES/terminology.mo
60
%%NLS%%share/locale/el/LC_MESSAGES/terminology.mo
61
%%NLS%%share/locale/eo/LC_MESSAGES/terminology.mo
62
%%NLS%%share/locale/es/LC_MESSAGES/terminology.mo
63
%%NLS%%share/locale/fi/LC_MESSAGES/terminology.mo
64
%%NLS%%share/locale/fr/LC_MESSAGES/terminology.mo
65
%%NLS%%share/locale/hi/LC_MESSAGES/terminology.mo
66
%%NLS%%share/locale/it/LC_MESSAGES/terminology.mo
67
%%NLS%%share/locale/ko/LC_MESSAGES/terminology.mo
68
%%NLS%%share/locale/ms/LC_MESSAGES/terminology.mo
69
%%NLS%%share/locale/sl/LC_MESSAGES/terminology.mo
70
%%NLS%%share/locale/sr/LC_MESSAGES/terminology.mo
71
%%NLS%%share/locale/tr/LC_MESSAGES/terminology.mo
72
%%NLS%%share/locale/vi/LC_MESSAGES/terminology.mo

Return to bug 245598