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:
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
|
@ -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
|
||||
|
|
26
devel/kdevelop-pg-qt/Makefile
Normal file
26
devel/kdevelop-pg-qt/Makefile
Normal 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>
|
2
devel/kdevelop-pg-qt/distinfo
Normal file
2
devel/kdevelop-pg-qt/distinfo
Normal 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
|
7
devel/kdevelop-pg-qt/pkg-descr
Normal file
7
devel/kdevelop-pg-qt/pkg-descr
Normal 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
|
8
devel/kdevelop-pg-qt/pkg-plist
Normal file
8
devel/kdevelop-pg-qt/pkg-plist
Normal 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
|
Loading…
Reference in a new issue