diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 15:38:11 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-05-05 15:38:11 +0000 |
commit | 0786acb3155523a38d1442f3c16ca56750f1db04 (patch) | |
tree | 42843d6e23bc6be789c7f1284cdc61d43d3c0942 /comms | |
parent | e0510744daebb2bb9f73bf707c276e02e4c191fe (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 4 | ||||
-rw-r--r-- | comms/ath3k-firmware/Makefile | 44 | ||||
-rw-r--r-- | comms/ath3k-firmware/distinfo | 3 | ||||
-rw-r--r-- | comms/ath3k-firmware/files/ath3k.conf.in | 80 | ||||
-rw-r--r-- | comms/ath3k-firmware/pkg-descr | 4 | ||||
-rw-r--r-- | comms/ath3k-firmware/pkg-plist | 20 | ||||
-rw-r--r-- | comms/geoid/Makefile | 40 | ||||
-rw-r--r-- | comms/geoid/distinfo | 2 | ||||
-rw-r--r-- | comms/geoid/files/patch-country.pos | 14 | ||||
-rw-r--r-- | comms/geoid/files/patch-geoid.cxx | 24 | ||||
-rw-r--r-- | comms/geoid/files/patch-makefile | 19 | ||||
-rw-r--r-- | comms/geoid/pkg-descr | 10 | ||||
-rw-r--r-- | comms/geoid/pkg-plist | 3 | ||||
-rw-r--r-- | comms/jerm/Makefile | 46 | ||||
-rw-r--r-- | comms/jerm/distinfo | 2 | ||||
-rw-r--r-- | comms/jerm/pkg-descr | 6 | ||||
-rw-r--r-- | comms/jerm/pkg-plist | 5 | ||||
-rw-r--r-- | comms/yaac/Makefile | 35 | ||||
-rw-r--r-- | comms/yaac/distinfo | 3 | ||||
-rw-r--r-- | comms/yaac/files/yaac.sh.in | 6 | ||||
-rw-r--r-- | comms/yaac/pkg-descr | 4 | ||||
-rw-r--r-- | comms/yaac/pkg-plist | 367 |
22 files changed, 0 insertions, 741 deletions
diff --git a/comms/Makefile b/comms/Makefile index 5c4d328090f8..0a8057e369cb 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -10,7 +10,6 @@ SUBDIR += anyremote SUBDIR += apitran SUBDIR += aprsd - SUBDIR += ath3k-firmware SUBDIR += atslog SUBDIR += bfhist SUBDIR += bforce-kst @@ -54,7 +53,6 @@ SUBDIR += flwrap SUBDIR += freedv SUBDIR += gammu - SUBDIR += geoid SUBDIR += gkermit SUBDIR += gnocky SUBDIR += gnokii @@ -74,7 +72,6 @@ SUBDIR += inspectrum SUBDIR += iwmbt-firmware SUBDIR += java-simple-serial-connector - SUBDIR += jerm SUBDIR += kb SUBDIR += kermit SUBDIR += klog @@ -217,7 +214,6 @@ SUBDIR += xmorse SUBDIR += xnec2c SUBDIR += xnecview - SUBDIR += yaac SUBDIR += yagiuda SUBDIR += yaps SUBDIR += yfklog diff --git a/comms/ath3k-firmware/Makefile b/comms/ath3k-firmware/Makefile deleted file mode 100644 index 86316f491867..000000000000 --- a/comms/ath3k-firmware/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Vladimir Kondratyev <wulf@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= ath3k-firmware -PORTVERSION= 20161130 -CATEGORIES= comms -MASTER_SITES= DEBIAN/pool/non-free/f/firmware-nonfree/ -DISTNAME= firmware-atheros_${PORTVERSION}-4_all -EXTRACT_SUFX= .deb - -MAINTAINER= wulf@FreeBSD.org -COMMENT= Atheros AR3011/AR3012 bluetooth adaptor firmwares used by ath3kfw(8) - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= ATHEROS -LICENSE_NAME= Atheros firmware license -LICENSE_FILE= ${WRKDIR}/usr/share/doc/firmware-atheros/copyright -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -NO_BUILD= yes -NO_ARCH= yes - -EXTRACT_CMD= ${AR} -EXTRACT_BEFORE_ARGS= -p -EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf - ${EXTRACT_FILES} -EXTRACT_FILES= lib/firmware/ar3k \ - lib/firmware/ath3k-1.fw \ - usr/share/doc/firmware-atheros/copyright - -# Do not track for firmware updates that are irrelevant for us -# ath3k-firmware is a rather stable part of larger distribution package -PORTSCOUT= ignore:1 - -SUB_FILES= ath3k.conf - -do-install: - cd ${WRKDIR}/lib/firmware && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} \ - ${WRKDIR}/ath3k.conf ${STAGEDIR}${PREFIX}/etc/devd/ath3k.conf - -.include <bsd.port.mk> diff --git a/comms/ath3k-firmware/distinfo b/comms/ath3k-firmware/distinfo deleted file mode 100644 index 7c8b35a2ec45..000000000000 --- a/comms/ath3k-firmware/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1544093347 -SHA256 (firmware-atheros_20161130-4_all.deb) = 1f40b7d4008b0602a2de54aa096995aa3aeeb3426e136a1e0130de7b17bdf523 -SIZE (firmware-atheros_20161130-4_all.deb) = 3131644 diff --git a/comms/ath3k-firmware/files/ath3k.conf.in b/comms/ath3k-firmware/files/ath3k.conf.in deleted file mode 100644 index 87d5558ac9cc..000000000000 --- a/comms/ath3k-firmware/files/ath3k.conf.in +++ /dev/null @@ -1,80 +0,0 @@ -# pre-commit hook requires that: -# $FreeBSD$ - -# Atheros AR3011 with sflash firmware -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x0cf3"; - match "product" "0x3000"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; - -# Atheros AR3012 with sflash firmware -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x0489"; - match "product" "(0xe04d|0xe04e|0xe056|0xe057|0xe05f|0xe076|0xe078|0xe095)"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x04c5"; - match "product" "0x1330"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x04ca"; - match "product" "(0x3004|0x3005|0x3006|0x3007|0x3008|0x300b|0x300d|0x300f|0x3010|0x3014|0x3018)"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x0930"; - match "product" "(0x0219|0x021c|0x0220|0x0227)"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x0b05"; - match "product" "0x17d0"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x0cf3"; - match "product" "(0x0036|0x3004|0x3005|0x3008|0x311d|0x311e|0x311f|0x3121|0x817a|0x817b|0xe003|0xe004|0xe005|0xe006)"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x13d3"; - match "product" "(0x3362|0x3375|0x3393|0x3402|0x3408|0x3423|0x3432|0x3472|0x3474|0x3487|0x3490)"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; - -# Atheros AR5BBU22 with sflash firmware */ -notify 100 { - match "system" "USB"; - match "subsystem" "DEVICE"; - match "type" "ATTACH"; - match "vendor" "0x0489"; - match "product" "(0xe036|0xe03c)"; - action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; -}; diff --git a/comms/ath3k-firmware/pkg-descr b/comms/ath3k-firmware/pkg-descr deleted file mode 100644 index 928be5cd1c92..000000000000 --- a/comms/ath3k-firmware/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Firmware for the Atheros AR3011/AR3012 chip based Bluetooth USB devices. -To be downloaded with ath3kfw(8). - -WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git diff --git a/comms/ath3k-firmware/pkg-plist b/comms/ath3k-firmware/pkg-plist deleted file mode 100644 index c690d9e760ea..000000000000 --- a/comms/ath3k-firmware/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -etc/devd/ath3k.conf -%%DATADIR%%/ar3k/AthrBT_0x01020001.dfu -%%DATADIR%%/ar3k/AthrBT_0x01020200.dfu -%%DATADIR%%/ar3k/AthrBT_0x01020201.dfu -%%DATADIR%%/ar3k/AthrBT_0x11020000.dfu -%%DATADIR%%/ar3k/AthrBT_0x11020100.dfu -%%DATADIR%%/ar3k/AthrBT_0x31010000.dfu -%%DATADIR%%/ar3k/AthrBT_0x31010100.dfu -%%DATADIR%%/ar3k/AthrBT_0x41020000.dfu -%%DATADIR%%/ar3k/ramps_0x01020001_26.dfu -%%DATADIR%%/ar3k/ramps_0x01020200_26.dfu -%%DATADIR%%/ar3k/ramps_0x01020200_40.dfu -%%DATADIR%%/ar3k/ramps_0x01020201_26.dfu -%%DATADIR%%/ar3k/ramps_0x01020201_40.dfu -%%DATADIR%%/ar3k/ramps_0x11020000_40.dfu -%%DATADIR%%/ar3k/ramps_0x11020100_40.dfu -%%DATADIR%%/ar3k/ramps_0x31010000_40.dfu -%%DATADIR%%/ar3k/ramps_0x31010100_40.dfu -%%DATADIR%%/ar3k/ramps_0x41020000_40.dfu -%%DATADIR%%/ath3k-1.fw diff --git a/comms/geoid/Makefile b/comms/geoid/Makefile deleted file mode 100644 index 913d07bf846b..000000000000 --- a/comms/geoid/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $FreeBSD$ - -PORTNAME= geoid -PORTVERSION= 1.0 -DISTVERSIONSUFFIX= .src -PORTREVISION= 9 -CATEGORIES= comms hamradio -MASTER_SITES= http://www.w1hkj.com/LinuxApps/ -DISTNAME= fl_geoid -EXTRACT_SUFX= .src.tar.gz - -MAINTAINER= hamradio@FreeBSD.org -COMMENT= Geodetic computer for amateur radio use - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= GPLv2+ NONE # only one src file contains license -LICENSE_COMB= multi - -LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ - libfontconfig.so:x11-fonts/fontconfig \ - libpng.so:graphics/png - -USES= gmake jpeg xorg -USE_XORG= x11 xcursor xext xfixes xft xinerama xrender -MAKEFILE= makefile - -post-patch: - @${REINPLACE_CMD} -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/geoid.cxx - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/geoid ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/geoid.png ${STAGEDIR}${PREFIX}/share/pixmaps - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/country.pos ${STAGEDIR}${DATADIR} - -.include <bsd.port.mk> diff --git a/comms/geoid/distinfo b/comms/geoid/distinfo deleted file mode 100644 index 7d87843bac25..000000000000 --- a/comms/geoid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fl_geoid.src.tar.gz) = 47af413f0d5fdf0bf1e66c96be7795f41fa5311cc3803b5bec5a5c6e63903430 -SIZE (fl_geoid.src.tar.gz) = 38970 diff --git a/comms/geoid/files/patch-country.pos b/comms/geoid/files/patch-country.pos deleted file mode 100644 index bbf498e9a908..000000000000 --- a/comms/geoid/files/patch-country.pos +++ /dev/null @@ -1,14 +0,0 @@ ---- country.pos.orig Sat Dec 16 12:03:41 2006 -+++ country.pos Tue Mar 20 21:06:07 2007 -@@ -30,9 +30,9 @@ - 4U/UN |UN HQ NEW YORK |40 42 N|074 00 W| - 4V |HAITI |19 00 N|072 24 W| - 4W |UN HQ NEW YORK |40 42 N|074 00 W| --4X |ISREAL |32 00 N|035 00 E| -+4X |ISRAEL |32 00 N|035 00 E| - 4Y |INT CIVIL AVIATION ORG |40 42 N|074 00 W| --4Z |ISREAL |32 00 N|035 00 E| -+4Z |ISRAEL |32 00 N|035 00 E| - 5A |LIBYA, TRIPOLI |32 30 N|013 00 E| - 5B |CYPRUS |35 00 N|033 00 E| - 5C-5G |MOROCO CASABLANCA |33 35 N|007 39 W| diff --git a/comms/geoid/files/patch-geoid.cxx b/comms/geoid/files/patch-geoid.cxx deleted file mode 100644 index 354221df959b..000000000000 --- a/comms/geoid/files/patch-geoid.cxx +++ /dev/null @@ -1,24 +0,0 @@ ---- geoid.cxx.orig Mon Dec 18 13:53:07 2006 -+++ geoid.cxx Tue Mar 20 22:02:44 2007 -@@ -28,10 +28,8 @@ - strFname.append("/.geoid/country.pos"); - - if (ReadGeoFile((char *)strFname.c_str()) == -1) { -- strFname = szHomedir; -- strFname.append("/country.pos"); -- if (ReadGeoFile((char *)strFname.c_str()) == -1) { -- fl_message("Cannot open %s", (char *)strFname.c_str()); -+ if (ReadGeoFile("%%LOCALBASE%%/share/geoid/country.pos") == -1) { -+ fl_message("Cannot open country.pos"); - exit(0); - } - } -@@ -46,7 +44,7 @@ int main(int argc, char **argv) { - - void About() - { -- fl_message("Geodetic computer\nVersion: "VERSION"\nDave Freese\nw1hkj@@w1hkj.com"); -+ fl_message("Geodetic computer\nVersion: " VERSION "\nDave Freese\nw1hkj@@w1hkj.com"); - } - - void cbSaveQTH() diff --git a/comms/geoid/files/patch-makefile b/comms/geoid/files/patch-makefile deleted file mode 100644 index ad1daec8e83e..000000000000 --- a/comms/geoid/files/patch-makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile.orig Fri Dec 15 14:36:15 2006 -+++ makefile Tue Mar 20 21:15:16 2007 -@@ -5,7 +5,7 @@ - #---------------------------------------------------------------------------------- - # - --CFLAGS = `fltk-config --cxxflags` -Wall -g0 -O2 -fexceptions -+CFLAGS += `fltk-config --cxxflags` -Wall -g0 - - LIBS = -lfltk_images -ljpeg -lpng - -@@ -13,7 +13,6 @@ - - OBJECT = - --CXX = g++ - - # ---------------------------------------------------------------------------------- - diff --git a/comms/geoid/pkg-descr b/comms/geoid/pkg-descr deleted file mode 100644 index eeb995ac54ab..000000000000 --- a/comms/geoid/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Geodetic computer for amateur radio use. - -Converts Lat / Lon to Maidenhead Grid Square and reverse -Computes range in kilometers and great circle bearing between -QTH and remote site specified by Lat/Lon or Maidenhead Grid Square -Computes range in kilometers and great circle bearing between QTH and -a site selected from a database list for all known callsign prefixes -and their geographic position. Geographic position is by major city. - -WWW: http://www.w1hkj.com/#Geoid diff --git a/comms/geoid/pkg-plist b/comms/geoid/pkg-plist deleted file mode 100644 index f753f75f9c80..000000000000 --- a/comms/geoid/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/geoid -share/pixmaps/geoid.png -%%DATADIR%%/country.pos diff --git a/comms/jerm/Makefile b/comms/jerm/Makefile deleted file mode 100644 index 2975d54ed78d..000000000000 --- a/comms/jerm/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Shinsuke Matsui <smatsui@karashi.org> -# $FreeBSD$ - -PORTNAME= jerm -PORTVERSION= 8096 -CATEGORIES= comms -MASTER_SITES= http://www.bsddiary.net/jerm/ - -MAINTAINER= smatsui@karashi.org -COMMENT= Communication terminal through serial and TCP/IP interfaces - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -OPTIONS_DEFINE= DOCS JUPITER - -JUPITER_DESC= With Jupiter support - -OPTIONS_SUB= yes - -PORTDOCS= README - -JUPITER_MAKE_ARGS_OFF= JUPITER_FLAGS= - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS?=|' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|sys/termios.h|termios.h|' \ - ${WRKSRC}/tiocdtr.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/jerm ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/tiocdtr ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/jerm.1 ${STAGEDIR}${PREFIX}/man/man1/ - -do-install-JUPITER-on: - @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/jerm - ${INSTALL_SCRIPT} ${WRKSRC}/init.sh ${STAGEDIR}${PREFIX}/libexec/jerm/ - ${INSTALL_SCRIPT} ${WRKSRC}/rock.pl ${STAGEDIR}${PREFIX}/libexec/jerm/ - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/comms/jerm/distinfo b/comms/jerm/distinfo deleted file mode 100644 index 18c37a052e54..000000000000 --- a/comms/jerm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jerm-8096.tar.gz) = 8a63e34a2c6a95a67110a7a39db401f7af75c5c142d86d3ba300a7b19cbcf0e9 -SIZE (jerm-8096.tar.gz) = 24595 diff --git a/comms/jerm/pkg-descr b/comms/jerm/pkg-descr deleted file mode 100644 index 63c4dd9e12ab..000000000000 --- a/comms/jerm/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The jerm is primarily intended to communicate with a remote machine through a -serial interface. Additionally jerm can communicate with another through -a TCP/IP connection like telnet and relay a serial communication to a -TCP/IP connection to another remote machine. - -WWW: http://www.bsddiary.net/jerm/ diff --git a/comms/jerm/pkg-plist b/comms/jerm/pkg-plist deleted file mode 100644 index c083d21cecc9..000000000000 --- a/comms/jerm/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/jerm -bin/tiocdtr -%%JUPITER%%libexec/jerm/init.sh -%%JUPITER%%libexec/jerm/rock.pl -man/man1/jerm.1.gz diff --git a/comms/yaac/Makefile b/comms/yaac/Makefile deleted file mode 100644 index 9633a26375ad..000000000000 --- a/comms/yaac/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yaac -PORTVERSION= 1.0b114 -PORTREVISION= 1 -CATEGORIES= comms hamradio -MASTER_SITES= SF/yetanotheraprsc/ -DISTNAME= YAACsrc_20170920 - -MAINTAINER= hamradio@FreeBSD.org -COMMENT= Platform-independent Java application for the APRS network - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= LGPL3 - -BROKEN_armv7= fails to package: yaac/build.xml:205: yaac/work/yaac/YAAC/site does not exist - -USES= zip -USE_ANT= yes -USE_JAVA= yes -ALL_TARGET= DISTRO -SUB_FILES= yaac.sh - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -WRKSRC= ${WRKDIR}/yaac - -do-install: - ${UNZIP_NATIVE_CMD} -d ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME} ${WRKSRC}/YAAC.zip - ${RM} -r ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME}/lib/rxtx-2.2pre2-bins - ${INSTALL_SCRIPT} ${WRKDIR}/yaac.sh ${STAGEDIR}${PREFIX}/bin/yaac - -.include <bsd.port.mk> diff --git a/comms/yaac/distinfo b/comms/yaac/distinfo deleted file mode 100644 index ca38e592e987..000000000000 --- a/comms/yaac/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1509587907 -SHA256 (YAACsrc_20170920.zip) = 185501817994d96814c2362b51bdc04b8f7fdfd6a7cae31877c6a8a3341fca42 -SIZE (YAACsrc_20170920.zip) = 26947097 diff --git a/comms/yaac/files/yaac.sh.in b/comms/yaac/files/yaac.sh.in deleted file mode 100644 index d25ea62404fc..000000000000 --- a/comms/yaac/files/yaac.sh.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -cd "%%DATADIR%%" -exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/YAAC.jar" "$@" diff --git a/comms/yaac/pkg-descr b/comms/yaac/pkg-descr deleted file mode 100644 index db382c37c83f..000000000000 --- a/comms/yaac/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -YAAC is a platform-independent Java application for monitoring and contributing -to the Automatic Packet Reporting System (APRS) network. - -WWW: http://www.ka2ddo.org/ka2ddo/YAAC.html diff --git a/comms/yaac/pkg-plist b/comms/yaac/pkg-plist deleted file mode 100644 index 74d23ce1b66b..000000000000 --- a/comms/yaac/pkg-plist +++ /dev/null @@ -1,367 +0,0 @@ -bin/yaac -%%DATADIR%%/YAAC.jar -%%DATADIR%%/cleaner.jar -%%DATADIR%%/upgrade.jar -%%DATADIR%%/YAACpluginSDK.zip -%%DATADIR%%/images/alcohol.png -%%DATADIR%%/images/allicon2.png -%%DATADIR%%/images/allicons.png -%%DATADIR%%/images/amusementpark.png -%%DATADIR%%/images/animal_boarding.png -%%DATADIR%%/images/archaeological_site.png -%%DATADIR%%/images/atm.png -%%DATADIR%%/images/bakery.png -%%DATADIR%%/images/bank.png -%%DATADIR%%/images/bar.png -%%DATADIR%%/images/barber.png -%%DATADIR%%/images/battery.png -%%DATADIR%%/images/beauty.png -%%DATADIR%%/images/beer.png -%%DATADIR%%/images/bench.png -%%DATADIR%%/images/beverage.png -%%DATADIR%%/images/bicycle.png -%%DATADIR%%/images/bicycle_parking.png -%%DATADIR%%/images/bicycle_rental.png -%%DATADIR%%/images/bicycle_repair.png -%%DATADIR%%/images/boat_launch.png -%%DATADIR%%/images/bomb_crater.png -%%DATADIR%%/images/bomb_shelter.png -%%DATADIR%%/images/book.png -%%DATADIR%%/images/bowling.png -%%DATADIR%%/images/bullring.png -%%DATADIR%%/images/burningman.png -%%DATADIR%%/images/bus_station.png -%%DATADIR%%/images/bus_stop.png -%%DATADIR%%/images/butcher.png -%%DATADIR%%/images/camp_site.png -%%DATADIR%%/images/car.png -%%DATADIR%%/images/car_rental.png -%%DATADIR%%/images/car_repair.png -%%DATADIR%%/images/car_sharing.png -%%DATADIR%%/images/castle.png -%%DATADIR%%/images/cave.png -%%DATADIR%%/images/church.png -%%DATADIR%%/images/cinema.png -%%DATADIR%%/images/circus.png -%%DATADIR%%/images/clock.png -%%DATADIR%%/images/clothes.png -%%DATADIR%%/images/coffee.png -%%DATADIR%%/images/confectionary.png -%%DATADIR%%/images/convenience.png -%%DATADIR%%/images/court.png -%%DATADIR%%/images/defibrillator.png -%%DATADIR%%/images/dentist.png -%%DATADIR%%/images/department_store.png -%%DATADIR%%/images/disco.png -%%DATADIR%%/images/doctor.png -%%DATADIR%%/images/doityourself.png -%%DATADIR%%/images/donut.png -%%DATADIR%%/images/downarrow.png -%%DATADIR%%/images/drinkingwater.png -%%DATADIR%%/images/dump_station.png -%%DATADIR%%/images/electronics.png -%%DATADIR%%/images/embassy.png -%%DATADIR%%/images/emergencyphone.png -%%DATADIR%%/images/ev_plugin.png -%%DATADIR%%/images/fastfood.png -%%DATADIR%%/images/fire_extinguisher.png -%%DATADIR%%/images/fish.png -%%DATADIR%%/images/florist.png -%%DATADIR%%/images/fountain.png -%%DATADIR%%/images/fuel.png -%%DATADIR%%/images/furniture.png -%%DATADIR%%/images/gate.png -%%DATADIR%%/images/gift.png -%%DATADIR%%/images/glasses.png -%%DATADIR%%/images/go.png -%%DATADIR%%/images/go_selected.png -%%DATADIR%%/images/golf_course.png -%%DATADIR%%/images/graveyard.png -%%DATADIR%%/images/greenpushpin.png -%%DATADIR%%/images/gust.png -%%DATADIR%%/images/hairdresser.png -%%DATADIR%%/images/healthcare.png -%%DATADIR%%/images/hostel.png -%%DATADIR%%/images/hotel.png -%%DATADIR%%/images/humid.png -%%DATADIR%%/images/hydrant.png -%%DATADIR%%/images/icecream.png -%%DATADIR%%/images/jewelry.png -%%DATADIR%%/images/leftarrow.png -%%DATADIR%%/images/library.png -%%DATADIR%%/images/lifering.png -%%DATADIR%%/images/lighthouse.png -%%DATADIR%%/images/lineStyle.png -%%DATADIR%%/images/lumin.png -%%DATADIR%%/images/martialarts.png -%%DATADIR%%/images/masonic_hall.png -%%DATADIR%%/images/mast.png -%%DATADIR%%/images/memorial.png -%%DATADIR%%/images/mobilephone.png -%%DATADIR%%/images/monument.png -%%DATADIR%%/images/mosque.png -%%DATADIR%%/images/msg.png -%%DATADIR%%/images/museum.png -%%DATADIR%%/images/music.png -%%DATADIR%%/images/news.png -%%DATADIR%%/images/openfile.png -%%DATADIR%%/images/osm-Rendering-area-natural-marsh-osmarender.png -%%DATADIR%%/images/oval.png -%%DATADIR%%/images/palette.png -%%DATADIR%%/images/parking.png -%%DATADIR%%/images/pawnshop.png -%%DATADIR%%/images/peak.png -%%DATADIR%%/images/pet.png -%%DATADIR%%/images/pharmacy.png -%%DATADIR%%/images/picnictable.png -%%DATADIR%%/images/pizza.png -%%DATADIR%%/images/placeofworship_bahai.png -%%DATADIR%%/images/placeofworship_buddhist.png -%%DATADIR%%/images/placeofworship_hindu.png -%%DATADIR%%/images/placeofworship_jain.png -%%DATADIR%%/images/placeofworship_pagan.png -%%DATADIR%%/images/placeofworship_pastafarian.png -%%DATADIR%%/images/placeofworship_scientologist.png -%%DATADIR%%/images/placeofworship_shinto.png -%%DATADIR%%/images/placeofworship_sikh.png -%%DATADIR%%/images/placeofworship_taoist.png -%%DATADIR%%/images/placeofworship_zoroastrian.png -%%DATADIR%%/images/playground.png -%%DATADIR%%/images/polyline.png -%%DATADIR%%/images/poolballs.png -%%DATADIR%%/images/post_office.png -%%DATADIR%%/images/power_tower.png -%%DATADIR%%/images/pressure.png -%%DATADIR%%/images/pressure_Pa.png -%%DATADIR%%/images/pressure_hPa.png -%%DATADIR%%/images/pressure_inHg.png -%%DATADIR%%/images/pressure_kPa.png -%%DATADIR%%/images/pressure_mmHg.png -%%DATADIR%%/images/pressure_psi.png -%%DATADIR%%/images/prison.png -%%DATADIR%%/images/pub.png -%%DATADIR%%/images/public_bookcase.png -%%DATADIR%%/images/pumpjack.png -%%DATADIR%%/images/radius_gale.png -%%DATADIR%%/images/radius_hc.png -%%DATADIR%%/images/radius_ts.png -%%DATADIR%%/images/railway_station.png -%%DATADIR%%/images/rain.png -%%DATADIR%%/images/rain_h.png -%%DATADIR%%/images/rain_m.png -%%DATADIR%%/images/ranger.png -%%DATADIR%%/images/rect.png -%%DATADIR%%/images/recycling.png -%%DATADIR%%/images/redpushpin.png -%%DATADIR%%/images/restaurant.png -%%DATADIR%%/images/rightarrow.png -%%DATADIR%%/images/rollerskate.png -%%DATADIR%%/images/save.png -%%DATADIR%%/images/select.png -%%DATADIR%%/images/sex.png -%%DATADIR%%/images/shelter.png -%%DATADIR%%/images/shoes.png -%%DATADIR%%/images/smoking_area.png -%%DATADIR%%/images/snow.png -%%DATADIR%%/images/spring.png -%%DATADIR%%/images/stop.png -%%DATADIR%%/images/stop_selected.png -%%DATADIR%%/images/stormtype.png -%%DATADIR%%/images/studio.png -%%DATADIR%%/images/supermarket.png -%%DATADIR%%/images/swimmingpool.png -%%DATADIR%%/images/symbols/3123.png -%%DATADIR%%/images/symbols/3223.png -%%DATADIR%%/images/symbols/3226.png -%%DATADIR%%/images/symbols/3323.png -%%DATADIR%%/images/symbols/3673.png -%%DATADIR%%/images/symbols/3741.png -%%DATADIR%%/images/symbols/3752.png -%%DATADIR%%/images/symbols/3838.png -%%DATADIR%%/images/symbols/3f23.png -%%DATADIR%%/images/symbols/4123.png -%%DATADIR%%/images/symbols/4130.png -%%DATADIR%%/images/symbols/4141.png -%%DATADIR%%/images/symbols/4144.png -%%DATADIR%%/images/symbols/4159.png -%%DATADIR%%/images/symbols/415c.png -%%DATADIR%%/images/symbols/4161.png -%%DATADIR%%/images/symbols/416b.png -%%DATADIR%%/images/symbols/423e.png -%%DATADIR%%/images/symbols/4244.png -%%DATADIR%%/images/symbols/4245.png -%%DATADIR%%/images/symbols/424f.png -%%DATADIR%%/images/symbols/4259.png -%%DATADIR%%/images/symbols/425b.png -%%DATADIR%%/images/symbols/4273.png -%%DATADIR%%/images/symbols/4275.png -%%DATADIR%%/images/symbols/4325.png -%%DATADIR%%/images/symbols/432d.png -%%DATADIR%%/images/symbols/434f.png -%%DATADIR%%/images/symbols/4363.png -%%DATADIR%%/images/symbols/4375.png -%%DATADIR%%/images/symbols/437a.png -%%DATADIR%%/images/symbols/4423.png -%%DATADIR%%/images/symbols/4426.png -%%DATADIR%%/images/symbols/4441.png -%%DATADIR%%/images/symbols/4445.png -%%DATADIR%%/images/symbols/445e.png -%%DATADIR%%/images/symbols/4460.png -%%DATADIR%%/images/symbols/4461.png -%%DATADIR%%/images/symbols/4463.png -%%DATADIR%%/images/symbols/4473.png -%%DATADIR%%/images/symbols/4521.png -%%DATADIR%%/images/symbols/4525.png -%%DATADIR%%/images/symbols/452d.png -%%DATADIR%%/images/symbols/4530.png -%%DATADIR%%/images/symbols/4532.png -%%DATADIR%%/images/symbols/453e.png -%%DATADIR%%/images/symbols/4541.png -%%DATADIR%%/images/symbols/4560.png -%%DATADIR%%/images/symbols/4573.png -%%DATADIR%%/images/symbols/457a.png -%%DATADIR%%/images/symbols/4628.png -%%DATADIR%%/images/symbols/463b.png -%%DATADIR%%/images/symbols/463e.png -%%DATADIR%%/images/symbols/4644.png -%%DATADIR%%/images/symbols/4645.png -%%DATADIR%%/images/symbols/4660.png -%%DATADIR%%/images/symbols/4673.png -%%DATADIR%%/images/symbols/4725.png -%%DATADIR%%/images/symbols/4738.png -%%DATADIR%%/images/symbols/4761.png -%%DATADIR%%/images/symbols/4775.png -%%DATADIR%%/images/symbols/4777.png -%%DATADIR%%/images/symbols/477a.png -%%DATADIR%%/images/symbols/4825.png -%%DATADIR%%/images/symbols/483e.png -%%DATADIR%%/images/symbols/4841.png -%%DATADIR%%/images/symbols/4844.png -%%DATADIR%%/images/symbols/4845.png -%%DATADIR%%/images/symbols/485b.png -%%DATADIR%%/images/symbols/4860.png -%%DATADIR%%/images/symbols/4868.png -%%DATADIR%%/images/symbols/4875.png -%%DATADIR%%/images/symbols/4923.png -%%DATADIR%%/images/symbols/4926.png -%%DATADIR%%/images/symbols/4930.png -%%DATADIR%%/images/symbols/4932.png -%%DATADIR%%/images/symbols/493b.png -%%DATADIR%%/images/symbols/4941.png -%%DATADIR%%/images/symbols/4959.png -%%DATADIR%%/images/symbols/4a73.png -%%DATADIR%%/images/symbols/4b52.png -%%DATADIR%%/images/symbols/4b59.png -%%DATADIR%%/images/symbols/4c23.png -%%DATADIR%%/images/symbols/4c24.png -%%DATADIR%%/images/symbols/4c44.png -%%DATADIR%%/images/symbols/4c49.png -%%DATADIR%%/images/symbols/4c73.png -%%DATADIR%%/images/symbols/4d48.png -%%DATADIR%%/images/symbols/4d4f.png -%%DATADIR%%/images/symbols/4d52.png -%%DATADIR%%/images/symbols/4d5e.png -%%DATADIR%%/images/symbols/4d73.png -%%DATADIR%%/images/symbols/4d77.png -%%DATADIR%%/images/symbols/4d7a.png -%%DATADIR%%/images/symbols/4e23.png -%%DATADIR%%/images/symbols/4e25.png -%%DATADIR%%/images/symbols/4e77.png -%%DATADIR%%/images/symbols/4f73.png -%%DATADIR%%/images/symbols/5023.png -%%DATADIR%%/images/symbols/5025.png -%%DATADIR%%/images/symbols/5026.png -%%DATADIR%%/images/symbols/5028.png -%%DATADIR%%/images/symbols/503e.png -%%DATADIR%%/images/symbols/5173.png -%%DATADIR%%/images/symbols/5223.png -%%DATADIR%%/images/symbols/5226.png -%%DATADIR%%/images/symbols/5241.png -%%DATADIR%%/images/symbols/5244.png -%%DATADIR%%/images/symbols/5248.png -%%DATADIR%%/images/symbols/5249.png -%%DATADIR%%/images/symbols/524f.png -%%DATADIR%%/images/symbols/525b.png -%%DATADIR%%/images/symbols/5260.png -%%DATADIR%%/images/symbols/5261.png -%%DATADIR%%/images/symbols/5263.png -%%DATADIR%%/images/symbols/5277.png -%%DATADIR%%/images/symbols/5323.png -%%DATADIR%%/images/symbols/5325.png -%%DATADIR%%/images/symbols/533b.png -%%DATADIR%%/images/symbols/533e.png -%%DATADIR%%/images/symbols/5344.png -%%DATADIR%%/images/symbols/5345.png -%%DATADIR%%/images/symbols/5349.png -%%DATADIR%%/images/symbols/535b.png -%%DATADIR%%/images/symbols/535e.png -%%DATADIR%%/images/symbols/5360.png -%%DATADIR%%/images/symbols/5361.png -%%DATADIR%%/images/symbols/5363.png -%%DATADIR%%/images/symbols/5373.png -%%DATADIR%%/images/symbols/5377.png -%%DATADIR%%/images/symbols/5423.png -%%DATADIR%%/images/symbols/5426.png -%%DATADIR%%/images/symbols/543e.png -%%DATADIR%%/images/symbols/544f.png -%%DATADIR%%/images/symbols/5475.png -%%DATADIR%%/images/symbols/547a.png -%%DATADIR%%/images/symbols/5523.png -%%DATADIR%%/images/symbols/5524.png -%%DATADIR%%/images/symbols/5573.png -%%DATADIR%%/images/symbols/5621.png -%%DATADIR%%/images/symbols/5630.png -%%DATADIR%%/images/symbols/563e.png -%%DATADIR%%/images/symbols/5725.png -%%DATADIR%%/images/symbols/5726.png -%%DATADIR%%/images/symbols/5728.png -%%DATADIR%%/images/symbols/5730.png -%%DATADIR%%/images/symbols/573b.png -%%DATADIR%%/images/symbols/5748.png -%%DATADIR%%/images/symbols/5761.png -%%DATADIR%%/images/symbols/5841.png -%%DATADIR%%/images/symbols/5848.png -%%DATADIR%%/images/symbols/5924.png -%%DATADIR%%/images/symbols/5959.png -%%DATADIR%%/images/symbols/5961.png -%%DATADIR%%/images/symbols/5973.png -%%DATADIR%%/images/symbols/5977.png -%%DATADIR%%/images/synagogue.png -%%DATADIR%%/images/taxi.png -%%DATADIR%%/images/text.png -%%DATADIR%%/images/theatre.png -%%DATADIR%%/images/thermo.png -%%DATADIR%%/images/tobacco.png -%%DATADIR%%/images/tocalls.dense.json -%%DATADIR%%/images/toilets.png -%%DATADIR%%/images/townhall.png -%%DATADIR%%/images/trafficsignal.png -%%DATADIR%%/images/trailer.png -%%DATADIR%%/images/tree.png -%%DATADIR%%/images/tyre.png -%%DATADIR%%/images/uparrow.png -%%DATADIR%%/images/vendingmachine.png -%%DATADIR%%/images/veterinarian.png -%%DATADIR%%/images/watch.png -%%DATADIR%%/images/water.png -%%DATADIR%%/images/watermill.png -%%DATADIR%%/images/watertower.png -%%DATADIR%%/images/welding.png -%%DATADIR%%/images/winddir.png -%%DATADIR%%/images/windmill.png -%%DATADIR%%/images/windspeed.png -%%DATADIR%%/images/wine.png -%%DATADIR%%/images/worship.png -%%DATADIR%%/images/yaaclogo32.ico -%%DATADIR%%/images/yaaclogo64.ico -%%DATADIR%%/images/yoga.png -%%DATADIR%%/images/zoo.png -%%DATADIR%%/lib/commons-compress-1.12.jar -%%DATADIR%%/lib/commons-math3-3.6.1.jar -%%DATADIR%%/lib/jh.jar -%%DATADIR%%/lib/milStd2525_png.jar -%%DATADIR%%/lib/omcorba.jar -%%DATADIR%%/lib/omj3d.jar -%%DATADIR%%/lib/omsvg.jar -%%DATADIR%%/lib/openmap.jar -%%DATADIR%%/plugins/sampleplugin.jar |