# 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: # # farbfeld # farbfeld/pkg-plist # farbfeld/files # farbfeld/files/patch-config.mk # farbfeld/distinfo # farbfeld/Makefile # farbfeld/pkg-descr # echo c - farbfeld mkdir -p farbfeld > /dev/null 2>&1 echo x - farbfeld/pkg-plist sed 's/^X//' >farbfeld/pkg-plist << 'dee10fa416f13009c735c3f200c44b94' Xbin/2ff Xbin/ff2png Xbin/jpg2ff Xbin/png2ff Xman/man1/2ff.1.gz Xman/man1/ff2png.1.gz Xman/man1/jpg2ff.1.gz Xman/man1/png2ff.1.gz Xman/man5/farbfeld.5.gz dee10fa416f13009c735c3f200c44b94 echo c - farbfeld/files mkdir -p farbfeld/files > /dev/null 2>&1 echo x - farbfeld/files/patch-config.mk sed 's/^X//' >farbfeld/files/patch-config.mk << '679672a28d50cd40b6178d4e31c220aa' X--- config.mk.orig 2016-02-19 12:59:50.769556000 -0600 X+++ config.mk 2016-02-19 12:56:15.846580000 -0600 X@@ -18,8 +18,8 @@ X X # flags X CPPFLAGS = -D_DEFAULT_SOURCE X-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} X+CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} X LDFLAGS = -s ${LIBS} X X # compiler and linker X-CC = cc X+CC ?= cc 679672a28d50cd40b6178d4e31c220aa echo x - farbfeld/distinfo sed 's/^X//' >farbfeld/distinfo << '0de3d8b888705ef723987e3f1bafa9e5' XSHA256 (farbfeld-1.tar.gz) = 34faf878ee9bf20a690604b2e09f97ce517b20bb7b5e37433997941825c0b46e XSIZE (farbfeld-1.tar.gz) = 6770 0de3d8b888705ef723987e3f1bafa9e5 echo x - farbfeld/Makefile sed 's/^X//' >farbfeld/Makefile << 'e902de281f8993286a3a0a5d0af93c53' X# $FreeBSD$ X XPORTNAME= farbfeld XPORTVERSION= 1 XCATEGORIES= graphics XMASTER_SITES= http://dl.suckless.org/farbfeld/ X XMAINTAINER= aaron@baugher.biz XCOMMENT= Lossless, uncompressed graphics format X XLICENSE= ISCL XLICENSE_FILE= ${WRKSRC}/LICENSE X XLIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png X XUSES= jpeg X X.include e902de281f8993286a3a0a5d0af93c53 echo x - farbfeld/pkg-descr sed 's/^X//' >farbfeld/pkg-descr << 'e3915f48f83fd7e340b619debedea01a' XFarbfeld is a lossless image format which is easy to parse, pipe and Xcompress. X XWWW: http://tools.suckless.org/farbfeld/ e3915f48f83fd7e340b619debedea01a exit