From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 15:40:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D199B16A4CE for ; Sun, 17 Oct 2004 15:40:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB4A543D53 for ; Sun, 17 Oct 2004 15:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HFeFD6098460 for ; Sun, 17 Oct 2004 15:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HFeFQQ098454; Sun, 17 Oct 2004 15:40:15 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 15:40:15 GMT Resent-Message-Id: <200410171540.i9HFeFQQ098454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F31316A4CE for ; Sun, 17 Oct 2004 15:40:08 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0B843D55 for ; Sun, 17 Oct 2004 15:40:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HFe79M066580 for ; Sun, 17 Oct 2004 15:40:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HFe72n066579; Sun, 17 Oct 2004 15:40:07 GMT (envelope-from nobody) Message-Id: <200410171540.i9HFe72n066579@www.freebsd.org> Date: Sun, 17 Oct 2004 15:40:07 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72786: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 15:40:15 -0000 >Number: 72786 >Category: ports >Synopsis: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 15:40:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts. Such maps can help you to improve your creativity and effectivity. You can use them for time management, to organize tasks, to get an overview over complex contexts, to sort your ideas etc. Some people even think it is fun to work with such maps... WWW: http://www.insilmaril.de/vym/index.html Author: Uwe Drechsel >How-To-Repeat: >Fix: # 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: # # vym # vym/Makefile # vym/files # vym/files/patch-floatimageobj.cpp # vym/files/patch-linkablemapobj.cpp # vym/files/patch-misc.cpp # vym/distinfo # vym/pkg-descr # vym/pkg-plist # echo c - vym mkdir -p vym > /dev/null 2>&1 echo x - vym/Makefile sed 's/^X//' >vym/Makefile << 'END-of-vym/Makefile' X# New ports collection makefile for: vym X# Date created: 17 Oct 2004 X# Whom: Gerrit Beine X# X# $FreeBSD:$ X# X XPORTNAME= vym XPORTVERSION= 1.5.0 XCATEGORIES= deskutils XMASTER_SITES= http://www.insilmaril.de/vym/download/ XMASTER_SITE_SUBDIR= ${PORTVERSION} X XMAINTAINER= tux@pinguru.net XCOMMENT= VYM (View Your Mind) is a tool to generate and manipulate maps X XBUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake X XUSE_QT_VER= 3 XMAKE_ENV= QTDIR="${QT_PREFIX}" X X.include X X# Add this condititonal while people might still have old versions X# of qmake, living in X11BASE, installed. This should go away eventually. X X.if exists(${X11BASE}/share/qt/mkspecs/freebsd-g++) XQMAKESPEC= ${X11BASE}/share/qt/mkspecs/freebsd-g++ X.else XQMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ X.endif X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ X -spec ${QMAKESPEC} vym.pro X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X @${MKDIR} ${DATADIR} X @${CP} -R ${WRKSRC}/scripts ${DATADIR} X @${CP} -R ${WRKSRC}/styles ${DATADIR} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${EXAMPLESDIR} X @${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} X @${CP} -R ${WRKSRC}/demos/* ${EXAMPLESDIR} X.endif X X.include END-of-vym/Makefile echo c - vym/files mkdir -p vym/files > /dev/null 2>&1 echo x - vym/files/patch-floatimageobj.cpp sed 's/^X//' >vym/files/patch-floatimageobj.cpp << 'END-of-vym/files/patch-floatimageobj.cpp' X--- floatimageobj.cpp.orig Sun Sep 26 22:45:56 2004 X+++ floatimageobj.cpp Sun Oct 17 17:12:27 2004 X@@ -2,6 +2,12 @@ X #include "branchobj.h" X #include X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ///////////////////////////////////////////////////////////////// X // FloatImageObj END-of-vym/files/patch-floatimageobj.cpp echo x - vym/files/patch-linkablemapobj.cpp sed 's/^X//' >vym/files/patch-linkablemapobj.cpp << 'END-of-vym/files/patch-linkablemapobj.cpp' X--- linkablemapobj.cpp.orig Fri Sep 24 16:50:15 2004 X+++ linkablemapobj.cpp Sun Oct 17 17:11:44 2004 X@@ -6,6 +6,12 @@ X X #include "version.h" X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ///////////////////////////////////////////////////////////////// X // LinkableMapObj END-of-vym/files/patch-linkablemapobj.cpp echo x - vym/files/patch-misc.cpp sed 's/^X//' >vym/files/patch-misc.cpp << 'END-of-vym/files/patch-misc.cpp' X--- misc.cpp.orig Sun Sep 26 22:45:57 2004 X+++ misc.cpp Sun Oct 17 17:11:40 2004 X@@ -5,6 +5,12 @@ X X #include "misc.h" X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ostream &operator<< (ostream &stream, QPoint const &p) X { END-of-vym/files/patch-misc.cpp echo x - vym/distinfo sed 's/^X//' >vym/distinfo << 'END-of-vym/distinfo' XMD5 (vym-1.5.0.tar.gz) = 3343b35d1b072e5359c76b9625a21cbb XSIZE (vym-1.5.0.tar.gz) = 326937 END-of-vym/distinfo echo x - vym/pkg-descr sed 's/^X//' >vym/pkg-descr << 'END-of-vym/pkg-descr' XVYM (View Your Mind) is a tool to generate and manipulate maps which Xshow your thoughts. Such maps can help you to improve your creativity Xand effectivity. You can use them for time management, to organize Xtasks, to get an overview over complex contexts, to sort your ideas Xetc. Some people even think it is fun to work with such maps... X XWWW: http://www.insilmaril.de/vym/index.html XAuthor: Uwe Drechsel END-of-vym/pkg-descr echo x - vym/pkg-plist sed 's/^X//' >vym/pkg-plist << 'END-of-vym/pkg-plist' Xbin/vym X%%DATADIR%%/scripts/exportvym X%%DATADIR%%/scripts/vym2html.sh X%%DATADIR%%/scripts/vym2txt.sh X%%DATADIR%%/styles/wiki/answer.gif X%%DATADIR%%/styles/wiki/point.gif X%%DATADIR%%/styles/wiki/question.gif X%%DATADIR%%/styles/cm.xsl X%%DATADIR%%/styles/tm.xsl X%%DATADIR%%/styles/vym.css X%%DATADIR%%/styles/vym2html.xsl X%%DATADIR%%/styles/vym2txt.xsl X%%DATADIR%%/styles/vym2xhtml.xsl X%%PORTDOCS%%%%DOCSDIR%%/tex/branches-flags.png X%%PORTDOCS%%%%DOCSDIR%%/tex/branches.png X%%PORTDOCS%%%%DOCSDIR%%/tex/color-buttons.png X%%PORTDOCS%%%%DOCSDIR%%/tex/default-flags.png X%%PORTDOCS%%%%DOCSDIR%%/tex/example1.png X%%PORTDOCS%%%%DOCSDIR%%/tex/find-window.png X%%PORTDOCS%%%%DOCSDIR%%/tex/flag-url.png X%%PORTDOCS%%%%DOCSDIR%%/tex/flag-vymlink.png X%%PORTDOCS%%%%DOCSDIR%%/tex/formatfixedfont.png X%%PORTDOCS%%%%DOCSDIR%%/tex/move-buttons.png X%%PORTDOCS%%%%DOCSDIR%%/tex/vym.tex X%%PORTDOCS%%%%DOCSDIR%%/tex/windows.png X%%PORTDOCS%%%%DOCSDIR%%/tex/zoom-buttons.png X%%PORTDOCS%%%%EXAMPLESDIR%%/liveform.vym X%%PORTDOCS%%%%EXAMPLESDIR%%/time-management.vym X%%PORTDOCS%%%%EXAMPLESDIR%%/todo.vym X%%PORTDOCS%%@dirrm %%DOCSDIR%%/tex X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X@dirrm %%DATADIR%%/scripts X@dirrm %%DATADIR%%/styles/wiki X@dirrm %%DATADIR%%/styles X@dirrm %%DATADIR%% END-of-vym/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: