mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Remove MASTERDIR
- Add LICENSE - Support STAGEDIR - Reformat pkg-descr - Remove Author line - Update WWW
This commit is contained in:
parent
57937d1f72
commit
af1790bfbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344613
3 changed files with 30 additions and 12 deletions
|
@ -2,15 +2,33 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pdfoutline
|
PORTNAME= pdfoutline
|
||||||
PORTREVISION= 0
|
PORTVERSION= 3.2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION}
|
||||||
|
DISTNAME= fntsample-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Add outlines to PDF files
|
COMMENT= Add outlines to PDF files
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../x11-fonts/fntsample
|
LICENSE= GPLv3
|
||||||
DESCR= ${.CURDIR}/pkg-descr
|
|
||||||
|
|
||||||
PDFOUTLINE= yes
|
BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \
|
||||||
|
p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_BUILD= yes
|
||||||
.include "${MASTERDIR}/Makefile"
|
USE_PERL5= run
|
||||||
|
USES= perl5 pkgconfig
|
||||||
|
|
||||||
|
PLIST_FILES= bin/${PORTNAME} \
|
||||||
|
man/man1/${PORTNAME}.1.gz
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${SED} -e 's|##PACKAGE##|fntsample|g; s|##LOCALEDIR##|${PREFIX}/share/locale|g' ${WRKSRC}/${PORTNAME}.pl > ${WRKSRC}/${PORTNAME}
|
||||||
|
@${SED} -e 's|@DATE@|2008-10-22|g' ${WRKSRC}/${PORTNAME}.1.in > ${WRKSRC}/${PORTNAME}.1
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
||||||
|
|
2
textproc/pdfoutline/distinfo
Normal file
2
textproc/pdfoutline/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (fntsample-3.2.tar.gz) = 54ed7ac19dbcee82f9d66ff0c2aec6f63036e220e710849405e881ad58e27ef5
|
||||||
|
SIZE (fntsample-3.2.tar.gz) = 174945
|
|
@ -1,7 +1,5 @@
|
||||||
pdfoutline adds outlines (aka bookmarks) to PDF files. It reads input
|
pdfoutline adds outlines (aka bookmarks) to PDF files. It reads input file given
|
||||||
file given as first argument, adds outlines from text file given as
|
as first argument, adds outlines from text file given as second argument, and
|
||||||
second argument, and saves result to file with name given as third
|
saves result to file with name given as third argument.
|
||||||
argument.
|
|
||||||
|
|
||||||
Author: Eugeniy Meshcheryakov <eugeniy@users.sourceforge.net>
|
WWW: http://fntsample.sourceforge.net/
|
||||||
WWW: http://sourceforge.net/projects/fntsample/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue