[Midnightbsd-cvs] mports: x11/qimageblitz: Added qimageblitz-0.0.4
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Thu Dec 11 12:54:21 EST 2008
Log Message:
-----------
Added qimageblitz-0.0.4
Added Files:
-----------
mports/x11/qimageblitz:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ x11/qimageblitz/pkg-descr
@@ -0,0 +1,6 @@
+Blitz is an interm image effect library that people can use until KDE4.1 is
+released. KImageEffect, the old image effect class is being dropped for KDE4.0
+and the replacement, Quasar, won't be ready until KDE4.1. Blitz gives people
+something to use in the meantime.
+
+WWW: http://sourceforge.net/projects/qimageblitz
--- /dev/null
+++ x11/qimageblitz/pkg-plist
@@ -0,0 +1,9 @@
+bin/blitztest
+include/qimageblitz/blitzcpu.h
+include/qimageblitz/qimageblitz.h
+include/qimageblitz/qimageblitz_export.h
+lib/libqimageblitz.so
+lib/libqimageblitz.so.4
+lib/libqimageblitz.so.4.0.0
+libdata/pkgconfig/qimageblitz.pc
+ at dirrm include/qimageblitz
--- /dev/null
+++ x11/qimageblitz/Makefile
@@ -0,0 +1,29 @@
+#
+# $MidnightBSD: mports/x11/qimageblitz/Makefile,v 1.1 2008/12/11 17:54:20 ctriv Exp $
+#
+
+PORTNAME= qimageblitz
+PORTVERSION= 0.0.4
+CATEGORIES= x11
+MASTER_SITES= SF
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= KDE 4 integrated X11 desktop
+LICENSE= bsd2
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USE_QT_VER= 4
+QT_COMPONENTS= qmake moc uic gui rcc
+USE_CMAKE= yes
+CMAKE_DEBUG= yes
+CMAKE_VERBOSE= yes
+
+post-patch:
+ ${MKDIR} ${WRKSRC}
+ ${REINPLACE_CMD} -e \
+ 's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
+ ${WRKSRC}/blitz/CMakeLists.txt
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/qimageblitz/distinfo
@@ -0,0 +1,3 @@
+MD5 (qimageblitz-0.0.4.tar.bz2) = cb87c7f1c0455e8984ee4830f1e749cf
+SHA256 (qimageblitz-0.0.4.tar.bz2) = e902298edbfedea123e59f27d03d23ca273716d555eb2af4eff3e513f170ca5e
+SIZE (qimageblitz-0.0.4.tar.bz2) = 55720
More information about the Midnightbsd-cvs
mailing list