1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

New port abntex version 0.5: Both classes and styles for both LaTex

and bibtex for ABNT rules

Submitted by:	Hammurabi Mendes <hmendes@brturbo.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-09-19 18:48:53 +00:00
parent b227613229
commit d52405e2eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66728
6 changed files with 77 additions and 0 deletions

View File

@ -5,6 +5,7 @@
SUBDIR += a2ps-letter
SUBDIR += a2ps-letterdj
SUBDIR += abc2mtex
SUBDIR += abntex
SUBDIR += acrobatviewer
SUBDIR += acroread
SUBDIR += acroread-commfont

40
print/abntex/Makefile Normal file
View File

@ -0,0 +1,40 @@
# New ports collection makefile for: abntex
# Date created: Tue Sep 17 22:08:35 BRT 2002
# Whom: Hammurabi Mendes <hmendes@brturbo.com>
#
# $FreeBSD$
#
PORTNAME= abntex
PORTVERSION= 0.5
CATEGORIES= print
MASTER_SITES= http://download.codigolivre.org.br/abntex/
EXTRACT_SUFX= .tgz
MAINTAINER= hmendes@brturbo.com
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
#
SORT?= /usr/bin/sort
do-install:
# extract into staging area
@cd ${WRKDIR} && ${TAR} -xf ${WRKSRC}/abntex-texmf-${PORTVERSION}.tar
# prepare information about installation
@cd ${WRKDIR} && ${FIND} texmf -type f > ${WRKDIR}/files && \
${FIND} texmf -type d | ${SORT} > ${WRKDIR}/dirs
# create dirs
@for dir in `${CAT} ${WRKDIR}/dirs`; do \
${MKDIR} ${PREFIX}/share/$${dir} ; \
done
# install files
@for file in `${CAT} ${WRKDIR}/files`; do \
${INSTALL_DATA} ${WRKDIR}/$${file} ${PREFIX}/share/$${file} ; \
done
# inform tex about installation
@${LOCALBASE}/bin/texhash
.include <bsd.port.mk>

1
print/abntex/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (abntex-0.5.tgz) = baeb3f8000efad1c4aa4b1a25f7a52e7

1
print/abntex/pkg-comment Normal file
View File

@ -0,0 +1 @@
Both classes and styles for both LaTex and bibtex for ABNT rules

4
print/abntex/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Both classes and styles for both LaTex and bibtex that uphold as
close as possible ABNT rules (http://www.abnt.org.br/)
WWW: http://codigolivre.org.br/projects/abntex/

30
print/abntex/pkg-plist Normal file
View File

@ -0,0 +1,30 @@
share/texmf/bibtex/bib/abntex/abnt-bibtex-doc.bib
share/texmf/bibtex/bib/abntex/abnt-def.bib
share/texmf/bibtex/bib/abntex/abnt-options.bib
share/texmf/bibtex/bib/abntex/abnt-test.bib
share/texmf/bibtex/bst/abntex/abnt-alf.bst
share/texmf/bibtex/bst/abntex/abnt-num.bst
share/texmf/bibtex/bst/abntex/changelog.txt
share/texmf/doc/bibtex/abntex/abnt-bibtex-alf-doc.css
share/texmf/doc/bibtex/abntex/abnt-bibtex-alf-doc.pdf
share/texmf/doc/bibtex/abntex/abnt-bibtex-alf-doc.ps.gz
share/texmf/doc/bibtex/abntex/abnt-bibtex-alf-doc.tex
share/texmf/doc/bibtex/abntex/abnt-bibtex-doc.css
share/texmf/doc/bibtex/abntex/abnt-bibtex-doc.pdf
share/texmf/doc/bibtex/abntex/abnt-bibtex-doc.ps.gz
share/texmf/doc/bibtex/abntex/abnt-bibtex-doc.tex
share/texmf/doc/latex/abntex/abnt-classe-doc.css
share/texmf/doc/latex/abntex/abnt-classe-doc.pdf
share/texmf/doc/latex/abntex/abnt-classe-doc.ps.gz
share/texmf/doc/latex/abntex/abnt-classe-doc.tex
share/texmf/tex/latex/abntex/abnt-alf.sty
share/texmf/tex/latex/abntex/abnt-num.sty
share/texmf/tex/latex/abntex/abnt.cls
share/texmf/tex/latex/abntex/devel.txt
@dirrm share/texmf/tex/latex/abntex
@dirrm share/texmf/doc/latex/abntex
@dirrm share/texmf/doc/bibtex/abntex
@dirrm share/texmf/bibtex/bst/abntex
@dirrm share/texmf/bibtex/bib/abntex
@exec texhash
@unexec texhash