diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-27 17:44:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-27 17:44:46 +0800 |
commit | 98fed4dbe940d1a77635f27627f09dd806bc31b1 (patch) | |
tree | 13afe6c560fb56a3ee4c5f2105c7795f084adda9 /devel | |
parent | 8331a3e95ae26ec6b2e8b72af0824ed0c6d5b1ea (diff) | |
download | freebsd-ports-gnome-98fed4dbe940d1a77635f27627f09dd806bc31b1.tar.gz freebsd-ports-gnome-98fed4dbe940d1a77635f27627f09dd806bc31b1.tar.zst freebsd-ports-gnome-98fed4dbe940d1a77635f27627f09dd806bc31b1.zip |
The Qt Designer plugin allows QScintilla2 instances to be included in GUI
designs just like any other Qt4 widget.
WWW: http://www.riverbankcomputing.co.uk/qscintilla/
PR: ports/109623
Submitted by: Danny Pansters <danny at ricin.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/qscintilla2-designerplugin/Makefile | 32 | ||||
-rw-r--r-- | devel/qscintilla2-designerplugin/distinfo | 3 | ||||
-rw-r--r-- | devel/qscintilla2-designerplugin/pkg-descr | 4 | ||||
-rw-r--r-- | devel/qscintilla2-designerplugin/pkg-plist | 3 |
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 796ee95d6d90..bafe302f4ed0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1907,6 +1907,7 @@ SUBDIR += qt4-uic3 SUBDIR += qsa SUBDIR += qscintilla2 + SUBDIR += qscintilla2-designerplugin SUBDIR += qssl SUBDIR += quilt SUBDIR += radrails diff --git a/devel/qscintilla2-designerplugin/Makefile b/devel/qscintilla2-designerplugin/Makefile new file mode 100644 index 000000000000..e58d686cb795 --- /dev/null +++ b/devel/qscintilla2-designerplugin/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: qscintilla2-designerplugin +# Date created: 2007-02-09 +# Whom: Danny Pansters <danny@ricin.com> +# +# $FreeBSD$ + +PORTNAME= designerplugin +PORTVERSION= 20070318 +CATEGORIES= devel +MASTER_SITES= http://www.riverbankcomputing.com/Downloads/Snapshots/QScintilla2/ \ + http://freebsd.ricin.com/ports/distfiles/ +PKGNAMEPREFIX= qscintilla2- +DISTNAME= QScintilla-1.72-gpl-2-snapshot-${PORTVERSION} + +MAINTAINER= danny@ricin.com +COMMENT= Qt Designer plugin for QScintilla2 (Qt4) + +LIB_DEPENDS= qscintilla2.1:${PORTSDIR}/devel/qscintilla2 + +USE_QT_VER= 4 +QT_COMPONENTS= qmake moc gui xml designer +HAS_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4 + +.include <bsd.port.pre.mk> + +do-configure: + ( cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} -unix PREFIX=${PREFIX} designer.pro ) + +.include <bsd.port.post.mk> diff --git a/devel/qscintilla2-designerplugin/distinfo b/devel/qscintilla2-designerplugin/distinfo new file mode 100644 index 000000000000..50c7260dd6e2 --- /dev/null +++ b/devel/qscintilla2-designerplugin/distinfo @@ -0,0 +1,3 @@ +MD5 (QScintilla-1.72-gpl-2-snapshot-20070318.tar.gz) = 406bc1f4837b5b6bb67bbfb26d1dab9f +SHA256 (QScintilla-1.72-gpl-2-snapshot-20070318.tar.gz) = fae15d16faa1016344f45eb2481660a9de0f9a7724aad0733d104409f6d1ffde +SIZE (QScintilla-1.72-gpl-2-snapshot-20070318.tar.gz) = 1660332 diff --git a/devel/qscintilla2-designerplugin/pkg-descr b/devel/qscintilla2-designerplugin/pkg-descr new file mode 100644 index 000000000000..a416a86cca6e --- /dev/null +++ b/devel/qscintilla2-designerplugin/pkg-descr @@ -0,0 +1,4 @@ +The Qt Designer plugin allows QScintilla2 instances to be included in GUI +designs just like any other Qt4 widget. + +WWW: http://www.riverbankcomputing.co.uk/qscintilla/ diff --git a/devel/qscintilla2-designerplugin/pkg-plist b/devel/qscintilla2-designerplugin/pkg-plist new file mode 100644 index 000000000000..88dc82eb43c6 --- /dev/null +++ b/devel/qscintilla2-designerplugin/pkg-plist @@ -0,0 +1,3 @@ +lib/plugins/designer/libqscintillaplugin.so +@dirrmtry lib/plugins/designer +@dirrmtry lib/plugins |