View | Details | Raw Unified | Return to bug 279801
Collapse All | Expand All

(-)b/print/Makefile (+1 lines)
Lines 43-48 Link Here
43
    SUBDIR += epson-inkjet-printer-escpr
43
    SUBDIR += epson-inkjet-printer-escpr
44
    SUBDIR += epson-inkjet-printer-escpr2
44
    SUBDIR += epson-inkjet-printer-escpr2
45
    SUBDIR += epsonepl
45
    SUBDIR += epsonepl
46
    SUBDIR += extractpdfmark
46
    SUBDIR += fig2dev
47
    SUBDIR += fig2dev
47
    SUBDIR += flpsed
48
    SUBDIR += flpsed
48
    SUBDIR += font-amsfonts
49
    SUBDIR += font-amsfonts
(-)b/print/extractpdfmark/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	extractpdfmark
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.1.1
4
CATEGORIES=	print
5
6
MAINTAINER=	m.ne@gmx.net
7
COMMENT=	Extract page mode and named destinations as PDFmark from PDF
8
WWW=		https://github.com/trueroad/extractpdfmark/
9
10
LICENSE=	GPLv3+
11
12
LIB_DEPENDS=	libpoppler-cpp.so:graphics/poppler
13
14
USES=		autoreconf gettext-tools pkgconfig
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	trueroad
17
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--with-poppler=cpp
20
21
post-patch:
22
	@${TOUCH} ${WRKSRC}/config.rpath
23
24
.include <bsd.port.mk>
(-)b/print/extractpdfmark/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1718533626
2
SHA256 (trueroad-extractpdfmark-v1.1.1_GH0.tar.gz) = 9dab715fdd4ce0c34a3d83899c4263a2ab59f649df0f221d335535d6c9546191
3
SIZE (trueroad-extractpdfmark-v1.1.1_GH0.tar.gz) = 44875
(-)b/print/extractpdfmark/pkg-descr (+13 lines)
Added Link Here
1
PDFmarks is a technique that accompanies PDF and that is used to
2
store metadata such as author or title, but also structural information
3
such as bookmarks or hyperlinks.
4
5
When Ghostscript reads the main PDF generated by the TEX system
6
with embedded PDF files and outputs the final PDF, the PDF page
7
mode and name targets etc. are not preserved. Therefore, when you
8
open the final PDF, it is not displayed correctly. Also, remote PDF
9
links do not work correctly.
10
11
This program is able to extract the page mode and named targets as
12
PDFmark from PDF. In this way, you can obtain embedded PDF files
13
that have kept this information.
(-)b/print/extractpdfmark/pkg-plist (-1 / +2 lines)
Added Link Here
0
- 
1
bin/extractpdfmark
2
share/man/man1/extractpdfmark.1.gz

Return to bug 279801