mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
- 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>
This commit is contained in:
parent
76f6847646
commit
08a68082fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314176
4 changed files with 50 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
SUBDIR += dfu-programmer
|
||||
SUBDIR += dfu-util
|
||||
SUBDIR += ebook2cw
|
||||
SUBDIR += ebook2cwgui
|
||||
SUBDIR += echolinux
|
||||
SUBDIR += efax
|
||||
SUBDIR += efax-gtk
|
||||
|
|
41
comms/ebook2cwgui/Makefile
Normal file
41
comms/ebook2cwgui/Makefile
Normal file
|
@ -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>
|
2
comms/ebook2cwgui/distinfo
Normal file
2
comms/ebook2cwgui/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ebook2cwgui-0.1.2.tar.gz) = 211c5593f65743d33c5fb3ce98b118592a7b15c8b807fde34a10660d6ff0812c
|
||||
SIZE (ebook2cwgui-0.1.2.tar.gz) = 15661
|
6
comms/ebook2cwgui/pkg-descr
Normal file
6
comms/ebook2cwgui/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue