[new] net/miniflux a minimalist rss reader

2020-08-23 Thread Aaron Bieber
Hi,

Here is my latest attempt at miniflux. It was made using portgen as a base.

I have been using this for some time without issue.

Reminders:
 - No postgresql lib is required because there is a native-Go version in use.
 - I don't have postgresql server as a dep because you might not run this on
   the same machine as the database.

I'd be super happy if I could get this in :D

DESCR:
  Miniflux is a minimalist and opinionated feed reader:
  
  - Written in Go (Golang)
  - Works only with Postgresql
  - Doesn't use any ORM
  - Doesn't use any complicated framework
  - Use only modern vanilla Javascript (ES6 and Fetch API)
  - Single binary compiled statically without dependency
  - The number of features is voluntarily limited

Cheers,
Aaron

And the diff for user.list:
diff d13b8b2ff4ed07d13d62f13c7f5ce41ee5888f78 /usr/ports
blob - 9b1569f1a93a1758ce7153a5b373f8abbb1e7621
file + infrastructure/db/user.list
--- infrastructure/db/user.list
+++ infrastructure/db/user.list
@@ -367,3 +367,4 @@ id  usergroup   port
 856 _return_return telephony/resiprocate
 857 _web2ldap  _web2ldap   sysutils/web2ldap
 858 _purritobin_purritobin www/purritobin
+859 _miniflux  _miniflux   net/miniflux


miniflux.tgz
Description: Binary data


Re: [new] net/miniflux a minimalist rss reader

2020-08-25 Thread Aaron Bieber
On Sun, 23 Aug 2020 at 13:37:18 -0600, Aaron Bieber wrote:
> Hi,
> 
> Here is my latest attempt at miniflux. It was made using portgen as a base.
> 
> I have been using this for some time without issue.
> 
> Reminders:
>  - No postgresql lib is required because there is a native-Go version in use.
>  - I don't have postgresql server as a dep because you might not run this on
>the same machine as the database.
> 
> I'd be super happy if I could get this in :D
> 
> DESCR:
>   Miniflux is a minimalist and opinionated feed reader:
>   
>   - Written in Go (Golang)
>   - Works only with Postgresql
>   - Doesn't use any ORM
>   - Doesn't use any complicated framework
>   - Use only modern vanilla Javascript (ES6 and Fetch API)
>   - Single binary compiled statically without dependency
>   - The number of features is voluntarily limited

And here is a version that doesn't break packages-specs(7)!

> 
> Cheers,
> Aaron
> 
> And the diff for user.list:
> diff d13b8b2ff4ed07d13d62f13c7f5ce41ee5888f78 /usr/ports
> blob - 9b1569f1a93a1758ce7153a5b373f8abbb1e7621
> file + infrastructure/db/user.list
> --- infrastructure/db/user.list
> +++ infrastructure/db/user.list
> @@ -367,3 +367,4 @@ id  user  group   port
>  856 _return  _return telephony/resiprocate
>  857 _web2ldap_web2ldap   sysutils/web2ldap
>  858 _purritobin  _purritobin www/purritobin
> +859 _miniflux_miniflux   net/miniflux




miniflux.tgz
Description: Binary data


Re: [new] net/miniflux a minimalist rss reader

2020-09-08 Thread me
Le 2020-08-26 00:23, Aaron Bieber a écrit :
> On Sun, 23 Aug 2020 at 13:37:18 -0600, Aaron Bieber wrote:
>> Hi,
>>
>> Here is my latest attempt at miniflux. It was made using portgen as a base.
>>
>> I have been using this for some time without issue.
>>
>> Reminders:
>>  - No postgresql lib is required because there is a native-Go version in use.
>>  - I don't have postgresql server as a dep because you might not run this on
>>the same machine as the database.
>>
>> I'd be super happy if I could get this in :D
>>
>> DESCR:
>>   Miniflux is a minimalist and opinionated feed reader:
>>
>>   - Written in Go (Golang)
>>   - Works only with Postgresql
>>   - Doesn't use any ORM
>>   - Doesn't use any complicated framework
>>   - Use only modern vanilla Javascript (ES6 and Fetch API)
>>   - Single binary compiled statically without dependency
>>   - The number of features is voluntarily limited
> 
> And here is a version that doesn't break packages-specs(7)!
> 
>>
>> Cheers,
>> Aaron
>>
>> And the diff for user.list:
>> diff d13b8b2ff4ed07d13d62f13c7f5ce41ee5888f78 /usr/ports
>> blob - 9b1569f1a93a1758ce7153a5b373f8abbb1e7621
>> file + infrastructure/db/user.list
>> --- infrastructure/db/user.list
>> +++ infrastructure/db/user.list
>> @@ -367,3 +367,4 @@ id  user group   port
>>  856 _return _return telephony/resiprocate
>>  857 _web2ldap   _web2ldap   sysutils/web2ldap
>>  858 _purritobin _purritobin www/purritobin
>> +859 _miniflux   _miniflux   net/miniflux

Since my last email seems to have been considered as spam, I try again.

Thank you for this port. It works for me on amd64.

H.