#!/bin/sh
# This is a shell archive
echo x qtspell
mkdir -p qtspell > /dev/null 2>&1
echo x qtspell/Makefile
sed 's/^X//' > qtspell/Makefile << 'SHAR_END'
X# $FreeBSD$
X
XPORTNAME=		qtspell
XPORTVERSION=	0.9.0
XCATEGORIES=		devel
XPKGNAMESUFFIX=	-qt5
X
XMAINTAINER=	mistresssilvara@hotmail.com
XCOMMENT=	Spell checking for Qt text widgets
X
XLICENSE=		GPLv3
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XUSES=		qt:5 cmake:,noninja gettext-runtime
XUSE_QT=		core gui widgets
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	manisandro
X
XLIB_DEPENDS+=	libenchant-2.so:textproc/enchant2
X
XUSE_LDCONFIG=	yes
X
XLDFLAGS+=	-L${LOCALBASE}/lib -lintl
X
X.include <bsd.port.mk>
SHAR_END
echo x qtspell/distinfo
sed 's/^X//' > qtspell/distinfo << 'SHAR_END'
XTIMESTAMP = 1610743844
XSHA256 (manisandro-qtspell-0.9.0_GH0.tar.gz) = 49a5ab995c3150572c3c48989cd3e506b0c2d64b09d80fb5b30daa7325445635
XSIZE (manisandro-qtspell-0.9.0_GH0.tar.gz) = 58811
SHAR_END
echo x qtspell/pkg-descr
sed 's/^X//' > qtspell/pkg-descr << 'SHAR_END'
XQtSpell adds spell-checking functionality to Qt's text widgets,
Xusing the enchant spell-checking library.
X
XWWW: https://github.com/manisandro/qtspell
SHAR_END
echo x qtspell/pkg-plist
sed 's/^X//' > qtspell/pkg-plist << 'SHAR_END'
Xinclude/QtSpell-qt5/QtSpell.hpp
Xlib/libqtspell-qt5.so
Xlib/libqtspell-qt5.so.0
Xlib/libqtspell-qt5.so.0.3.0
Xlibdata/pkgconfig/QtSpell-qt5.pc
X%%QT_L10NDIR%%/QtSpell_af.qm
X%%QT_L10NDIR%%/QtSpell_ak.qm
X%%QT_L10NDIR%%/QtSpell_be.qm
X%%QT_L10NDIR%%/QtSpell_ca.qm
X%%QT_L10NDIR%%/QtSpell_cs.qm
X%%QT_L10NDIR%%/QtSpell_da.qm
X%%QT_L10NDIR%%/QtSpell_de.qm
X%%QT_L10NDIR%%/QtSpell_el.qm
X%%QT_L10NDIR%%/QtSpell_eo.qm
X%%QT_L10NDIR%%/QtSpell_es.qm
X%%QT_L10NDIR%%/QtSpell_es_ES.qm
X%%QT_L10NDIR%%/QtSpell_eu.qm
X%%QT_L10NDIR%%/QtSpell_ff.qm
X%%QT_L10NDIR%%/QtSpell_fi.qm
X%%QT_L10NDIR%%/QtSpell_fo.qm
X%%QT_L10NDIR%%/QtSpell_fr.qm
X%%QT_L10NDIR%%/QtSpell_ga.qm
X%%QT_L10NDIR%%/QtSpell_gl.qm
X%%QT_L10NDIR%%/QtSpell_he.qm
X%%QT_L10NDIR%%/QtSpell_hr.qm
X%%QT_L10NDIR%%/QtSpell_hu.qm
X%%QT_L10NDIR%%/QtSpell_hy.qm
X%%QT_L10NDIR%%/QtSpell_id.qm
X%%QT_L10NDIR%%/QtSpell_is.qm
X%%QT_L10NDIR%%/QtSpell_it.qm
X%%QT_L10NDIR%%/QtSpell_ja.qm
X%%QT_L10NDIR%%/QtSpell_ky.qm
X%%QT_L10NDIR%%/QtSpell_lg.qm
X%%QT_L10NDIR%%/QtSpell_lt.qm
X%%QT_L10NDIR%%/QtSpell_lv.qm
X%%QT_L10NDIR%%/QtSpell_mn.qm
X%%QT_L10NDIR%%/QtSpell_ms.qm
X%%QT_L10NDIR%%/QtSpell_nb.qm
X%%QT_L10NDIR%%/QtSpell_nl.qm
X%%QT_L10NDIR%%/QtSpell_nso.qm
X%%QT_L10NDIR%%/QtSpell_pl.qm
X%%QT_L10NDIR%%/QtSpell_pt.qm
X%%QT_L10NDIR%%/QtSpell_pt_BR.qm
X%%QT_L10NDIR%%/QtSpell_rm.qm
X%%QT_L10NDIR%%/QtSpell_ro.qm
X%%QT_L10NDIR%%/QtSpell_ru.qm
X%%QT_L10NDIR%%/QtSpell_rw.qm
X%%QT_L10NDIR%%/QtSpell_sk.qm
X%%QT_L10NDIR%%/QtSpell_sl.qm
X%%QT_L10NDIR%%/QtSpell_sq.qm
X%%QT_L10NDIR%%/QtSpell_sr.qm
X%%QT_L10NDIR%%/QtSpell_st.qm
X%%QT_L10NDIR%%/QtSpell_sv.qm
X%%QT_L10NDIR%%/QtSpell_th.qm
X%%QT_L10NDIR%%/QtSpell_tr.qm
X%%QT_L10NDIR%%/QtSpell_uk.qm
X%%QT_L10NDIR%%/QtSpell_vi.qm
X%%QT_L10NDIR%%/QtSpell_zh_CN.qm
X%%QT_L10NDIR%%/QtSpell_zh_HK.qm
X%%QT_L10NDIR%%/QtSpell_zh_TW.qm
X%%QT_L10NDIR%%/QtSpell_zu.qm
SHAR_END
exit
