diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile index a6333467b5ca..f316e09b7290 100644 --- a/graphics/tumble/Makefile +++ b/graphics/tumble/Makefile @@ -1,47 +1,38 @@ # Created by: Rob Farmer PORTNAME= tumble DISTVERSIONPREFIX= v -DISTVERSION= 0.36 -PORTREVISION= 1 +DISTVERSION= 0.37 CATEGORIES= graphics print -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= Creates a PDF file from image files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff \ libnetpbm.so:graphics/netpbm USES= bison gmake jpeg localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= brouhaha CFLAGS+= -I${LOCALBASE}/include/netpbm PLIST_FILES= bin/tumble PORTDOCS= README OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e \ - 's|^\(CFLAGS\) =.*|\1 := $$(CFLAGS)| ; \ - s|^\(LDFLAGS\) =.*|\1 := $$(LDFLAGS)| ; \ - s|-O3|| ; \ - s|-lpbm|-lnetpbm| ; \ - s|strip|true|' ${WRKSRC}/Makefile - do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} tumble \ ${STAGEDIR}${PREFIX}/bin) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} README \ ${STAGEDIR}${DOCSDIR}) .include diff --git a/graphics/tumble/distinfo b/graphics/tumble/distinfo index 2f5cfef7a8ca..7d3b823223ca 100644 --- a/graphics/tumble/distinfo +++ b/graphics/tumble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532266375 -SHA256 (brouhaha-tumble-v0.36_GH0.tar.gz) = 7b9e0788416b8129203831da7eef5310b671325503e79aa22fd91e822b54b978 -SIZE (brouhaha-tumble-v0.36_GH0.tar.gz) = 51945 +TIMESTAMP = 1651231098 +SHA256 (brouhaha-tumble-v0.37_GH0.tar.gz) = 647e269af72f43e67486f6426dbe2575614c212fc4b65b54c99e64ab9d1ce93c +SIZE (brouhaha-tumble-v0.37_GH0.tar.gz) = 52451 diff --git a/graphics/tumble/files/patch-semantics.c b/graphics/tumble/files/patch-semantics.c deleted file mode 100644 index 4e6e5d7d71bb..000000000000 --- a/graphics/tumble/files/patch-semantics.c +++ /dev/null @@ -1,11 +0,0 @@ ---- semantics.c.orig 2021-08-17 12:37:41 UTC -+++ semantics.c -@@ -119,7 +119,7 @@ typedef struct output_page_t - #endif - - --FILE *yyin; -+extern FILE *yyin; - int line; /* line number in spec file */ - - int bookmark_level; diff --git a/graphics/tumble/files/patch-tumble__input.h b/graphics/tumble/files/patch-tumble__input.h deleted file mode 100644 index cbac30796308..000000000000 --- a/graphics/tumble/files/patch-tumble__input.h +++ /dev/null @@ -1,8 +0,0 @@ ---- tumble_input.h.orig 2021-08-17 12:36:31 UTC -+++ tumble_input.h -@@ -71,4 +71,4 @@ void init_jpeg_handler (void); - void init_pbm_handler (void); - void init_png_handler (void); - --input_handler_t blank_handler; -+extern input_handler_t blank_handler; diff --git a/graphics/tumble/pkg-descr b/graphics/tumble/pkg-descr index 30c1255f176f..efc523298cdc 100644 --- a/graphics/tumble/pkg-descr +++ b/graphics/tumble/pkg-descr @@ -1,13 +1,9 @@ Tumble is a utility to construct PDF files from one or more image files. Supported input image file formats are JPEG, and black and white TIFF (single- or multi-page). Black and white images will be encoded in the PDF output using lossless Group 4 fax compression (ITU-T recommendation T.6). This provides a very good compression ratio for text and line art. JPEG images will be preserved with the original coding. -The current version of Tumble will only work on little-endian systems, -such as x86, VAX, and Alpha. The byte order dependencies will be fixed -in a later release. - WWW: http://tumble.brouhaha.com/