Re: rsync: update to 3.2.2

2020-07-24 Thread Stuart Henderson
On 2020/07/24 00:04, Antoine Jacoutot wrote:
> IMHO these don’t warrant a FLAVOR and should be on by default. 

+1



Re: [Update] cad/xschem to 2.9.7

2020-07-24 Thread Hannu Vuolasaho
Ping
Has anyone taken a look at this?

Original diff in the first message:
https://marc.info/?l=openbsd-ports=159423940715021=2

Best regards,
Hannu Vuolasaho

ke 15. heinäk. 2020 klo 22.24 Hannu Vuolasaho (vuokkose...@gmail.com) kirjoitti:
>
> Anyone?
>
> I've used this for a week without issues.
>
> Best regards,
> Hannu Vuolasaho
>
> ke 8. heinäk. 2020 klo 23.13 Hannu Vuolasaho  
> kirjoitti:
>>
>> Hello!
>> This is a fresh release update from today.
>>
>> A lot of improvement has happened since 2.9.2
>> support for gschem symbols and schematics has been added
>> and the gschem symbol library is also imported to xschem. That's why
>> the diff is so long.
>>
>> I hope I got the paths correctly.
>>
>> Best regards,
>> hannu Vuolasaho



Re: rsync: update to 3.2.2

2020-07-24 Thread Klemens Nanni
On Fri, Jul 24, 2020 at 11:21:53AM +0100, Stuart Henderson wrote:
> On 2020/07/24 00:04, Antoine Jacoutot wrote:
> > IMHO these don’t warrant a FLAVOR and should be on by default. 
> 
> +1
Sure, the simpler the better.

Tests on amd64 still pass:

  31 passed
  9 skipped

Feedback? OK?


Index: Makefile
===
RCS file: /cvs/ports/net/rsync/Makefile,v
retrieving revision 1.85
diff -u -p -r1.85 Makefile
--- Makefile27 Jan 2020 20:27:10 -  1.85
+++ Makefile24 Jul 2020 12:52:39 -
@@ -2,7 +2,7 @@
 
 COMMENT =  mirroring/synchronization over low bandwidth links
 
-DISTNAME = rsync-3.1.3
+DISTNAME = rsync-3.2.2
 CATEGORIES =   net
 HOMEPAGE = https://rsync.samba.org/
 
@@ -10,32 +10,36 @@ MAINTAINER =Marc Espie https://rsync.samba.org/ftp/rsync/src/ \
http://ftp.funet.fi/pub/mirrors/samba.org/pub/rsync/src/
 
+SEPARATE_BUILD =Yes
 CONFIGURE_STYLE =gnu
 CONFIGURE_ARGS =--with-included-popt \
--with-included-zlib \
--with-rsyncd-conf="${SYSCONFDIR}/rsyncd.conf" \
--with-rsh=/usr/bin/ssh \
--with-nobody-group=_rsync
+CONFIGURE_ENV =CPPFLAGS='-I${LOCALBASE}/include' \
+   LDFLAGS='-L${LOCALBASE}/lib'
 
 .if ${FLAVOR:Miconv}
-CONFIGURE_ENV += CPPFLAGS='-I${LOCALBASE}/include' \
-   LDFLAGS='-L${LOCALBASE}/lib'
 LIB_DEPENDS += converters/libiconv
 WANTLIB += iconv
 .endif
 
 DOCDIR =   ${PREFIX}/share/doc/rsync
 DEBUG_PACKAGES =   ${BUILD_PACKAGES}
+
+LIB_DEPENDS =  archivers/lz4 \
+   archivers/zstd \
+   sysutils/xxhash
 
 pre-configure:
${SUBST_CMD} ${WRKSRC}/rsyncd.conf.5 \
Index: distinfo
===
RCS file: /cvs/ports/net/rsync/distinfo,v
retrieving revision 1.29
diff -u -p -r1.29 distinfo
--- distinfo13 Feb 2018 19:20:06 -  1.29
+++ distinfo23 Jul 2020 14:20:14 -
@@ -1,2 +1,2 @@
-SHA256 (rsync-3.1.3.tar.gz) = VcxVTv7F/arXDekhzVpe62wpqVUkxxXzu/hJI1sIAMA=
-SIZE (rsync-3.1.3.tar.gz) = 905908
+SHA256 (rsync-3.2.2.tar.gz) = ZEvThBd5UHZlIR/X24NZyKEGcMV+MFtKq2G05AA3r6g=
+SIZE (rsync-3.2.2.tar.gz) = 1057001
Index: patches/patch-authenticate_c
===
RCS file: /cvs/ports/net/rsync/patches/patch-authenticate_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-authenticate_c
--- patches/patch-authenticate_c10 Jan 2016 21:36:22 -  1.6
+++ patches/patch-authenticate_c23 Jul 2020 14:20:26 -
@@ -1,7 +1,8 @@
 $OpenBSD: patch-authenticate_c,v 1.6 2016/01/10 21:36:22 naddy Exp $
 authenticate.c.origMon Aug 24 20:54:00 2015
-+++ authenticate.c Tue Dec 22 21:23:23 2015
-@@ -350,7 +350,7 @@ void auth_client(int fd, const char *user, const char 
+Index: authenticate.c
+--- authenticate.c.orig
 authenticate.c
+@@ -349,7 +349,7 @@ void auth_client(int fd, const char *user, const char 
char pass2[MAX_DIGEST_LEN*2];
  
if (!user || !*user)
Index: patches/patch-configure_sh
===
RCS file: /cvs/ports/net/rsync/patches/patch-configure_sh,v
retrieving revision 1.4
diff -u -p -r1.4 patch-configure_sh
--- patches/patch-configure_sh  10 Jan 2016 21:36:22 -  1.4
+++ patches/patch-configure_sh  23 Jul 2020 14:20:26 -
@@ -1,7 +1,8 @@
 $OpenBSD: patch-configure_sh,v 1.4 2016/01/10 21:36:22 naddy Exp $
 configure.sh.orig  Mon Dec 21 21:20:53 2015
-+++ configure.sh   Tue Dec 22 21:23:23 2015
-@@ -4453,7 +4453,7 @@ fi
+Index: configure.sh
+--- configure.sh.orig
 configure.sh
+@@ -4901,7 +4901,7 @@ fi
  
  
  cat >>confdefs.h <<_ACEOF
Index: patches/patch-rsync_1
===
RCS file: /cvs/ports/net/rsync/patches/patch-rsync_1,v
retrieving revision 1.6
diff -u -p -r1.6 patch-rsync_1
--- patches/patch-rsync_1   13 Feb 2018 19:20:06 -  1.6
+++ patches/patch-rsync_1   23 Jul 2020 14:20:26 -
@@ -2,12 +2,12 @@ $OpenBSD: patch-rsync_1,v 1.6 2018/02/13
 Index: rsync.1
 --- rsync.1.orig
 +++ rsync.1
-@@ -3990,7 +3990,7 @@ consult the remote shell\(cq\ documentation.
+@@ -4109,7 +4109,7 @@ documentation.
  .IP "\fBUSER\fP or \fBLOGNAME\fP"
- The USER or LOGNAME environment variables
- are used to determine the default username sent to an rsync daemon.
--If neither is set, the username defaults to \(dq\\(dq\&.
-+If neither is set, the username defaults to \(dq\&_rsync\(dq\&.
+ The USER or LOGNAME environment variables are used to determine the default
+ username sent to an rsync daemon.  If neither is set, the username defaults
+-to "nobody".
++to "_rsync".
  .IP "\fBHOME\fP"
- The HOME environment variable is used to find the user\(cq\
- default .cvsignore file.
+ The HOME environment variable is used to find the user's default 

UPDATE: SMPlayer-20.6.0

2020-07-24 Thread Gonzalo L. Rodriguez
Hello,

Small update for SMPlayer to 20.6.0:

https://www.smplayer.info/en/changes

OK? Comments?

Cheers.-

-- 

- gonzalo
Index: Makefile
===
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.61
diff -u -p -r1.61 Makefile
--- Makefile17 May 2020 06:09:40 -  1.61
+++ Makefile24 Jul 2020 12:49:24 -
@@ -2,7 +2,7 @@
 
 COMMENT =  complete front-end for MPlayer and MPV
 
-DISTNAME = smplayer-20.4.2
+DISTNAME = smplayer-20.6.0
 CATEGORIES =   multimedia x11
 
 HOMEPAGE = https://www.smplayer.info/
Index: distinfo
===
RCS file: /cvs/ports/x11/smplayer/distinfo,v
retrieving revision 1.43
diff -u -p -r1.43 distinfo
--- distinfo17 May 2020 06:09:40 -  1.43
+++ distinfo24 Jul 2020 12:49:24 -
@@ -1,2 +1,2 @@
-SHA256 (smplayer-20.4.2.tar.bz2) = w0+z9fvhHx7TYFTwSGarHhg16WNtM58Hqo8cIbDpDU8=
-SIZE (smplayer-20.4.2.tar.bz2) = 5197394
+SHA256 (smplayer-20.6.0.tar.bz2) = vnZZa5oLcHm8Qb6PIAwQJGcL2A/+nW7F8kh5UZ97qTA=
+SIZE (smplayer-20.6.0.tar.bz2) = 5227856


UPDATE: SMtube-20.6.0

2020-07-24 Thread Gonzalo L. Rodriguez
Hello,

Update for SMTube to 20.6.0:

http://www.smtube.org/

Ok? Comments?

Cheers.-

-- 

- gonzalo
Index: Makefile
===
RCS file: /cvs/ports/x11/smtube/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile17 May 2020 05:50:01 -  1.37
+++ Makefile24 Jul 2020 13:04:19 -
@@ -4,8 +4,7 @@ USE_WXNEEDED =  Yes
 
 COMMENT =  browse and download YouTube videos
 
-DISTNAME = smtube-20.1.0
-REVISION = 0
+DISTNAME = smtube-20.6.0
 
 CATEGORIES =   multimedia x11
 
@@ -16,8 +15,8 @@ HOMEPAGE =https://www.smtube.org/
 # GPLv2
 PERMIT_PACKAGE =   Yes
 
-WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Script
-WANTLIB += Qt5WebKit Qt5WebKitWidgets Qt5Widgets c m
+WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5WebKit
+WANTLIB += Qt5WebKitWidgets Qt5Widgets c m
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=smtube/}
 
Index: distinfo
===
RCS file: /cvs/ports/x11/smtube/distinfo,v
retrieving revision 1.25
diff -u -p -r1.25 distinfo
--- distinfo25 Feb 2020 07:04:18 -  1.25
+++ distinfo24 Jul 2020 13:04:19 -
@@ -1,2 +1,2 @@
-SHA256 (smtube-20.1.0.tar.bz2) = vx1BGf6L6sP6rMm7IIEU8s65nMsLMxpyhgE0A6Z/pwM=
-SIZE (smtube-20.1.0.tar.bz2) = 749306
+SHA256 (smtube-20.6.0.tar.bz2) = gvHrBtLY+kMEWGpAwubd5qRLIiTjFX8Dmxbzr19R30I=
+SIZE (smtube-20.6.0.tar.bz2) = 746094
Index: patches/patch-src_browserwindow_cpp
===
RCS file: /cvs/ports/x11/smtube/patches/patch-src_browserwindow_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_browserwindow_cpp
--- patches/patch-src_browserwindow_cpp 25 Feb 2020 07:04:18 -  1.1
+++ patches/patch-src_browserwindow_cpp 24 Jul 2020 13:04:19 -
@@ -3,16 +3,16 @@ $OpenBSD: patch-src_browserwindow_cpp,v 
 Index: src/browserwindow.cpp
 --- src/browserwindow.cpp.orig
 +++ src/browserwindow.cpp
-@@ -70,7 +70,7 @@ BrowserWindow::BrowserWindow(const QString & config_pa
- {
-   setWindowTitle("SMTube");
-   setWindowIcon(QPixmap(":/icons/smtube.png"));
--  home_page = "http://www.tonvid.com/;;
-+  home_page = "https://www.tonvid.com/;;
+@@ -202,7 +202,7 @@ QString BrowserWindow::homePageUrl() {
+ #ifdef USE_SITES
+   return sites.currentSite().homeUrl();
+ #else
+-  return "http://www.tonvid.com/;;
++  return "https://www.tonvid.com/;;
+ #endif
+ }
  
-   settings = new QSettings(config_path + "/smtube2.ini", 
QSettings::IniFormat, this);
- 
-@@ -442,7 +442,7 @@ void BrowserWindow::openYTUrl(QString title, QString e
+@@ -436,7 +436,7 @@ void BrowserWindow::openYTUrl(QString title, QString e
if (current_player == WebBrowser) {
QString u = url;
#if 1
@@ -21,7 +21,7 @@ Index: src/browserwindow.cpp
  "=" + title.toUtf8().toBase64().toPercentEncoding();
#endif
QDesktopServices::openUrl(u);
-@@ -713,7 +713,7 @@ void BrowserWindow::loadConfig() {
+@@ -691,7 +691,7 @@ void BrowserWindow::loadConfig() {
  #ifdef D_BUTTON
add_download_button = settings->value("add_download_button", 
false).toBool();
  
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/smtube/pkg/PLIST,v
retrieving revision 1.15
diff -u -p -r1.15 PLIST
--- pkg/PLIST   29 Jun 2018 22:16:35 -  1.15
+++ pkg/PLIST   24 Jul 2020 13:04:19 -
@@ -23,6 +23,7 @@ share/smtube/translations/smtube_el.qm
 share/smtube/translations/smtube_en.qm
 share/smtube/translations/smtube_en_GB.qm
 share/smtube/translations/smtube_es.qm
+share/smtube/translations/smtube_es_ES.qm
 share/smtube/translations/smtube_eu.qm
 share/smtube/translations/smtube_fr.qm
 share/smtube/translations/smtube_gl.qm


Re: NEW: devel/p5-File-LoadLines

2020-07-24 Thread Andrew Hewus Fresh
On Tue, Jul 21, 2020 at 05:01:15PM -0600, Todd C. Miller wrote:
> File::LoadLines provides an easy way to load the contents of a text
> file into an array of lines. It is intended for relatively small
> files like config files that are often produced by weird tools (and
> users).
> 
> This is a requirement for another port I'm working on.
> 
>  - todd

OK afresh1@



UPDATE: SQLMap-1.4.7

2020-07-24 Thread Gonzalo L. Rodriguez
Hola,

Update for SQLMap to 1.4.7:

https://github.com/sqlmapproject/sqlmap/releases

OK? Comments?

Cheers.-

-- 

- gonzalo
Index: Makefile
===
RCS file: /cvs/ports/security/sqlmap/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile3 Jul 2020 21:13:08 -   1.31
+++ Makefile24 Jul 2020 13:26:14 -
@@ -4,8 +4,7 @@ COMMENT =   penetration testing tool to d
 
 GH_ACCOUNT =   sqlmapproject
 GH_PROJECT =   sqlmap
-GH_TAGNAME =   1.4.5
-REVISION = 0
+GH_TAGNAME =   1.4.7
 
 CATEGORIES =   security
 
Index: distinfo
===
RCS file: /cvs/ports/security/sqlmap/distinfo,v
retrieving revision 1.25
diff -u -p -r1.25 distinfo
--- distinfo14 May 2020 14:22:40 -  1.25
+++ distinfo24 Jul 2020 13:26:14 -
@@ -1,2 +1,2 @@
-SHA256 (sqlmap-1.4.5.tar.gz) = LPhhybjBu3lOBR/yAdnJ4MgbwX+YIf/IVttWozAscDA=
-SIZE (sqlmap-1.4.5.tar.gz) = 6719672
+SHA256 (sqlmap-1.4.7.tar.gz) = Z8Pypc3niL5Z182zNMODWzLQgviCmFMLz+Z1JfMQO/w=
+SIZE (sqlmap-1.4.7.tar.gz) = 6774793


Re: NEW: devel/p5-String-Interpolate-Named

2020-07-24 Thread Andrew Hewus Fresh
On Tue, Jul 21, 2020 at 06:50:19PM -0600, Todd C. Miller wrote:
> String::Interpolate::Named provides a function to interpolate named
> arguments by target texts in a template string. The target texts
> are provided to the function via a hash, where the keys correspond
> to the named argument to be replaced.
> 
> This is a requirement for another port I'm working on.
> 
>  - todd

OK afresh1@



Re: NEW: p5-String-Interpolate

2020-07-24 Thread Andrew Hewus Fresh
On Tue, Jul 21, 2020 at 06:48:39PM -0600, Todd C. Miller wrote:
> String::Interpolate provides a neat interface to the solution to
> that perenial Perl problem - how to invoke the Perl string interpolation
> engine on a string contained in a scalar variable.
> 
> This is a requirement for another port I'm working on.
> 
>  - todd

OK afresh1@



Re: rc script for program which doesn't daemonize

2020-07-24 Thread Dimitri Karamazov
On Fri, Jul 24, 2020 at 06:30:32AM -, Antoine Jacoutot wrote:
>Use rc_bg as documented in rc.subr(8).
>For the logging of that kind of daemons, I am working on something.
>
>--
>Antoine

Hey, that helped. I think a upstream will include some '-f logfile' type
option after I exposed this issue to him. So for this port, there will
probably be no issue after it is released.

regards,
  Dimitri





Re: UPDATE: TeX Live 2020

2020-07-24 Thread Edd Barrett
On Wed, Jul 15, 2020 at 09:56:08PM +0100, Edd Barrett wrote:
> Here's an update to TeX Live 2020.

I was wondering if anyone had had a chance to try this out?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: NEW: devel/p5-B-COW

2020-07-24 Thread Andrew Hewus Fresh
On Thu, Jul 23, 2020 at 12:03:06PM +0200, Matthias Pitzl wrote:
> Hi,
> 
> B::COW is a simple module for checking copy-on-write status in Perl.
> Needed as test dependency for p5-CDB_File, a new port I'm working on.

OK afresh1@



NEW: comms/virtualradar

2020-07-24 Thread Brian Callahan
Hi ports --

Attached is a new port, comms/virtualradar. VirtualRadar is a server
that plots aircraft positions on a map.

---
pkg/DESCR:
Virtual Radar Server is an open-source .NET application that runs a
local web server which plots aircraft on a map. You will need a radio
that is capable of receiving Mode-S transmissions.
---

Some notes:
* It's mono. The port is pre-compiled (and it is only capable of being
compiled with Visual Studio) so there is nothing to build but requires
mono to run.
* You'll notice in DISTFILES that the config tarball has a .tar.gz
extension from upstream but I rename it to .tar -- this is because the
file is not gzipped but for some reason upstream tacked on the .gz.
* Ham-fisted approach to killing dump1090 after you close
VirtualRadar. If there's a better way, by all means let me know.
* I like to run this with the -nogui flag. You still get the server
but you don't get the always-open configuration window.

Works well on my amd64 machine.

OK?

~Brian


virtualradar.tgz
Description: application/compressed-tar


Re: [Update] devel/p5-Locale-US : Update to 3.04

2020-07-24 Thread Andrew Hewus Fresh
On Tue, Jul 07, 2020 at 07:31:22AM +, wen heping wrote:
> Hi, ports@:
> 
>Here is a patch for devel/p5-Locale-US:
>i) Update to 3.04
>ii) Add p5-Data-Section-Simple, which I submitted just now,
> as RUN_DEPENDS
> 
>It build well and pass all tests.
> 
>Two ports depends on devel/p5-Locale-US:
>i) p5-Moose: build well ,failed in tests. Moose in openbsd portstree
> is very old , many tests failed but not caused by this patch.
>   ii) p5-Mouse: build well and pass all tests.
> 
> 
> Cheers !
> wen

I wonder if we should @COMMENT the kruft2codes.pl script as it seems
only needed to update the codes.

Either way, OK afresh1@ after the dependency is imported.

> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/p5-Locale-US/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- Makefile  3 Jul 2020 21:44:58 -   1.10
> +++ Makefile  7 Jul 2020 07:25:46 -
> @@ -4,11 +4,12 @@ COMMENT=map two-letter codes to state n
>  
>  MODULES= cpan
>  PKG_ARCH=*
> -DISTNAME=Locale-US-1.2
> -REVISION=2
> +DISTNAME=Locale-US-3.04
>  CATEGORIES=  devel
>  
>  # Perl
>  PERMIT_PACKAGE=  Yes
> +
> +RUN_DEPENDS= devel/p5-Data-Section-Simple
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/devel/p5-Locale-US/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  18 Jan 2015 03:13:29 -  1.3
> +++ distinfo  7 Jul 2020 07:25:46 -
> @@ -1,2 +1,2 @@
> -SHA256 (Locale-US-1.2.tar.gz) = VR+C+63Okllp0jC4NJS+a0MiEL0WADIpprAGvwzCUYY=
> -SIZE (Locale-US-1.2.tar.gz) = 4137
> +SHA256 (Locale-US-3.04.tar.gz) = GQDMWKzSn5O/kzudbJbPxIltqV80IlqGQ5F5kzd/V/o=
> +SIZE (Locale-US-3.04.tar.gz) = 10768


-- 
andrew - http://afresh1.com

Whatever happened to the days when hacking started at the cerebral cortex 
and not the keyboard?
  -- Sid from UserFriendly.org



Re: bsd.port.mk: produce build.log

2020-07-24 Thread Klemens Nanni
On Mon, Jul 20, 2020 at 08:35:19AM +0200, Landry Breuil wrote:
> Definitely seconded. Having that feature by default without having knobs
> to push (or remembering another external obscure command) would be
> helpful... the only concern being objdir getting bigger :)
Is that a real concern, though?  BUILD_LOGFILE might "blow up" for huge
builds, but I have no setup to build monsters such as chromium or
firefox:  can anyone tell me how big the entire build log would be after
redirecting it to a file.

Either ways, I'm still in favour of built-in logs as you say;  any other
porters with feedback on this?  After all, this ought to make every
porter's life easier, not just mine.



Re: [UPDATE] games/gnubg to latest release

2020-07-24 Thread Nils Reuße

On 2020-07-15 22:59, Nils Reuße wrote:

On 2020-07-15 16:58, Christian Weisgerber wrote:

On 2020-07-14, Nils Reuße  wrote:


I am not too sure about adding "-I$(top_srcdir)" to the DEFAULT_INCLUDES
in the two Makefiles (for the two subdirectories), but I couldn't get it
to compile otherwise.  The affected includes are in subdirectories of
the source, but the compilation step is executed from build_amd64, and
then the already present "-I$(top_builddir)" resolves to .. (the top dir
of build_amd64) and not the top dir of the source code subdir.


Presumably that problem is caused by SEPARATE_BUILD.  Patching
around problems caused by SEPARATE_BUILD is not worth it, just drop
the SEPARATE_BUILD.



Thanks, that did the trick.  The attached diff has removed the 
SEPARATE_BUILD variable as well as the superfluous Makefile.in-patches.


Kind regards
Nils


Friendly fridays ping ;)



Re: NEW: databases/p5-CDB_File

2020-07-24 Thread Andrew Hewus Fresh
On Thu, Jul 23, 2020 at 12:05:01PM +0200, Matthias Pitzl wrote:
> Hi,
> 
> CDB_File is a Perl module for accessing constant databases (cdb).

The contents of the "bun-x.pl" script are included in the POD of the
module but it isn't really documented well enough to be useful on its
own.  I think this should either become an example or just get
@COMMENTed out.

It's not that big though, so either way.
OK afresh1@



NEW: comms/dump1090

2020-07-24 Thread Brian Callahan
Hi ports --

Attached is a new port, comms/dump1090. Dump 1090 is a simple ADS-B
Mode-S decoder for RTLSDR devices.

---
pkg/DESCR:
Dump 1090 is an ADS-B Mode-S decoder specifically designed for RTLSDR
devices.

The main features are:
* Robust decoding of weak messages.
* Network support: TCP30003 stream (MSG5...), Raw packets, HTTP.
* Embedded HTTP server that displays the currently detected aircrafts
  on Google Maps.
* Single bit errors correction using the 24 bit CRC.
* Ability to decode DF11, DF17 messages.
* Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21
  where the checksum is xored with the ICAO address by brute forcing
  the checksum field using recently seen ICAO addresses.
* Decode raw IQ samples from file (using --ifile command line switch).
* Interactive command-line-interfae mode where aircrafts currently
  detected are shown as a list refreshing as more data arrives.
* CPR coordinates decoding and track calculation from velocity.
* TCP server streaming and receiving raw data to/from connected clients
  (using --net).
---

I noticed that an earlier version of dump1090 was sent back in 2016
and even OK'd but then never committed. This port, besides using the
latest upstream code, also cherry picks a PR that allows dump1090 to
work better with the much nicer VirtualRadar server, which I will send
in a separate email.

Works well on amd64 with my RTL-SDR blog radio, both with its own
standalone server and with the VirtualRadar server.

OK?

~Brian


dump1090.tgz
Description: application/compressed-tar


Re: [NEW] devel/p5-Data-Section-Simple

2020-07-24 Thread Andrew Hewus Fresh
On Tue, Jul 07, 2020 at 07:15:18AM +, wen heping wrote:
> Hi, ports@:
> 
>   Here is a patch to create devel/p5-Data-Section-Simple, which is
> needed by the update of devel/p5-Locale-US.
>   It build well and pass all tests on amd64-current system.


The COMMENT starts with a capital letter, which it shouldn't. Other than
that

OK afresh1@



NEW: textproc/chordpro

2020-07-24 Thread Todd C . Miller
[Finally, the port I wanted in the first place...]

chordpro will read a text file containing the lyrics of one or many
songs plus chord information. chordpro will then generate a
photo-ready, professional looking, impress-your-friends sheet-music
suitable for printing on your nearest printer.

This is the successor to the chord (and chordii) program I used to
use in the 90s to generate sheet music.

I used multi-packages to separate the main chordpro program from
the graphical front-end that uses p5-wx.  I personally have no use
for the GUI version, but perhaps other people will.

 - todd


chordpro.tgz
Description: application/compressed-tar


[NEW] devel/p5-Test-CleanNamespaces

2020-07-24 Thread wen heping
Hi, ports@:

   Here is a patch to create new port p5-Test-CleanNamespaces,
it is required by the future update of p5-Moose.
   It builds well and all tests pass.


Cheers !
wen


p5-Test-CleanNamespaces.tar.gz
Description: p5-Test-CleanNamespaces.tar.gz


Re: UPDATE: SMPlayer-20.6.0

2020-07-24 Thread Bjorn Ketelaars
On Fri 24/07/2020 14:52, Gonzalo L. Rodriguez wrote:
> Hello,
> 
> Small update for SMPlayer to 20.6.0:
> 
> https://www.smplayer.info/en/changes
> 
> OK? Comments?

Works for me, OK bket@



Re: UPDATE: SMtube-20.6.0

2020-07-24 Thread Bjorn Ketelaars
On Fri 24/07/2020 15:05, Gonzalo L. Rodriguez wrote:
> Hello,
> 
> Update for SMTube to 20.6.0:
> 
> http://www.smtube.org/
> 
> Ok? Comments?

OK bket@



[NEW] devel/p5-Devel-OverloadInfo

2020-07-24 Thread wen heping
Hi, ports@:

   Here is patch to create new port devel/p5-Devel-OverloadInfo,
it is required by the future update of p5-Moose.
   It build well, all tests passed but one spell check test failed.


Cheers !
wen


p5-Devel-OverloadInfo.tar.gz
Description: p5-Devel-OverloadInfo.tar.gz


[Update RUN_DEPENDS] devel/p5-MooseX-Clone

2020-07-24 Thread wen heping
Hi, ports@:

Here is a patch for devel/p5-MooseX-Clone to update
its RUN_DEPENDS. Currently devel/p5-MooseX-Clone test
fail, with this patch the tests success.

Cheers !
wen


Index: Makefile
===
RCS file: /cvs/ports/devel/p5-MooseX-Clone/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile3 Jul 2020 21:45:01 -   1.12
+++ Makefile25 Jul 2020 03:08:26 -
@@ -6,7 +6,7 @@ MODULES =   cpan
 PKG_ARCH = *
 DISTNAME = MooseX-Clone-0.06
 CATEGORIES =   devel
-REVISION = 0
+REVISION = 1
 
 # Perl
 PERMIT_PACKAGE =   Yes
@@ -14,7 +14,7 @@ PERMIT_PACKAGE =  Yes
 RUN_DEPENDS =  devel/p5-Data-Visitor>=0.24 \
devel/p5-Hash-Util-FieldHash-Compat \
devel/p5-Moose>=0.74 \
-   devel/p5-namespace-clean
+   devel/p5-namespace-autoclean
 BUILD_DEPENDS =${RUN_DEPENDS}
 
 .include 


rc script for program which doesn't daemonize

2020-07-24 Thread Dimitri Karamazov
Hey,
   I'm working with a port quark which hasn't been released yet.
   It's a simple web server which serves static pages.
   It works great, but the rc script doesn't execute quite well when starting.
   The program by default, logs every request, error on the terminal it is 
called in. (no daemon mode)
   rc script doesn't handle that well (timeout) on rc_start, program works 
anyway.
   Is there a way it can forward the log to /var/log/daemon and exit, or just 
exit(on the rc side)?
   or a compatibility with syslog is required? idk who controls the logging.
   Is daemon mode a necessity for a program executed by rc?

The rc-script: /etc/rc.d/quark
#!/bin/ksh
#
# $OpenBSD: rc.template,v 1.12 2018/01/11 19:30:18 rpe Exp $

daemon="/usr/local/bin/quark"
daemon_flags="-p 80 -d /var/www/quark -u www -g www"

. /etc/rc.d/rc.subr

rc_cmd $1




Re: rc script for program which doesn't daemonize

2020-07-24 Thread Antoine Jacoutot
On Fri, Jul 24, 2020 at 02:11:53AM -, Dimitri Karamazov wrote:
> Hey,
>I'm working with a port quark which hasn't been released yet.
>It's a simple web server which serves static pages.
>It works great, but the rc script doesn't execute quite well when starting.
>The program by default, logs every request, error on the terminal it is 
> called in. (no daemon mode)
>rc script doesn't handle that well (timeout) on rc_start, program works 
> anyway.
>Is there a way it can forward the log to /var/log/daemon and exit, or just 
> exit(on the rc side)?
>or a compatibility with syslog is required? idk who controls the logging.
>Is daemon mode a necessity for a program executed by rc?
> 
> The rc-script: /etc/rc.d/quark
> #!/bin/ksh
> #
> # $OpenBSD: rc.template,v 1.12 2018/01/11 19:30:18 rpe Exp $
> 
> daemon="/usr/local/bin/quark"
> daemon_flags="-p 80 -d /var/www/quark -u www -g www"
> 
> . /etc/rc.d/rc.subr
> 
> rc_cmd $1

Use rc_bg as documented in rc.subr(8).
For the logging of that kind of daemons, I am working on something.

-- 
Antoine



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/07/24 07:28:59

Modified files:
devel/p5-DateTime: Makefile 
devel/p5-DateTime/pkg: PLIST 

Log message:
Update PLIST for p5-DateTime

Somehow missed in my last update.
Patch from Mark Patruck, also noticed by aja@



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/07/24 08:01:00

Modified files:
sysutils/p5-Rex: Makefile distinfo 
sysutils/p5-Rex/pkg: PLIST 

Log message:
Update to p5-Rex-1.12.0, from wen heping



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/07/24 07:43:23

Modified files:
databases/p5-Redis: Makefile distinfo 

Log message:
Update to p5-Redis-1.996.



Re: CVS: cvs.openbsd.org: ports

2020-07-24 Thread Antoine Jacoutot
On Thu, Jul 23, 2020 at 07:24:23PM -0600, Andrew Fresh wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   afre...@cvs.openbsd.org 2020/07/23 19:24:23
> 
> Modified files:
>   devel/p5-DateTime: Makefile distinfo 
> 
> Log message:
> Update p5-DateTime to 1.52
> 
> Originally from wen heping 
> ok on that version from sthen@
> tweaks from me after

Does not package.

Error: 
/exopi-obj/pobj/p5-DateTime-1.52/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/DateTimePP.pm
 does not exist
Error: 
/exopi-obj/pobj/p5-DateTime-1.52/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/DateTimePPExtra.pm
 does not exist


-- 
Antoine



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/07/24 07:34:56

Modified files:
archivers/p5-Compress-Bzip2: Makefile distinfo 
archivers/p5-Compress-Bzip2/pkg: PLIST 

Log message:
Update to p5-Compress-Bzip2-2.28, from wen heping



Re: CVS: cvs.openbsd.org: ports

2020-07-24 Thread Antoine Jacoutot
On Thu, Jul 23, 2020 at 11:41:37PM -0600, Landry Breuil wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   lan...@cvs.openbsd.org  2020/07/23 23:41:37
> 
> Modified files:
>   x11/slim   : Makefile 
> 
> Log message:
> Drop maintainership, i havent used slim in ages.
> 
> Anyway it's more or less dead upstream since 7 years, which doesnt look
> good for a login manager.. candidate for removal ? xenodm works ootb,
> and is customizable once you grok X properties..

I'm in favor of removing it.

-- 
Antoine



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/07/24 05:59:49

Modified files:
geo/openbsd-developers: Makefile 
geo/openbsd-developers/files: OpenBSD 

Log message:
Update miod's coordinates, from miod@.

so that ppl know where to send gentiane and verveine supplies...



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/07/24 07:49:28

Modified files:
security/aircrack-ng: Makefile 

Log message:
Drop maintainership, no more use.



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Todd C . Miller
CVSROOT:/cvs
Module name:ports
Changes by: mill...@cvs.openbsd.org 2020/07/24 10:42:37

Log message:
File::LoadLines provides an easy way to load the contents of a text
file into an array of lines. It is intended for relatively small
files like config files that are often produced by weird tools (and
users).  OK afresh1@

Status:

Vendor Tag: millert
Release Tags:   millert_20200724

N ports/devel/p5-File-LoadLines/Makefile
N ports/devel/p5-File-LoadLines/distinfo
N ports/devel/p5-File-LoadLines/pkg/DESCR
N ports/devel/p5-File-LoadLines/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Todd C . Miller
CVSROOT:/cvs
Module name:ports
Changes by: mill...@cvs.openbsd.org 2020/07/24 10:43:41

Modified files:
devel  : Makefile 

Log message:
Add p5-File-LoadLines, p5-String-Interpolate, p5-String-Interpolate-Named



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/24 11:23:37

Modified files:
x11: Makefile 

Log message:
+xcolor



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Todd C . Miller
CVSROOT:/cvs
Module name:ports
Changes by: mill...@cvs.openbsd.org 2020/07/24 10:40:37

Log message:
String::Interpolate provides a neat interface to the solution to
that perenial Perl problem - how to invoke the Perl string interpolation
engine on a string contained in a scalar variable.  OK afresh1@

Status:

Vendor Tag: millert
Release Tags:   millert_20200724

N ports/devel/p5-String-Interpolate/Makefile
N ports/devel/p5-String-Interpolate/distinfo
N ports/devel/p5-String-Interpolate/pkg/DESCR
N ports/devel/p5-String-Interpolate/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Todd C . Miller
CVSROOT:/cvs
Module name:ports
Changes by: mill...@cvs.openbsd.org 2020/07/24 10:41:42

Log message:
String::Interpolate::Named provides a function to interpolate named
arguments by target texts in a template string. The target texts
are provided to the function via a hash, where the keys correspond
to the named argument to be replaced.  OK afresh1@

Status:

Vendor Tag: millert
Release Tags:   millert_20200724

N ports/devel/p5-String-Interpolate-Named/Makefile
N ports/devel/p5-String-Interpolate-Named/distinfo
N ports/devel/p5-String-Interpolate-Named/pkg/DESCR
N ports/devel/p5-String-Interpolate-Named/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/07/24 23:38:27

Modified files:
security/nss   : Makefile distinfo 

Log message:
Update to nss 3.55, will be required by gecko 80.

See 
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/07/24 17:38:30

Modified files:
www/p5-Dancer  : Makefile distinfo 

Log message:
Update p5-Dancer to 1.3513

>From wen heping 



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/07/24 17:59:57

Modified files:
devel/p5-IO-KQueue: Makefile distinfo 
devel/p5-IO-KQueue/pkg: PLIST 
Removed files:
devel/p5-IO-KQueue/patches: patch-Makefile_PL 

Log message:
update p5-IO-KQueue to 0.39
take maintainer



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/24 11:22:50

Log message:
Import x11/xcolor, a lightweight color picker.
Original submission by Laurence Tratt, who takes MAINTAINER -- thanks!
ok edd@

Lightweight color picker for X11. Use the mouse to select colors visible
anywhere on the screen to get their RGB representation.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200724

N ports/x11/xcolor/Makefile
N ports/x11/xcolor/distinfo
N ports/x11/xcolor/pkg/DESCR
N ports/x11/xcolor/pkg/PLIST
N ports/x11/xcolor/patches/patch-man_xcolor_1

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/07/24 01:45:43

Modified files:
sysutils/borgmatic: Makefile distinfo 
sysutils/borgmatic/pkg: PLIST 

Log message:
update to borgmatic-1.5.9, which now includes a export-tar subcommand