Initial import of ktail-0.5.1
Ktail is a KDE application that monitors multiple files and/or command output in one window.
This commit is contained in:
parent
2b012b9379
commit
73007c827e
32
misc/ktail/Makefile
Normal file
32
misc/ktail/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/17 13:35:06 kevlo Exp $
|
||||
|
||||
COMMENT= "file monitor"
|
||||
|
||||
DISTNAME= ktail-0.5.1
|
||||
CATEGORIES= misc
|
||||
NEED_VERSION= 1.397
|
||||
|
||||
HOMEPAGE= http://www.franken.de/users/duffy1/rjakob/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
BUILD_DEPENDS= uic::x11/qt2-designer
|
||||
LIB_DEPENDS= kdecore.3.::x11/kde/libs2
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${LOCALBASE}/lib/qt2'
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
|
||||
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= MOC=${LOCALBASE}/bin/moc2 KDEDIR=/usr/local
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/ktail/files/md5
Normal file
3
misc/ktail/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ktail-0.5.1.tar.gz) = 7360a952b5e826a5d712472aedcc15db
|
||||
RMD160 (ktail-0.5.1.tar.gz) = d1c3b6cb386bd7a8384542346a34419a65cc4480
|
||||
SHA1 (ktail-0.5.1.tar.gz) = b0ea1b30280870ceb14ab648b68d61085b522810
|
5
misc/ktail/pkg/DESCR
Normal file
5
misc/ktail/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Ktail is a KDE application that monitors multiple files and/or
|
||||
command output in one window. Files and commands may be added and
|
||||
removed via drag'n'drop or menu options.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
8
misc/ktail/pkg/PLIST
Normal file
8
misc/ktail/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/17 13:35:06 kevlo Exp $
|
||||
bin/ktail
|
||||
share/applnk/Applications/ktail.desktop
|
||||
share/doc/HTML/en/ktail/index.html
|
||||
share/icons/locolor/16x16/apps/ktail.png
|
||||
share/icons/locolor/32x32/apps/ktail.png
|
||||
share/locale/de/LC_MESSAGES/ktail.mo
|
||||
@dirrm share/doc/HTML/en/ktail
|
Loading…
Reference in New Issue
Block a user