mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to version 0.97.
PR: 190886 Submitted by: olgeni Approved by: maintainer
This commit is contained in:
parent
fda1d2e5f1
commit
cea2c9fc27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358710
@ -2,11 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= terminator
|
||||
PORTVERSION= 0.96
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.97
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= http://launchpadlibrarian.net/80778747/ \
|
||||
http://hur.st/mirror/terminator/
|
||||
MASTER_SITES= http://launchpad.net/terminator/trunk/0.97/+download/
|
||||
|
||||
MAINTAINER= tom@hur.st
|
||||
COMMENT= Multiple GNOME terminals in one window
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (terminator-0.96.tar.gz) = d708c783c36233fcafbd0139a91462478ae40f5cf696ef4acfcaf5891a843201
|
||||
SIZE (terminator-0.96.tar.gz) = 264226
|
||||
SHA256 (terminator-0.97.tar.gz) = 9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7
|
||||
SIZE (terminator-0.97.tar.gz) = 343857
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/remotinator
|
||||
bin/terminator
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/__init__.pyc
|
||||
@ -62,6 +63,9 @@ bin/terminator
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/custom_commands.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/custom_commands.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/custom_commands.pyo
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/logger.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/logger.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/logger.pyo
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/maven.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/maven.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/plugins/maven.pyo
|
||||
@ -128,10 +132,13 @@ share/icons/hicolor/scalable/apps/terminator.svg
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/az/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/bn/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/bs/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ca@valencia/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ckb/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/terminator.mo
|
||||
@ -145,6 +152,7 @@ share/icons/hicolor/scalable/apps/terminator.svg
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/fo/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/fy/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/terminator.mo
|
||||
@ -154,12 +162,14 @@ share/icons/hicolor/scalable/apps/terminator.svg
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/jv/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/kk/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/la/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/mk/LC_MESSAGES/terminator.mo
|
||||
@ -201,6 +211,8 @@ share/pixmaps/terminator.png
|
||||
%%NLS%%@dirrmtry share/locale/jv
|
||||
%%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/fy
|
||||
%%NLS%%@dirrmtry share/locale/ckb/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ckb
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/terminatorlib/plugins
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/terminatorlib/configobj
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/terminatorlib
|
||||
|
Loading…
Reference in New Issue
Block a user