Update to 2.0p1, which brings Quanta into the KDE2 world.
PR: 25858 Submitted by: maintainer
This commit is contained in:
parent
fd090c3bdb
commit
253a50c915
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40000
12 changed files with 5547 additions and 813 deletions
|
@ -6,20 +6,55 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= quanta
|
PORTNAME= quanta
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 2.0p1
|
||||||
CATEGORIES= www kde
|
CATEGORIES= www kde
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
DISTNAME= ${PORTNAME}-2.0-pr1
|
||||||
|
.if !defined(NO_PORTDOCS)
|
||||||
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||||
|
css.tar.bz2 \
|
||||||
|
html.tar.bz2 \
|
||||||
|
javascript.tar.bz2 \
|
||||||
|
php.tar.bz2
|
||||||
|
.endif
|
||||||
|
|
||||||
MAINTAINER= jeremy@external.org
|
MAINTAINER= jeremy@external.org
|
||||||
|
|
||||||
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
|
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||||
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext/
|
intl.1:${PORTSDIR}/devel/gettext
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
USE_QT2= yes
|
||||||
|
MOC?= ${X11BASE}/bin/moc2
|
||||||
|
USE_XPM= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_QT= yes
|
USE_NEWGCC= yes
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||||
|
--with-qt-libraries=${X11BASE}/lib \
|
||||||
|
--with-extra-libs=${LOCALBASE}/lib \
|
||||||
|
--with-extra-includes=${LOCALBASE}/include \
|
||||||
|
--disable-closure
|
||||||
|
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||||
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc -pthread"
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
DOCS= css html javascript php
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@${PERL} -pi -e "s#lqt #lqt2 #g" ${WRKSRC}/quanta/Makefile.in
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
.for doc in ${DOCS}
|
||||||
|
cd ${WRKDIR}/${doc} && \
|
||||||
|
${CP} -R ${doc} ${doc}.docrc ${PREFIX}/share/apps/quanta/doc
|
||||||
|
.endfor
|
||||||
|
${CHOWN} -R root:wheel ${PREFIX}/share/apps/quanta/doc
|
||||||
|
find ${PREFIX}/share/apps/quanta/doc -type f | xargs ${CHMOD} 444
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
MD5 (quanta-1.0.4.tar.bz2) = 8ae7d67e76ff83a1ea673b7c523f9f7a
|
MD5 (quanta-2.0-pr1.tar.bz2) = dec00150b247d40162fa3941b56c3b93
|
||||||
|
MD5 (css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51
|
||||||
|
MD5 (html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053
|
||||||
|
MD5 (javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136
|
||||||
|
MD5 (php.tar.bz2) = 8ae86e900874549c3749ee5940756817
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Quanta is another GUI WYSIWYG HTML editor whose
|
Quanta is another GUI HTML editor whose user
|
||||||
user interface appears to be related to kdevelop's;
|
interface appears to be related to kdevelop's; this
|
||||||
this allows for unity among the various kde development
|
allows for unity among the various kde development
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
WWW: http://quanta.sourceforge.net/
|
WWW: http://quanta.sourceforge.net/
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,20 +6,55 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= quanta
|
PORTNAME= quanta
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 2.0p1
|
||||||
CATEGORIES= www kde
|
CATEGORIES= www kde
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
DISTNAME= ${PORTNAME}-2.0-pr1
|
||||||
|
.if !defined(NO_PORTDOCS)
|
||||||
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||||
|
css.tar.bz2 \
|
||||||
|
html.tar.bz2 \
|
||||||
|
javascript.tar.bz2 \
|
||||||
|
php.tar.bz2
|
||||||
|
.endif
|
||||||
|
|
||||||
MAINTAINER= jeremy@external.org
|
MAINTAINER= jeremy@external.org
|
||||||
|
|
||||||
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
|
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||||
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext/
|
intl.1:${PORTSDIR}/devel/gettext
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
USE_QT2= yes
|
||||||
|
MOC?= ${X11BASE}/bin/moc2
|
||||||
|
USE_XPM= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_QT= yes
|
USE_NEWGCC= yes
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||||
|
--with-qt-libraries=${X11BASE}/lib \
|
||||||
|
--with-extra-libs=${LOCALBASE}/lib \
|
||||||
|
--with-extra-includes=${LOCALBASE}/include \
|
||||||
|
--disable-closure
|
||||||
|
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||||
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc -pthread"
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
DOCS= css html javascript php
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@${PERL} -pi -e "s#lqt #lqt2 #g" ${WRKSRC}/quanta/Makefile.in
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
.for doc in ${DOCS}
|
||||||
|
cd ${WRKDIR}/${doc} && \
|
||||||
|
${CP} -R ${doc} ${doc}.docrc ${PREFIX}/share/apps/quanta/doc
|
||||||
|
.endfor
|
||||||
|
${CHOWN} -R root:wheel ${PREFIX}/share/apps/quanta/doc
|
||||||
|
find ${PREFIX}/share/apps/quanta/doc -type f | xargs ${CHMOD} 444
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
MD5 (quanta-1.0.4.tar.bz2) = 8ae7d67e76ff83a1ea673b7c523f9f7a
|
MD5 (quanta-2.0-pr1.tar.bz2) = dec00150b247d40162fa3941b56c3b93
|
||||||
|
MD5 (css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51
|
||||||
|
MD5 (html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053
|
||||||
|
MD5 (javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136
|
||||||
|
MD5 (php.tar.bz2) = 8ae86e900874549c3749ee5940756817
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Quanta is another GUI WYSIWYG HTML editor whose
|
Quanta is another GUI HTML editor whose user
|
||||||
user interface appears to be related to kdevelop's;
|
interface appears to be related to kdevelop's; this
|
||||||
this allows for unity among the various kde development
|
allows for unity among the various kde development
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
WWW: http://quanta.sourceforge.net/
|
WWW: http://quanta.sourceforge.net/
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,20 +6,55 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= quanta
|
PORTNAME= quanta
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 2.0p1
|
||||||
CATEGORIES= www kde
|
CATEGORIES= www kde
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
DISTNAME= ${PORTNAME}-2.0-pr1
|
||||||
|
.if !defined(NO_PORTDOCS)
|
||||||
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||||
|
css.tar.bz2 \
|
||||||
|
html.tar.bz2 \
|
||||||
|
javascript.tar.bz2 \
|
||||||
|
php.tar.bz2
|
||||||
|
.endif
|
||||||
|
|
||||||
MAINTAINER= jeremy@external.org
|
MAINTAINER= jeremy@external.org
|
||||||
|
|
||||||
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
|
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||||
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext/
|
intl.1:${PORTSDIR}/devel/gettext
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
USE_QT2= yes
|
||||||
|
MOC?= ${X11BASE}/bin/moc2
|
||||||
|
USE_XPM= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_QT= yes
|
USE_NEWGCC= yes
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||||
|
--with-qt-libraries=${X11BASE}/lib \
|
||||||
|
--with-extra-libs=${LOCALBASE}/lib \
|
||||||
|
--with-extra-includes=${LOCALBASE}/include \
|
||||||
|
--disable-closure
|
||||||
|
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||||
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc -pthread"
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
DOCS= css html javascript php
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@${PERL} -pi -e "s#lqt #lqt2 #g" ${WRKSRC}/quanta/Makefile.in
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
.for doc in ${DOCS}
|
||||||
|
cd ${WRKDIR}/${doc} && \
|
||||||
|
${CP} -R ${doc} ${doc}.docrc ${PREFIX}/share/apps/quanta/doc
|
||||||
|
.endfor
|
||||||
|
${CHOWN} -R root:wheel ${PREFIX}/share/apps/quanta/doc
|
||||||
|
find ${PREFIX}/share/apps/quanta/doc -type f | xargs ${CHMOD} 444
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
MD5 (quanta-1.0.4.tar.bz2) = 8ae7d67e76ff83a1ea673b7c523f9f7a
|
MD5 (quanta-2.0-pr1.tar.bz2) = dec00150b247d40162fa3941b56c3b93
|
||||||
|
MD5 (css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51
|
||||||
|
MD5 (html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053
|
||||||
|
MD5 (javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136
|
||||||
|
MD5 (php.tar.bz2) = 8ae86e900874549c3749ee5940756817
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Quanta is another GUI WYSIWYG HTML editor whose
|
Quanta is another GUI HTML editor whose user
|
||||||
user interface appears to be related to kdevelop's;
|
interface appears to be related to kdevelop's; this
|
||||||
this allows for unity among the various kde development
|
allows for unity among the various kde development
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
WWW: http://quanta.sourceforge.net/
|
WWW: http://quanta.sourceforge.net/
|
||||||
|
|
2061
www/quanta/pkg-plist
2061
www/quanta/pkg-plist
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue