UPDATE: comms/minimodem 0.22.1 => 0.24

2017-08-16 Thread Brian Callahan
Hi ports -- Attached is an update to comms/minimodem, bringing it to its latest version. The patch can go away. Seeing as I was the original importer, I will be responsible for this yet again. OK? ~Brian Index: Makefile === R

Re: NEW: converters/unsf

2017-08-16 Thread Brian Callahan
On 08/02/17 01:16, Brian Callahan wrote: Hi ports -- Attached is a new port, converters/unsf. UnSF is a tool to convert SoundFont sf2 files into GUS patchesets. This is the program I used to create the TimGM6mb patchset for Timidity (see my previous email about that). --- pkg/DESCR: UnSF

Re: IMPROVE MORE: timidity, sdl-mixer, sdl2-mixer, and GUS patchsets

2017-08-16 Thread Brian Callahan
On 08/03/17 12:50, Brian Callahan wrote: On 08/03/17 08:03, Stuart Henderson wrote: On 2017/08/02 17:16, Brian Callahan wrote: Split the audio/timidity port into two ports: audio/timidity and audio/timgm6mb-gus. audio/timidity will only provide the timidity binary and timidity.cfg manual pa

Re: NEW: x11/wmutils

2017-08-16 Thread Brian Callahan
Hi Kaashif -- On 08/16/17 21:08, Kaashif Hymabaccus wrote: I also removed setting HOMEPAGE, since it gets set automagically when GH_* are around. Tarball is attached. I'd like to change some of your = in Makefile.inc to ?= (specifically, CATEGORIES, MAINTAINER, and NO_TEST), but otherwise I'

Re: GNU APL interpreter port for OpenBSD

2017-08-16 Thread Brian Callahan
Hi -- On 07/21/17 14:50, Brian Callahan wrote: On 7/21/2017 2:01 PM, Giuseppe Cocomazzi wrote: Hi Brian, hi ports. I think lang/apl is ready to be committed. It just needs a license marker tweak (it's just GPLv3+ now) and there's some trailing whitespace, but that can be fixed on import. ok

Re: NEW: x11/wmutils

2017-08-16 Thread Kaashif Hymabaccus
I also removed setting HOMEPAGE, since it gets set automagically when GH_* are around. Tarball is attached. -- Kaashif Hymabaccus GPG: 3E810B04 wmutils.tgz Description: application/tar-gz

Re: NEW: lang/a60

2017-08-16 Thread Brian Callahan
On 07/13/17 01:07, Brian Callahan wrote: Hi ports -- Back again from the historical languages department: here's a port of a60, an Algol 60 interpreter (and IDE). --- pkg/DESCR: a60 is the Algol 60 interpreter NASE A60. Made for fun and call-by-name. NASE A60 is based on the Revised Report

Re: NEW: lang/kona

2017-08-16 Thread Brian Callahan
On 07/20/17 22:04, Brian Callahan wrote: On 06/27/17 11:35, Brian Callahan wrote: On 06/20/17 14:50, Brian Callahan wrote: Hi ports -- Attached is a new port, lang/kona. Kona is the open source implementation of the K programming language. --- pkg/DESCR: Kona is the open-source impleme

Re: New diff for CMake-3.9.0 (3rd rev)

2017-08-16 Thread Stuart Henderson
On 2017/08/16 18:58, David Coppa wrote: > > 3rd revision of the patch: remove the (now) useless patch > patch-Modules_FindBoost_cmake. > > Upstream implemented the same feature, but in a different way, so > the patch was still applying cleanly. > > Now, if someone could run a bulk build with the

Re: sysutils/tarsnapper: update MAINTAINER

2017-08-16 Thread Michael Reed
On 2017-08-16 15:15, Daniel Jakots wrote: On Wed, 16 Aug 2017 14:54:52 -0400, Michael Reed wrote: The email address is wrong; see attached. Michael Reed I committed your email address change. FYI, updating the address needs a REVISION bump. Cheers, Daniel Thanks. Heh, I always forget tha

Re: sysutils/tarsnapper: update MAINTAINER

2017-08-16 Thread Daniel Jakots
On Wed, 16 Aug 2017 14:54:52 -0400, Michael Reed wrote: > The email address is wrong; see attached. > > Michael Reed I committed your email address change. FYI, updating the address needs a REVISION bump. Cheers, Daniel

New diff for CMake-3.9.0 (3rd rev)

2017-08-16 Thread David Coppa
3rd revision of the patch: remove the (now) useless patch patch-Modules_FindBoost_cmake. Upstream implemented the same feature, but in a different way, so the patch was still applying cleanly. Now, if someone could run a bulk build with the attached diff, it would be great... Ciao! David cmak

sysutils/tarsnapper: update MAINTAINER

2017-08-16 Thread Michael Reed
The email address is wrong; see attached. Michael ReedIndex: Makefile === RCS file: /cvs/ports/sysutils/tarsnapper/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 12 Aug 2017 19:17:14 - 1.1.1.1 +

Re: grip 3.5.2

2017-08-16 Thread Antoine Jacoutot
On Mon, Aug 07, 2017 at 11:36:18AM +0200, Landry Breuil wrote: > Hi, > > so audio/grip got a new upstream maintainer after 12 years of abandon > (http://www.solbu.net/english/tag/grip.html) - lots of patches merged > from various linux distros. I removed the patches disabling the help > menu as it

Re: boost 1.64.0

2017-08-16 Thread Marc Espie
On Sat, Aug 12, 2017 at 07:17:30PM +0200, Rafael Sadowski wrote: > Index: Makefile > === > RCS file: /cvs/ports/audio/py-tagpy/Makefile,v > retrieving revision 1.25 > diff -u -p -u -p -r1.25 Makefile > --- Makefile 26 Jul 2017 22:45:1

Re: NEW: x11/screenkey

2017-08-16 Thread Kaashif Hymabaccus
Thanks for the feedback everyone. Updated tarball is attached. I now use MODPY_EGG_VERSION, I replaced "0.9" in PLIST with MODPY_EGG_VERSION, added textproc/intltool to BUILD_DEPENDS. -- Kaashif Hymabaccus GPG: 3E810B04 screenkey.tgz Description: application/tar-gz

Re: NEW: x11/screenkey

2017-08-16 Thread Stuart Henderson
On 2017/08/16 03:59, Klemens Nanni wrote: > You should use MODPY_EGG_VERSION and MODPY_SETUPTOOLS, MODPY_SETUPTOOLS is already there. If using MODPY_EGG_VERSION here, the PLIST will need to be manually edited to use it, "make plist" will do the wrong thing. > SEPARATE_BUILD should be set. Nope,