ports/173205: [NEW PORT] graphics/apngdis: Deconstructs APNG files into individual frames

nemysis nemysis at gmx.ch
Tue Oct 30 10:20:01 UTC 2012


>Number:         173205
>Category:       ports
>Synopsis:       [NEW PORT] graphics/apngdis: Deconstructs APNG files into individual frames
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 10:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
This program converts APNG file into a sequence of individual PNG frames.
Simple command-line interface.

WWW: http://sourceforge.net/projects/apngdis/

Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

Build log

https://redports.org/buildarchive/20121029201529-18588/

>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	apngdis
#	apngdis/Makefile
#	apngdis/distinfo
#	apngdis/pkg-descr
#
echo c - apngdis
mkdir -p apngdis > /dev/null 2>&1
echo x - apngdis/Makefile
sed 's/^X//' >apngdis/Makefile << '2a047b480cd151c61d82bb0f25b3a971'
X# Created by:	nemysis at gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	apngdis
XPORTVERSION=	2.5
XDISTVERSIONSUFFIX=-src
XCATEGORIES=	graphics
XMASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	nemysis at gmx.ch
XCOMMENT=	Deconstructs APNG files into individual frames
X
XLICENSE=	ZLIB
X
XNO_WRKSUBDIR=	yes
X
XUSE_DOS2UNIX=	yes
XUSE_ZIP=	yes
X
XCPPFLAGS+=	`libpng-config --I_opts`
XLDFLAGS+=	`libpng-config --ldflags`
X
XPLIST_FILES=	bin/${PORTNAME}
X
XPORTDOCS=	readme.txt
X
X.include <bsd.port.options.mk>
X
X.if !defined(NO_SHARED)
XLIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png
X.else
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png
XLDFLAGS+=	-static
X.endif
X
Xdo-build:
X	cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} ${PORTNAME}.c \
X		-o ${PORTNAME} ${LDFLAGS}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.if ${PORT_OPTIONS:MDOCS}
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
2a047b480cd151c61d82bb0f25b3a971
echo x - apngdis/distinfo
sed 's/^X//' >apngdis/distinfo << 'e0c6582945fd48995e3f7f7a9ccdbc65'
XSHA256 (apngdis-2.5-src.zip) = 684ef8da1688c8fdb1a3dfe742fcf344bfff23b701fb31cea2ece7b2a272faec
XSIZE (apngdis-2.5-src.zip) = 9085
e0c6582945fd48995e3f7f7a9ccdbc65
echo x - apngdis/pkg-descr
sed 's/^X//' >apngdis/pkg-descr << '3c214b157a0311f9b71e416f474f776c'
XThis program converts APNG file into a sequence of individual PNG frames.
XSimple command-line interface.
X
XWWW: http://sourceforge.net/projects/apngdis/
3c214b157a0311f9b71e416f474f776c
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list