diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 01:53:56 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 01:53:56 +0000 |
commit | e2ff527e4e5d0f2be081db4f220eb9ea7b164bba (patch) | |
tree | 0ef5c2e59a140f2cad33ec2a1ea29aac3cb7dcbc | |
parent | 49e67115d40b4d579b1b7f333d76975606c536a5 (diff) | |
download | ports-e2ff527e4e5d0f2be081db4f220eb9ea7b164bba.tar.gz ports-e2ff527e4e5d0f2be081db4f220eb9ea7b164bba.zip |
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/ebook2cwgui/Makefile | 44 | ||||
-rw-r--r-- | comms/ebook2cwgui/distinfo | 2 | ||||
-rw-r--r-- | comms/ebook2cwgui/pkg-descr | 4 | ||||
-rw-r--r-- | comms/ebook2cwgui/pkg-plist | 2 |
6 files changed, 1 insertions, 53 deletions
@@ -17729,3 +17729,4 @@ net-p2p/amule-devel|net-p2p/amule|2022-12-31|Has expired: Superseded by non deve graphics/comical||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28 emulators/lisaem||2022-12-31|Broken for more than a year and use deprecated wxgtk28 editors/madedit||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28 +comms/ebook2cwgui||2022-12-31|Has expired: Abandoned project, last update 2013-01-23 and use deprecated wxgtk28 diff --git a/comms/Makefile b/comms/Makefile index 2f1aab56fca2..091dfca32a01 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -35,7 +35,6 @@ SUBDIR += dsd SUBDIR += dump1090 SUBDIR += ebook2cw - SUBDIR += ebook2cwgui SUBDIR += ebusd SUBDIR += echolinux SUBDIR += ems-flasher diff --git a/comms/ebook2cwgui/Makefile b/comms/ebook2cwgui/Makefile deleted file mode 100644 index b1e40b08a284..000000000000 --- a/comms/ebook2cwgui/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -PORTNAME= ebook2cwgui -PORTVERSION= 0.1.2 -PORTREVISION= 4 -CATEGORIES= comms hamradio -MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \ - LOCAL/db - -MAINTAINER= hamradio@FreeBSD.org -COMMENT= Gui front end for ebooks2cw -WWW= http://fkurz.net/ham/ebook2cw.html #graphicaluserinterface - -DEPRECATED= Abandoned project, last update 2013-01-23 and use deprecated wxgtk28 -EXPIRATION_DATE= 2022-12-31 - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= ebook2cw:comms/ebook2cw - -USES= compiler:c++11-lang -USE_WX= 2.8 - -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -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_PROGRAM} ${WRKSRC}/ebook2cwgui ${STAGEDIR}${PREFIX}/bin/ebook2cwgui - ${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README ChangeLog - ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f -.endfor - -.include <bsd.port.mk> diff --git a/comms/ebook2cwgui/distinfo b/comms/ebook2cwgui/distinfo deleted file mode 100644 index b6ba2f71b31b..000000000000 --- a/comms/ebook2cwgui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ebook2cwgui-0.1.2.tar.gz) = 211c5593f65743d33c5fb3ce98b118592a7b15c8b807fde34a10660d6ff0812c -SIZE (ebook2cwgui-0.1.2.tar.gz) = 15661 diff --git a/comms/ebook2cwgui/pkg-descr b/comms/ebook2cwgui/pkg-descr deleted file mode 100644 index 3daedfae7407..000000000000 --- a/comms/ebook2cwgui/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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> diff --git a/comms/ebook2cwgui/pkg-plist b/comms/ebook2cwgui/pkg-plist deleted file mode 100644 index 42fa35ee59a0..000000000000 --- a/comms/ebook2cwgui/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ebook2cwgui -man/man1/ebook2cwgui.1.gz |