mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 0.15.1
- convert to optionsNG - remove Makefile header - fix portlint warning (invoking DOS2UNIX where appropriate) - tab -> space in pkg-descr:WWW Changelog: http://hg.gajim.org/gajim/file/gajim-0.15.1/ChangeLog
This commit is contained in:
parent
c10c600387
commit
ba727a53e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303531
5 changed files with 32 additions and 32 deletions
|
@ -1,13 +1,7 @@
|
|||
# New ports collection makefile for: gajim
|
||||
# Date created: Sun Nov 26 16:36:07 MSK 2006
|
||||
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gajim
|
||||
PORTVERSION= 0.15
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.15.1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://www.gajim.org/downloads/0.15/
|
||||
|
||||
|
@ -26,6 +20,7 @@ FETCH_ARGS= -Fpr
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= src/plugins/plugins_i18n.py
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pygtk2
|
||||
USE_PYTHON= -2.7
|
||||
|
@ -35,15 +30,15 @@ CONFIGURE_ENV+= PYTHON=${PYTHON_CMD}
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS= CRYPTO "End to end encryption support" Off \
|
||||
DBUS "Adds support for D-Bus (Desktop Bus)" On \
|
||||
KEYRING "Gnome Keyring support" Off \
|
||||
NLS "Native Language Support via gettext utilities" On \
|
||||
SPELL "Spell checking support" On
|
||||
OPTIONS_DEFINE= CRYPTO DBUS KEYRING NLS SPELL
|
||||
OPTIONS_DEFAULT=DBUS NLS SPELL
|
||||
CRYPTO_DESC= End to end encryption support
|
||||
KEYRING_DESC= Gnome Keyring support
|
||||
SPELL_DESC= Spell checking support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
|
@ -51,20 +46,20 @@ CONFIGURE_ARGS+= --disable-nls
|
|||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_DBUS)
|
||||
.if ${PORT_OPTIONS:MDBUS}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:${PORTSDIR}/devel/py-dbus
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CRYPTO)
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto
|
||||
.if ${PORT_OPTIONS:MCRYPTO}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KEYRING)
|
||||
.if ${PORT_OPTIONS:MKEYRING}
|
||||
USE_GNOME+= pygnomedesktop
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SPELL)
|
||||
LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
||||
.if ${PORT_OPTIONS:MSPELL}
|
||||
LIB_DEPENDS= gtkspell:${PORTSDIR}/textproc/gtkspell
|
||||
.endif
|
||||
|
||||
MAN1= gajim.1 gajim-remote.1 gajim-history-manager.1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gajim-0.15.tar.bz2) = 1a999aa4ca64a8d048babfc6aa590171191966c342fa7091fc9035b9fc6de8d8
|
||||
SIZE (gajim-0.15.tar.bz2) = 4332305
|
||||
SHA256 (gajim-0.15.1.tar.bz2) = 530e2fd6b2fb14b0582c8333cd59c751940037fd4c28c59ae643a4ddf0c31f92
|
||||
SIZE (gajim-0.15.1.tar.bz2) = 4473442
|
||||
|
|
|
@ -20,4 +20,4 @@ FEATURES:
|
|||
* Other features via plugins
|
||||
* Gajim is available in 25 languages
|
||||
|
||||
WWW: http://www.gajim.org/
|
||||
WWW: http://www.gajim.org/
|
||||
|
|
|
@ -837,6 +837,8 @@ share/applications/gajim.desktop
|
|||
%%DATADIR%%/icons/hicolor/16x16/status/audio-mic-volume-low.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/status/audio-mic-volume-medium.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/status/audio-mic-volume-muted.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/gajim-security_high.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/gajim-security_low.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/categories/gajim-agent-aim.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/categories/gajim-agent-bytestreams.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/categories/gajim-agent-conference.png
|
||||
|
@ -868,8 +870,6 @@ share/applications/gajim.desktop
|
|||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-gc_invitation.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-new_email_recv.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-priv_msg_recv.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-security_high.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-security_low.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-single_msg_recv.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-subscription_request.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/gajim-unsubscribed.png
|
||||
|
@ -879,6 +879,7 @@ share/applications/gajim.desktop
|
|||
%%DATADIR%%/plugins/plugin_installer/__init__.py
|
||||
%%DATADIR%%/plugins/plugin_installer/config_dialog.ui
|
||||
%%DATADIR%%/plugins/plugin_installer/manifest.ini
|
||||
%%DATADIR%%/plugins/plugin_installer/plugin_installer.png
|
||||
%%DATADIR%%/plugins/plugin_installer/plugin_installer.py
|
||||
%%DATADIR%%/src/adhoc_commands.py
|
||||
%%DATADIR%%/src/adhoc_commands.pyc
|
||||
|
@ -1319,7 +1320,9 @@ share/icons/hicolor/scalable/apps/gajim.svg
|
|||
%%NLS%%share/locale/eu/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/kk/LC_MESSAGES/gajim.mo
|
||||
|
@ -1335,10 +1338,10 @@ share/icons/hicolor/scalable/apps/gajim.svg
|
|||
%%NLS%%share/locale/sr/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/sr@Latn/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gajim.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gajim.mo
|
||||
@dirrmtry share/applications
|
||||
%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/kk
|
||||
%%NLS%%@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
|
@ -1360,6 +1363,7 @@ share/icons/hicolor/scalable/apps/gajim.svg
|
|||
@dirrm %%DATADIR%%/icons/hicolor/48x48/actions
|
||||
@dirrm %%DATADIR%%/icons/hicolor/48x48
|
||||
@dirrm %%DATADIR%%/icons/hicolor/32x32/categories
|
||||
@dirrm %%DATADIR%%/icons/hicolor/32x32/actions
|
||||
@dirrm %%DATADIR%%/icons/hicolor/32x32
|
||||
@dirrm %%DATADIR%%/icons/hicolor/16x16/status
|
||||
@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
|
||||
|
@ -1466,3 +1470,4 @@ share/icons/hicolor/scalable/apps/gajim.svg
|
|||
@dirrm %%DATADIR%%/data/activities
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Add table
Reference in a new issue