summaryrefslogtreecommitdiffstats
path: root/print/latex-biblist
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-26 13:44:38 +0000
committerkrion <krion@FreeBSD.org>2004-01-26 13:44:38 +0000
commit7b4227d5d642e4beb2b2335c19cf7b536ec72fcf (patch)
treec694d46ae549bbc7bbb01efce701963c07a27181 /print/latex-biblist
parentf5d597bba5b8ff1565df7e1bcdb4ade76a8379ea (diff)
downloadFreeBSD-ports-7b4227d5d642e4beb2b2335c19cf7b536ec72fcf.zip
FreeBSD-ports-7b4227d5d642e4beb2b2335c19cf7b536ec72fcf.tar.gz
Add latex-biblist 1.4.19920113,
biblist is a LaTeX style to create a typeset listing of a (possibly large) BibTeX input file. With such large files -- especially, if the cite keys are long -- the needed string space is often exceeded. PR: ports/61923 Submitted by: hrs@FreeBSD.org
Diffstat (limited to 'print/latex-biblist')
-rw-r--r--print/latex-biblist/Makefile48
-rw-r--r--print/latex-biblist/distinfo4
-rw-r--r--print/latex-biblist/pkg-descr5
-rw-r--r--print/latex-biblist/pkg-plist9
4 files changed, 66 insertions, 0 deletions
diff --git a/print/latex-biblist/Makefile b/print/latex-biblist/Makefile
new file mode 100644
index 0000000..49d95ab9
--- /dev/null
+++ b/print/latex-biblist/Makefile
@@ -0,0 +1,48 @@
+# New ports collection makefile for: latex-biblist
+# Date created: 24 Jan 2004
+# Whom: hrs@FreeBSD.org
+#
+# $FreeBSD$
+
+PORTNAME= latex-biblist
+PORTVERSION= 1.4.19920113
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR= macros/latex209/contrib/biblist
+DISTFILES= ${DOC_FILES} ${CLASS_FILES}
+DIST_SUBDIR= ${PORTNAME}
+EXTRACT_ONLY= #empty
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= A LaTeX package for printing all of a BibTeX database entries
+
+BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX
+BUILD_DEPENDS+= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
+RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
+
+NO_BUILD= YES
+PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR}
+PLIST_SUB+= CLASSDIR=${CLASSDIR}
+
+TEXMFLOCAL= share/texmf-local
+TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
+MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
+TEX_BIN= ${LOCALBASE}/bin/latex
+CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
+
+DOC_FILES= README
+
+CLASS_FILES= biblist.sty biblist.gde biblist.bst-dist
+
+do-install:
+ ${MKDIR} ${PREFIX}/${CLASSDIR}
+ ${INSTALL_DATA} ${CLASS_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${CLASSDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${DOC_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${DOCSDIR}
+.endif
+
+post-install:
+ ${MKTEXLSR}
+
+.include <bsd.port.mk>
diff --git a/print/latex-biblist/distinfo b/print/latex-biblist/distinfo
new file mode 100644
index 0000000..f11baef
--- /dev/null
+++ b/print/latex-biblist/distinfo
@@ -0,0 +1,4 @@
+MD5 (latex-biblist/README) = c151811e01296a9988a72426436f659e
+MD5 (latex-biblist/biblist.sty) = 882fbccd60bae80b2240313b82b272a5
+MD5 (latex-biblist/biblist.gde) = b116efe727c56f5b801b07a7a89d6eb2
+MD5 (latex-biblist/biblist.bst-dist) = c458b74c02cabfc42ed8425b9a473c62
diff --git a/print/latex-biblist/pkg-descr b/print/latex-biblist/pkg-descr
new file mode 100644
index 0000000..7f76fa7
--- /dev/null
+++ b/print/latex-biblist/pkg-descr
@@ -0,0 +1,5 @@
+This style is appropriate to create a typeset listing of a
+(possibly large) BibTeX input file. With such large files --
+especially, if the cite keys are long -- the needed string space is
+often exceeded. Often a BigTeX is available to circumstance this
+problem, but with this style option each TeX will do it.
diff --git a/print/latex-biblist/pkg-plist b/print/latex-biblist/pkg-plist
new file mode 100644
index 0000000..3e06765
--- /dev/null
+++ b/print/latex-biblist/pkg-plist
@@ -0,0 +1,9 @@
+@comment $FreeBSD$
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%CLASSDIR%%/biblist.sty
+%%CLASSDIR%%/biblist.gde
+%%CLASSDIR%%/biblist.bst-dist
+@dirrm %%CLASSDIR%%
+@exec %%MKTEXLSR%%
+@unexec %%MKTEXLSR%%
OpenPOWER on IntegriCloud