Re: NEW: graphics/jpegoptim

2017-08-08 Thread Jeremie Courreges-Anglas
On Tue, Aug 08 2017, Frederic Cambus  wrote:
> On Tue, Aug 08, 2017 at 07:51:57AM +0200, Jeremie Courreges-Anglas wrote:
>
>> > You're missing the $OpenBSD$ RCS id at the top of the Makefile.
>> > portcheck(1) would have spotted this.
>> >
>> > Updated tarball attached, looks good to me.
>> 
>> Any ok to import?
>
> OK fcambus@
>
> HOMEPAGE and MASTER_SITES support https so we should probably switch to
> that.

Imported with s/http/https/.

Thanks,
-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: NEW: graphics/jpegoptim

2017-08-08 Thread Frederic Cambus
On Tue, Aug 08, 2017 at 07:51:57AM +0200, Jeremie Courreges-Anglas wrote:

> > You're missing the $OpenBSD$ RCS id at the top of the Makefile.
> > portcheck(1) would have spotted this.
> >
> > Updated tarball attached, looks good to me.
> 
> Any ok to import?

OK fcambus@

HOMEPAGE and MASTER_SITES support https so we should probably switch to
that.



Re: NEW: graphics/jpegoptim

2017-08-07 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2017, Jeremie Courreges-Anglas  wrote:
> On Thu, Aug 03 2017, Nils Frohberg  wrote:
>> Sorry for the noise, but please ignore the previous .tar.gz and use
>> this one instead. LIB_DEPENDS seems to be better suited than
>> RUN_DEPENDS and BUILD_DEPENDS.
>
> Right.
>
> You're missing the $OpenBSD$ RCS id at the top of the Makefile.
> portcheck(1) would have spotted this.
>
> Updated tarball attached, looks good to me.

Any ok to import?

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: NEW: graphics/jpegoptim

2017-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2017, Nils Frohberg  wrote:
> Sorry for the noise, but please ignore the previous .tar.gz and use
> this one instead. LIB_DEPENDS seems to be better suited than
> RUN_DEPENDS and BUILD_DEPENDS.

Right.

You're missing the $OpenBSD$ RCS id at the top of the Makefile.
portcheck(1) would have spotted this.

Updated tarball attached, looks good to me.



jpegoptim.tgz
Description: Binary data

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE


Re: NEW: graphics/jpegoptim

2017-08-03 Thread Nils Frohberg
Sorry for the noise, but please ignore the previous .tar.gz and use
this one instead. LIB_DEPENDS seems to be better suited than
RUN_DEPENDS and BUILD_DEPENDS.

--- graphics/jpegoptim/Makefile (old copy)
+++ graphics/jpegoptim/Makefile (working copy)
@@ -15,7 +15,7 @@
 MASTER_SITES = http://www.kokkonen.net/tjko/src/
 
-BUILD_DEPENDS =graphics/jpeg
-RUN_DEPENDS =  graphics/jpeg
+LIB_DEPENDS =  graphics/jpeg
 
 CONFIGURE_STYLE =  gnu
 CONFIGURE_ARGS =   --with-libjpeg=${LOCALBASE}

On Thu, Aug 03, 2017 at 03:40:45PM +0200, Nils Frohberg wrote:
> $ pkg_info jpegoptim
> Information for inst:jpegoptim-1.4.4
> 
> Comment:
> utility to optimize jpeg files
> 
> Description:
> Jpegoptim is a utility to optimize jpeg files. Provides lossless
> optimization (based on optimizing the Huffman tables) and "lossy"
> optimization based on setting maximum quality factor.
> 
> Maintainer: The OpenBSD ports mailing-list 
> 
> WWW: http://www.kokkonen.net/tjko/projects.html
> 
> 
> $ pkg_info -L jpegoptim
> Information for inst:jpegoptim-1.4.4
> 
> Files:
> /usr/local/bin/jpegoptim
> /usr/local/man/man1/jpegoptim.1
> 
> 
> $ tar tzf jpegoptim.tar.gz 
> graphics
> graphics/jpegoptim
> graphics/jpegoptim/pkg
> graphics/jpegoptim/pkg/DESCR
> graphics/jpegoptim/pkg/PLIST
> graphics/jpegoptim/Makefile
> graphics/jpegoptim/distinfo
> $ 


jpegoptim.tar.gz
Description: application/tar-gz