summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-11-19 17:58:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-11-19 17:58:31 +0000
commit661457371722af837e08f5d81340ffb0942b8164 (patch)
tree0d83f49a8f5369fbde3d4150479715f781399f51 /polish
parentEtoile intends to be an innovative GNUstep based user environnement built (diff)
- Add OPTIONS to enable optional modules for: spellchecker, esound, arts, tabs
in chat windows PR: ports/105109 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=177605
Diffstat (limited to 'polish')
-rw-r--r--polish/kadu/Makefile68
-rw-r--r--polish/kadu/distinfo6
-rw-r--r--polish/kadu/files/patch-autodownload8
-rw-r--r--polish/kadu/pkg-plist17
4 files changed, 95 insertions, 4 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index a43c417d73ce..ba47104c407f 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -7,11 +7,14 @@
PORTNAME= kadu
PORTVERSION= 0.4.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= polish net-im
-MASTER_SITES= http://www.kadu.net/download/stable/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
+MASTER_SITES= http://www.kadu.net/download/stable/:kadu \
+ http://michal.gov.one.pl/tabs/:tabs \
+ http://scripts.one.pl/spellchecker/stable/${PORTVERSION}/:aspell
+DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:kadu
+EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= mwisnicki+freebsd@gmail.com
COMMENT= QT Gadu-Gadu client
@@ -19,6 +22,9 @@ COMMENT= QT Gadu-Gadu client
LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu\
sndfile.1:${PORTSDIR}/audio/libsndfile
+TABS_MOD_DISTFILE= tabs-kadu-0.4.0.tar.gz
+ASPELL_MOD_DISTFILE= spellchecker-0.15.tar.gz
+
USE_BZIP2= yes
USE_GMAKE= yes
USE_OPENSSL= yes
@@ -31,16 +37,70 @@ CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
USE_QT_VER= 3
QT_NONSTANDARD= yes
+WANT_GNOME= yes
+INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
+OPTIONS= ASPELL "Build spell checking module" off \
+ ARTS "Build aRts sound module" off \
+ ESOUND "Build Esound module" off \
+ TABS "Build tabs module" off
+
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
+.if defined(WITH_ASPELL)
+LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell
+PLIST_SUB+= ASPELL_MOD=""
+DISTFILES+= ${ASPELL_MOD_DISTFILE}:aspell
+.else
+PLIST_SUB+= ASPELL_MOD="@comment "
+.endif
+
+.if defined(WITH_ARTS)
+LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
+PLIST_SUB+= ARTS_MOD=""
+.else
+PLIST_SUB+= ARTS_MOD="@comment "
+.endif
+
+.if defined(WITH_ESOUND)
+USE_GNOME+= esound
+PLIST_SUB+= ESOUND_MOD=""
+.else
+PLIST_SUB+= ESOUND_MOD="@comment "
+.endif
+
+.if defined(WITH_TABS)
+PLIST_SUB+= TABS_MOD=""
+DISTFILES+= ${TABS_MOD_DISTFILE}:tabs
+.else
+PLIST_SUB+= TABS_MOD="@comment "
+.endif
+
post-patch:
+.if ${OSVERSION} < 500000
@${ECHO} "MODULE_LDFLAGS=\"-lcrypto\"" >> ${WRKSRC}/modules/encryption/spec
.endif
+.if defined(WITH_ASPELL)
+ @${REINPLACE_CMD} -e 's|module_spellchecker=n|module_spellchecker=y|g' ${WRKSRC}/.config
+ @cd ${WRKSRC}/modules && ${TAR} -zxf ${DISTDIR}/${ASPELL_MOD_DISTFILE}
+.endif
+
+.if defined(WITH_ARTS)
+ @${REINPLACE_CMD} -e 's|module_arts_sound=n|module_arts_sound=y|g' ${WRKSRC}/.config
+.endif
+
+.if defined(WITH_ESOUND)
+ @${REINPLACE_CMD} -e 's|module_esd_sound=n|module_esd_sound=y|g' ${WRKSRC}/.config
+.endif
+
+.if defined(WITH_TABS)
+ @${REINPLACE_CMD} -e 's|module_tabs=n|module_tabs=y|g' ${WRKSRC}/.config
+ @cd ${WRKSRC}/modules && ${TAR} -zxf ${DISTDIR}/${TABS_MOD_DISTFILE}
+.endif
+
post-install:
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/kadu/kadu.desktop ${PREFIX}/share/applications
diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo
index 958cc8f88ddc..c1bd70ae30d6 100644
--- a/polish/kadu/distinfo
+++ b/polish/kadu/distinfo
@@ -1,3 +1,9 @@
MD5 (kadu-0.4.3.tar.bz2) = ef66bd638df30aee6338aae3b22dd194
SHA256 (kadu-0.4.3.tar.bz2) = 3790048e8883533a0bc89119261035759278c6392b4f934c3528b729699ac0ed
SIZE (kadu-0.4.3.tar.bz2) = 1181830
+MD5 (spellchecker-0.15.tar.gz) = 02495130277cc8a48430535a4107708d
+SHA256 (spellchecker-0.15.tar.gz) = 820127b09a0c4c8c9e8e7c1124d4cde1860b21461d1c7744276be0ccc11751d9
+SIZE (spellchecker-0.15.tar.gz) = 9303
+MD5 (tabs-kadu-0.4.0.tar.gz) = 21eec41cfc0883f41a49850969eef328
+SHA256 (tabs-kadu-0.4.0.tar.gz) = 2e0e76528b0d4960b08e0afbb72b962d80b6e361945ab735319b9ebd170615c5
+SIZE (tabs-kadu-0.4.0.tar.gz) = 12125
diff --git a/polish/kadu/files/patch-autodownload b/polish/kadu/files/patch-autodownload
new file mode 100644
index 000000000000..3c3773f62b8a
--- /dev/null
+++ b/polish/kadu/files/patch-autodownload
@@ -0,0 +1,8 @@
+--- varia/scripts/autodownload.orig Fri Nov 3 00:16:11 2006
++++ varia/scripts/autodownload Fri Nov 3 00:16:28 2006
+@@ -1,4 +1,5 @@
+ #!/bin/sh
++exit 0
+ if test $# != 2; then
+ echo
+ echo "Downloads and unpacks Kadu module, icon theme, sound theme or other."
diff --git a/polish/kadu/pkg-plist b/polish/kadu/pkg-plist
index d10e00e28f1d..64b98012b531 100644
--- a/polish/kadu/pkg-plist
+++ b/polish/kadu/pkg-plist
@@ -559,6 +559,20 @@ share/icons/hicolor/22x22/apps/kadu.png
share/icons/hicolor/24x24/apps/kadu.png
share/icons/hicolor/32x32/apps/kadu.png
share/icons/hicolor/48x48/apps/kadu.png
+%%ARTS_MOD%%include/kadu/modules/player_arts.h
+%%ARTS_MOD%%share/kadu/modules/bin/arts_sound/arts_connector
+%%ARTS_MOD%%share/kadu/modules/arts_sound.desc
+%%ASPELL_MOD%%include/kadu/modules/spellchecker.h
+%%ASPELL_MOD%%share/kadu/modules/translations/spellchecker_pl.qm
+%%ASPELL_MOD%%share/kadu/modules/data/spellchecker/config.png
+%%ASPELL_MOD%%share/kadu/modules/spellchecker.desc
+%%ESOUND_MOD%%include/kadu/modules/esd_sound.h
+%%ESOUND_MOD%%share/kadu/modules/esd_sound.desc
+%%TABS_MOD%%include/kadu/modules/tabs.h
+%%TABS_MOD%%include/kadu/modules/tabwidget.h
+%%TABS_MOD%%share/kadu/modules/translations/tabs_pl.qm
+%%TABS_MOD%%share/kadu/modules/data/tabs/attach.png
+%%TABS_MOD%%share/kadu/modules/tabs.desc
@dirrmtry share/icons/hicolor/16x16/apps
@dirrmtry share/icons/hicolor/16x16
@dirrmtry share/icons/hicolor/22x22/apps
@@ -586,7 +600,10 @@ share/icons/hicolor/48x48/apps/kadu.png
@dirrm %%DATADIR%%/modules/data/config_wizard/ronk2
@dirrm %%DATADIR%%/modules/data/config_wizard/joi
@dirrm %%DATADIR%%/modules/data/config_wizard
+%%ASPELL_MOD%%@dirrm %%DATADIR%%/modules/data/spellchecker
+%%TABS_MOD%%@dirrm %%DATADIR%%/modules/data/tabs
@dirrm %%DATADIR%%/modules/data
+%%ARTS_MOD%%@dirrm %%DATADIR%%/modules/bin/arts_sound
@dirrm %%DATADIR%%/modules/bin
@dirrm %%DATADIR%%/modules
@dirrm %%DATADIR%%