Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jul 2020 19:36:52 +0000
From:      "Tobias Kortkamp" <tobik@FreeBSD.org>
To:        "Li-Wen Hsu" <lwhsu@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r541128 - in head/print: . pdfchain
Message-ID:  <3cdf2c2b-3c5c-47bf-8c24-b8072ffbdfc7@www.fastmail.com>
In-Reply-To: <202007031917.063JHdr3009610@repo.freebsd.org>
References:  <202007031917.063JHdr3009610@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 3, 2020, at 19:17, Li-Wen Hsu wrote:
> Author: lwhsu
> Date: Fri Jul  3 19:17:39 2020
> New Revision: 541128
> URL: https://svnweb.freebsd.org/changeset/ports/541128
> 
> Log:
>   Add print/pdfchain: simple but effective GUI for pdftk
>   
>   PR:		243390
>   Submitted by:	Pierre Chapelet <chapelet@gmail.com>
> 
> Added:
>   head/print/pdfchain/
>   head/print/pdfchain/Makefile   (contents, props changed)
>   head/print/pdfchain/distinfo   (contents, props changed)
>   head/print/pdfchain/pkg-descr   (contents, props changed)
>   head/print/pdfchain/pkg-plist   (contents, props changed)
> Modified:
>   head/print/Makefile
> 
> Modified: head/print/Makefile
> ==============================================================================
> --- head/print/Makefile	Fri Jul  3 18:17:40 2020	(r541127)
> +++ head/print/Makefile	Fri Jul  3 19:17:39 2020	(r541128)
> @@ -148,6 +148,7 @@
>      SUBDIR += pdf-tools
>      SUBDIR += pdf4tcl
>      SUBDIR += pdfbox
> +    SUBDIR += pdfchain
>      SUBDIR += pdflib
>      SUBDIR += pdflib-perl
>      SUBDIR += pdfstitch
> 
> Added: head/print/pdfchain/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/print/pdfchain/Makefile	Fri Jul  3 19:17:39 2020	(r541128)
> @@ -0,0 +1,35 @@
> +# $FreeBSD$
> +
> +PORTNAME=	pdfchain
> +PORTVERSION=	0.4.4.2
> +CATEGORIES=	print
> +MASTER_SITES=	https://sourceforge.net/projects/pdfchain/files/pdfchain-${PORTVERSION}/

MASTER_SITES=	SF/pdfchain/pdfchain-${PORTVERSION}

> +MAINTAINER=	chapelet@gmail.com
> +COMMENT=	Graphical user interface for the PDF Toolkit (PDFtk)
> +
> +LICENSE=	GPLv3
> +
> +USES=		desktop-file-utils
> +USES+=		gettext-runtime
> +USES+=		gnome
> +USES+=		pkgconfig
> +
> +GNU_CONFIGURE=	yes
> +
> +USE_GNOME=	atk
> +USE_GNOME+=	atkmm
> +USE_GNOME+=	cairo
> +USE_GNOME+=	cairomm
> +USE_GNOME+=	gdkpixbuf2
> +USE_GNOME+=	glib20
> +USE_GNOME+=	glibmm
> +USE_GNOME+=	gtk30
> +USE_GNOME+=	gtkmm30
> +USE_GNOME+=	libsigc++20
> +USE_GNOME+=	pango
> +USE_GNOME+=	pangomm

Strange formatting.

> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/print/pdfchain/pkg-descr	Fri Jul  3 19:17:39 2020	(r541128)
> @@ -0,0 +1,16 @@
> +This is a port of pdfchain, a graphical user interface for the PDF Toolkit
> +(PDFtk). The GUI supports all common features of the command line tool in a
> +comfortable way.
> +
> +External Dependencies =====================
> +
> +The PDF Chain GUI creates a PDFTK command with all required parameters and
> +starts the PDFTK console program that interprets the parameters and processes
> +the files. PDFTK must therefore installed at the system and executeable by the
> +command "pdftk".
> +
> +http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
> +
> +(PDF Chain starting from version 0.4.0 is compatible with PDFtk 1.45)

So why does this not have a run dependency on print/pdftk?

> +
> +WWW: https://sourceforge.net/projects/pdfchain/
> 
> Added: head/print/pdfchain/pkg-plist
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/print/pdfchain/pkg-plist	Fri Jul  3 19:17:39 2020	(r541128)
> @@ -0,0 +1,19 @@
> +bin/pdfchain
> +share/applications/pdfchain.desktop
> +share/doc/pdfchain/AUTHORS
> +share/doc/pdfchain/COPYING
> +share/doc/pdfchain/ChangeLog
> +share/doc/pdfchain/INSTALL
> +share/doc/pdfchain/NEWS
> +share/doc/pdfchain/README

Why no DOCS option?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3cdf2c2b-3c5c-47bf-8c24-b8072ffbdfc7>