Re: [NEW] sysutils/oc 4.6.15

2021-04-26 Thread Luca De Pandis
Hi,
thank you Rafael.
Port bumped to 4.7.7.

Best regards,
Luca De Pandis


‐‐‐ Original Message ‐‐‐
On Sunday, April 25, 2021 6:23 AM, Rafael Sadowski  
wrote:

> Moin,
> 

> I would like to import oc. Are you willing to take a look here?
> 

> Cheers, Rafael
> 

> On Thu Feb 18, 2021 at 05:58:35PM +0100, Rafael Sadowski wrote:
> 

> > On Thu Feb 18, 2021 at 08:37:54AM +, Luca De Pandis wrote:
> > 

> > > Hi,
> > > bumped to 4.6.17.
> > > Could someone test it and if ok commit it, please?
> > 

> > Still OK here!
> > 

> > > Best regards,
> > > Luca De Pandis
> > > ‐‐‐ Original Message ‐‐‐
> > > On Thursday, February 11, 2021 2:40 PM, Luca De Pandis 
> > > luca.depan...@protonmail.com wrote:
> > > 

> > > > Hi,
> > > > could someone commit it please?
> > > 

> > > > Best regards,
> > > > Luca De Pandis
> > > 

> > > > ‐‐‐ Original Message ‐‐‐
> > > > On Tuesday, February 9, 2021 4:56 PM, Luca De Pandis 
> > > > luca.depan...@protonmail.com wrote:
> > > 

> > > > > Hi,
> > > > > thank you for your feedback.
> > > > > I attached the fixed package.
> > > > > Best regards,
> > > > > Luca De Pandis
> > > > > ‐‐‐ Original Message ‐‐‐
> > > > > On Tuesday, February 9, 2021 4:48 PM, Rafael Sadowski 
> > > > > raf...@sizeofvoid.org wrote:
> > > 

> > > > > > On Tue Feb 09, 2021 at 07:54:30AM +, Luca De Pandis wrote:
> > > 

> > > > > > > Hi,
> > > > > > > bumped to 4.6.16.
> > > > > > > If ok, could someone commit it, please?
> > > > > > > Best regards,
> > > > > > > Luca De Pandis
> > > 

> > > > > > Works fine here. Some notes/tweaks:
> > > 

> > > > > > -   Remove uncomment line
> > > 

> > > > > > -   Fix MAINTAINER syntax.
> > > 

> > > > > > -   I would suggest to remove BUILDDATE. This information is not 
> > > > > > helpful
> > > > > > and it will change every time in a bulk build. oc runs and 
> > > > > > build fine
> > > > > > without this information:
> > > > > > $ oc version -o yaml
> > > > > > clientVersion:
> > > > > > buildDate: ""
> > > > > > compiler: gc
> > > > > > gitCommit: 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > > gitTreeState: clean
> > > > > > gitVersion: 4.6.16
> > > > > > goVersion: go1.15.7
> > > > > > major: "4"
> > > > > > minor: "6"
> > > > > > platform: openbsd/amd64
> > > > > > With this changes, OK rsadowski
> > > > > > --- Makefile.orig Tue Feb 9 16:35:47 2021
> > > > > > +++ Makefile Tue Feb 9 16:38:36 2021
> > > > > > @@ -7,21 +7,18 @@ GH_PROJECT = oc
> > > > > > VERSION = 4.6.16
> > > > > > GH_COMMIT = 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > > DISTNAME = oc-${VERSION}
> > > > > > -#PKGNAME = oc-${VERSION}
> > > > > > CATEGORIES = sysutils
> > > > > > HOMEPAGE = https://www.openshift.com
> > > > > > -MAINTAINER = luca.depan...@protonmail.com
> > > > > > +MAINTAINER = Luca De Pandis luca.depan...@protonmail.com
> > > > > > 

> > > 

> > > > > > 

> > > 

> > > > > > Apache License 2.0
> > > 

> > > > > > ===
> > > 

> > > > > > PERMIT_PACKAGE = Yes
> > > > > > WANTLIB = c pthread
> > > > > > -BUILDDATE = $$(date -u +%Y-%m-%dT%H:%M:%SZ)
> > > > > > MODULES = lang/go
> > > > > > GO_PKGNAME = github.com/openshift/oc
> > > > > > @@ -29,7 +26,6 @@ WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
> > > > > > ALL_TARGET = ${GO_PKGNAME}/cmd/oc
> > > > > > MODGO_LDFLAGS += \
> > > 

> > > > > > -   -X ${GO_PKGNAME}/pkg/version.buildDate=${BUILDDATE} \
> > > > > > -X ${GO_PKGNAME}/pkg/version.commitFromGit=${GH_COMMIT} \
> > > > > > -X ${GO_PKGNAME}/pkg/version.versionFromGit=${VERSION} \
> > > > > > -X ${GO_PKGNAME}/pkg/version.majorFromGit=${VERSION:R:R} \
> > > > > >



oc.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [NEW] sysutils/oc 4.6.15

2021-03-26 Thread Luca De Pandis
Hi,
is there any chance to have it committed?
If you think there's no use for it I'll stop bothering you with this port 
submission.

Best regards,
Luca De Pandis


‐‐‐ Original Message ‐‐‐
On Saturday, March 6, 2021 11:31 AM, Luca De Pandis 
 wrote:

> up
> 

> ‐‐‐ Original Message ‐‐‐
> On Friday, February 26, 2021 11:41 AM, Luca De Pandis 
> luca.depan...@protonmail.com wrote:
> 

> > Hi,
> > bumped to 4.7.0.
> > Best regards,
> > Luca De Pandis
> > ‐‐‐ Original Message ‐‐‐
> > On Thursday, February 18, 2021 5:58 PM, Rafael Sadowski 
> > raf...@sizeofvoid.org wrote:
> > 

> > > On Thu Feb 18, 2021 at 08:37:54AM +, Luca De Pandis wrote:
> > > 

> > > > Hi,
> > > > bumped to 4.6.17.
> > > > Could someone test it and if ok commit it, please?
> > > 

> > > Still OK here!
> > > 

> > > > Best regards,
> > > > Luca De Pandis
> > > > ‐‐‐ Original Message ‐‐‐
> > > > On Thursday, February 11, 2021 2:40 PM, Luca De Pandis 
> > > > luca.depan...@protonmail.com wrote:
> > > > 

> > > > > Hi,
> > > > > could someone commit it please?
> > > > 

> > > > > Best regards,
> > > > > Luca De Pandis
> > > > 

> > > > > ‐‐‐ Original Message ‐‐‐
> > > > > On Tuesday, February 9, 2021 4:56 PM, Luca De Pandis 
> > > > > luca.depan...@protonmail.com wrote:
> > > > 

> > > > > > Hi,
> > > > > > thank you for your feedback.
> > > > > > I attached the fixed package.
> > > > > > Best regards,
> > > > > > Luca De Pandis
> > > > > > ‐‐‐ Original Message ‐‐‐
> > > > > > On Tuesday, February 9, 2021 4:48 PM, Rafael Sadowski 
> > > > > > raf...@sizeofvoid.org wrote:
> > > > 

> > > > > > > On Tue Feb 09, 2021 at 07:54:30AM +, Luca De Pandis wrote:
> > > > 

> > > > > > > > Hi,
> > > > > > > > bumped to 4.6.16.
> > > > > > > > If ok, could someone commit it, please?
> > > > > > > > Best regards,
> > > > > > > > Luca De Pandis
> > > > 

> > > > > > > Works fine here. Some notes/tweaks:
> > > > 

> > > > > > > -   Remove uncomment line
> > > > 

> > > > > > > -   Fix MAINTAINER syntax.
> > > > 

> > > > > > > -   I would suggest to remove BUILDDATE. This information is not 
> > > > > > > helpful
> > > > > > > and it will change every time in a bulk build. oc runs and 
> > > > > > > build fine
> > > > > > > without this information:
> > > > > > > $ oc version -o yaml
> > > > > > > clientVersion:
> > > > > > > buildDate: ""
> > > > > > > compiler: gc
> > > > > > > gitCommit: 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > > > gitTreeState: clean
> > > > > > > gitVersion: 4.6.16
> > > > > > > goVersion: go1.15.7
> > > > > > > major: "4"
> > > > > > > minor: "6"
> > > > > > > platform: openbsd/amd64
> > > > > > > With this changes, OK rsadowski
> > > > > > > --- Makefile.orig Tue Feb 9 16:35:47 2021
> > > > > > > +++ Makefile Tue Feb 9 16:38:36 2021
> > > > > > > @@ -7,21 +7,18 @@ GH_PROJECT = oc
> > > > > > > VERSION = 4.6.16
> > > > > > > GH_COMMIT = 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > > > DISTNAME = oc-${VERSION}
> > > > > > > -#PKGNAME = oc-${VERSION}
> > > > > > > CATEGORIES = sysutils
> > > > > > > HOMEPAGE = https://www.openshift.com
> > > > > > > -MAINTAINER = luca.depan...@protonmail.com
> > > > > > > +MAINTAINER = Luca De Pandis luca.depan...@protonmail.com
> > > > > > > 

> > > > 

> > > > > > > 

> > > > 

> > > > > > > Apache License 2.0
> > > > 

> > > > > > > ===
> > > > 

> > > > > > > PERMIT_PACKAGE = Yes
> > > > > > > WANTLIB = c pthread
> > > > > > > -BUILDDATE = $$(date -u +%Y-%m-%dT%H:%M:%SZ)
> > > > > > > MODULES = lang/go
> > > > > > > GO_PKGNAME = github.com/openshift/oc
> > > > > > > @@ -29,7 +26,6 @@ WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
> > > > > > > ALL_TARGET = ${GO_PKGNAME}/cmd/oc
> > > > > > > MODGO_LDFLAGS += \
> > > > 

> > > > > > > -   -X ${GO_PKGNAME}/pkg/version.buildDate=${BUILDDATE} \
> > > > > > > -X ${GO_PKGNAME}/pkg/version.commitFromGit=${GH_COMMIT} \
> > > > > > > -X ${GO_PKGNAME}/pkg/version.versionFromGit=${VERSION} \
> > > > > > > -X ${GO_PKGNAME}/pkg/version.majorFromGit=${VERSION:R:R} \
> > > > > > >



oc.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


[UPDATE] sysutils/docker-cli 20.10.3 -> 20.10.5

2021-03-26 Thread Luca De Pandis
Hi,
here the sysutils/docker-cli port upgraded to the latest release.
Please commit it, if ok.

Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/sysutils/docker-cli/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile8 Mar 2021 13:59:27 -   1.5
+++ Makefile26 Mar 2021 13:38:52 -
@@ -2,7 +2,7 @@
 

 COMMENT =  command-line tool for controlling Docker
 

-V =20.10.3
+V =20.10.5
 

 GH_ACCOUNT =   docker
 GH_PROJECT =   cli
Index: distinfo
===
RCS file: /cvs/ports/sysutils/docker-cli/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo5 Feb 2021 19:55:42 -   1.3
+++ distinfo26 Mar 2021 13:38:52 -
@@ -1,2 +1,2 @@
-SHA256 (cli-20.10.3.tar.gz) = qvujdl2QE8t1gQtPQzRSXw506C7wc7TfnotSTzeU5go=
-SIZE (cli-20.10.3.tar.gz) = 7733821
+SHA256 (cli-20.10.5.tar.gz) = S6hF+Mfi4KLKHsZYmEcVnKjQ03tgnw5veN73qJO5s0I=
+SIZE (cli-20.10.5.tar.gz) = 7734031


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


[UPDATE] sysutils/kubectl 1.20.4 -> 1.20.5

2021-03-26 Thread Luca De Pandis
Hi,
here the sysutils/kubectl port upgraded to 1.20.5.
Please commit it, if ok.

Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/sysutils/kubectl/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile8 Mar 2021 13:59:27 -   1.7
+++ Makefile26 Mar 2021 13:46:02 -
@@ -4,7 +4,7 @@ COMMENT =   command line tool for control
 

 GH_ACCOUNT =   kubernetes
 GH_PROJECT =   kubernetes
-V =1.20.4
+V =1.20.5
 GH_TAGNAME =   v${V}
 PKGNAME =  kubectl-${V}
 REVISION = 0
Index: distinfo
===
RCS file: /cvs/ports/sysutils/kubectl/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo19 Feb 2021 20:14:06 -  1.6
+++ distinfo26 Mar 2021 13:46:02 -
@@ -1,2 +1,2 @@
-SHA256 (kubernetes-1.20.4.tar.gz) = 
P+SRuQ9gsbiYlVYyWrrVNAlWi5bicbAOXSP94Y89vkQ=
-SIZE (kubernetes-1.20.4.tar.gz) = 34447775
+SHA256 (kubernetes-1.20.5.tar.gz) = 
0jfjyYYog2b18n4BQgKMZf5rFmNIS16ipmlCftPG2Xw=
+SIZE (kubernetes-1.20.5.tar.gz) = 34438218







publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [NEW] sysutils/oc 4.6.15

2021-03-06 Thread Luca De Pandis
up


‐‐‐ Original Message ‐‐‐
On Friday, February 26, 2021 11:41 AM, Luca De Pandis 
 wrote:

> Hi,
> bumped to 4.7.0.
> 

> Best regards,
> Luca De Pandis
> 

> ‐‐‐ Original Message ‐‐‐
> On Thursday, February 18, 2021 5:58 PM, Rafael Sadowski raf...@sizeofvoid.org 
> wrote:
> 

> > On Thu Feb 18, 2021 at 08:37:54AM +, Luca De Pandis wrote:
> > 

> > > Hi,
> > > bumped to 4.6.17.
> > > Could someone test it and if ok commit it, please?
> > 

> > Still OK here!
> > 

> > > Best regards,
> > > Luca De Pandis
> > > ‐‐‐ Original Message ‐‐‐
> > > On Thursday, February 11, 2021 2:40 PM, Luca De Pandis 
> > > luca.depan...@protonmail.com wrote:
> > > 

> > > > Hi,
> > > > could someone commit it please?
> > > 

> > > > Best regards,
> > > > Luca De Pandis
> > > 

> > > > ‐‐‐ Original Message ‐‐‐
> > > > On Tuesday, February 9, 2021 4:56 PM, Luca De Pandis 
> > > > luca.depan...@protonmail.com wrote:
> > > 

> > > > > Hi,
> > > > > thank you for your feedback.
> > > > > I attached the fixed package.
> > > > > Best regards,
> > > > > Luca De Pandis
> > > > > ‐‐‐ Original Message ‐‐‐
> > > > > On Tuesday, February 9, 2021 4:48 PM, Rafael Sadowski 
> > > > > raf...@sizeofvoid.org wrote:
> > > 

> > > > > > On Tue Feb 09, 2021 at 07:54:30AM +, Luca De Pandis wrote:
> > > 

> > > > > > > Hi,
> > > > > > > bumped to 4.6.16.
> > > > > > > If ok, could someone commit it, please?
> > > > > > > Best regards,
> > > > > > > Luca De Pandis
> > > 

> > > > > > Works fine here. Some notes/tweaks:
> > > 

> > > > > > -   Remove uncomment line
> > > 

> > > > > > -   Fix MAINTAINER syntax.
> > > 

> > > > > > -   I would suggest to remove BUILDDATE. This information is not 
> > > > > > helpful
> > > > > > and it will change every time in a bulk build. oc runs and 
> > > > > > build fine
> > > > > > without this information:
> > > > > > $ oc version -o yaml
> > > > > > clientVersion:
> > > > > > buildDate: ""
> > > > > > compiler: gc
> > > > > > gitCommit: 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > > gitTreeState: clean
> > > > > > gitVersion: 4.6.16
> > > > > > goVersion: go1.15.7
> > > > > > major: "4"
> > > > > > minor: "6"
> > > > > > platform: openbsd/amd64
> > > > > > With this changes, OK rsadowski
> > > > > > --- Makefile.orig Tue Feb 9 16:35:47 2021
> > > > > > +++ Makefile Tue Feb 9 16:38:36 2021
> > > > > > @@ -7,21 +7,18 @@ GH_PROJECT = oc
> > > > > > VERSION = 4.6.16
> > > > > > GH_COMMIT = 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > > DISTNAME = oc-${VERSION}
> > > > > > -#PKGNAME = oc-${VERSION}
> > > > > > CATEGORIES = sysutils
> > > > > > HOMEPAGE = https://www.openshift.com
> > > > > > -MAINTAINER = luca.depan...@protonmail.com
> > > > > > +MAINTAINER = Luca De Pandis luca.depan...@protonmail.com
> > > > > > 

> > > 

> > > > > > 

> > > 

> > > > > > Apache License 2.0
> > > 

> > > > > > ===
> > > 

> > > > > > PERMIT_PACKAGE = Yes
> > > > > > WANTLIB = c pthread
> > > > > > -BUILDDATE = $$(date -u +%Y-%m-%dT%H:%M:%SZ)
> > > > > > MODULES = lang/go
> > > > > > GO_PKGNAME = github.com/openshift/oc
> > > > > > @@ -29,7 +26,6 @@ WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
> > > > > > ALL_TARGET = ${GO_PKGNAME}/cmd/oc
> > > > > > MODGO_LDFLAGS += \
> > > 

> > > > > > -   -X ${GO_PKGNAME}/pkg/version.buildDate=${BUILDDATE} \
> > > > > > -X ${GO_PKGNAME}/pkg/version.commitFromGit=${GH_COMMIT} \
> > > > > > -X ${GO_PKGNAME}/pkg/version.versionFromGit=${VERSION} \
> > > > > > -X ${GO_PKGNAME}/pkg/version.majorFromGit=${VERSION:R:R} \
> > > > > >



oc.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [NEW] sysutils/hydroxide

2021-03-06 Thread Luca De Pandis
up


Sent with ProtonMail Secure Email.

‐‐‐ Original Message ‐‐‐
On Thursday, February 18, 2021 7:57 PM, Luca De Pandis 
 wrote:

> Here the tarball updated with the fix!
> 

> Thank you for the feedback!
> 

> Best regards,
> Luca De Pandis
> 

> On Thu, Feb 18, 2021 at 06:40:44PM +0100, Stuart Henderson wrote:
> 

> > On 2021/02/18 16:11, Luca De Pandis wrote:
> > 

> > > Hi,
> > > in attachments the new port sysutils/hydroxide.
> > > Hydroxide is an open source, third party ProtonMail bridge
> > > written in Go.
> > > Port has passed:
> > > 

> > > -   portcheck -N
> > > -   port-lib-depends-check
> > > 

> > > Tested (I'm writing this email by using NeoMutt+hydroxide) on
> > > amd64.
> > > Feedback? Ok to commit?
> > > If so, could someone commit it, please?
> > > Best regards,
> > > Luca De Pandis
> > 

> > : COMMENT = A third-party, open-source ProtonMail bridge
> > don't start with capitals / indefinite article. maybe just
> > "third-party, open-source ProtonMail bridge"
> > : CATEGORIES = sysutils
> > not mail?
> > : MODGO_MODULES = \
> > : github.com/emersion/go-imap v1.0.6 \
> > : github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342 \
> > : github.com/emersion/go-imap-specialuse v0.0.0-20201101201809-1ab93d3d150e 
> > \
> > [..]
> > remove this and regenerate it with "make modgo-gen-modules > somefile"
> > and add the contents of "somefile" into Makefile. this will give two
> > sets, MODGO_MODULES (which download .mod and .zip) and MODGO_MODFILES
> > (just .mod).



hydroxide.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [NEW] sysutils/oc 4.6.15

2021-02-26 Thread Luca De Pandis
Hi,
bumped to 4.7.0.


Best regards,
Luca De Pandis



‐‐‐ Original Message ‐‐‐
On Thursday, February 18, 2021 5:58 PM, Rafael Sadowski  
wrote:

> On Thu Feb 18, 2021 at 08:37:54AM +0000, Luca De Pandis wrote:
> 

> > Hi,
> > bumped to 4.6.17.
> > Could someone test it and if ok commit it, please?
> 

> Still OK here!
> 

> > Best regards,
> > Luca De Pandis
> > ‐‐‐ Original Message ‐‐‐
> > On Thursday, February 11, 2021 2:40 PM, Luca De Pandis 
> > luca.depan...@protonmail.com wrote:
> > 

> > > Hi,
> > > could someone commit it please?
> > 

> > > Best regards,
> > > Luca De Pandis
> > 

> > > ‐‐‐ Original Message ‐‐‐
> > > On Tuesday, February 9, 2021 4:56 PM, Luca De Pandis 
> > > luca.depan...@protonmail.com wrote:
> > 

> > > > Hi,
> > > > thank you for your feedback.
> > > > I attached the fixed package.
> > > > Best regards,
> > > > Luca De Pandis
> > > > ‐‐‐ Original Message ‐‐‐
> > > > On Tuesday, February 9, 2021 4:48 PM, Rafael Sadowski 
> > > > raf...@sizeofvoid.org wrote:
> > 

> > > > > On Tue Feb 09, 2021 at 07:54:30AM +, Luca De Pandis wrote:
> > 

> > > > > > Hi,
> > > > > > bumped to 4.6.16.
> > > > > > If ok, could someone commit it, please?
> > > > > > Best regards,
> > > > > > Luca De Pandis
> > 

> > > > > Works fine here. Some notes/tweaks:
> > 

> > > > > -   Remove uncomment line
> > 

> > > > > -   Fix MAINTAINER syntax.
> > 

> > > > > -   I would suggest to remove BUILDDATE. This information is not 
> > > > > helpful
> > > > > and it will change every time in a bulk build. oc runs and build 
> > > > > fine
> > > > > without this information:
> > > > > $ oc version -o yaml
> > > > > clientVersion:
> > > > > buildDate: ""
> > > > > compiler: gc
> > > > > gitCommit: 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > gitTreeState: clean
> > > > > gitVersion: 4.6.16
> > > > > goVersion: go1.15.7
> > > > > major: "4"
> > > > > minor: "6"
> > > > > platform: openbsd/amd64
> > > > > With this changes, OK rsadowski
> > > > > --- Makefile.orig Tue Feb 9 16:35:47 2021
> > > > > +++ Makefile Tue Feb 9 16:38:36 2021
> > > > > @@ -7,21 +7,18 @@ GH_PROJECT = oc
> > > > > VERSION = 4.6.16
> > > > > GH_COMMIT = 18d7461aca47e77cefb355339252a8d4c149188f
> > > > > DISTNAME = oc-${VERSION}
> > > > > -#PKGNAME = oc-${VERSION}
> > > > > CATEGORIES = sysutils
> > > > > HOMEPAGE = https://www.openshift.com
> > > > > -MAINTAINER = luca.depan...@protonmail.com
> > > > > +MAINTAINER = Luca De Pandis luca.depan...@protonmail.com
> > > > > 

> > 

> > > > > 

> > 

> > > > > Apache License 2.0
> > 

> > > > > ===
> > 

> > > > > PERMIT_PACKAGE = Yes
> > > > > WANTLIB = c pthread
> > > > > -BUILDDATE = $$(date -u +%Y-%m-%dT%H:%M:%SZ)
> > > > > MODULES = lang/go
> > > > > GO_PKGNAME = github.com/openshift/oc
> > > > > @@ -29,7 +26,6 @@ WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
> > > > > ALL_TARGET = ${GO_PKGNAME}/cmd/oc
> > > > > MODGO_LDFLAGS += \
> > 

> > > > > -   -X ${GO_PKGNAME}/pkg/version.buildDate=${BUILDDATE} \
> > > > > -X ${GO_PKGNAME}/pkg/version.commitFromGit=${GH_COMMIT} \
> > > > > -X ${GO_PKGNAME}/pkg/version.versionFromGit=${VERSION} \
> > > > > -X ${GO_PKGNAME}/pkg/version.majorFromGit=${VERSION:R:R} \
> > > > >



oc.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [UPDATE] sysutils/kubectl 1.20.2 -> 1.20.3

2021-02-18 Thread Luca De Pandis
After 24 hours from 1.20.3, upstream released the 1.20.4.
And after 40 minutes, there was a patch submitted to
ports@.  :D


Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/sysutils/kubectl/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile5 Feb 2021 19:54:49 -   1.5
+++ Makefile18 Feb 2021 20:14:21 -
@@ -4,9 +4,9 @@ COMMENT =   command line tool for control
 
 GH_ACCOUNT =   kubernetes
 GH_PROJECT =   kubernetes
-VERSION =  1.20.2
-GH_TAGNAME =   v${VERSION}
-PKGNAME =  kubectl-${VERSION}
+V =1.20.4
+GH_TAGNAME =   v${V}
+PKGNAME =  kubectl-${V}
 
 CATEGORIES =   sysutils
 
@@ -22,5 +22,16 @@ MODULES =lang/go
 GO_PKGNAME =   k8s.io/kubernetes
 WRKSRC =   ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
 ALL_TARGET =   ${GO_PKGNAME}/cmd/kubectl
+
+MODGO_LDFLAGS += \
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitMajor=${V:R:R} 
\
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitMinor=${V:R:E} 
\
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitVersion=v${V} \
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.buildDate="" \
+   -X 
${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitTreeState=clean \
+   -X ${GO_PKGNAME}/vendor/k8s.io/client-go/pkg/version.gitVersion=v${V} \
+   -X k8s.io/client-go/pkg/version.buildDate="" \
+   -X ${GO_PKGNAME}/vendor/k8s.io/client-go/pkg/version.gitTreeState=clean 
\
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitVersion=v${V}
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/kubectl/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo5 Feb 2021 19:54:49 -   1.5
+++ distinfo18 Feb 2021 20:14:21 -
@@ -1,2 +1,2 @@
-SHA256 (kubernetes-1.20.2.tar.gz) = 
uDwHgO+xgtko3GPUZIioR/Fh8E5AqUuWv1JH3Wcezfw=
-SIZE (kubernetes-1.20.2.tar.gz) = 34428927
+SHA256 (kubernetes-1.20.4.tar.gz) = 
P+SRuQ9gsbiYlVYyWrrVNAlWi5bicbAOXSP94Y89vkQ=
+SIZE (kubernetes-1.20.4.tar.gz) = 34447775



On Thu, Feb 18, 2021 at 09:21:46AM +0100, Luca De Pandis wrote:
> Hi,
> below the updated port of kubectl.
> 
> Other notable changes:
> - Added LDFLAGS to display correct version and to remove
>   the fake build date.
> - Changed $VERSION to $V to avoid breaching the 80 character
>   limit.
> 
> Passed both portcheck and port-lib-depends-check.
> 
> Please, could you test and if ok commit it?
> 
> 
> Best regards,
> Luca De Pandis
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/sysutils/kubectl/Makefile,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 Makefile
> --- Makefile  5 Feb 2021 19:54:49 -   1.5
> +++ Makefile  18 Feb 2021 08:07:32 -
> @@ -4,9 +4,9 @@ COMMENT = command line tool for control
> 
>  GH_ACCOUNT = kubernetes
>  GH_PROJECT = kubernetes
> -VERSION =1.20.2
> -GH_TAGNAME = v${VERSION}
> -PKGNAME =kubectl-${VERSION}
> +V =  1.20.3
> +GH_TAGNAME = v${V}
> +PKGNAME =kubectl-${V}
> 
>  CATEGORIES = sysutils
> 
> @@ -22,5 +22,16 @@ MODULES =  lang/go
>  GO_PKGNAME = k8s.io/kubernetes
>  WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
>  ALL_TARGET = ${GO_PKGNAME}/cmd/kubectl
> +
> +MODGO_LDFLAGS += \
> + -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitMajor=${V:R:R} 
> \
> + -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitMinor=${V:R:E} 
> \
> + -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitVersion=v${V} \
> + -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.buildDate="" \
> + -X 
> ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitTreeState=clean \
> + -X ${GO_PKGNAME}/vendor/k8s.io/client-go/pkg/version.gitVersion=v${V} \
> + -X k8s.io/client-go/pkg/version.buildDate="" \
> + -X ${GO_PKGNAME}/vendor/k8s.io/client-go/pkg/version.gitTreeState=clean 
> \
> + -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitVersion=v${V}
> 
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/sysutils/kubectl/distinfo,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 distinfo
> --- distinfo  5 Feb 2021 19:54:49 -   1.5
> +++ distinfo  18 Feb 2021 08:07:32 -
> @@ -1,2 +1,2 @@
> -SHA256 (kubernetes-1.20.2.tar.gz) = 
> uDwHgO+xgtko3GPUZIioR/Fh8E5AqUuWv1JH3Wcezfw=
> -SIZE (kubernetes-1.20.2.tar.gz) = 34428927
> +SHA256 (kubernetes-1.20.3.tar.gz) = 
> lLXtDZDLkLcAAE/+3oVey63bWLkA2Mb1eZnN/44HJtA=
> +SIZE (kubernetes-1.20.3.tar.gz) = 34445041





Re: [NEW] sysutils/hydroxide

2021-02-18 Thread Luca De Pandis
Here the tarball updated with the fix!

Thank you for the feedback!

Best regards,
Luca De Pandis

On Thu, Feb 18, 2021 at 06:40:44PM +0100, Stuart Henderson wrote:
> On 2021/02/18 16:11, Luca De Pandis wrote:
> > Hi,
> > in attachments the new port sysutils/hydroxide.
> >
> > Hydroxide is an open source, third party ProtonMail bridge
> > written in Go.
> >
> > Port has passed:
> > - portcheck -N
> > - port-lib-depends-check
> >
> > Tested (I'm writing this email by using NeoMutt+hydroxide) on
> > amd64.
> >
> > Feedback? Ok to commit?
> > If so, could someone commit it, please?
> >
> > Best regards,
> > Luca De Pandis
> 
> : COMMENT =   A third-party, open-source ProtonMail bridge
> 
> don't start with capitals / indefinite article. maybe just
> "third-party, open-source ProtonMail bridge"
> 
> : CATEGORIES =sysutils
> 
> not mail?
> 
> : MODGO_MODULES = \
> : github.com/emersion/go-imap v1.0.6 \
> : github.com/emersion/go-imap-move
> v0.0.0-20190710073258-6e5a51a5b342 \
> : github.com/emersion/go-imap-specialuse  
> v0.0.0-20201101201809-1ab93d3d150e \
> [..]
> 
> remove this and regenerate it with "make modgo-gen-modules > somefile"
> and add the contents of "somefile" into Makefile. this will give two
> sets, MODGO_MODULES (which download .mod and .zip) and MODGO_MODFILES
> (just .mod).
> 



hydroxide.tar.gz
Description: Binary data


[NEW] sysutils/hydroxide

2021-02-18 Thread Luca De Pandis
Hi,
in attachments the new port sysutils/hydroxide.

Hydroxide is an open source, third party ProtonMail bridge
written in Go.

Port has passed:
- portcheck -N
- port-lib-depends-check

Tested (I'm writing this email by using NeoMutt+hydroxide) on
amd64.

Feedback? Ok to commit?
If so, could someone commit it, please?

Best regards,
Luca De Pandis


hydroxide.tar.gz
Description: Binary data


Re: [NEW] sysutils/oc 4.6.15

2021-02-18 Thread Luca De Pandis
Hi,
bumped to 4.6.17.

Could someone test it and if ok commit it, please?


Best regards,
Luca De Pandis


‐‐‐ Original Message ‐‐‐
On Thursday, February 11, 2021 2:40 PM, Luca De Pandis 
 wrote:

> Hi,
> could someone commit it please?
> 

> Best regards,
> Luca De Pandis
> 

> ‐‐‐ Original Message ‐‐‐
> On Tuesday, February 9, 2021 4:56 PM, Luca De Pandis 
> luca.depan...@protonmail.com wrote:
> 

> > Hi,
> > thank you for your feedback.
> > I attached the fixed package.
> > Best regards,
> > Luca De Pandis
> > ‐‐‐ Original Message ‐‐‐
> > On Tuesday, February 9, 2021 4:48 PM, Rafael Sadowski raf...@sizeofvoid.org 
> > wrote:
> > 

> > > On Tue Feb 09, 2021 at 07:54:30AM +, Luca De Pandis wrote:
> > > 

> > > > Hi,
> > > > bumped to 4.6.16.
> > > > If ok, could someone commit it, please?
> > > > Best regards,
> > > > Luca De Pandis
> > > 

> > > Works fine here. Some notes/tweaks:
> > > 

> > > -   Remove uncomment line
> > > 

> > > -   Fix MAINTAINER syntax.
> > > 

> > > -   I would suggest to remove BUILDDATE. This information is not helpful
> > > and it will change every time in a bulk build. oc runs and build fine
> > > without this information:
> > > $ oc version -o yaml
> > > clientVersion:
> > > buildDate: ""
> > > compiler: gc
> > > gitCommit: 18d7461aca47e77cefb355339252a8d4c149188f
> > > gitTreeState: clean
> > > gitVersion: 4.6.16
> > > goVersion: go1.15.7
> > > major: "4"
> > > minor: "6"
> > > platform: openbsd/amd64
> > > With this changes, OK rsadowski
> > > --- Makefile.orig Tue Feb 9 16:35:47 2021
> > >     +++ Makefile Tue Feb 9 16:38:36 2021
> > > @@ -7,21 +7,18 @@ GH_PROJECT = oc
> > > VERSION = 4.6.16
> > > GH_COMMIT = 18d7461aca47e77cefb355339252a8d4c149188f
> > > DISTNAME = oc-${VERSION}
> > > -#PKGNAME = oc-${VERSION}
> > > CATEGORIES = sysutils
> > > HOMEPAGE = https://www.openshift.com
> > > -MAINTAINER = luca.depan...@protonmail.com
> > > +MAINTAINER = Luca De Pandis luca.depan...@protonmail.com
> > > 

> > > 

> > > Apache License 2.0
> > > 

> > > ===
> > > 

> > > PERMIT_PACKAGE = Yes
> > > WANTLIB = c pthread
> > > -BUILDDATE = $$(date -u +%Y-%m-%dT%H:%M:%SZ)
> > > MODULES = lang/go
> > > GO_PKGNAME = github.com/openshift/oc
> > > @@ -29,7 +26,6 @@ WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
> > > ALL_TARGET = ${GO_PKGNAME}/cmd/oc
> > > MODGO_LDFLAGS += \
> > > 

> > > -   -X ${GO_PKGNAME}/pkg/version.buildDate=${BUILDDATE} \
> > > -X ${GO_PKGNAME}/pkg/version.commitFromGit=${GH_COMMIT} \
> > > -X ${GO_PKGNAME}/pkg/version.versionFromGit=${VERSION} \
> > > -X ${GO_PKGNAME}/pkg/version.majorFromGit=${VERSION:R:R} \
> > >



oc.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


[UPDATE] sysutils/kubectl 1.20.2 -> 1.20.3

2021-02-18 Thread Luca De Pandis
Hi,
below the updated port of kubectl.

Other notable changes:
- Added LDFLAGS to display correct version and to remove
  the fake build date.
- Changed $VERSION to $V to avoid breaching the 80 character
  limit.

Passed both portcheck and port-lib-depends-check.

Please, could you test and if ok commit it?


Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/sysutils/kubectl/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile5 Feb 2021 19:54:49 -   1.5
+++ Makefile18 Feb 2021 08:07:32 -
@@ -4,9 +4,9 @@ COMMENT =   command line tool for control
 

 GH_ACCOUNT =   kubernetes
 GH_PROJECT =   kubernetes
-VERSION =  1.20.2
-GH_TAGNAME =   v${VERSION}
-PKGNAME =  kubectl-${VERSION}
+V =1.20.3
+GH_TAGNAME =   v${V}
+PKGNAME =  kubectl-${V}
 

 CATEGORIES =   sysutils
 

@@ -22,5 +22,16 @@ MODULES =lang/go
 GO_PKGNAME =   k8s.io/kubernetes
 WRKSRC =   ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
 ALL_TARGET =   ${GO_PKGNAME}/cmd/kubectl
+
+MODGO_LDFLAGS += \
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitMajor=${V:R:R} 
\
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitMinor=${V:R:E} 
\
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitVersion=v${V} \
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.buildDate="" \
+   -X 
${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitTreeState=clean \
+   -X ${GO_PKGNAME}/vendor/k8s.io/client-go/pkg/version.gitVersion=v${V} \
+   -X k8s.io/client-go/pkg/version.buildDate="" \
+   -X ${GO_PKGNAME}/vendor/k8s.io/client-go/pkg/version.gitTreeState=clean 
\
+   -X ${GO_PKGNAME}/vendor/k8s.io/component-base/version.gitVersion=v${V}
 

 .include 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/kubectl/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo5 Feb 2021 19:54:49 -   1.5
+++ distinfo18 Feb 2021 08:07:32 -
@@ -1,2 +1,2 @@
-SHA256 (kubernetes-1.20.2.tar.gz) = 
uDwHgO+xgtko3GPUZIioR/Fh8E5AqUuWv1JH3Wcezfw=
-SIZE (kubernetes-1.20.2.tar.gz) = 34428927
+SHA256 (kubernetes-1.20.3.tar.gz) = 
lLXtDZDLkLcAAE/+3oVey63bWLkA2Mb1eZnN/44HJtA=
+SIZE (kubernetes-1.20.3.tar.gz) = 34445041


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-02-11 Thread Luca De Pandis
Hi,
I fixed the MAINTAINER syntax.

If the patch is ok could someone commit it, please?


Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/lang/nim/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile2 May 2020 09:33:06 -   1.11
+++ Makefile11 Feb 2021 13:42:45 -
@@ -6,7 +6,7 @@ BROKEN-i386 = hardcodes gcc; see config/
 

 COMMENT =  statically typed, imperative programming language
 

-VERSION =  1.2.0
+VERSION =  1.4.2
 DISTNAME = nim-${VERSION}
 EXTRACT_SUFX = .tar.xz
 REVISION = 0
@@ -14,6 +14,9 @@ REVISION =0
 CATEGORIES =   lang
 

 HOMEPAGE = http://nim-lang.org/
+
+MAINTAINER =   Luca De Pandis 
+
 MASTER_SITES = http://nim-lang.org/download/ \
https://download.tuxfamily.org/jod/lang/nim/
 

@@ -22,6 +25,13 @@ PERMIT_PACKAGE = Yes
 

 WANTLIB =  c m
 

+# cc is not a supported compiler, so CC has to be set as clang instead
+CC =   clang
+
+MODULES =  lang/python
+
+MODPY_VERSION =${MODPY_DEFAULT_VERSION_3}
+
 post-patch:
mkdir -p ${WRKSRC}/nimcache-port
mkdir -p ${WRKSRC}/nimcache-port-test
@@ -33,15 +43,15 @@ do-build:
cd ${WRKSRC} && ${SETENV} CC="${CC}" LINKER="${CC}" \
CFLAGS="${CFLAGS}" sh build.sh
# slow machines can get a head of themselves and fail to link
-   cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:1 \
+   cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}" koch
-   cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:1 \
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC} koch
+   cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}"
-   cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:1 \
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
+   cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}"
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
 

 do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
@@ -54,11 +64,13 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/nim
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nim
${INSTALL_DATA} ${WRKSRC}/config/*.cfg ${PREFIX}/share/examples/nim
+   ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
+   ${PREFIX}/lib/nim/pure/unidecode/gen.py
 

 do-test:
cd ${WRKSRC} && ${SETENV} ./koch test all -d:release \
-   --parallelBuild:1 --listFullPaths --listCmd \
+   --parallelBuild:${MAKE_JOBS} --listFullPaths --listCmd \
--nimcache:"${WRKSRC}/nimcache-port-test" \
-   --putenv:"PATH=${PATH}"
+   --putenv:"PATH=${PATH}" --cc:${CC}
 

 .include 
Index: distinfo
===
RCS file: /cvs/ports/lang/nim/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo2 May 2020 09:33:06 -   1.5
+++ distinfo11 Feb 2021 13:42:45 -
@@ -1,2 +1,2 @@
-SHA256 (nim-1.2.0.tar.xz) = TpRYOjc5ZYIYBeZl4KBfUvthCRZnbtsJFIlBQVY3xXU=
-SIZE (nim-1.2.0.tar.xz) = 5869428
+SHA256 (nim-1.4.2.tar.xz) = 
03a47583777dd81380a3407aa6a788c9aa8a67df4821025770c9ac4186291161
+SIZE (nim-1.4.2.tar.xz) = 4770616
Index: patches/patch-install_sh
===
RCS file: /cvs/ports/lang/nim/patches/patch-install_sh,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-install_sh
--- patches/patch-install_sh2 May 2020 09:33:06 -   1.1
+++ patches/patch-install_sh11 Feb 2021 13:42:45 -
@@ -1,4 +1,7 @@
 install.sh.orig 2020-04-03 17:25:49 UTC
+$OpenBSD$
+
+Index: install.sh
+--- install.sh.orig
 +++ install.sh
 @@ -15,48 +15,14 @@ if [ $# -eq 1 ] ; then
  "--help"|"-h"|"help"|"h")
@@ -19,7 +22,7 @@
 -  libdir=/usr/lib/nim
 -  docdir=/usr/share/nim/doc
 -  datadir=/usr/share/nim/data
--  nimbleDir="/opt/nimble/pkgs/compiler-1.2.0"
+-  nimbleDir="/opt/nimble/pkgs/compiler-1.4.2"
 -  ;;
 -"/usr/local/bin")
 -  bindir=/usr/local/bin

Re: [NEW] sysutils/oc 4.6.15

2021-02-11 Thread Luca De Pandis
Hi,
could someone commit it please?


Best regards,
Luca De Pandis


‐‐‐ Original Message ‐‐‐
On Tuesday, February 9, 2021 4:56 PM, Luca De Pandis 
 wrote:

> Hi,
> thank you for your feedback.
> I attached the fixed package.
> 

> Best regards,
> Luca De Pandis
> 

> ‐‐‐ Original Message ‐‐‐
> On Tuesday, February 9, 2021 4:48 PM, Rafael Sadowski raf...@sizeofvoid.org 
> wrote:
> 

> > On Tue Feb 09, 2021 at 07:54:30AM +, Luca De Pandis wrote:
> > 

> > > Hi,
> > > bumped to 4.6.16.
> > > If ok, could someone commit it, please?
> > > Best regards,
> > > Luca De Pandis
> > 

> > Works fine here. Some notes/tweaks:
> > 

> > -   Remove uncomment line
> > 

> > -   Fix MAINTAINER syntax.
> > 

> > -   I would suggest to remove BUILDDATE. This information is not helpful
> > and it will change every time in a bulk build. oc runs and build fine
> > without this information:
> > $ oc version -o yaml
> > clientVersion:
> > buildDate: ""
> > compiler: gc
> > gitCommit: 18d7461aca47e77cefb355339252a8d4c149188f
> > gitTreeState: clean
> > gitVersion: 4.6.16
> > goVersion: go1.15.7
> > major: "4"
> > minor: "6"
> > platform: openbsd/amd64
> > With this changes, OK rsadowski
> > --- Makefile.orig Tue Feb 9 16:35:47 2021
> > +++ Makefile Tue Feb 9 16:38:36 2021
> > @@ -7,21 +7,18 @@ GH_PROJECT = oc
> > VERSION = 4.6.16
> > GH_COMMIT = 18d7461aca47e77cefb355339252a8d4c149188f
> > DISTNAME = oc-${VERSION}
> > -#PKGNAME = oc-${VERSION}
> > CATEGORIES = sysutils
> > HOMEPAGE = https://www.openshift.com
> > -MAINTAINER = luca.depan...@protonmail.com
> > +MAINTAINER = Luca De Pandis luca.depan...@protonmail.com
> > 

> > 

> > Apache License 2.0
> > ===
> > PERMIT_PACKAGE = Yes
> > WANTLIB = c pthread
> > -BUILDDATE = $$(date -u +%Y-%m-%dT%H:%M:%SZ)
> > 

> > MODULES = lang/go
> > GO_PKGNAME = github.com/openshift/oc
> > @@ -29,7 +26,6 @@ WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
> > ALL_TARGET = ${GO_PKGNAME}/cmd/oc
> > MODGO_LDFLAGS += \
> > 

> > -   -X ${GO_PKGNAME}/pkg/version.buildDate=${BUILDDATE} \
> > -X ${GO_PKGNAME}/pkg/version.commitFromGit=${GH_COMMIT} \
> > -X ${GO_PKGNAME}/pkg/version.versionFromGit=${VERSION} \
> > -X ${GO_PKGNAME}/pkg/version.majorFromGit=${VERSION:R:R} \
> >



publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [NEW] sysutils/oc 4.6.15

2021-02-09 Thread Luca De Pandis
Hi,
thank you for your feedback.
I attached the fixed package.


Best regards,
Luca De Pandis


‐‐‐ Original Message ‐‐‐
On Tuesday, February 9, 2021 4:48 PM, Rafael Sadowski  
wrote:

> On Tue Feb 09, 2021 at 07:54:30AM +0000, Luca De Pandis wrote:
> 

> > Hi,
> > bumped to 4.6.16.
> > If ok, could someone commit it, please?
> > Best regards,
> > Luca De Pandis
> 

> Works fine here. Some notes/tweaks:
> 

> -   Remove uncomment line
> -   Fix MAINTAINER syntax.
> -   I would suggest to remove BUILDDATE. This information is not helpful
> and it will change every time in a bulk build. oc runs and build fine
> without this information:
> 

> $ oc version -o yaml
> clientVersion:
> buildDate: ""
> compiler: gc
> gitCommit: 18d7461aca47e77cefb355339252a8d4c149188f
> gitTreeState: clean
> gitVersion: 4.6.16
> goVersion: go1.15.7
> major: "4"
> minor: "6"
> platform: openbsd/amd64
> 

> With this changes, OK rsadowski
> 

> --- Makefile.orig Tue Feb 9 16:35:47 2021
> +++ Makefile Tue Feb 9 16:38:36 2021
> @@ -7,21 +7,18 @@ GH_PROJECT = oc
> VERSION = 4.6.16
> GH_COMMIT = 18d7461aca47e77cefb355339252a8d4c149188f
> DISTNAME = oc-${VERSION}
> -#PKGNAME = oc-${VERSION}
> 

> CATEGORIES = sysutils
> 

> HOMEPAGE = https://www.openshift.com
> 

> -MAINTAINER = luca.depan...@protonmail.com
> +MAINTAINER = Luca De Pandis luca.depan...@protonmail.com
> 

> 

> Apache License 2.0
> 

> ===
> 

> PERMIT_PACKAGE = Yes
> 

> WANTLIB = c pthread
> 

> -BUILDDATE = $$(date -u +%Y-%m-%dT%H:%M:%SZ)
> 

> 
> 

> MODULES = lang/go
> 

> GO_PKGNAME = github.com/openshift/oc
> @@ -29,7 +26,6 @@ WRKSRC = ${MODGO_WORKSPACE}/src/${GO_PKGNAME}
> ALL_TARGET = ${GO_PKGNAME}/cmd/oc
> 

> MODGO_LDFLAGS += \
> 

> -   -X ${GO_PKGNAME}/pkg/version.buildDate=${BUILDDATE} \
> -X ${GO_PKGNAME}/pkg/version.commitFromGit=${GH_COMMIT} \
> -X ${GO_PKGNAME}/pkg/version.versionFromGit=${VERSION} \
> -X ${GO_PKGNAME}/pkg/version.majorFromGit=${VERSION:R:R} \
>



oc.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [NEW] sysutils/oc 4.6.15

2021-02-09 Thread Luca De Pandis
Hi,
bumped to 4.6.16.

If ok, could someone commit it, please?


Best regards,
Luca De Pandis


‐‐‐ Original Message ‐‐‐
On Sunday, February 7, 2021 12:39 PM, Luca De Pandis 
 wrote:

> Hi,
> in attachments the tarball for a new port: oc.
> 

> Brief description:
> oc is the command line utility for managing Red Hat's
> OpenShift Container Platform clusters.
> It will go in the sysutils category, the same of kubectl.
> 

> Notes:
> As Red Hat does not use git tags for official releases, but
> they use them to publish daily builds, I used the official
> binary as a reference, in order to retrieve the right commit.
> This way, the ported version will be aligned with the official
> one.
> 

> I'm also stepping up as the maintainer, if it's ok with you devs.
> I will gladly take care of this port, since I need it at a
> daily basis.
> 

> Best regards,
> Luca De Pandis



oc.tar.gz
Description: application/gzip


publickey - luca.depandis@protonmail.com - 0xC73C26D2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-02-07 Thread Luca De Pandis
Hi,
since I don't think there are people interested in such port beside me,
I will gladly take the maintainership of lang/nim.

I modified the patch in order to reflect the change.

Could someone commit if patch is ok?


Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/lang/nim/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile2 May 2020 09:33:06 -   1.11
+++ Makefile6 Feb 2021 00:10:49 -
@@ -6,7 +6,7 @@ BROKEN-i386 = hardcodes gcc; see config/
 

 COMMENT =  statically typed, imperative programming language
 

-VERSION =  1.2.0
+VERSION =  1.4.2
 DISTNAME = nim-${VERSION}
 EXTRACT_SUFX = .tar.xz
 REVISION = 0
@@ -14,6 +14,9 @@ REVISION =0
 CATEGORIES =   lang
 

 HOMEPAGE = http://nim-lang.org/
+
+MAINTAINER =   luca.depan...@protonmail.com
+
 MASTER_SITES = http://nim-lang.org/download/ \
https://download.tuxfamily.org/jod/lang/nim/
 

@@ -22,6 +25,13 @@ PERMIT_PACKAGE = Yes
 

 WANTLIB =  c m
 

+# cc is not a supported compiler, so CC has to be set as clang instead
+CC =   clang
+
+MODULES =  lang/python
+
+MODPY_VERSION =${MODPY_DEFAULT_VERSION_3}
+
 post-patch:
mkdir -p ${WRKSRC}/nimcache-port
mkdir -p ${WRKSRC}/nimcache-port-test
@@ -33,15 +43,15 @@ do-build:
cd ${WRKSRC} && ${SETENV} CC="${CC}" LINKER="${CC}" \
CFLAGS="${CFLAGS}" sh build.sh
# slow machines can get a head of themselves and fail to link
-   cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:1 \
+   cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}" koch
-   cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:1 \
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC} koch
+   cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}"
-   cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:1 \
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
+   cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}"
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
 

 do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
@@ -54,11 +64,13 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/nim
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nim
${INSTALL_DATA} ${WRKSRC}/config/*.cfg ${PREFIX}/share/examples/nim
+   ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
+   ${PREFIX}/lib/nim/pure/unidecode/gen.py
 

 do-test:
cd ${WRKSRC} && ${SETENV} ./koch test all -d:release \
-   --parallelBuild:1 --listFullPaths --listCmd \
+   --parallelBuild:${MAKE_JOBS} --listFullPaths --listCmd \
--nimcache:"${WRKSRC}/nimcache-port-test" \
-   --putenv:"PATH=${PATH}"
+   --putenv:"PATH=${PATH}" --cc:${CC}
 

 .include 
Index: distinfo
===
RCS file: /cvs/ports/lang/nim/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo2 May 2020 09:33:06 -   1.5
+++ distinfo6 Feb 2021 00:10:49 -
@@ -1,2 +1,2 @@
-SHA256 (nim-1.2.0.tar.xz) = TpRYOjc5ZYIYBeZl4KBfUvthCRZnbtsJFIlBQVY3xXU=
-SIZE (nim-1.2.0.tar.xz) = 5869428
+SHA256 (nim-1.4.2.tar.xz) = 
03a47583777dd81380a3407aa6a788c9aa8a67df4821025770c9ac4186291161
+SIZE (nim-1.4.2.tar.xz) = 4770616
Index: patches/patch-install_sh
===
RCS file: /cvs/ports/lang/nim/patches/patch-install_sh,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-install_sh
--- patches/patch-install_sh2 May 2020 09:33:06 -   1.1
+++ patches/patch-install_sh6 Feb 2021 00:10:49 -
@@ -1,4 +1,7 @@
 install.sh.orig 2020-04-03 17:25:49 UTC
+$OpenBSD$
+
+Index: install.sh
+--- install.sh.orig
 +++ install.sh
 @@ -15,48 +15,14 @@ if [ $# -eq 1 ] ; then
  "--help"|"-h"|"help"|"h")
@@ -19,7 +22,7 @@
 -  libdir=/usr/lib/nim
 -  docdir=/usr/share/nim/doc
 -  datadir=/usr/share/nim/data
--  nimbleDir="/opt/nimble/pkgs/compile

[NEW] sysutils/oc 4.6.15

2021-02-07 Thread Luca De Pandis
Hi,
in attachments the tarball for a new port: oc.

Brief description:
oc is the command line utility for managing Red Hat's
OpenShift Container Platform clusters.
It will go in the sysutils category, the same of kubectl.

Notes:
As Red Hat does not use git tags for official releases, but
they use them to publish daily builds, I used the official
binary as a reference, in order to retrieve the right commit.
This way, the ported version will be aligned with the official
one.

I'm also stepping up as the maintainer, if it's ok with you devs.
I will gladly take care of this port, since I need it at a
daily basis.



Best regards,
Luca De Pandis


oc-4.6.15.tgz
Description: Binary data


publickey - luca.depandis@protonmail.com - c73c26d2.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: [UPDATE] sysutils/kubectl 1.19.2 -> 1.20.2

2021-02-05 Thread Luca De Pandis
Hi Paco,
I'm sorry but your previous email was in Junk folder and I didn't notice it. :(

Also, I don't know why but I can't find it in this thread via marc_info web 
portal.
I can only find this one.

Thank you very much for committing it!


Best regards,
Luca De Pandis


On Fri, Feb 05, 2021 at 08:57:06PM +0100, Paco Esteban wrote:
> On Fri, 05 Feb 2021, Luca De Pandis wrote:
> 
> > Hi,
> > could someone commit it, please?
> 
> Commited.  Thanks.
> I sent you an email earlier but I guess outlook ignored it completely ...
> 
> > 
> > 
> > Thank you,
> > Luca De Pandis
> > 
> > 
> > On Thu, Feb 04, 2021 at 10:42:36AM +0100, Muhammad Kaisar Arkhan wrote:
> > > 
> > > Luca De Pandis writes:
> > > 
> > > > up
> > > > 
> > > > Feedback? Ok?
> > > > 
> > > > Best regards,
> > > > Luca De Pandis
> > > > 
> > > > 
> > > > On Mon, Jan 18, 2021 at 11:42:05AM +0100, Luca De Pandis wrote:
> > > > > Hi,
> > > > > here's the kubectl port upgraded from 1.19.2 to 1.20.2.
> > > > > 
> > > > > Best regards,
> > > > > Luca De Pandis
> > > 
> > > Hi,
> > > 
> > > I tested this on my OpenBSD along with a Kubernetes Cluster from Google
> > > Cloud.
> > > 
> > > It works fine.
> > > 
> > > OK.
> > > 
> > > --
> > > Muhammad Kaisar Arkhan
> > > h...@yukiisbo.red - kai...@arkhan.io
> > > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fyukiisbo.red%2Fdata=04%7C01%7C%7C94996a3b3fed46fdb40b08d8ca107208%7C84df9e7fe9f640afb435%7C1%7C0%7C637481519263253650%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=tK0UjXyEC9iDoLA36b2lrS94YCoupyw3ImRDbbtIpkM%3Dreserved=0
> > >  - 
> > > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Farkhan.io%2Fdata=04%7C01%7C%7C94996a3b3fed46fdb40b08d8ca107208%7C84df9e7fe9f640afb435%7C1%7C0%7C637481519263253650%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=vARIYYFFMtHEwXvcWgSNKNAOnHjmnUQydO%2BTweHMW7A%3Dreserved=0
> > > 
> > 
> 
> -- 
> Paco Esteban.
> 0x5818130B8A6DBC03
> 



Re: [UPDATE] sysutils/kubectl 1.19.2 -> 1.20.2

2021-02-05 Thread Luca De Pandis
Hi,
could someone commit it, please?


Thank you,
Luca De Pandis


On Thu, Feb 04, 2021 at 10:42:36AM +0100, Muhammad Kaisar Arkhan wrote:
> 
> Luca De Pandis writes:
> 
> > up
> > 
> > Feedback? Ok?
> > 
> > Best regards,
> > Luca De Pandis
> > 
> > 
> > On Mon, Jan 18, 2021 at 11:42:05AM +0100, Luca De Pandis wrote:
> > > Hi,
> > > here's the kubectl port upgraded from 1.19.2 to 1.20.2.
> > > 
> > > Best regards,
> > > Luca De Pandis
> 
> Hi,
> 
> I tested this on my OpenBSD along with a Kubernetes Cluster from Google
> Cloud.
> 
> It works fine.
> 
> OK.
> 
> --
> Muhammad Kaisar Arkhan
> h...@yukiisbo.red - kai...@arkhan.io
> https://yukiisbo.red - https://arkhan.io
> 



Re: [UPDATE] sysutils/docker-cli 20.10.1 -> 20.10.3

2021-02-05 Thread Luca De Pandis
Hi,
could someone commit it, please?

Thanks,
Luca De Pandis


On Thu, Feb 04, 2021 at 10:06:00AM +0100, Muhammad Kaisar Arkhan wrote:
> 
> Luca De Pandis writes:
> 
> > Hi,
> > below the patch to upgrade the sysutils/docker-cli port to 20.10.3.
> > 
> > Passed:
> > - port-lib-depends-check
> > - portcheck
> > 
> > OK? Feedback?
> > 
> > 
> > Best regards,
> > Luca De Pandis
> 
> Tested on my local OpenBSD machine by running a container on a separate
> Linux box and deploying a docker stack, it works fine.
> 
> Happy to see that someone is helping to have this port always
> up-to-date. :)
> 
> OK.
> 
> --
> Muhammad Kaisar Arkhan
> h...@yukiisbo.red - kai...@arkhan.io
> https://yukiisbo.red - https://arkhan.io
> 



[UPDATE] sysutils/docker-cli 20.10.1 -> 20.10.3

2021-02-03 Thread Luca De Pandis
Hi,
below the patch to upgrade the sysutils/docker-cli port to 20.10.3.

Passed:
- port-lib-depends-check
- portcheck

OK? Feedback?


Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/sysutils/docker-cli/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile4 Jan 2021 14:15:20 -   1.3
+++ Makefile3 Feb 2021 20:30:45 -
@@ -2,7 +2,7 @@
 
 COMMENT =  command-line tool for controlling Docker
 
-V =20.10.1
+V =20.10.3
 
 GH_ACCOUNT =   docker
 GH_PROJECT =   cli
Index: distinfo
===
RCS file: /cvs/ports/sysutils/docker-cli/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo4 Jan 2021 14:15:20 -   1.2
+++ distinfo3 Feb 2021 20:30:45 -
@@ -1,2 +1,2 @@
-SHA256 (cli-20.10.1.tar.gz) = TufMnD9ih8qDQWaqoalFeQxU2ag0WhtEmhk9nHOfKn0=
-SIZE (cli-20.10.1.tar.gz) = 7705467
+SHA256 (cli-20.10.3.tar.gz) = qvujdl2QE8t1gQtPQzRSXw506C7wc7TfnotSTzeU5go=
+SIZE (cli-20.10.3.tar.gz) = 7733821
Index: pkg/PLIST
===
RCS file: /cvs/ports/sysutils/docker-cli/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   4 Jan 2021 14:15:21 -   1.3
+++ pkg/PLIST   3 Feb 2021 20:30:45 -
@@ -1,3 +1,3 @@
 @comment $OpenBSD: PLIST,v 1.3 2021/01/04 14:15:21 solene Exp $
-@bin bin/docker
 @conflict docker-*
+@bin bin/docker



Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-02-03 Thread Luca De Pandis
up



On Sat, Jan 16, 2021 at 02:31:42PM +0100, Luca De Pandis wrote:
> Hi,
> thank you everyone for the feedback.
> 
> On Fri, Jan 15, 2021 at 05:01:19PM +, Stuart Henderson wrote:
> > 3 days is way too soon to be prodding really, especially for what is
> > a relatively specialist port that most ports devs won't use. Anyway a
> > few quick comments I am short on time - as mentioned by others please
> > send a diff not a tar for updates. Use cvs add / cvs rm if there are
> > any new/removed files and cvs diff -uNp.
> > 
> > patch-config_nim_cfg:
> > -cc = gcc
> > +cc = clang
> > 
> > The compiler should be passed from the port in CC not hardcoded.
> nim.cfg is read by the nim compiler to know what C compiler it has to run
> when it is going to compile nim code.
> It cannot be left neither unset nor set to cc %= "$CC", otherwise the
> compilation will fail.
> That said, I added the --cc:$CC parameter in Makefile order to let the port
> build with the compiler of choice, as long as it is supported by nim. This
> parameter will override the value in nim.cfg during the building of the port.
> 
> 
> > 
> > PLIST: missing @sample for the new cfg file
> Now it should be ok.
> 
> $ grep sample pkg/PLIST   
>   
>  
> @sample ${SYSCONFDIR}/nim/
> @sample ${SYSCONFDIR}/nim/nim.cfg
> @sample ${SYSCONFDIR}/nim/nimdoc.cfg
> @sample ${SYSCONFDIR}/nim/nimdoc.tex.cfg
> 
>  
> > Makefile: drop REVISION, maybe the --parallelBuild:1 should really
> > be ${MAKE_JOBS} instead of 1
> >
> Fixed.
> 
> 
> Best regards,
> Luca De Pandis
> 
> 
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/lang/nim/Makefile,v
> retrieving revision 1.11
> diff -u -p -u -p -r1.11 Makefile
> --- Makefile  2 May 2020 09:33:06 -   1.11
> +++ Makefile  16 Jan 2021 13:10:55 -
> @@ -6,7 +6,7 @@ BROKEN-i386 = hardcodes gcc; see config/
>  
>  COMMENT =statically typed, imperative programming language
>  
> -VERSION =1.2.0
> +VERSION =1.4.2
>  DISTNAME =   nim-${VERSION}
>  EXTRACT_SUFX =   .tar.xz
>  REVISION =   0
> @@ -22,6 +22,13 @@ PERMIT_PACKAGE =   Yes
>  
>  WANTLIB =c m
>  
> +# cc is not a supported compiler, so CC has to be set as clang instead
> +CC = clang
> +
> +MODULES =lang/python
> +
> +MODPY_VERSION =  ${MODPY_DEFAULT_VERSION_3}
> +
>  post-patch:
>   mkdir -p ${WRKSRC}/nimcache-port
>   mkdir -p ${WRKSRC}/nimcache-port-test
> @@ -33,15 +40,15 @@ do-build:
>   cd ${WRKSRC} && ${SETENV} CC="${CC}" LINKER="${CC}" \
>   CFLAGS="${CFLAGS}" sh build.sh
>   # slow machines can get a head of themselves and fail to link
> - cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:1 \
> + cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:${MAKE_JOBS} \
>   --nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
> - --listCmd --putenv:"PATH=${PATH}" koch
> - cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:1 \
> + --listCmd --putenv:"PATH=${PATH}" --cc:${CC} koch
> + cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:${MAKE_JOBS} \
>   --nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
> - --listCmd --putenv:"PATH=${PATH}"
> - cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:1 \
> + --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
> + cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:${MAKE_JOBS} \
>   --nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
> - --listCmd --putenv:"PATH=${PATH}"
> + --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
>  
>  do-install:
>   ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
> @@ -54,11 +61,13 @@ do-install:
>   ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/nim
>   ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nim
>   ${INSTALL_DATA} ${WRKSRC}/config/*.cfg ${PREFIX}/share/examples/nim
> + ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
> + ${PREFIX}/lib/nim/pure/unidecode/gen.py
>  
>  do-test:
>   cd ${WRKSRC} && ${SETENV} ./koch test all -d:release \
> - --parallelBuild:1 --listFullPa

Re: [UPDATE] sysutils/kubectl 1.19.2 -> 1.20.2

2021-02-03 Thread Luca De Pandis
up

Feedback? Ok?

Best regards,
Luca De Pandis


On Mon, Jan 18, 2021 at 11:42:05AM +0100, Luca De Pandis wrote:
> Hi,
> here's the kubectl port upgraded from 1.19.2 to 1.20.2.
> 
> Best regards,
> Luca De Pandis
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/sysutils/kubectl/Makefile,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 Makefile
> --- Makefile  18 Sep 2020 08:26:07 -  1.4
> +++ Makefile  18 Jan 2021 10:37:21 -
> @@ -4,7 +4,7 @@ COMMENT = command line tool for control
>  
>  GH_ACCOUNT = kubernetes
>  GH_PROJECT = kubernetes
> -VERSION =1.19.2
> +VERSION =1.20.2
>  GH_TAGNAME = v${VERSION}
>  PKGNAME =kubectl-${VERSION}
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/sysutils/kubectl/distinfo,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 distinfo
> --- distinfo  18 Sep 2020 08:26:07 -  1.4
> +++ distinfo  18 Jan 2021 10:37:21 -
> @@ -1,2 +1,2 @@
> -SHA256 (kubernetes-1.19.2.tar.gz) = 
> eeJzT/5DGzgaRmRX0YxLHU/rE4xr5B4TjiDlQuiLHsI=
> -SIZE (kubernetes-1.19.2.tar.gz) = 33341808
> +SHA256 (kubernetes-1.20.2.tar.gz) = 
> uDwHgO+xgtko3GPUZIioR/Fh8E5AqUuWv1JH3Wcezfw=
> +SIZE (kubernetes-1.20.2.tar.gz) = 34428927
> 



[UPDATE] sysutils/docker-cli 20.10.1 -> 20.10.2

2021-01-18 Thread Luca De Pandis
Hi,
here's the docker-cli port updated to 20.10.2.

Feedback? OK?

Best regards,
Luca De Pandis



Index: Makefile
===
RCS file: /cvs/ports/sysutils/docker-cli/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile4 Jan 2021 14:15:20 -   1.3
+++ Makefile18 Jan 2021 19:40:29 -
@@ -2,7 +2,7 @@
 
 COMMENT =  command-line tool for controlling Docker
 
-V =20.10.1
+V =20.10.2
 
 GH_ACCOUNT =   docker
 GH_PROJECT =   cli
Index: distinfo
===
RCS file: /cvs/ports/sysutils/docker-cli/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo4 Jan 2021 14:15:20 -   1.2
+++ distinfo18 Jan 2021 19:40:29 -
@@ -1,2 +1,2 @@
-SHA256 (cli-20.10.1.tar.gz) = TufMnD9ih8qDQWaqoalFeQxU2ag0WhtEmhk9nHOfKn0=
-SIZE (cli-20.10.1.tar.gz) = 7705467
+SHA256 (cli-20.10.2.tar.gz) = pmP1ShWMaysjslOxS/DeVv8DV1AJjnYDGd4e239K520=
+SIZE (cli-20.10.2.tar.gz) = 7706210
Index: pkg/PLIST
===
RCS file: /cvs/ports/sysutils/docker-cli/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   4 Jan 2021 14:15:21 -   1.3
+++ pkg/PLIST   18 Jan 2021 19:40:29 -
@@ -1,3 +1,3 @@
 @comment $OpenBSD: PLIST,v 1.3 2021/01/04 14:15:21 solene Exp $
-@bin bin/docker
 @conflict docker-*
+@bin bin/docker



[UPDATE] sysutils/kubectl 1.19.2 -> 1.20.2

2021-01-18 Thread Luca De Pandis
Hi,
here's the kubectl port upgraded from 1.19.2 to 1.20.2.

Best regards,
Luca De Pandis


Index: Makefile
===
RCS file: /cvs/ports/sysutils/kubectl/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile18 Sep 2020 08:26:07 -  1.4
+++ Makefile18 Jan 2021 10:37:21 -
@@ -4,7 +4,7 @@ COMMENT =   command line tool for control
 
 GH_ACCOUNT =   kubernetes
 GH_PROJECT =   kubernetes
-VERSION =  1.19.2
+VERSION =  1.20.2
 GH_TAGNAME =   v${VERSION}
 PKGNAME =  kubectl-${VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/kubectl/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo18 Sep 2020 08:26:07 -  1.4
+++ distinfo18 Jan 2021 10:37:21 -
@@ -1,2 +1,2 @@
-SHA256 (kubernetes-1.19.2.tar.gz) = 
eeJzT/5DGzgaRmRX0YxLHU/rE4xr5B4TjiDlQuiLHsI=
-SIZE (kubernetes-1.19.2.tar.gz) = 33341808
+SHA256 (kubernetes-1.20.2.tar.gz) = 
uDwHgO+xgtko3GPUZIioR/Fh8E5AqUuWv1JH3Wcezfw=
+SIZE (kubernetes-1.20.2.tar.gz) = 34428927



Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-16 Thread Luca De Pandis
Hi,
thank you everyone for the feedback.

On Fri, Jan 15, 2021 at 05:01:19PM +, Stuart Henderson wrote:
> 3 days is way too soon to be prodding really, especially for what is
> a relatively specialist port that most ports devs won't use. Anyway a
> few quick comments I am short on time - as mentioned by others please
> send a diff not a tar for updates. Use cvs add / cvs rm if there are
> any new/removed files and cvs diff -uNp.
> 
> patch-config_nim_cfg:
> -cc = gcc
> +cc = clang
> 
> The compiler should be passed from the port in CC not hardcoded.
nim.cfg is read by the nim compiler to know what C compiler it has to run
when it is going to compile nim code.
It cannot be left neither unset nor set to cc %= "$CC", otherwise the
compilation will fail.
That said, I added the --cc:$CC parameter in Makefile order to let the port
build with the compiler of choice, as long as it is supported by nim. This
parameter will override the value in nim.cfg during the building of the port.


> 
> PLIST: missing @sample for the new cfg file
Now it should be ok.

$ grep sample pkg/PLIST 

 
@sample ${SYSCONFDIR}/nim/
@sample ${SYSCONFDIR}/nim/nim.cfg
@sample ${SYSCONFDIR}/nim/nimdoc.cfg
@sample ${SYSCONFDIR}/nim/nimdoc.tex.cfg

 
> Makefile: drop REVISION, maybe the --parallelBuild:1 should really
> be ${MAKE_JOBS} instead of 1
>
Fixed.


Best regards,
Luca De Pandis




Index: Makefile
===
RCS file: /cvs/ports/lang/nim/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile2 May 2020 09:33:06 -   1.11
+++ Makefile16 Jan 2021 13:10:55 -
@@ -6,7 +6,7 @@ BROKEN-i386 = hardcodes gcc; see config/
 
 COMMENT =  statically typed, imperative programming language
 
-VERSION =  1.2.0
+VERSION =  1.4.2
 DISTNAME = nim-${VERSION}
 EXTRACT_SUFX = .tar.xz
 REVISION = 0
@@ -22,6 +22,13 @@ PERMIT_PACKAGE = Yes
 
 WANTLIB =  c m
 
+# cc is not a supported compiler, so CC has to be set as clang instead
+CC =   clang
+
+MODULES =  lang/python
+
+MODPY_VERSION =${MODPY_DEFAULT_VERSION_3}
+
 post-patch:
mkdir -p ${WRKSRC}/nimcache-port
mkdir -p ${WRKSRC}/nimcache-port-test
@@ -33,15 +40,15 @@ do-build:
cd ${WRKSRC} && ${SETENV} CC="${CC}" LINKER="${CC}" \
CFLAGS="${CFLAGS}" sh build.sh
# slow machines can get a head of themselves and fail to link
-   cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:1 \
+   cd ${WRKSRC} && bin/nim c -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}" koch
-   cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:1 \
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC} koch
+   cd ${WRKSRC} && ./koch boot -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}"
-   cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:1 \
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
+   cd ${WRKSRC} && ./koch nimble -d:release --parallelBuild:${MAKE_JOBS} \
--nimcache:"${WRKSRC}/nimcache-port" --listFullPaths \
-   --listCmd --putenv:"PATH=${PATH}"
+   --listCmd --putenv:"PATH=${PATH}" --cc:${CC}
 
 do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
@@ -54,11 +61,13 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/nim
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nim
${INSTALL_DATA} ${WRKSRC}/config/*.cfg ${PREFIX}/share/examples/nim
+   ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
+   ${PREFIX}/lib/nim/pure/unidecode/gen.py
 
 do-test:
cd ${WRKSRC} && ${SETENV} ./koch test all -d:release \
-   --parallelBuild:1 --listFullPaths --listCmd \
+   --parallelBuild:${MAKE_JOBS} --listFullPaths --listCmd \
--nimcache:"${WRKSRC}/nimcache-port-test" \
-   --putenv:"PATH=${PATH}"
+   --putenv:"PATH=${PATH}" --cc:${CC}
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/lang/nim/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo2 May 2020 09:33:06 -   1.5
+++ distinfo16 Jan 2021 13:

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-15 Thread Luca De Pandis
Hi,
could anyone review this, so that the port could be upgraded, please?


Best regards,
Luca De Pandis


On Tue, Jan 12, 2021 at 10:40:00PM +0100, me wrote:
> Hi,
> I updated the lang/nim port to the latest version.
> 
> The following checks passed:
> - portcheck
> - port-lib-depends-check
> - update-plist
> 
> Best regards,
> Luca De Pandis




Re: VAAPI ports

2020-08-22 Thread Luca De Pandis
On Sat, Aug 22, 2020 at 02:11:34PM -0400, Bryan Steele wrote:
> On Sat, Aug 22, 2020 at 07:35:47PM +0200, Luca De Pandis wrote:
> > Hi everyone,
> > I'm Luca De Pandis and I'm an OpenBSD user since March.
> > 
> > I'd like to contribute to the project since I'm using it everyday, so I
> > decided to work on porting the VAAPI stack on OpenBSD.
> > 
> > Before submitting I checked with portcheck and make
> > ports-lib-depends-check for errors or things I could improve to make the
> > ports as compliant as possible. Still, as they are my first attempt to
> > port something I'd like to receive your feedbacks about them.
> > 
> > Since I need for VAAPI to get hw acceleration on mpv I wouldn't mind to
> > step up as a maintainer for these ports.
> > 
> > Also, I wrote some patches, but I'm not as proficient in C as I would. So
> > I'm counting on your feedbacks if there are some things I could do
> > better in that regard as well.
> > 
> > 
> > Best regards,
> > Luca De Pandis
> 
> Hi Luca,
> 
> This has come up before last year [0], and the conclusion was that this
> needed to be a part of xenocara [1] as Mesa needs to be compiled with
> '--enable-va' to have working r600/radeonsi gallium drivers [2].
> 
> The original work was done by Brad DeMorrow and Jonathan Gray had
> picked it up after that, not sure what the status is now. I had it
> working on my Radeon HD 7450 along with a modified ffmpeg port with
> Brad's original ports and recompiled Mesa.
> 
> Having support for video encode/decode offloading would be nice,
> especially on lower power CPUs.
> 
> -Bryan.
> 
> [0] https://marc.info/?l=openbsd-ports=157626463822587=2
> [1] https://marc.info/?l=openbsd-tech=157676527322944=2
> [2] https://marc.info/?l=openbsd-ports=157638698722892=2
Hi Bryan,
no problem at all.

I just submitted them because I need hwdec on my Intel hardware to
reduce frame dropping. If they are going to be part of base, that's even
better!

Right now I'm focusing on porting the newest intel-media-driver for >=
Broadwell CPUs (in this archive I only ported the old
intel-vaapi-driver).

If I can be of any help about the integration of VAAPI, just let me
know.  :-)


Best regards,
Luca De Pandis



VAAPI ports

2020-08-22 Thread Luca De Pandis
Hi everyone,
I'm Luca De Pandis and I'm an OpenBSD user since March.

I'd like to contribute to the project since I'm using it everyday, so I
decided to work on porting the VAAPI stack on OpenBSD.

Before submitting I checked with portcheck and make
ports-lib-depends-check for errors or things I could improve to make the
ports as compliant as possible. Still, as they are my first attempt to
port something I'd like to receive your feedbacks about them.

Since I need for VAAPI to get hw acceleration on mpv I wouldn't mind to
step up as a maintainer for these ports.

Also, I wrote some patches, but I'm not as proficient in C as I would. So
I'm counting on your feedbacks if there are some things I could do
better in that regard as well.


Best regards,
Luca De Pandis


vaapi.tar.gz
Description: Binary data