diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-11-14 23:23:14 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-11-14 23:23:14 +0000 |
commit | 0a510fd89d34ebfdeadfd255a11d93fbd8f166ba (patch) | |
tree | ac3356e665217a90a397f0a90ed7fdecc537f9c9 /print/latex-lineno | |
parent | b515c96389e0bc4f7cb46cd635273c0096caf030 (diff) | |
download | ports-0a510fd89d34ebfdeadfd255a11d93fbd8f166ba.tar.gz ports-0a510fd89d34ebfdeadfd255a11d93fbd8f166ba.zip |
Update to v4.1.
Notes
Notes:
svn path=/head/; revision=121617
Diffstat (limited to 'print/latex-lineno')
-rw-r--r-- | print/latex-lineno/Makefile | 9 | ||||
-rw-r--r-- | print/latex-lineno/distinfo | 22 | ||||
-rw-r--r-- | print/latex-lineno/pkg-plist | 11 |
3 files changed, 30 insertions, 12 deletions
diff --git a/print/latex-lineno/Makefile b/print/latex-lineno/Makefile index f44cfb5e1c87..1ac5aa9ad900 100644 --- a/print/latex-lineno/Makefile +++ b/print/latex-lineno/Makefile @@ -5,7 +5,8 @@ # $FreeBSD$ PORTNAME= latex-lineno -PORTVERSION= 3.10.20031112 +PORTVERSION= 4.1.20041026 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ftp://ftp.ctan.org/tex-archive/%SUBDIR%/ \ ${MASTER_SITE_TEX_CTAN} @@ -30,8 +31,10 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} -CLASS_FILES= lineno.sty lineno.tex ulineno.tex -DOC_FILES= README +CLASS_FILES= lineno.sty edtable.sty ednmath0.sty +DOC_FILES= README.txt CHANGES.txt \ + ulineno.tex ulineno.pdf \ + lineno.tex lineno.pdf do-extract: ${MKDIR} ${WRKSRC} diff --git a/print/latex-lineno/distinfo b/print/latex-lineno/distinfo index 98c8260bb061..452314a1ea0d 100644 --- a/print/latex-lineno/distinfo +++ b/print/latex-lineno/distinfo @@ -1,8 +1,18 @@ -MD5 (latex-lineno/lineno.sty) = cfe2d10c91ecc45f1d5f1e6f87b5c299 -SIZE (latex-lineno/lineno.sty) = 61206 -MD5 (latex-lineno/lineno.tex) = fc57ed1608340f5fd69edfac1026d941 -SIZE (latex-lineno/lineno.tex) = 48694 +MD5 (latex-lineno/lineno.sty) = bd9c45d5bef98120342e173422320567 +SIZE (latex-lineno/lineno.sty) = 128785 +MD5 (latex-lineno/edtable.sty) = 1e9a1114481d3d34dee0c5d38ddf3971 +SIZE (latex-lineno/edtable.sty) = 20173 +MD5 (latex-lineno/ednmath0.sty) = caaf0dfb90b714a385c26221b67153dc +SIZE (latex-lineno/ednmath0.sty) = 7227 +MD5 (latex-lineno/README.txt) = a3b330e8538081411474548f11dce82d +SIZE (latex-lineno/README.txt) = 6843 +MD5 (latex-lineno/CHANGES.txt) = 0a364f8419478b6a2e1d11ad6baa0177 +SIZE (latex-lineno/CHANGES.txt) = 618 MD5 (latex-lineno/ulineno.tex) = c8ea60c51da8ab4a8d85b55027302ee5 SIZE (latex-lineno/ulineno.tex) = 35658 -MD5 (latex-lineno/README) = 46229990b6cf5ee76cc01525380ef4c5 -SIZE (latex-lineno/README) = 2706 +MD5 (latex-lineno/ulineno.pdf) = da3962ed911c63193594d701ae87bcdd +SIZE (latex-lineno/ulineno.pdf) = 142217 +MD5 (latex-lineno/lineno.tex) = 4b836f0931b592c6d837b9a3c628832e +SIZE (latex-lineno/lineno.tex) = 98695 +MD5 (latex-lineno/lineno.pdf) = 2d82304187b1090bdfb62defb17c5f04 +SIZE (latex-lineno/lineno.pdf) = 245492 diff --git a/print/latex-lineno/pkg-plist b/print/latex-lineno/pkg-plist index 91838946e526..9ae168572d06 100644 --- a/print/latex-lineno/pkg-plist +++ b/print/latex-lineno/pkg-plist @@ -1,9 +1,14 @@ @comment $FreeBSD$ -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt +%%PORTDOCS%%%%DOCSDIR%%/lineno.tex +%%PORTDOCS%%%%DOCSDIR%%/lineno.pdf +%%PORTDOCS%%%%DOCSDIR%%/ulineno.tex +%%PORTDOCS%%%%DOCSDIR%%/ulineno.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%% %%CLASSDIR%%/lineno.sty -%%CLASSDIR%%/lineno.tex -%%CLASSDIR%%/ulineno.tex +%%CLASSDIR%%/edtable.sty +%%CLASSDIR%%/ednmath0.sty @dirrm %%CLASSDIR%% @exec %%MKTEXLSR%% @unexec %%MKTEXLSR%% |