aboutsummaryrefslogtreecommitdiff
path: root/x11/konsole
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-17 00:03:42 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-17 00:03:42 +0000
commita2d3b5a4bc5047210b788a128596ec34749ffa11 (patch)
treec3c20b47c3435ddcaf02b8570db6aab5b70011af /x11/konsole
parentda6ade2349d0bdc372133d4d97bc6988aee94238 (diff)
downloadports-a2d3b5a4bc5047210b788a128596ec34749ffa11.tar.gz
ports-a2d3b5a4bc5047210b788a128596ec34749ffa11.zip
The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
Notes
Notes: svn path=/head/; revision=283641
Diffstat (limited to 'x11/konsole')
-rw-r--r--x11/konsole/Makefile27
-rw-r--r--x11/konsole/distinfo2
-rw-r--r--x11/konsole/pkg-descr9
-rw-r--r--x11/konsole/pkg-plist30
4 files changed, 68 insertions, 0 deletions
diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile
new file mode 100644
index 000000000000..8f165172f396
--- /dev/null
+++ b/x11/konsole/Makefile
@@ -0,0 +1,27 @@
+# New ports collection Makefile for: konsole
+# Date created: 30 July 2011
+# Whom: Alberto Villa <avilla@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= konsole
+PORTVERSION= ${KDE4_VERSION}
+CATEGORIES= x11 kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KDE terminal emulator
+
+CONFLICTS= kdebase-4.[0-6].*
+
+USE_BZIP2= yes
+USE_KDE4= kdelibs kdeprefix kdehier automoc4
+KDE4_BUILDENV= yes
+USE_QT_VER= 4
+QT_COMPONENTS= xml moc_build qmake_build rcc_build uic_build
+USE_XORG= x11 xrender
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo
new file mode 100644
index 000000000000..b0bdfe67dd76
--- /dev/null
+++ b/x11/konsole/distinfo
@@ -0,0 +1,2 @@
+SHA256 (KDE/konsole-4.7.2.tar.bz2) = 4a5c7f8ad9258f61809a7ef587029021315f36c8877e09b1c740e1cc1ce76d38
+SIZE (KDE/konsole-4.7.2.tar.bz2) = 462175
diff --git a/x11/konsole/pkg-descr b/x11/konsole/pkg-descr
new file mode 100644
index 000000000000..8d2e79d96b24
--- /dev/null
+++ b/x11/konsole/pkg-descr
@@ -0,0 +1,9 @@
+Konsole is a terminal program for KDE.
+
+As well as being a standalone program, it is also used by other KDE
+programs such as the Kate editor and KDevelop development environment
+to provide easy access to a terminal window. Konsole's features and
+usage are explained and illustrated in the Konsole handbook, which can
+be accessed by browsing to "help:/konsole" in Konqueror.
+
+WWW: http://konsole.kde.org
diff --git a/x11/konsole/pkg-plist b/x11/konsole/pkg-plist
new file mode 100644
index 000000000000..d33b8242b75e
--- /dev/null
+++ b/x11/konsole/pkg-plist
@@ -0,0 +1,30 @@
+bin/konsole
+bin/konsoleprofile
+lib/kde4/libkonsolepart.so
+lib/libkdeinit4_konsole.so
+lib/libkonsoleprivate.so
+share/applications/kde4/konsole.desktop
+share/apps/konsole/BlackOnLightYellow.schema
+share/apps/konsole/BlackOnRandomLight.colorscheme
+share/apps/konsole/BlackOnWhite.schema
+share/apps/konsole/DarkPastels.colorscheme
+share/apps/konsole/GreenOnBlack.colorscheme
+share/apps/konsole/Linux.colorscheme
+share/apps/konsole/README.KeyTab
+share/apps/konsole/Shell.profile
+share/apps/konsole/WhiteOnBlack.schema
+share/apps/konsole/default.keytab
+share/apps/konsole/konsole.notifyrc
+share/apps/konsole/konsoleui.rc
+share/apps/konsole/linux.keytab
+share/apps/konsole/partui.rc
+share/apps/konsole/sessionui.rc
+share/apps/konsole/solaris.keytab
+share/doc/HTML/en/konsole/common
+share/doc/HTML/en/konsole/index.cache.bz2
+share/doc/HTML/en/konsole/index.docbook
+share/kde4/services/ServiceMenus/konsolehere.desktop
+share/kde4/services/konsolepart.desktop
+share/kde4/servicetypes/terminalemulator.desktop
+@dirrm share/doc/HTML/en/konsole
+@dirrm share/apps/konsole \ No newline at end of file