UPDATE: productivity/impressive

2016-04-07 Thread Gerrit Meyerheim
Hi ports@, Attached is an update for impressive to 0.11.1 Tested on amd64. Ok? -- Index: Makefile === RCS file: /cvs/ports/productivity/impressive/Makefile,v retrieving revision 1.16 diff -u -p -u -p -r1.16 Makefile --- Makefile

NEW: textproc/py-xlsx2csv

2016-04-07 Thread Gerrit Meyerheim
Hi ports@, Attached is a port for py-xlsx2csv. >From DESCR: Converts XLSX files to CSV format. Handles large XLSX files. Fast and easy to use. Tested on amd64. Best Gerrit py-xlsx2csv-0.7.2.tgz Description: application/tar-gz

Re: HEADS UP: gettext and libiconv don't need modules

2016-04-07 Thread Florian Stinglmayr
On Tue, Apr 05, 2016 at 03:22:12PM +, Christian Weisgerber wrote: > I want us to move ahead on this. > > To summarize: > > When you update a port, drop the converters/libiconv and devel/gettext > MODULES and handle libiconv and libintl like any other library > dependency. make port-lib-d

Re: vim configure fgrep errors

2016-04-07 Thread frantisek holop
Christian Weisgerber, 07 Apr 2016 15:41: > As ksh(1) explains under "POSIX mode": > > o Occurrences of \" inside double quoted `..` command substitutions. > In POSIX mode, the \" is interpreted when the command is interpreted; > in non-POSIX mode, the backslash is stripped before the

NEW: shells/yash: POSIX-compliant command line shell

2016-04-07 Thread Christian Weisgerber
While looking into the "`...\"...\"`" issue, I ran into references to "yash": Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing. WWW: https://yash.osdn.jp/index.html

update www/sthttpd

2016-04-07 Thread Michael McConville
Most or all of the changes were already included in patches. I'm not sure whether the minor PLIST changes make sense - couldn't find anything in the cvs logs. Index: Makefile === RCS file: /cvs/ports/www/sthttpd/Makefile,v retrieving

Re: vim configure fgrep errors

2016-04-07 Thread Christian Weisgerber
On 2016-04-06, frantisek holop wrote: > i am trying to track down some fgrep errors that show > up in vim's configure run. > > 5733 if test "X`echo \"$LDFLAGS\" | $FGREP -e \"$perlldflags\"`" = > "X"; then Ah, yes. We've run into this before. As ksh(1) explains under "POSIX mode":

Re: NEW - Ability to integrate Maven based ports

2016-04-07 Thread Kurt Miller
Thanks Bryan for working on this. I have some comments. On Tue, 2016-04-05 at 13:35 -0400, Bryan C. Everly wrote: > Ports@ > > I have taken a stab at a diff that will allow us to integrate Maven > based ports into the build process. As you may know, Maven downloads > dependencies at build time w

Re: UPDATE: pypy-5.0.1

2016-04-07 Thread Christian Weisgerber
On 2016-04-06, Edd Barrett wrote: > Here's PyPy-5.0.1. Let's get rid of the gettext module while here. diff -uNr pypy.orig/Makefile pypy/Makefile --- pypy.orig/Makefile Wed Apr 6 23:16:48 2016 +++ pypy/Makefile Thu Apr 7 14:33:14 2016 @@ -28,8 +28,9 @@ # PyPy is MIT; the Python libs i

Re: [new] graphics/mtpaint

2016-04-07 Thread Stuart Henderson
On 2016/04/07 14:05, Roman Gorelov wrote: > Added gtk, glib and X to dependencies. I'm new to porting, so I likely > miss something else. It would be nice to hear from you about mistakes > I made and wishes for the improvement. > > Also there are strcpy, sprintf, and rand linker warnings, which I

Re: Anybody interested in / working on ZoneMinder?

2016-04-07 Thread Stuart Henderson
On 2016/04/06 21:03, Ian Darwin wrote: > Generally suspicious of the cheapo security camera systems; suspicions > confirmed after reading > https://www.pentestpartners.com/blog/pwning-cctv-cameras/ > > Attention turns to ZoneMinder instead. There is a FreeBSD port but it will > take, ahh, some wor

Re: [new] graphics/mtpaint

2016-04-07 Thread Roman Gorelov
Added gtk, glib and X to dependencies. I'm new to porting, so I likely miss something else. It would be nice to hear from you about mistakes I made and wishes for the improvement. Also there are strcpy, sprintf, and rand linker warnings, which I ignored. Should it be patched? mtpaint.tgz Descrip