Re: REVISION: databases/py-sqlalchemy

2018-06-10 Thread Marc Espie
On Sun, Jun 10, 2018 at 08:50:53PM -0300, Elias M. Mariani wrote: > py-sqlalchemy and py3-sqlalchemy (python3 flavor) have conflicts with > the documentation. > The diff attached makes a different folder for py3, best solution I > guess without making a docs package. > > Now the versions can coexi

Re: [UPDATE] x11/terminator 0.98 -> 1.91

2018-06-10 Thread Landry Breuil
On Sun, Jun 10, 2018 at 08:31:57PM -0300, Elias M. Mariani wrote: > This is not a ping... > I noticed that the diff didn't have the removal of the patches > directory, there is no need for that one patch anymore in this > version. > > If someone decides to commit this must remove the directory. c

Re: NEW: graphics/digikam [4/4 digikam 5]

2018-06-10 Thread Elias M. Mariani
No good. Couldn't get digikam to work. This one will be hard to crack. Cheers. Elias. 2018-06-09 21:37 GMT-03:00 Elias M. Mariani : > Well, after applying the patch to graphics/opencv, > Compiling that beast of code. > Then compiling the mega-beast of code that is digikam... > I return with a "No

REVISION: databases/py-sqlalchemy

2018-06-10 Thread Elias M. Mariani
py-sqlalchemy and py3-sqlalchemy (python3 flavor) have conflicts with the documentation. The diff attached makes a different folder for py3, best solution I guess without making a docs package. Now the versions can coexist... Cheers. Elias py-sqlalchemy.diff Description: Binary data

Re: [UPDATE] x11/terminator 0.98 -> 1.91

2018-06-10 Thread Elias M. Mariani
This is not a ping... I noticed that the diff didn't have the removal of the patches directory, there is no need for that one patch anymore in this version. If someone decides to commit this must remove the directory. Cheers. Elias. 2018-06-06 20:33 GMT-03:00 Elias M. Mariani : > Hi, > Attached

[UPDATE] net/py-dpkt

2018-06-10 Thread Remi Pointel
Hi, attached is the diff to update dpkt to latest release. This version is now compatible with Python 3, so add this flavor. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/net/py-dpkt/Makefile,v retrieving revision 1.

Re: NEW: libhidapi - a library for communicating with USB and Bluetooth HID devices

2018-06-10 Thread Thomas Frohwein
New tarball, thanks sthen@ for pointing me to these! - add missing BDEP on devel/libtool - missed a '$' for the symlink command - this now adds a second SHARED_LIBS entry (hidapi-libusb and hidapi). Since the latter is only a symlink, I put a comment to keep both versions synced. libhidapi.tgz

Re: NEW: mkdocs

2018-06-10 Thread Edward Lopez-Acosta
I went ahead and clarified the description. Initially I used the one they have on their site. I also cannot update the title but forgot to include both of these would be unde the www category. On Sun, Jun 10, 2018 at 1:38 PM, Ingo Schwarze wrote: > Hi, > > Edward Lopez-Acosta wrote on Sun, Jun 1

Re: new: www/hugo

2018-06-10 Thread Solene Rapenne
fredl writes: > fixed it. > > ok? > Could you please commit it for me? > > > On 06/10/18 10:42, Solene Rapenne wrote: >> fredl writes: >> >>> Fixed WANTLIB. Thanks solene@ ! >>> >>> >> running update-plist shows that you forgot to remove this line in PLIST: >> >> share/doc/pkg-readmes/${FULLPKGN

Re: NEW: mkdocs

2018-06-10 Thread Ingo Schwarze
Hi, Edward Lopez-Acosta wrote on Sun, Jun 10, 2018 at 01:31:46PM -0500: > --- > Overview > > MkDocs is a fast, simple and downright gorgeous static site generator > that's geared towards building project documentation. Documentation > source files are written in Markdown, and configured with a

NEW: mkdocs

2018-06-10 Thread Edward Lopez-Acosta
--- Overview MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. --- Can I please get additional testing and impor

Re: new: www/hugo

2018-06-10 Thread fredl
fixed it. ok? Could you please commit it for me? On 06/10/18 10:42, Solene Rapenne wrote: fredl writes: Fixed WANTLIB. Thanks solene@ ! running update-plist shows that you forgot to remove this line in PLIST: share/doc/pkg-readmes/${FULLPKGNAME} except this, it's ok for me. I've been ab

Re: update-patches: replace useless prompt with user setting

2018-06-10 Thread Klemens Nanni
On Sun, Jun 10, 2018 at 01:14:58PM +0200, Marc Espie wrote: > Style: you want to add > EDIT_PATCHES ?= Yes > > as well. (Set it around PATCH_CHECK_ONLY) > > New variables should always be defined, for consistency. Done, cheers. > > +Unless > > +.Ev EDIT_PATCHES > > +is set to > > +.Sq \&No , > >

Re: update-patches: replace useless prompt with user setting

2018-06-10 Thread Marc Espie
On Sun, Jun 10, 2018 at 01:00:04PM +0200, Klemens Nanni wrote: > Updated diff marking EDIT_PATCHES with `Ev' and properly sorting it > between ECHO_REORDER and EPOCH. Style: you want to add EDIT_PATCHES ?= Yes as well. (Set it around PATCH_CHECK_ONLY) New variables should always be defined, for

Re: update-patches: replace useless prompt with user setting

2018-06-10 Thread Klemens Nanni
Updated diff marking EDIT_PATCHES with `Ev' and properly sorting it between ECHO_REORDER and EPOCH. Index: bsd.port.mk === RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v retrieving revision 1.1414 diff -u -p -r1.1414 bsd.port.mk

update-patches: replace useless prompt with user setting

2018-06-10 Thread Klemens Nanni
Thinking about it again, I'd prefer no prompt at all. A simple user setting `EDIT_PATCHES' that can be set to "No" does the job. Here's a new diff introducing that knob. While here, I dropped the redundant and too specific explanation about patch files' names and endings. update-patches(1) alread

Re: new: www/hugo

2018-06-10 Thread Solene Rapenne
fredl writes: > Fixed WANTLIB. Thanks solene@ ! > > running update-plist shows that you forgot to remove this line in PLIST: share/doc/pkg-readmes/${FULLPKGNAME} except this, it's ok for me. I've been able to create a website with the port, using the interactive view, creating a skeleton etc.

[NEW] devel/pycdc

2018-06-10 Thread Remi Pointel
Hi, attached is pycdc: a python bytecode disassembler and decompiler. -- $ pkg_info pycdc Information for inst:pycdc-0.1 Comment: python bytecode disassembler and decompiler Description: Decompyle++ aims to translate compiled Python byte-code back into valid and human-readable