Re: PortsDB: a program that imports the ports tree into an SQLite database

2023-01-15 Thread Peter Jeremy
[Freshly updated key - please update your keyring] On 2023-Jan-04 14:30:59 -0800, Yuri wrote: >I developed the PortsDB project that imports FreeBSD ports into an >SQLite database: https://github.com/yurivict/freebsd-portsdb >The port is ports-mgmt/portsdb. Thanks. That looks quite useful. >Th

Re: PortsDB: a program that imports the ports tree into an SQLite database

2023-01-05 Thread Nuno Teixeira
(...) And reading a sqlite book to learn how to use it :) Nuno Teixeira escreveu no dia quinta, 5/01/2023 à(s) 10:36: > Thanks! It,s importing now. > > Yuri escreveu no dia quinta, 5/01/2023 à(s) 10:31: > >> Hi Nino, >> >> On 1/5/23 01:50, Nuno Teixeira wrote: >> > >> > /etc/make.conf: >> > PO

Re: PortsDB: a program that imports the ports tree into an SQLite database

2023-01-05 Thread Nuno Teixeira
Thanks! It,s importing now. Yuri escreveu no dia quinta, 5/01/2023 à(s) 10:31: > Hi Nino, > > On 1/5/23 01:50, Nuno Teixeira wrote: > > > > /etc/make.conf: > > PORTSDIR=/work/freebsd/ports/main > > > > `portsdb-import`: > > error: the PORTSDIR environment variable should point to a valid ports >

Re: PortsDB: a program that imports the ports tree into an SQLite database

2023-01-05 Thread Yuri
Hi Nino, On 1/5/23 01:50, Nuno Teixeira wrote: /etc/make.conf: PORTSDIR=/work/freebsd/ports/main `portsdb-import`: error: the PORTSDIR environment variable should point to a valid ports tree Usage: /usr/local/bin/portsdb-import [{sync|async}] Any clues? /etc/make/conf doesn't set envir

Re: PortsDB: a program that imports the ports tree into an SQLite database

2023-01-05 Thread Mehmet Erol Sanliturk
On Thu, Jan 5, 2023 at 12:50 PM Nuno Teixeira wrote: > Hello Yuri! > > /etc/make.conf: > PORTSDIR=/work/freebsd/ports/main > > `portsdb-import`: > error: the PORTSDIR environment variable should point to a valid ports tree > Usage: /usr/local/bin/portsdb-import [{sync|async}] > > Any clues? > >

Re: PortsDB: a program that imports the ports tree into an SQLite database

2023-01-05 Thread Nuno Teixeira
Hello Yuri! /etc/make.conf: PORTSDIR=/work/freebsd/ports/main `portsdb-import`: error: the PORTSDIR environment variable should point to a valid ports tree Usage: /usr/local/bin/portsdb-import [{sync|async}] Any clues? I don't work with SQL for about 20 years, any simple commands to start wit

PortsDB: a program that imports the ports tree into an SQLite database

2023-01-04 Thread Yuri
Hi, I developed the PortsDB project that imports FreeBSD ports into an SQLite database: https://github.com/yurivict/freebsd-portsdb The port is ports-mgmt/portsdb. The database can be fully rebuilt in ~20 minutes, after which in can be quickly (in seconds) updated with new commits. The databa