aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-BibTeX
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-07-20 01:16:56 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-07-20 01:16:56 +0000
commitf7ec944c6379976e19b90672b7251a5149c89a26 (patch)
tree28396d5fd3e3bfc5ceaddf70c1b4310cd9350619 /textproc/p5-Text-BibTeX
parent79ed9b1f3f288e986b562b266e0ffcfe5cfa4994 (diff)
downloadports-f7ec944c6379976e19b90672b7251a5149c89a26.tar.gz
ports-f7ec944c6379976e19b90672b7251a5149c89a26.zip
- Add print/latex-biber, a biblatex replacement which supports Unicode.
- Add or update the following ports which latex-biber depends on: japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support) misc/p5-Business-ISMN (added, ISMN support) textproc/p5-Text-BibTeX (updated to 0.71) textproc/p5-Text-Roman (added, conversion of Roman numerals)
Notes
Notes: svn path=/head/; revision=392544
Diffstat (limited to 'textproc/p5-Text-BibTeX')
-rw-r--r--textproc/p5-Text-BibTeX/Makefile13
-rw-r--r--textproc/p5-Text-BibTeX/distinfo4
2 files changed, 12 insertions, 5 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile
index 6e4cb644068c..343954aa9a4b 100644
--- a/textproc/p5-Text-BibTeX/Makefile
+++ b/textproc/p5-Text-BibTeX/Makefile
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= Text-BibTeX
-PORTVERSION= 0.69
-PORTREVISION= 1
+PORTVERSION= 0.71
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:AMBS/Text
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -29,4 +27,13 @@ USE_LDCONFIG= yes
CFLAGS+= -fPIC
.endif
+STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \
+ ${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \
+ lib/libbtparse.so
+
+post-install:
+ cd ${STAGEDIR}${PREFIX} && \
+ ${CHMOD} +w ${STRIP_FILES} && \
+ ${STRIP_CMD} ${STRIP_FILES}
+
.include <bsd.port.post.mk>
diff --git a/textproc/p5-Text-BibTeX/distinfo b/textproc/p5-Text-BibTeX/distinfo
index 46e0e9e2159b..55fb6de9f244 100644
--- a/textproc/p5-Text-BibTeX/distinfo
+++ b/textproc/p5-Text-BibTeX/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Text-BibTeX-0.69.tar.gz) = 7fccd930786c0fd0c5f23b36b960fd95e03c43beefd4587009d7bd27e02ff0bf
-SIZE (Text-BibTeX-0.69.tar.gz) = 285395
+SHA256 (Text-BibTeX-0.71.tar.gz) = cd0cc875b011aba4923b91caf65e448ed39148652e62c3fc4d4e074a982791cb
+SIZE (Text-BibTeX-0.71.tar.gz) = 285938