mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add poppler-utils, poppler's xpdf-workalike command line utilities, formerly
included in the poppler port.
This commit is contained in:
parent
a1303f67a4
commit
7183cdca3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161142
@ -475,6 +475,7 @@
|
||||
SUBDIR += poppler
|
||||
SUBDIR += poppler-gtk
|
||||
SUBDIR += poppler-qt
|
||||
SUBDIR += poppler-utils
|
||||
SUBDIR += pornview
|
||||
SUBDIR += potrace
|
||||
SUBDIR += potracegui
|
||||
|
18
graphics/poppler-utils/Makefile
Normal file
18
graphics/poppler-utils/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: poppler-utils
|
||||
# Date created: 2006-05-01
|
||||
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom$
|
||||
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -utils
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Poppler's xpdf-workalike command line utilities
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
||||
SLAVEPORT= utils
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
7
graphics/poppler-utils/pkg-plist
Normal file
7
graphics/poppler-utils/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/pdffonts
|
||||
bin/pdfimages
|
||||
bin/pdfinfo
|
||||
bin/pdftohtml
|
||||
bin/pdftoppm
|
||||
bin/pdftops
|
||||
bin/pdftotext
|
Loading…
Reference in New Issue
Block a user