# 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: # # pdftag # pdftag/Makefile # pdftag/distinfo # pdftag/pkg-descr # echo c - pdftag mkdir -p pdftag > /dev/null 2>&1 echo x - pdftag/Makefile sed 's/^X//' >pdftag/Makefile << '9e7c7e66aaa526a83e60a70f7d8c9c2d' X# $FreeBSD: head/cad/openvsp/Makefile 506463 2019-07-12 15:39:25Z fernape $ X XPORTNAME= pdftag XDISTVERSIONPREFIX= v XDISTVERSION= 1.0.5 XCATEGORIES= textproc X XMAINTAINER= fernape@FreeBSD.org XCOMMENT= Simple metadata editor for PDFs X XLICENSE= GPL3 XLICENSE_FILE= ${WRKSRC}/LICENSE X XBUILD_DEPENDS= vala:lang/vala XLIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib X XUSES= gnome meson ninja pkgconfig XUSE_GNOME= gtk30 X XUSE_GITHUB= yes XGH_ACCOUNT= arrufat X XPLIST_FILES= bin/pdftag \ X share/applications/pdftag.desktop X X.include 9e7c7e66aaa526a83e60a70f7d8c9c2d echo x - pdftag/distinfo sed 's/^X//' >pdftag/distinfo << 'adf26c7fe107be5e36cbac4d7d9c44fe' XTIMESTAMP = 1563122786 XSHA256 (arrufat-pdftag-v1.0.5_GH0.tar.gz) = 999926c49b9de1098d655afc7bc362e5828e3e17743a3870bd223a184b318a1d XSIZE (arrufat-pdftag-v1.0.5_GH0.tar.gz) = 69761 adf26c7fe107be5e36cbac4d7d9c44fe echo x - pdftag/pkg-descr sed 's/^X//' >pdftag/pkg-descr << '881f73e8f9169e88a68aa33b08fe3ca3' XThe main goal of Pdftag is to provide a simple and usable solution to edit Xmetadata found in PDFs. X XOther more complex solutions exist to manipulate PDFs, but they may have Xdependencies on Java and may be not completely free. X XThis project makes use of the poppler library for all the PDF information Xreading and writing. X XIt is written in Vala and GTK+, meaning it is fast and has a small memory Xfootprint. X XWWW: https://github.com/arrufat/pdftag 881f73e8f9169e88a68aa33b08fe3ca3 exit