Date: Thu, 14 Mar 2013 18:49:16 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314176 - in head/comms: . ebook2cwgui Message-ID: <201303141849.r2EInGcW076055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Thu Mar 14 18:49:15 2013 New Revision: 314176 URL: http://svnweb.freebsd.org/changeset/ports/314176 Log: - ebook2cwgui A graphical user interface (GUI) for ebook2cw is available as a separate program (screenshots: WinXP, Linux). It is designed to work on Windows (95 through 7), Linux and Mac OS X (not tested). It's a single executable file that you can download here (Windows version - see the download directory for the source code to compile it for other platforms). The GUI uses the same configuration file as ebook2cw, called ebook2cw.conf. PR: ports/175542 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Added: head/comms/ebook2cwgui/ head/comms/ebook2cwgui/Makefile (contents, props changed) head/comms/ebook2cwgui/distinfo (contents, props changed) head/comms/ebook2cwgui/pkg-descr (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Thu Mar 14 18:10:47 2013 (r314175) +++ head/comms/Makefile Thu Mar 14 18:49:15 2013 (r314176) @@ -29,6 +29,7 @@ SUBDIR += dfu-programmer SUBDIR += dfu-util SUBDIR += ebook2cw + SUBDIR += ebook2cwgui SUBDIR += echolinux SUBDIR += efax SUBDIR += efax-gtk Added: head/comms/ebook2cwgui/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ebook2cwgui/Makefile Thu Mar 14 18:49:15 2013 (r314176) @@ -0,0 +1,41 @@ +# $FreeBSD$ +# + +PORTNAME= ebook2cwgui +PORTVERSION= 0.1.2 +CATEGORIES= comms hamradio +MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \ + http://distfiles.bsdjunk.com/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= db + +MAINTAINER= db@FreeBSD.org +COMMENT= WxWidgets front end for ebooks2cw + +RUN_DEPENDS= ebook2cw:${PORTSDIR}/comms/ebook2cw + +MAN1= ebook2cwgui.1 + +USE_WX= yes + +PLIST_FILES= bin/ebook2cwgui +PORTDOCS= * + +post-patch: + @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG:S,${PREFIX}/bin/,,}|g' \ + ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ + -e 's|g++|${CXX}|g' \ + ${WRKSRC}/Makefile + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/ebook2cwgui ${PREFIX}/bin/ebook2cwgui + @${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${MANPREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in README COPYING ChangeLog + @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}/$f +.endfor +.endif + +.include <bsd.port.mk> Added: head/comms/ebook2cwgui/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ebook2cwgui/distinfo Thu Mar 14 18:49:15 2013 (r314176) @@ -0,0 +1,2 @@ +SHA256 (ebook2cwgui-0.1.2.tar.gz) = 211c5593f65743d33c5fb3ce98b118592a7b15c8b807fde34a10660d6ff0812c +SIZE (ebook2cwgui-0.1.2.tar.gz) = 15661 Added: head/comms/ebook2cwgui/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ebook2cwgui/pkg-descr Thu Mar 14 18:49:15 2013 (r314176) @@ -0,0 +1,6 @@ +ebook2cwgui is a GUI front end for ebook2cw created in WxWidgets with +support for both Linux and Windows. + +Written by Fabian Kurz, DJ1YFK <mail@fkurz.net> + +WWW: http://fkurz.net/ham/ebook2cw.html#graphicaluserinterface
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303141849.r2EInGcW076055>