diff options
author | rene <rene@FreeBSD.org> | 2013-07-17 15:14:34 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-17 15:14:34 +0800 |
commit | c3c6a4a4caca1bbcc1eae66cf101a8e0c44abf90 (patch) | |
tree | 8cbcad79bd9ccdd364b44589445a4dd28baf67e1 | |
parent | 9878d58934d2f01e9696a33605496d1ad34268cd (diff) | |
download | freebsd-ports-gnome-c3c6a4a4caca1bbcc1eae66cf101a8e0c44abf90.tar.gz freebsd-ports-gnome-c3c6a4a4caca1bbcc1eae66cf101a8e0c44abf90.tar.zst freebsd-ports-gnome-c3c6a4a4caca1bbcc1eae66cf101a8e0c44abf90.zip |
Remove expired port:
2013-07-17 devel/kdevelop-custom-buildsystem: part of devel/kdevelop-kde4 now
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/kdevelop-custom-buildsystem/Makefile | 29 | ||||
-rw-r--r-- | devel/kdevelop-custom-buildsystem/distinfo | 2 | ||||
-rw-r--r-- | devel/kdevelop-custom-buildsystem/pkg-descr | 17 |
5 files changed, 1 insertions, 49 deletions
@@ -4435,3 +4435,4 @@ benchmarks/polygraph31||2013-07-13|Has expired: Broken since March 2010 net/avahi-qt3||2013-07-13|Depends on the expired Qt3 port www/xpi-gwt-dev-plugin||2013-07-15|Has expired: Requires an ancient version of Firefox to build security/pyobfsproxy|security/obfsproxy|2013-07-15|Rename +devel/kdevelop-custom-buildsystem||2013-07-17|Has expired: part of devel/kdevelop-kde4 now diff --git a/devel/Makefile b/devel/Makefile index 720388ee076f..7d61a952e847 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -905,7 +905,6 @@ SUBDIR += kdesdk4 SUBDIR += kdesvn-kde4 SUBDIR += kdevelop - SUBDIR += kdevelop-custom-buildsystem SUBDIR += kdevelop-kde4 SUBDIR += kdevelop-pg-qt SUBDIR += kdevelop-php diff --git a/devel/kdevelop-custom-buildsystem/Makefile b/devel/kdevelop-custom-buildsystem/Makefile deleted file mode 100644 index 2acbfab8c52f..000000000000 --- a/devel/kdevelop-custom-buildsystem/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kdevelop-custom-buildsystem -PORTVERSION= 1.2.2 -CATEGORIES= devel kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/${PORTNAME:S,-,/,}/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDevelop custom build system plugin - -DEPRECATED= part of devel/kdevelop-kde4 now -EXPIRATION_DATE= 2013-07-17 - -LIB_DEPENDS= kdevplatforminterfaces:${PORTSDIR}/devel/kdevplatform - -USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build -USE_BZIP2= yes -USES= cmake -MAKE_JOBS_SAFE= yes - -PLIST_FILES= lib/kde4/kcm_kdevcustombuildsystem.so \ - lib/kde4/kdevcustombuildsystem.so \ - share/kde4/services/kcm_kdevcustombuildsystem.desktop \ - share/kde4/services/kdevcustombuildsystem.desktop - -.include <bsd.port.mk> diff --git a/devel/kdevelop-custom-buildsystem/distinfo b/devel/kdevelop-custom-buildsystem/distinfo deleted file mode 100644 index d501b52da6e8..000000000000 --- a/devel/kdevelop-custom-buildsystem/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kdevelop-custom-buildsystem-1.2.2.tar.bz2) = 95dcc6b01713116c14e65c8ba72161563dd4b59dd8877f36549a5da061234ae1 -SIZE (KDE/kdevelop-custom-buildsystem-1.2.2.tar.bz2) = 33569 diff --git a/devel/kdevelop-custom-buildsystem/pkg-descr b/devel/kdevelop-custom-buildsystem/pkg-descr deleted file mode 100644 index 4b4e10fff626..000000000000 --- a/devel/kdevelop-custom-buildsystem/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This plugin allows to handle arbitrary custom build systems with -KDevelop. - -It supports setting up commands and arguments to build, configure, -clean, 'dist-clean' and install the project, so that KDevelop's -actions work as expected. - -Additionally, it allows to setup include directories (or -import-directories) and defines for the project on a per-directory -basis. This allows the C++ support and other language plugins to -find file-references without manually adding them via the -include-assistant. - -This should help all those that have a special build setup to still -be able to embrace the features that KDevelop has to offer. - -WWW: http://www.kdevelop.org |