# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cute/ # cute/.Makefile.swp # cute/Makefile # cute/distinfo # cute/files # cute/files/patch-cute.pro # cute/files/patch-readtags.c # cute/files/patch-cute.cpp # cute/files/patch-cute.h # cute/files/patch-main.cpp # cute/files/patch-qcompletionbox.h # cute/files/patch-py_config.h # cute/pkg-descr # cute/pkg-plist # echo c - cute/ mkdir -p cute/ > /dev/null 2>&1 echo x - cute/.Makefile.swp sed 's/^X//' >cute/.Makefile.swp << 'END-of-cute/.Makefile.swp' Xb0VIM 6.2Mü,?¶OXˆtilmansauna.arved.de~tilman/ports/cute/Makefile3210#"! UtpÿadZ æ Ö¸¦¤˜—ˆua8¾½}U$#¿ ¾ ° r 9 þ ý æ .include -${LN} -s ${WRKSRC} ${WRKSRC/obj -${RMDIR} ${WRKSRC}/obj -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ cute.pro cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${X11BASE}/bin/qmake \do-configure:MAKE_ENV= QTDIR="${QT_PREFIX}" PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}USE_PYTHON= yesUSE_QT_VER= 3 scintilla.1:${PORTSDIR}/x11-toolkits/scintilla qextmdi.2:${PORTSDIR}/devel/qextmdi \LIB_DEPENDS= qscintilla.2:${PORTSDIR}/x11-toolkits/qscintilla \COMMENT= CUTE is a Qt and Scintilla based programmers text editorMAINTAINER= arved@FreeBSD.orgMASTER_SITE_SUBDIR= cuteMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}CATEGORIES= editorsPORTVERSION= 0.1.7PORTNAME= cute# $FreeBSD$## Whom: arved# Date created: 2003-08-03# New ports collection makefile for: cute END-of-cute/.Makefile.swp echo x - cute/Makefile sed 's/^X//' >cute/Makefile << 'END-of-cute/Makefile' X# New ports collection makefile for: cute X# Date created: 2003-08-03 X# Whom: arved X# X# $FreeBSD$ X XPORTNAME= cute XPORTVERSION= 0.1.7 XCATEGORIES= editors XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= cute X XMAINTAINER= arved@FreeBSD.org XCOMMENT= CUTE is a Qt and Scintilla based programmers text editor X XLIB_DEPENDS= qscintilla.2:${PORTSDIR}/x11-toolkits/qscintilla \ X qextmdi.2:${PORTSDIR}/devel/qextmdi \ X scintilla.1:${PORTSDIR}/x11-toolkits/scintilla X XUSE_QT_VER= 3 XUSE_PYTHON= yes XMAKE_ENV= QTDIR="${QT_PREFIX}" PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ X PYTHON_VERSION="${PYTHON_VERSION}" PYTHON_LIBDIR="${PYTHON_LIBDIR}" X Xdo-configure: X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${X11BASE}/bin/qmake \ X -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ cute.pro X -${RMDIR} ${WRKSRC}/obj X -${LN} -s ${WRKSRC} ${WRKSRC/obj X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/cute ${PREFIX}/bin X X.include END-of-cute/Makefile echo x - cute/distinfo sed 's/^X//' >cute/distinfo << 'END-of-cute/distinfo' XMD5 (cute-0.1.7.tar.gz) = cb1d667a008211f61306a735be1e9ddd END-of-cute/distinfo echo c - cute/files mkdir -p cute/files > /dev/null 2>&1 echo x - cute/files/patch-cute.pro sed 's/^X//' >cute/files/patch-cute.pro << 'END-of-cute/files/patch-cute.pro' X--- cute.pro.orig Wed Jul 30 01:50:01 2003 X+++ cute.pro Sun Aug 3 15:34:42 2003 X@@ -1,9 +1,9 @@ X TEMPLATE = app X-CONFIG = qt release thread X-unix:INCLUDEPATH= /home/heiko/qscintilla/qt/ /home/heiko/qscintilla/include /home/heiko/qextmdi/include/ \ X- /usr/include/python/ X-unix:LIBS = -L/usr/lib/python/config -lqextmdi -lqscintilla \ X- -lpython2.2 -lutil X+CONFIG = qt release thread X+INCLUDEPATH = ${LOCALBASE}/include/qextmdi ${PYTHON_INCLUDEDIR} \ X+ ${X11BASE}/include/scintilla X+unix:LIBS = -L${PYTHON_LIBDIR} -lqextmdi -lqscintilla \ X+ -l${PYTHON_VERSION} -lutil X X HEADERS = cute.h \ X cuteview.h \ X@@ -65,7 +65,6 @@ X ui/windowdialog.ui ui/savedialog.ui ui/outputviewbase.ui ui/findinfilesdialog.ui \ X ui/settings.ui ui/shortcutsdialog.ui ui/shortcutdialog.ui X X-OBJECTS_DIR = obj X X MOC_DIR = moc X END-of-cute/files/patch-cute.pro echo x - cute/files/patch-readtags.c sed 's/^X//' >cute/files/patch-readtags.c << 'END-of-cute/files/patch-readtags.c' X--- readtags.c.orig Sun Aug 3 15:18:12 2003 X+++ readtags.c Sun Aug 3 15:18:19 2003 X@@ -17,9 +17,7 @@ X #include X #include X #include X-#ifdef HAVE_SYS_TYPES_H X # include /* declare off_t */ X-#endif X #include X #include "readtags.h" X END-of-cute/files/patch-readtags.c echo x - cute/files/patch-cute.cpp sed 's/^X//' >cute/files/patch-cute.cpp << 'END-of-cute/files/patch-cute.cpp' X--- cute.cpp.orig Sun Aug 3 18:14:01 2003 X+++ cute.cpp Sun Aug 3 18:15:36 2003 X@@ -17,6 +17,7 @@ X X #include X X+#include X #include X #include X #include X@@ -32,7 +33,6 @@ X #include X #include X X-#include X X #include "cute.h" X #include "config.h" END-of-cute/files/patch-cute.cpp echo x - cute/files/patch-cute.h sed 's/^X//' >cute/files/patch-cute.h << 'END-of-cute/files/patch-cute.h' X--- cute.h.orig Sun Aug 3 18:17:34 2003 X+++ cute.h Sun Aug 3 18:34:23 2003 X@@ -50,7 +50,9 @@ X #include "readtags.h" X #include "icons/pixmaps.h" X #include "cuteview.h" X+#undef slots X #include "python_api.h" X+#define slots X #include "shortcuts.h" X X class OutputView; END-of-cute/files/patch-cute.h echo x - cute/files/patch-main.cpp sed 's/^X//' >cute/files/patch-main.cpp << 'END-of-cute/files/patch-main.cpp' X--- main.cpp.orig Sun Aug 3 19:10:30 2003 X+++ main.cpp Sun Aug 3 19:10:54 2003 X@@ -15,6 +15,7 @@ X * * X ***************************************************************************/ X X+#include X #include X #include X #include X@@ -22,7 +23,6 @@ X #include X #include X X-#include X X #include "config.h" X #include "cute.h" END-of-cute/files/patch-main.cpp echo x - cute/files/patch-qcompletionbox.h sed 's/^X//' >cute/files/patch-qcompletionbox.h << 'END-of-cute/files/patch-qcompletionbox.h' X--- qcompletionbox.h.orig Sun Aug 3 18:44:12 2003 X+++ qcompletionbox.h Sun Aug 3 18:44:35 2003 X@@ -20,7 +20,9 @@ X X #include X #include X+#undef slots X #include X+#define slots X X class CmdInterpreter; X END-of-cute/files/patch-qcompletionbox.h echo x - cute/files/patch-py_config.h sed 's/^X//' >cute/files/patch-py_config.h << 'END-of-cute/files/patch-py_config.h' X--- py_config.h.orig Sun Aug 3 18:51:43 2003 X+++ py_config.h Sun Aug 3 18:52:01 2003 X@@ -17,7 +17,7 @@ X X #ifndef __PY_CONFIG_H__ X #define __PY_CONFIG_H__ X- X+#undef slots X #include X #include X #include X@@ -66,5 +66,5 @@ X X extern "C" void initconfig(); X } X- X+#define slots X #endif END-of-cute/files/patch-py_config.h echo x - cute/pkg-descr sed 's/^X//' >cute/pkg-descr << 'END-of-cute/pkg-descr' XCUTE is a Qt and Scintilla based text editor which can be easily extended using Xpython. It's main purpose is to be an user-friendly source code editor with a Xcommon graphical user interface. The editor is in beta stage, but can already Xbe used for common editing tasks. X XWWW: http://cute.sourceforge.net/ END-of-cute/pkg-descr echo x - cute/pkg-plist sed 's/^X//' >cute/pkg-plist << 'END-of-cute/pkg-plist' Xbin/cute END-of-cute/pkg-plist exit