*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2017-10-13 17:22:07 +02:00
parent b1245e58bc
commit c7da2b8bfc
174 changed files with 592 additions and 612 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Astro-satpass
PORTVERSION= 0.083
PORTVERSION= 0.084
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1505424268
SHA256 (Astro-satpass-0.083.tar.gz) = ca28a8c303e7b22df3c09b5b4b6ce4ca64d76ce40a42cca121a6913d1ea40120
SIZE (Astro-satpass-0.083.tar.gz) = 541954
TIMESTAMP = 1507869870
SHA256 (Astro-satpass-0.084.tar.gz) = 229ebadb48369dd4da06b2723c1b73ee47b3d3364685bd7a61729118e1645071
SIZE (Astro-satpass-0.084.tar.gz) = 541130

View File

@ -141,7 +141,6 @@
SUBDIR += fdk-aac
SUBDIR += fdmf
SUBDIR += festalon
SUBDIR += festdoc
SUBDIR += festival
SUBDIR += festival-freebsoft-utils
SUBDIR += festlex-cmu
@ -252,7 +251,6 @@
SUBDIR += gstreamer-plugins-ladspa
SUBDIR += gstreamer-plugins-lame
SUBDIR += gstreamer-plugins-mad
SUBDIR += gstreamer-plugins-moodbar
SUBDIR += gstreamer-plugins-mp3
SUBDIR += gstreamer-plugins-musepack
SUBDIR += gstreamer-plugins-nas

View File

@ -1,3 +1 @@
Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files
WWW: http://altosdesign.com/aacgain/

View File

@ -10,6 +10,8 @@ DISTNAME= abcMIDI-${DISTVERSION:S/-/./g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert abc music files to MIDI and PostScript
BROKEN= No public distfiles
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}

View File

@ -17,5 +17,3 @@ The following file formats are supported for reading.
INRS-Telecom, ESPS, Comdisco SPW, Text audio
The following file formats are supported for writing.
- Headerless, AU, WAVE, AIFF-C
WWW: http://WWW-MMSP.ECE.McGill.CA/Documents/Software/Packages/AFsp/AFsp.html

View File

@ -5,8 +5,7 @@ PORTNAME= amp
PORTVERSION= 0.7.6
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://www.gufi.org/ports/ \
http://www-users.cs.umn.edu/~wburdick/ftp/
MASTER_SITES= http://www.gufi.org/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Another mp3 player

View File

@ -10,6 +10,8 @@ MASTER_SITES= http://testbit.eu/pub/dists/beast/v${PORTVERSION:R}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Powerful music composition and modular synthesis application
BROKEN= No public distfiles
LICENSE= LGPL21
LIB_DEPENDS= libasound.so:audio/alsa-lib \

View File

@ -9,6 +9,9 @@ MASTER_SITES= http://www.oskusoft.com/osku/cd-console/
MAINTAINER= jdunn@aquezada.com
COMMENT= Curses-based console CD player
DEPRECATED= No public distfiles
EXPIRATION_DATE= 2017-12-12
USES= ncurses
MAKE_ARGS= BINPATH=${STAGEDIR}${PREFIX}/bin LIBS="${LDFLAGS} -lncurses"

View File

@ -9,6 +9,8 @@ MASTER_SITES= http://files.freedv.org/codec2/ \
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Low bit rate codec
BROKEN= no public distfiles
LICENSE= LGPL21
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp

View File

@ -5,8 +5,7 @@ PORTNAME= cpige
DISTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://old.ed.zehome.com/cpige/ \
http://T32.TecNik93.com/FreeBSD/ports/cpige/sources/
MASTER_SITES= http://old.ed.zehome.com/cpige/
MAINTAINER= ports@FreeBSD.org
COMMENT= Icecast/Shoutcast stream ripper

View File

@ -4,8 +4,7 @@
PORTNAME= cue2toc
PORTVERSION= 0.1
CATEGORIES= audio perl5
MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ \
http://www.oook.cz/bsd/distfiles/
MASTER_SITES= http://www.oook.cz/bsd/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl script that converts CUE files into TOC files for cdrdao

View File

@ -1,4 +1,2 @@
Cue2Toc is a perl script that will convert CUE file into a cdrdao TOC file.
The script can handle audio CUE files only.
WWW: http://www.tuxcoder.com/cue2toc/

View File

@ -11,6 +11,8 @@ DISTNAME= Mixer-${PORTVERSION}
MAINTAINER= olivier@FreeBSD.org
COMMENT= DeforaOS desktop audio mixer
BROKEN= No public distfiles
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -1,34 +0,0 @@
# Created by: trevor
# $FreeBSD$
PORTNAME= festdoc
PORTVERSION= 1.4.0.1
CATEGORIES= audio accessibility
MASTER_SITES= FESTIVAL/1.4.1
DIST_SUBDIR= festival
MAINTAINER= ports@FreeBSD.org
COMMENT= Documentation for Festival
USES= makeinfo
NO_BUILD= yes
INFO= festival
FDOC= ${PREFIX}/share/doc/festival
post-extract:
${RM} ${WRKSRC}/festival/src-manual/c3750.htm~
${RM} ${WRKSRC}/speechtools/c16909.htm~
${RMDIR} ${WRKSRC}/festival/src-manual/images_gen
do-install:
${MKDIR} ${STAGEDIR}${FDOC}
${RM} ${WRKSRC}/festival/info/festival.info.orig
cd ${WRKSRC} && info=`${FIND} . -name '*.info*' -type f` && \
${CP} $$info ${STAGEDIR}${PREFIX}/info && \
${CP} -r ${WRKSRC}/* ${STAGEDIR}${FDOC} && \
cd ${STAGEDIR}${FDOC} && \
${RM} $$info && \
${RMDIR} festival/info
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (festival/festdoc-1.4.0.1.tar.gz) = f9443f005fc8cd87e1ed291556a741fa77737ad764b566a47e926556d5492617
SIZE (festival/festdoc-1.4.0.1.tar.gz) = 1265147

View File

@ -1,16 +0,0 @@
$NetBSD: patch-aa,v 1.1 2000/01/06 01:40:11 wiz Exp $
--- festival/info/festival.info.orig 1999-06-19 15:08:03 UTC
+++ festival/info/festival.info
@@ -1,6 +1,11 @@
This is Info file festival.info, produced by Makeinfo-1.63 from the
input file festival.texi.
+INFO-DIR-SECTION Speech Synthesis
+START-INFO-DIR-ENTRY
+* Festival: (festival). A general text-to-speech system.
+END-INFO-DIR-ENTRY
+
This file documents the `Festival' Speech Synthesis System a general
text to speech system for making your computer talk and developing new
synthesis techniques.

View File

@ -1,3 +0,0 @@
Festival documentation in texinfo, HTML, DVI and PostScript formats
WWW: http://www.cstr.ed.ac.uk/projects/festival/

View File

@ -1,182 +0,0 @@
share/doc/festival/speechtools/images_gen/docppimath_929959730_6.gif
share/doc/festival/speechtools/images_gen/docppmath_929959728_2.gif
share/doc/festival/speechtools/images_gen/docppmath_929959741_1.gif
share/doc/festival/speechtools/images_gen/docppmath_929959741_2.gif
share/doc/festival/speechtools/images_gen/docppmath_929959741_3.gif
share/doc/festival/speechtools/images_gen/docppmath_929959741_4.gif
share/doc/festival/speechtools/images_gen/docppmath_929959741_5.gif
share/doc/festival/speechtools/images_gen/docppmath_929959730_1.gif
share/doc/festival/speechtools/images_gen/docppmath_929959730_2.gif
share/doc/festival/speechtools/images_gen/docppmath_929959731_1.gif
share/doc/festival/speechtools/images_gen/docppmath_929959731_2.gif
share/doc/festival/speechtools/images_gen/docppmath_929959743_1.gif
share/doc/festival/speechtools/images_gen/docppmath_929959726_1.gif
share/doc/festival/speechtools/images_gen/docppmath_929959726_2.gif
share/doc/festival/speechtools/images_gen/docppmath_929959726_3.gif
share/doc/festival/speechtools/images_gen/docppimath_929959717_2.gif
share/doc/festival/speechtools/images_gen/docppimath_929959730_1.gif
share/doc/festival/speechtools/images_gen/docppimath_929959730_2.gif
share/doc/festival/speechtools/images_gen/docppimath_929959730_3.gif
share/doc/festival/speechtools/images_gen/docppimath_929959730_4.gif
share/doc/festival/speechtools/images_gen/docppimath_929959730_5.gif
share/doc/festival/speechtools/images_gen/docppmath_929959728_1.gif
share/doc/festival/speechtools/arch_doc/tilt_eq11.gif
share/doc/festival/speechtools/arch_doc/figure02.gif
share/doc/festival/speechtools/arch_doc/figure03.gif
share/doc/festival/speechtools/arch_doc/figure04.gif
share/doc/festival/speechtools/arch_doc/figure05.gif
share/doc/festival/speechtools/arch_doc/figure06.gif
share/doc/festival/speechtools/arch_doc/figure07.gif
share/doc/festival/speechtools/arch_doc/figure15.gif
share/doc/festival/speechtools/arch_doc/eq01.gif
share/doc/festival/speechtools/arch_doc/eq02.gif
share/doc/festival/speechtools/arch_doc/eq03.gif
share/doc/festival/speechtools/arch_doc/eq04.gif
share/doc/festival/speechtools/arch_doc/eq05.gif
share/doc/festival/speechtools/arch_doc/eq06.gif
share/doc/festival/speechtools/arch_doc/eq07.gif
share/doc/festival/speechtools/arch_doc/eq09.gif
share/doc/festival/speechtools/arch_doc/eq08.gif
share/doc/festival/speechtools/arch_doc/tilt_fig01.gif
share/doc/festival/speechtools/arch_doc/tilt_fig02.gif
share/doc/festival/speechtools/arch_doc/tilt_fig03.gif
share/doc/festival/speechtools/arch_doc/track_fig01.gif
share/doc/festival/speechtools/arch_doc/Makefile
share/doc/festival/speechtools/arch_doc/tilt_fig01.fig
share/doc/festival/speechtools/arch_doc/tilt_fig02.fig
share/doc/festival/speechtools/arch_doc/track_fig01.fig
share/doc/festival/speechtools/arch_doc/tilt_eq01.gif
share/doc/festival/speechtools/arch_doc/tilt_eq02.gif
share/doc/festival/speechtools/arch_doc/tilt_eq03.gif
share/doc/festival/speechtools/arch_doc/tilt_eq04.gif
share/doc/festival/speechtools/arch_doc/tilt_eq05.gif
share/doc/festival/speechtools/arch_doc/tilt_eq06.gif
share/doc/festival/speechtools/arch_doc/tilt_eq07.gif
share/doc/festival/speechtools/arch_doc/tilt_eq08.gif
share/doc/festival/speechtools/arch_doc/tilt_eq09.gif
share/doc/festival/speechtools/arch_doc/tilt_eq10.gif
share/doc/festival/speechtools/arch_doc/figure01.gif
share/doc/festival/speechtools/a17354.htm
share/doc/festival/speechtools/book1.htm
share/doc/festival/speechtools/c10710.htm
share/doc/festival/speechtools/c12967.htm
share/doc/festival/speechtools/c13670.htm
share/doc/festival/speechtools/c15774.htm
share/doc/festival/speechtools/c16616.htm
share/doc/festival/speechtools/c16909.htm
share/doc/festival/speechtools/c23.htm
share/doc/festival/speechtools/c409.htm
share/doc/festival/speechtools/c4327.htm
share/doc/festival/speechtools/c76.htm
share/doc/festival/speechtools/c9312.htm
share/doc/festival/speechtools/i17445.htm
share/doc/festival/speechtools/x10356.htm
share/doc/festival/speechtools/x10572.htm
share/doc/festival/speechtools/x10806.htm
share/doc/festival/speechtools/x11037.htm
share/doc/festival/speechtools/x1196.htm
share/doc/festival/speechtools/x130.htm
share/doc/festival/speechtools/x1374.htm
share/doc/festival/speechtools/x13778.htm
share/doc/festival/speechtools/x83.htm
share/doc/festival/speechtools/x1440.htm
share/doc/festival/speechtools/x154.htm
share/doc/festival/speechtools/x15608.htm
share/doc/festival/speechtools/x15742.htm
share/doc/festival/speechtools/x15902.htm
share/doc/festival/speechtools/x15937.htm
share/doc/festival/speechtools/x16708.htm
share/doc/festival/speechtools/x16710.htm
share/doc/festival/speechtools/x16721.htm
share/doc/festival/speechtools/x17072.htm
share/doc/festival/speechtools/x17086.htm
share/doc/festival/speechtools/x1717.htm
share/doc/festival/speechtools/x17367.htm
share/doc/festival/speechtools/x17375.htm
share/doc/festival/speechtools/x17399.htm
share/doc/festival/speechtools/x17409.htm
share/doc/festival/speechtools/x17426.htm
share/doc/festival/speechtools/x1888.htm
share/doc/festival/speechtools/x2086.htm
share/doc/festival/speechtools/x2152.htm
share/doc/festival/speechtools/x2378.htm
share/doc/festival/speechtools/x2656.htm
share/doc/festival/speechtools/x2759.htm
share/doc/festival/speechtools/x2921.htm
share/doc/festival/speechtools/x3039.htm
share/doc/festival/speechtools/x3206.htm
share/doc/festival/speechtools/x3391.htm
share/doc/festival/speechtools/x3475.htm
share/doc/festival/speechtools/x3661.htm
share/doc/festival/speechtools/x3736.htm
share/doc/festival/speechtools/x3787.htm
share/doc/festival/speechtools/x3857.htm
share/doc/festival/speechtools/x3927.htm
share/doc/festival/speechtools/x3988.htm
share/doc/festival/speechtools/x4041.htm
share/doc/festival/speechtools/x4122.htm
share/doc/festival/speechtools/x4167.htm
share/doc/festival/speechtools/x4218.htm
share/doc/festival/speechtools/x427.htm
share/doc/festival/speechtools/x4273.htm
share/doc/festival/speechtools/x4298.htm
share/doc/festival/speechtools/x444.htm
share/doc/festival/speechtools/x737.htm
share/doc/festival/speechtools/x9162.htm
share/doc/festival/speechtools/x9210.htm
share/doc/festival/speechtools/x9265.htm
share/doc/festival/speechtools/x9347.htm
share/doc/festival/speechtools/x9358.htm
share/doc/festival/speechtools/x961.htm
share/doc/festival/speechtools/est.jpg
share/doc/festival/speechtools/edcrest.gif
share/doc/festival/speechtools/cstr.gif
share/doc/festival/speechtools/est_small.jpg
share/doc/festival/speechtools/cstrdoc.css
share/doc/festival/speechtools/index.html
share/doc/festival/speechtools/HTML.index
share/doc/festival/speechtools/TeX.formulae
share/doc/festival/festival/user-manual/festival_35.html
share/doc/festival/festival/user-manual/festival_1.html
share/doc/festival/festival/user-manual/festival_2.html
share/doc/festival/festival/user-manual/festival_3.html
share/doc/festival/festival/user-manual/festival_4.html
share/doc/festival/festival/user-manual/festival_5.html
share/doc/festival/festival/user-manual/festival_6.html
share/doc/festival/festival/user-manual/festival_7.html
share/doc/festival/festival/user-manual/festival_8.html
share/doc/festival/festival/user-manual/festival_9.html
share/doc/festival/festival/user-manual/festival_10.html
share/doc/festival/festival/user-manual/festival_11.html
share/doc/festival/festival/user-manual/festival_12.html
share/doc/festival/festival/user-manual/festival_13.html
share/doc/festival/festival/user-manual/festival_14.html
share/doc/festival/festival/user-manual/festival_15.html
share/doc/festival/festival/user-manual/festival_16.html
share/doc/festival/festival/user-manual/festival_17.html
share/doc/festival/festival/user-manual/festival_18.html
share/doc/festival/festival/user-manual/festival_19.html
share/doc/festival/festival/user-manual/festival_20.html
share/doc/festival/festival/user-manual/festival_21.html
share/doc/festival/festival/user-manual/festival_22.html
share/doc/festival/festival/user-manual/festival_23.html
share/doc/festival/festival/user-manual/festival_24.html
share/doc/festival/festival/user-manual/festival_25.html
share/doc/festival/festival/user-manual/festival_26.html
share/doc/festival/festival/user-manual/festival_27.html
share/doc/festival/festival/user-manual/festival_28.html
share/doc/festival/festival/user-manual/festival_29.html
share/doc/festival/festival/user-manual/festival_30.html
share/doc/festival/festival/user-manual/festival_31.html
share/doc/festival/festival/user-manual/festival_32.html
share/doc/festival/festival/user-manual/festival_33.html
share/doc/festival/festival/user-manual/festival_34.html
share/doc/festival/festival/user-manual/festival_toc.html
share/doc/festival/festival/src-manual/c3750.htm
share/doc/festival/festival/src-manual/x3792.htm
share/doc/festival/festival/src-manual/unisyn02.gif
share/doc/festival/festival/refcard.dvi
share/doc/festival/festival/refcard.ps
share/doc/festival/festival/festival.dvi
share/doc/festival/festival/festival.ps
share/doc/festival/README

View File

@ -10,6 +10,8 @@ MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellmss/
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM plugin with a VU meter showing left/right channel audio
BROKEN= No public distfiles
LICENSE= GPLv2+
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2

View File

@ -5,8 +5,7 @@ PORTNAME= gmpc-discogs
PORTVERSION= 0.20.0
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Album Image fetcher for gmpc

View File

@ -5,8 +5,7 @@ PORTNAME= gmpc-extraplaylist
PORTVERSION= 0.20.0
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Favorites plugin for gmpc

View File

@ -5,8 +5,7 @@ PORTNAME= gmpc-lastfm
PORTVERSION= 0.20.0
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
DISTNAME= gmpc-last-fm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org

View File

@ -5,8 +5,7 @@ PORTNAME= gmpc-lyricsplugin
PORTVERSION= 0.20.0
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fetch lyrics gmpc plugin

View File

@ -5,8 +5,7 @@ PORTNAME= gmpc-mdcover
PORTVERSION= 0.20.0
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Collects metadata for gmpc

View File

@ -5,8 +5,7 @@ PORTNAME= gmpc-mserver
PORTVERSION= 0.20.0
PORTREVISION= 14
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lets you stream music files to your mpd that are not in your database

View File

@ -5,8 +5,7 @@ PORTNAME= gmpc-shout
PORTVERSION= 0.20.0
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Shoutcast stream for gmpc

View File

@ -6,8 +6,7 @@ PORTVERSION= 11.8.16
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Full featured GTK2 client for musicpd

View File

@ -11,5 +11,3 @@ Features:
* Plugin support.
* Fast, gmpc is optimized to work even on low end machines and slow networks.
* Profile support, easily use gmpc with multiple mpd's.
WWW: http://gmpcwiki.sarine.nl/index.php/GMPC

View File

@ -1,38 +0,0 @@
# Created by: Alexandr Bechikov <goo@t72.ru>
# $FreeBSD$
PORTNAME= gstreamer-plugins-moodbar
PORTVERSION= 0.1.2
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://pwsp.net/~qbob/ \
http://redundancy.redundancy.org/mirror/
DISTNAME= moodbar-0.1.2
MAINTAINER= ports@FreeBSD.org
COMMENT= Shows the "moods" of audio tracks in Amarok
LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libfftw3.so:math/fftw3
CFLAGS:= ${CFLAGS} -O2
USE_GSTREAMER= yes good
USES= gmake libtool pkgconfig
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= MP3 OGG FLAC MP4 MUSEPACK WMA
OPTIONS_DEFAULT= MP3 OGG
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION}
PLIST_SUB+= VERSION="${GST_VERSION}"
MP3_USE= GSTREAMER=mp3
OGG_USE= GSTREAMER=vorbis,ogg
FLAC_USE= GSTREAMER=flac
MP4_USE= GSTREAMER=faad,bad
MUSEPACK_USE= GSTREAMER=musepack
WMA_USE= GSTREAMER=ffmpeg
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (moodbar-0.1.2.tar.gz) = 3d53627c3d979636e98bbe1e745ed79e98f1238148ba4f8379819f9083b3d9c4
SIZE (moodbar-0.1.2.tar.gz) = 327715

View File

@ -1,11 +0,0 @@
--- analyzer/main.c.orig 2006-10-12 05:43:30 UTC
+++ analyzer/main.c
@@ -261,7 +261,7 @@ main (gint argc, gchar *argv[])
};
GOptionContext *ctx;
GError *err = NULL;
-
+ g_thread_init(NULL);
ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer");
g_option_context_add_group (ctx, gst_init_get_option_group ());
g_option_context_add_main_entries (ctx, entries, NULL);

View File

@ -1,9 +0,0 @@
From the Amarok wiki:
The moodbar officially returns as of Amarok 1.4.4! It shows
you the "mood" of a track, which you can then use to figure
out when something interesting happens in the song.
http://amarok.kde.org/wiki/Moodbar
WWW: http://pwsp.net/~qbob/

View File

@ -1,6 +0,0 @@
===============================================================================
To enable the moodbar in Amarok, activate it in the Configuration
(Settings -> Configure Amarok -> General -> Components -> Use Moods).
===============================================================================

View File

@ -1,3 +0,0 @@
bin/moodbar
lib/gstreamer-%%VERSION%%/libmoodbar.a
lib/gstreamer-%%VERSION%%/libmoodbar.so

View File

@ -5,8 +5,7 @@ PORTNAME= herrie
PORTVERSION= 2.2
PORTREVISION= 12
CATEGORIES= audio
MASTER_SITES= http://herrie.info/distfiles/ \
http://www.stack.nl/~ed/projects/herrie/distfiles/
MASTER_SITES= http://herrie.info/distfiles/
MAINTAINER= ed@FreeBSD.org
COMMENT= Small command line interface music player

View File

@ -2,17 +2,17 @@
# $FreeBSD$
PORTNAME= jmusic
PORTVERSION= 1.6.4
PORTVERSION= 1.6.5
CATEGORIES= audio java
MASTER_SITES= SF/${PORTNAME}/jMusic_Stable/${PORTVERSION} \
SF/${PORTNAME}/jMusic_Instruments/${PORTVERSION:S/.4//}/:instruments \
SF/${PORTNAME}/jMusic_Docs/${PORTVERSION}/:docs
DISTFILES= jMusic${PORTVERSION}.jar \
jMusic_1.6_inst.zip:instruments \
jMusic_doc_${PORTVERSION}.zip:docs
jMusic_doc_1.6.4.zip:docs
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= jMusic_1.6_inst.zip \
jMusic_doc_${PORTVERSION}.zip
jMusic_doc_1.6.4.zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Composition in Java

View File

@ -1,5 +1,6 @@
SHA256 (jmusic/jMusic1.6.4.jar) = 7fd68f181d2c9339647705affd208c70c4423f3539e7ac8fd2aff70e96732b4c
SIZE (jmusic/jMusic1.6.4.jar) = 406795
TIMESTAMP = 1507873726
SHA256 (jmusic/jMusic1.6.5.jar) = d64bbccccb8f528ecf57de342c052336b49a59eb3d2cd017b24f25c8f584ba0e
SIZE (jmusic/jMusic1.6.5.jar) = 389433
SHA256 (jmusic/jMusic_1.6_inst.zip) = 269a82691125c498df87f1c8bc2c5885bafd1a165cb494b3984fb0ea8201ffef
SIZE (jmusic/jMusic_1.6_inst.zip) = 72126
SHA256 (jmusic/jMusic_doc_1.6.4.zip) = c27fbef89bea93b4771c248256bace02288f7649847955de1940d93faf3de80d

View File

@ -1,11 +1,10 @@
# Created by: Oyvind Moll <oyvindmo@initio.no>
# Created by: Oyvind Moll <oyvindmo@initio.no2
# $FreeBSD$
PORTNAME= juke
PORTVERSION= 0.7
CATEGORIES= audio
MASTER_SITES= http://www.moll.no/oyvind/distfiles/ \
http://www.orakel.ntnu.no/~oyvindmo/distfiles/
MASTER_SITES= http://www.moll.no/oyvind/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple (n)curses based juke box program

View File

@ -13,6 +13,8 @@ COMMENT= Audio-cd ripper and encoder for KDE4
LICENSE= GPLv2
BROKEN= No public distfiles
LIB_DEPENDS= libdiscid.so:audio/libdiscid \
libtag.so:audio/taglib
RUN_DEPENDS= flac:audio/flac \

View File

@ -5,7 +5,7 @@ PORTNAME= libbpm
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.hep.ucl.ac.uk/~bino/libbpm/dist/ http://levsha.me/ports/distfiles/
MASTER_SITES= http://www.hep.ucl.ac.uk/~bino/libbpm/dist/
MAINTAINER= i@levsha.me
COMMENT= C-library contains low level beam position monitor signal processing

View File

@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Application for generating MusicIP puids
USES= linux tar:tgz
BROKEN= No public distfiles
NO_BUILD= yes
IA32_BINARY_PORT= yes

View File

@ -4,9 +4,7 @@
PORTNAME= lpac
PORTVERSION= 1.40
CATEGORIES= audio linux
MASTER_SITES= ftp://relay1.tomsk.gov.ru/pub/FreeBSD/ports/distfiles/ \
ftp://ftp.itsinternet.net/pub/FreeBSD/ports/distfiles/ \
ftp://chernabog.cc.vt.edu/pub2/freebsd/ports/distfiles/
MASTER_SITES= ftp://chernabog.cc.vt.edu/pub2/freebsd/ports/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lossless audio codec

View File

@ -5,7 +5,6 @@ PORTNAME= malint
DISTVERSION= 0.2
CATEGORIES= audio
MASTER_SITES= http://www.nih.at/malint/ \
ftp://sunsite.univie.ac.at/pub/nih/malint/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org

View File

@ -10,6 +10,8 @@ MASTER_SITES= http://atarininja.org/distfiles/
MAINTAINER= tobias.rehbein@web.de
COMMENT= Perl script that converts Ogg Vorbis files to MP3 format
BROKEN= No public distfiles
LICENSE= GPLv2
RUN_DEPENDS= lame:audio/lame \

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= soundscrape
PORTVERSION= 0.30.0
PORTVERSION= 0.30.1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1496600986
SHA256 (soundscrape-0.30.0.tar.gz) = 684ce7052ae09de1a25ca05276de220803f5b83fbac068a4fcf23de1ac52061a
SIZE (soundscrape-0.30.0.tar.gz) = 18260
TIMESTAMP = 1507882602
SHA256 (soundscrape-0.30.1.tar.gz) = 725b3eb2170f0a36ca54bb935d65f41deedb37309465b0ba7b9290ac7d407181
SIZE (soundscrape-0.30.1.tar.gz) = 17904

View File

@ -5,8 +5,7 @@ PORTNAME= vagalume
PORTVERSION= 0.8.6
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://vagalume.igalia.com/files/source/ \
DEBIAN_POOL/pool/main/v/vagalume/
MASTER_SITES= http://vagalume.igalia.com/files/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+-based client for the Last.fm online radio

View File

@ -5,9 +5,7 @@ PORTNAME= vitunes
PORTVERSION= 2.3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://vitunes.org/files/ \
http://mirror.4bit.ws/ \
LOCAL/dhn
MASTER_SITES= http://vitunes.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses-based media player with vim-like keybinds

View File

@ -5,7 +5,8 @@ PORTNAME= vsound
PORTVERSION= 0.6
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://www.vsound.org/
MASTER_SITES= http://down1.chinaunix.net/distfiles/ \
http://freebsd.nsu.ru/distfiles/ GENTOO
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for capturing audio streams from programs with OSS output

View File

@ -10,6 +10,8 @@ MASTER_SITES= http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Motif-based audio mixer
BROKEN= No public distfiles
WRKSRC= ${WRKDIR}/xmmix-1.2
USES= imake motif

View File

@ -10,6 +10,8 @@ MASTER_SITES= http://www.shikadi.net/utils/files/
MAINTAINER= beyert@cs.ucr.edu
COMMENT= XMMS input plugin to play midi files (via timidity)
BROKEN= No public distfiles
LIB_DEPENDS= libxmms.so:multimedia/xmms
RUN_DEPENDS= timidity:audio/timidity

View File

@ -5,8 +5,7 @@ PORTNAME= autobench
PORTVERSION= 2.1.2
PORTREVISION= 9
CATEGORIES= benchmarks www
MASTER_SITES= http://www.xenoclast.org/autobench/downloads/ \
http://www.sfr-fresh.com/unix/privat/
MASTER_SITES= http://www.xenoclast.org/autobench/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Automating the process of benchmarking a web server

View File

@ -4,7 +4,7 @@
PORTNAME= bonnie++
PORTVERSION= 1.97.3
CATEGORIES= benchmarks
MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/
MASTER_SITES= https://www.coker.com.au/bonnie++/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Performance Test of Filesystem I/O

View File

@ -5,8 +5,7 @@ PORTNAME= bonnie
PORTVERSION= 2.0.6
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://www.acnc.com/benchmarks/ \
http://www.textuality.com/bonnie/
MASTER_SITES= http://www.textuality.com/bonnie/
DISTNAME= bonnie
MAINTAINER= kuriyama@FreeBSD.org

View File

@ -2,5 +2,3 @@ Cpipe copies its standard input to its standard output while measuring the time
it takes to read an input buffer and write an output buffer. Statistics of
average throughput and the total amount of bytes copied are printed to the
standard error output.
WWW: http://developer.berlios.de/projects/cpipe/

View File

@ -1,4 +1,2 @@
Expedite is meant to be a detailed and comprehensive benchmark
suite for Evas.
WWW: http://trac.enlightenment.org/e/wiki/Expedite

View File

@ -5,5 +5,3 @@ The rules, such as time measurement (including a repetitive call
of the kernels for better clock synchronization), message lengths,
selection of communicators to run a particular benchmark (inside
the group of all started processes) are program parameters.
WWW: http://www.intel.com/cd/software/products/asmo-na/eng/cluster/mpi/219848.htm

View File

@ -4,8 +4,7 @@
PORTNAME= libmicro
PORTVERSION= 0.4.1
CATEGORIES= benchmarks
MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/ \
LOCAL/bdrewery/${PORTNAME}/
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of utilities to benchmark productivity of system calls

View File

@ -3,5 +3,3 @@ used during Solaris 10 development to measure the performance of various
system and library calls. LibMicro was developed by Bart Smaalders and
Phil Harman as part of their If another OS is faster it's a Solaris bug
performance campaign.
WWW: http://hub.opensolaris.org/bin/view/Project+libmicro/

View File

@ -4,8 +4,7 @@
PORTNAME= netperf
PORTVERSION= 2.7.0
CATEGORIES= benchmarks ipv6
MASTER_SITES= ftp://ftp.netperf.org/netperf/ \
http://fossies.org/unix/misc/
MASTER_SITES= http://fossies.org/unix/misc/
MAINTAINER= marius@FreeBSD.org
COMMENT= Network performance benchmarking package

View File

@ -4,5 +4,3 @@ It simultaneously transmits bidirectional flows to an endpoint
and measures the resulting flow bandwidths and QoS. The
results are written as vector and scalar files. The vector
files can e.g. be used to create plots of the results.
WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/

View File

@ -9,6 +9,8 @@ MASTER_SITES= http://bitspjoule.org/netpipe/code/
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Self-scaling network benchmark
BROKEN= No public distfiles
# The default port builds and installs only the TCP version of
# netpipe(1). The sources support many other variants.

View File

@ -6,7 +6,6 @@ PORTVERSION= 1.47
PORTREVISION= 3
CATEGORIES= benchmarks net
MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \
http://reality.sgiweb.org/freeware/source/nttcp/ \
LOCAL/martymac
MAINTAINER= martymac@FreeBSD.org

View File

@ -11,6 +11,8 @@ COMMENT= Programs to compare protein sequences and profiles
WRKSRC= ${WRKDIR}/SRC-${PORTVERSION}
BROKEN= No public distfiles
PLIST_FILES+= bin/ariadne bin/prospero
USES= gmake tar:Z
PORTDOCS= README

View File

@ -5,8 +5,7 @@ PORTNAME= artemis
PORTVERSION= 9
PORTREVISION= 2
CATEGORIES= biology java
MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ \
ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v${PORTVERSION}/
MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/
DISTNAME= artemis_compiled_v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org

View File

@ -4,7 +4,7 @@ PORTNAME= biococoa
PORTVERSION= 2.2.2
PORTREVISION= 3
CATEGORIES= biology gnustep
MASTER_SITES= http://bioinformatics.org/biococoa/downloads/ DEBIAN/pool/main/b/biococoa.app
MASTER_SITES= http://bioinformatics.org/biococoa/downloads/
DISTNAME= biococoa-${PORTVERSION}-src
EXTRACT_SUFX= .tgz

View File

@ -13,6 +13,7 @@ COMMENT= Software toolkit for phylogenetic inference
LICENSE= BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
BROKEN= No public distfiles
BROKEN_aarch64= Fails to link: ImportError: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc5/libgfortran.so.3 not found
BROKEN_armv6= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod"

View File

@ -11,6 +11,8 @@ MASTER_SITES= ftp://selab.janelia.org/pub/software/hmmer3/3.0/ \
MAINTAINER= bacon4000@gmail.com
COMMENT= Profile hidden Markov models for biological sequence analysis
BROKEN= No public distfiles
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= bacon4000@gmail.com
COMMENT= Whole genome association analysis toolset
BROKEN= no public distfiles
LICENSE= GPLv2
LIB_DEPENDS= liblapack.so:math/lapack

View File

@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Very fast matching and alignment of DNA sequences
BROKEN= No public distfiles
NO_WRKSUBDIR= yes
BUILD_WRKSRC= ${WRKSRC}/Binary

View File

@ -10,6 +10,8 @@ MASTER_SITES= ftp://selab.janelia.org/pub/software/tRNAscan-SE/
MAINTAINER= ports@FreeBSD.org
COMMENT= Improved tool for transfer RNA detection
BROKEN= No public distfiles
USES= perl5 tar:Z
MAKE_ARGS= BINDIR="${PREFIX}/bin" \
LIBDIR="${DATADIR}" \

View File

@ -11,6 +11,7 @@ DISTNAME= cider1b1
MAINTAINER= ports@FreeBSD.org
COMMENT= Mixed-level circuit and device simulator (includes SPICE3)
BROKEN= No public distfiles
BROKEN_aarch64= fails to link: missing sbrk
BROKEN_powerpc64= fails to compile: ccache: cc: FreeBSD: No such file or directory

View File

@ -13,6 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Finite element analysis program (personal version)
BROKEN= No public distfiles
USES= fortran gmake localbase:ldflags zip
USE_XORG= x11
MAKEFILE= makefile

View File

@ -12,6 +12,3 @@ Kicad is a set of four softwares and a project manager:
* Gerbview: GERBER viewer (photoplotter documents).
* Cvpcb: footprint selector for components used in the circuit design.
* Kicad: project manager.
WWW: http://iut-tice.ujf-grenoble.fr/kicad/
WWW: http://www.lis.inpg.fr/realise_au_lis/kicad/index.html

View File

@ -12,6 +12,7 @@ COMMENT= General-purpose circuit analysis program
LICENSE= GPLv2
BROKEN= No public distfiles
USES= fortran
MAKE_JOBS_UNSAFE= yes

View File

@ -6,9 +6,7 @@ PORTVERSION= 0.2.20080216.1
PORTREVISION= 3
CATEGORIES= chinese x11-fonts
MASTER_SITES= LOCAL/chinsan/fonts/:uming \
http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/:uming \
LOCAL/chinsan/fonts/:ukai \
http://ftp.debian.org/debian/pool/main/t/ttf-arphic-ukai/:ukai
LOCAL/chinsan/fonts/:ukai
DISTFILES= ttf-arphic-uming_${PORTVERSION}.orig.tar.gz:uming \
ttf-arphic-ukai_${PORTVERSION}.orig.tar.gz:ukai

View File

@ -5,8 +5,7 @@ PORTNAME= bg5pdf
PORTVERSION= 1.0.0
PORTREVISION= 7
CATEGORIES= chinese print
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/bg5pdf/ \
LOCAL/chinsan
MASTER_SITES= LOCAL/chinsan
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert Chinese-Big5 encoded files to PDF, using PDFlib

View File

@ -5,8 +5,7 @@ PORTNAME= cnprint
PORTVERSION= 3.30b
PORTREVISION= 1
CATEGORIES= chinese print
MASTER_SITES= http://distfiles.cs.nctu.edu.tw/${PORTNAME}-${PORTVERSION}/ \
http://ftp.yz.yamagata-u.ac.jp/pub/FreeBSD/distfiles/${PORTNAME}-${PORTVERSION}/
MASTER_SITES= http://distfiles.cs.nctu.edu.tw/${PORTNAME}-${PORTVERSION}/
DISTFILES= cnprint330b.c cnprint330b.readme ttfb330b.c cnprint330b.hlp \
cnprint33.cmd helvet.dat mssong.ttf.gz mssong.htf \
mshei.ttf.gz mshei.htf cc48s.hbf cc48.sym.gz cc48s.1.gz \

View File

@ -5,8 +5,7 @@ PORTNAME= dictd-database
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= chinese textproc
MASTER_SITES= LOCAL/rafan/chinese/ \
ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/
MASTER_SITES= LOCAL/rafan/chinese/
DISTNAME= dict-zh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org

View File

@ -11,6 +11,8 @@ DISTNAME= libtabe_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Unified library for Chinese text processing
BROKEN= No public distfiles
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -5,8 +5,7 @@ PORTNAME= opendesktop-fonts
PORTVERSION= 1.4.2
PORTREVISION= 5
CATEGORIES= chinese x11-fonts
MASTER_SITES?= ftp://ftp.opendesktop.org.tw/odp/ODOFonts/OpenFonts/ \
LOCAL/chinsan/fonts
MASTER_SITES?= LOCAL/chinsan/fonts
MAINTAINER= ports@FreeBSD.org
COMMENT= Ming and Kai face of OpenDesktop fonts

View File

@ -5,8 +5,7 @@ PORTNAME= qe
PORTVERSION= 0.1.1
PORTREVISION= 3
CATEGORIES= chinese
MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/ \
ftp://freebsd.sinica.edu.tw/pub/statue/qe/
MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/
MAINTAINER= ports@FreeBSD.org
COMMENT= QE is a PE2-like editor program under U*nix

View File

@ -10,6 +10,8 @@ MASTER_SITES= http://of.openfoundry.org/download/scimarray/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Array 30 SCIM IMEngine module
BROKEN= No public distfiles
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -16,6 +16,8 @@ DIST_SUBDIR= ${PORTNAME}-chinese-${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Chinese font support for xpdf
BROKEN= No public distfiles
RUN_DEPENDS= xpdf:graphics/xpdf \
${ADOBECMAPDIR}/ai0/CMap/Identity-H:print/adobe-cmaps \
${FONTSDIR}/STHeiti-Regular:chinese/font-std \

View File

@ -4,8 +4,7 @@
PORTNAME= chu
PORTVERSION= 0.1.29
CATEGORIES= comms hamradio
MASTER_SITES= SUNSITE/system/admin/time \
http://www.rossi.com/chu/
MASTER_SITES= SUNSITE/system/admin/time
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Synchronise computer clock to CHU radio station

View File

@ -5,8 +5,7 @@ PORTNAME= conserver
PORTVERSION= 8.5
PORTREVISION= 4
CATEGORIES= comms
MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \
http://www.komquats.com/distfiles/ \
MASTER_SITES= http://www.komquats.com/distfiles/ \
http://people.freebsd.org/~cy/distfiles/
EXTRACT_SUFX= .tgz

View File

@ -4,8 +4,7 @@
PORTNAME= cwdaemon
PORTVERSION= 0.9.4
CATEGORIES= comms hamradio
MASTER_SITES= http://www.chronos.org.uk/download/ \
LOCAL/db
MASTER_SITES= LOCAL/db
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio cw (Morse code) keyer daemon

View File

@ -4,9 +4,7 @@ PORTNAME= ebook2cwgui
PORTVERSION= 0.1.2
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \
http://distfiles.bsdjunk.com/ \
LOCAL/db
MASTER_SITES= http://fkurz.net/ham/ebook4cw/
MAINTAINER= hamradio@FreeBSD.org
COMMENT= gui front end for ebooks2cw

View File

@ -1,9 +1,10 @@
# $FreeBSD$
PORTNAME= flcluster
PORTVERSION= 1.0.1
PORTVERSION= 1.0.2
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/files/flcluster/
MASTER_SITES= http://www.w1hkj.com/files/flcluster/ \
LOCAL/db
MAINTAINER= hamradio@FreeBSD.org
COMMENT= FLCLUSTER is a management tool for accessing dxcluster nodes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1507827345
SHA256 (flcluster-1.0.1.tar.gz) = 888cbe1299f65736c5625ca656687db9b5d94bdf693fa124721ea7c2cdcc1139
SIZE (flcluster-1.0.1.tar.gz) = 1070102
TIMESTAMP = 1507895803
SHA256 (flcluster-1.0.2.tar.gz) = 7f823fe6e890015e6dbf0dcf748cf9aff63f2508cc71e26bd24a82c4cef52f2d
SIZE (flcluster-1.0.2.tar.gz) = 1070082

View File

@ -1,20 +0,0 @@
--- src/dxcluster/dxcluster.cxx.orig 2017-09-22 15:49:18 UTC
+++ src/dxcluster/dxcluster.cxx
@@ -653,7 +653,6 @@ void parse_dxline(string dxbuffer)
isdigit(dxbuffer[p+3]) &&
(dxbuffer[p+4] == 'Z' || dxbuffer[4] == 'z')) {
dxc.time = dxbuffer.substr(p, 5);
- if (dxbuffer.length() > p+5);
dxc.spotter_US_state = dxbuffer.substr(p+5);
dxbuffer.erase(p-1);
}
@@ -1178,8 +1177,7 @@ void parse_DXcluster_stream(string input
send_password();
}
-
- if (keepalive > 0) {
+ if (progStatus.keepalive > 0) {
Fl::awake(restore_keepalive_box);
wait_for_keepalive = -1;
}

View File

@ -1,10 +0,0 @@
--- src/utils/debug.cxx.orig 2017-09-22 15:49:54 UTC
+++ src/utils/debug.cxx
@@ -119,7 +119,6 @@ void debug::start(const char* filename)
static char fmt[1024];
static char sztemp[1024];
-static char strTime[64];
/** ********************************************************
*

View File

@ -1,14 +0,0 @@
--- src/utils/socket.cxx.orig 2017-08-29 18:53:34 UTC
+++ src/utils/socket.cxx
@@ -619,11 +619,7 @@ void Socket::open(const Address& addr)
address = addr;
size_t n = address.size();
-#ifdef __FreeBSD__
- for (anum = n-1; anum >= 1; anum--) {
-#else
for (anum = n-1; anum >= 0; anum--) {
-#endif
ainfo = address.get(anum);
LOG_INFO("Trying %s", address.get_str(ainfo).c_str());
if ((sockfd = socket(ainfo->ai_family, ainfo->ai_socktype, ainfo->ai_protocol)) != -1)

View File

@ -5,8 +5,7 @@ PORTNAME= flwrap
PORTVERSION= 1.3.4
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/flwrap/ \
LOCAL/db
MASTER_SITES= LOCAL/db
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Flwrap is a companion utility for fldigi

View File

@ -5,8 +5,7 @@ PORTVERSION= 1.0
DISTVERSIONSUFFIX= .src
PORTREVISION= 8
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/LinuxApps/ \
LOCAL/db
MASTER_SITES= http://www.w1hkj.com/LinuxApps/
DISTNAME= fl_geoid
EXTRACT_SUFX= .src.tar.gz

View File

@ -11,6 +11,7 @@ DISTNAME= comm${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Sun's Java Communications API
BROKEN= No upstream anymore
USES= zip
USE_JAVA= yes
JAVA_VERSION= 1.6+

View File

@ -11,6 +11,8 @@ MASTER_SITES= http://www.sdr-j.tk/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= SDR tools for RTL2832-based USB sticks
BROKEN= No public distfiles
LICENSE= GPLv2
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \

View File

@ -4,8 +4,7 @@ PORTNAME= kb
PORTVERSION= 8.04
PORTREVISION= 9
CATEGORIES= comms hamradio
MASTER_SITES= http://www.db.net/downloads/ \
LOCAL/db
MASTER_SITES= http://www.db.net/downloads/
DISTFILES= kb_src-${PORTVERSION}.tar.gz kb_inst-${PORTVERSION}.tar.gz
MAINTAINER= hamradio@FreeBSD.org

View File

@ -9,6 +9,8 @@ MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION}
MAINTAINER= rand@iteris.com
COMMENT= Library for Evation's Irman infrared receiver
BROKEN= No public distfiles
LICENSE= LGPL20
USES= gmake libtool pathfix tar:bzip2

Some files were not shown because too many files have changed in this diff Show More