KDevelop-PG-Qt is a parser generator written in readable source-code

and generating readable source-code. Its syntax was inspirated by
AntLR. It implements the visitor-pattern and uses the Qt library. That
is why it is ideal to be used in Qt-/KDE-based applications like
KDevelop.

WWW: http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction

Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> via e-mail
Approved by:	tabthorpe (mentor)
This commit is contained in:
Alberto Villa 2010-11-09 01:48:00 +00:00
parent 43ac42d616
commit 1ae32977e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264285
5 changed files with 44 additions and 0 deletions

View File

@ -700,6 +700,7 @@
SUBDIR += kdesvn-kde4
SUBDIR += kdevelop
SUBDIR += kdevelop-kde4
SUBDIR += kdevelop-pg-qt
SUBDIR += kdevelop-php
SUBDIR += kdevelop-php-docs
SUBDIR += kdevplatform

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: kdevelop-pg-qt
# Date created: Thu Nov 4 13:35:29 UTC 2010
# Whom: Douglas Carmichael <dcarmich@dcarmichael.net>
#
# $FreeBSD$
PORTNAME= kdevelop
PORTVERSION= 0.9.0
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/src
PKGNAMESUFFIX= -pg-qt
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Parser-generator from KDevplatform
USE_BZIP2= yes
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build moc_build uic_build rcc_build
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (KDE/kdevelop-pg-qt-0.9.0.tar.bz2) = e1a07b3663873ab0dd831e9d9445476fab72cf2b2d50e935e517855bc7579ac7
SIZE (KDE/kdevelop-pg-qt-0.9.0.tar.bz2) = 174052

View File

@ -0,0 +1,7 @@
KDevelop-PG-Qt is a parser generator written in readable source-code
and generating readable source-code. Its syntax was inspirated by
AntLR. It implements the visitor-pattern and uses the Qt library. That
is why it is ideal to be used in Qt-/KDE-based applications like
KDevelop.
WWW: http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction

View File

@ -0,0 +1,8 @@
bin/kdev-pg-qt
include/kdevelop-pg-qt/kdev-pg-allocator.h
include/kdevelop-pg-qt/kdev-pg-list.h
include/kdevelop-pg-qt/kdev-pg-location-table.h
include/kdevelop-pg-qt/kdev-pg-memory-pool.h
include/kdevelop-pg-qt/kdev-pg-token-stream.h
share/apps/cmake/modules/FindKDevelop-PG-Qt.cmake
@dirrm include/kdevelop-pg-qt