mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
[NEW PORT] graphics/repng2jpeg: Tool to recompress JPEG/PNG/GIF
Tool to recompress JPEG/PNG/GIF. WWW: http://sugachan.dip.jp/obsolete/ext/ PR: ports/126570 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
9c475064ee
commit
ffdd6c4e86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218707
@ -682,6 +682,7 @@
|
||||
SUBDIR += reallyslick
|
||||
SUBDIR += recoverjpeg
|
||||
SUBDIR += renderpark
|
||||
SUBDIR += repng2jpeg
|
||||
SUBDIR += rgbpaint
|
||||
SUBDIR += ristretto
|
||||
SUBDIR += robot
|
||||
|
32
graphics/repng2jpeg/Makefile
Normal file
32
graphics/repng2jpeg/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: repng2jpeg
|
||||
# Date created: 2008-08-17
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= repng2jpeg
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://sugachan.dip.jp/obsolete/arch/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Tool to recompress JPEG/PNG/GIF
|
||||
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lgd
|
||||
|
||||
PLIST_FILES= bin/repng2jpeg
|
||||
RESTRICTED= No license text in tarball and website
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \
|
||||
${WRKSRC}/src/repng2jpeg.c ${LDFLAGS}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/repng2jpeg/distinfo
Normal file
3
graphics/repng2jpeg/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (repng2jpeg_1.0.4.tar.gz) = 8f5aab8af97063f075913115c7be5c5b
|
||||
SHA256 (repng2jpeg_1.0.4.tar.gz) = d1f02dc6d698ebcd38aaf6c8ee149101fb5148aafb9783930eb037e2967adb90
|
||||
SIZE (repng2jpeg_1.0.4.tar.gz) = 1839766
|
3
graphics/repng2jpeg/pkg-descr
Normal file
3
graphics/repng2jpeg/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Tool to recompress JPEG/PNG/GIF.
|
||||
|
||||
WWW: http://sugachan.dip.jp/obsolete/ext/
|
Loading…
Reference in New Issue
Block a user