diff options
| -rw-r--r-- | sysutils/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/kgrubeditor/Makefile | 26 | ||||
| -rw-r--r-- | sysutils/kgrubeditor/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/kgrubeditor/pkg-descr | 6 | ||||
| -rw-r--r-- | sysutils/kgrubeditor/pkg-plist | 29 |
5 files changed, 65 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b266962e348c..ad9af4be6645 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -364,6 +364,7 @@ SUBDIR += kdeadmin4 SUBDIR += kdirstat SUBDIR += keep + SUBDIR += kgrubeditor SUBDIR += kgtk SUBDIR += kiconvtool SUBDIR += kkbswitch diff --git a/sysutils/kgrubeditor/Makefile b/sysutils/kgrubeditor/Makefile new file mode 100644 index 000000000000..fc18216616d8 --- /dev/null +++ b/sysutils/kgrubeditor/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: kgrubeditor +# Date created: 2009-02-07 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= kgrubeditor +PORTVERSION= 0.8.5 +CATEGORIES= sysutils kde +MASTER_SITES= SF +DISTNAME= KGRUBEditor-${PORTVERSION}-src + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= GRUB configuration utility for KDE + +RUN_DEPENDS= grub:${PORTSDIR}/sysutils/grub + +USE_BZIP2= yes +USE_CMAKE= yes +USE_KDE4= automoc4 kdeprefix kdelibs +USE_QT_VER= 4 +QT_COMPONENTS= gui qmake_build moc_build rcc_build uic_build +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/sysutils/kgrubeditor/distinfo b/sysutils/kgrubeditor/distinfo new file mode 100644 index 000000000000..7972d342d477 --- /dev/null +++ b/sysutils/kgrubeditor/distinfo @@ -0,0 +1,3 @@ +MD5 (KGRUBEditor-0.8.5-src.tar.bz2) = c6d1fb21989f403276103887f344fdf3 +SHA256 (KGRUBEditor-0.8.5-src.tar.bz2) = 8d9fca9447985c19c9787a5ec4aa009492848bbbf58c5c0ee28dcd54535bea66 +SIZE (KGRUBEditor-0.8.5-src.tar.bz2) = 142497 diff --git a/sysutils/kgrubeditor/pkg-descr b/sysutils/kgrubeditor/pkg-descr new file mode 100644 index 000000000000..4dbecb7b84b3 --- /dev/null +++ b/sysutils/kgrubeditor/pkg-descr @@ -0,0 +1,6 @@ +KGRUBEditor is a KDE utility, that edits GRUB's configuration +files through an inituitive user interface. It combines both +ease of use with flexibility and is the perfect solution for +those who want to configure GRUB, without messing with its files. + +WWW: http://sourceforge.net/projects/kgrubeditor diff --git a/sysutils/kgrubeditor/pkg-plist b/sysutils/kgrubeditor/pkg-plist new file mode 100644 index 000000000000..68848e759107 --- /dev/null +++ b/sysutils/kgrubeditor/pkg-plist @@ -0,0 +1,29 @@ +lib/kde4/kgrubeditor.so +share/applications/kde4/kgrubeditor_app.desktop +share/apps/kgrubeditor/icons/arch.png +share/apps/kgrubeditor/icons/debian.png +share/apps/kgrubeditor/icons/fedora.png +share/apps/kgrubeditor/icons/gentoo.png +share/apps/kgrubeditor/icons/kubuntu.png +share/apps/kgrubeditor/icons/mandriva.png +share/apps/kgrubeditor/icons/mepis.png +share/apps/kgrubeditor/icons/mint.png +share/apps/kgrubeditor/icons/pclinuxos.png +share/apps/kgrubeditor/icons/sabayon.png +share/apps/kgrubeditor/icons/slackware.png +share/apps/kgrubeditor/icons/suse.png +share/apps/kgrubeditor/icons/ubuntu.png +share/apps/kgrubeditor/icons/windows.png +share/apps/kgrubeditor/icons/xubuntu.png +share/config.kcfg/kgrubeditor.kcfg +share/config/kgrubeditor_splash.knsrc +share/icons/hicolor/128x128/apps/kgrubeditor.png +share/icons/hicolor/16x16/apps/kgrubeditor.png +share/icons/hicolor/22x22/apps/kgrubeditor.png +share/icons/hicolor/32x32/apps/kgrubeditor.png +share/icons/hicolor/48x48/apps/kgrubeditor.png +share/icons/hicolor/64x64/apps/kgrubeditor.png +share/icons/hicolor/scalable/apps/kgrubeditor.svgz +share/kde4/services/kgrubeditor.desktop +@dirrm share/apps/kgrubeditor/icons +@dirrm share/apps/kgrubeditor |
