summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0461-11/+61
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-0410-17/+22
| | | | | Submitted by: trevor Tested by: bento
* Fix some fallout from the permissions-fix.Michael Nottebrock2004-02-032-2/+0
| | | | Noticed by: kde-freebsd buildcluster.
* Remove the mentions of pool_size and max_strings, as newer versions ofNik Clayton2004-02-031-2/+0
| | | | | | | TeX ship with values higher than the ones we recommend. PR: ports/50022 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Update to 1.24, and hand maintainership over to hrs.Nik Clayton2004-02-034-26/+115
| | | | PR: ports/48683, ports/62095
* - Updte to version 0.5Kirill Ponomarev2004-02-023-16/+14
| | | | | PR: ports/62265 Submitted by: Ports Fury
* Unmark FORBIDDEN, and fix the permissions issue.Joe Marcus Clarke2004-02-023-6/+3
| | | | Submitted by: maintainer
* The tarball fetched from several CTAN mirror sites seemNorikatsu Shigemura2004-02-023-17/+113
| | | | | | | | different from each other. Therefore, it decided to fetch the distfiles individually. Submitted by: hrs (maintainer) Reported by: bentor via kris
* Add gl2ps 1.1.2,Kirill Ponomarev2004-01-317-0/+95
| | | | | | | | | | | | | | | | | GL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more... GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS) and Portable Document Format (PDF) files, as well as LATEX files for the text fragments. PR: ports/62150 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* - make portlint happierDirk Meyer2004-01-311-3/+1
|
* SIZE-ifyOliver Braun2004-01-312-0/+2
|
* Fix installation of pdflib-perl.Alex Dupre2004-01-311-0/+1
| | | | | Reported by: bento via kris Approved by: nork (mentor/implicitly)
* FORBIDDEN: Changes ownership of system directoriesKris Kennaway2004-01-302-0/+4
|
* Add latex-index 4.02.b.20040120,Kirill Ponomarev2004-01-295-0/+115
| | | | | | | | | | latex-index is a reimplementation of LaTeX's indexing macros to provide better support for indexing in LaTeX. For example, it supports multiple indexes in a single document and provides a more robust \index command. PR: ports/62075 Submitted by: hrs@FreeBSD.org
* SIZEify.Trevor Johnson2004-01-2952-0/+55
|
* Fix build and remove BROKEN.Norikatsu Shigemura2004-01-292-10/+6
| | | | | | PR: ports/62070 Submitted by: hrs Approved by: maintainer timeout (nearly 3 months)
* Add latex-subfloat 2.14.20030821,Kirill Ponomarev2004-01-295-0/+86
| | | | | | | | | | latex-subfloat enables subnumbering of different floats (figures and tables) simular to the subequations-environment of the amsmath package. It does not the same as the subfigure package which generates subfigures within one normal figure. PR: ports/62035 Submitted by: hrs@FreeBSD.org
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* Update checksumEdwin Groothuis2004-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticed by: bento Changes in tarball: diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c 1714c1714 < #line 4489 "gram.y" --- > #line 4493 "gram.y" 5351c5351,5353 < Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i ntval; > } 5358c5360,5362 < Currstruct_p->u.bar_p->precbartype = SINGLEBAR; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = SINGLEBAR; > } 5364c5368 < #line 3602 "gram.y" --- > #line 3606 "gram.y"
* Correct syntax error when PREFIX is defined.Kris Kennaway2004-01-281-2/+2
|
* Update the WWW: reference.Jean-Marc Zucconi2004-01-271-1/+1
| | | | Submitted by: Simon Barner <barner@in.tum.de>
* Add size data.Trevor Johnson2004-01-271-0/+1
|
* 1. add a missing build dependenceYing-Chieh Liao2004-01-271-0/+3
| | | | | | | 2. fix build on -stable 3. bump portrevision Noted by: bento via kris (2)
* Update to 5.0.3 release.Alex Dupre2004-01-274-34/+21
| | | | | Noticed by: Alistair Buckle <mail_w@agtb.freeserve.co.uk> Approved by: nork (mentor/implicitly)
* Add latex-booktabs 1.618.20030328,Kirill Ponomarev2004-01-265-0/+68
| | | | | | | | | | | booktabs is to enable the easy production of tables such as should appear in published scientific books and journals. What distinguishes these from plain LaTeX tables is the default use of additional space above and below rules, and rules of varying `thickness'. PR: ports/61936 Submitted by: hrs@FreeBSD.org
* Add latex-bytefield 1.1.20021008,Kirill Ponomarev2004-01-265-0/+84
| | | | | | | | | | The bytefield package helps the user create illustrations for network protocol specifications and anything else that utilizes fields of data. These illustrations show how the bits and bytes are laid out in a packet or in memory. PR: ports/61935 Submitted by: hrs@FreeBSD.org
* Add latex-biblist 1.4.19920113,Kirill Ponomarev2004-01-265-0/+67
| | | | | | | | | | 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
* Add latex-bibunits 2.2.20001010,Kirill Ponomarev2004-01-265-0/+74
| | | | | | | | | | | The `bibunits' package allows separate bibliographies for different units or parts of the text. The units can be chapters, sections or bibunit environments. The package is compatible with a wide variety of packages, including, but not limited to, natbib, overcite and KOMA-SCRIPT classes. PR: ports/61924 Submitted by: hrs@FreeBSD.org
* Add latex-bibtopic 1.0.20020822,Kirill Ponomarev2004-01-265-0/+73
| | | | | | | | | | | bibtopic is a LaTeX package for including several bibliographies in a document. These bibliographies might be considered to cover different topics (hence the name) or bibliographic material (e.g., primary and secondary literature) and the like. PR: ports/61922 Submitted by: hrs@FreeBSD.org
* Add latex-feynmf 1.08.19961202,Kirill Ponomarev2004-01-266-0/+137
| | | | | | | | | | | feynmf is a combined LaTeX/Metafont package for easy drawing of professional quality Feynman diagrams. feynmf lays out most diagrams satisfactorily from the structure of the graph without any need for manual intervention. Nevertheless all the power of Metafont is available for more obscure cases. PR: ports/61921 Submitted by: hrs@FreeBSD.org
* - Update to version 1.1Kirill Ponomarev2004-01-262-1/+4
| | | | | | | | * "metafont" and "metapost" directories are added for latex-feynmf port. PR: ports/61920 Submitted by: maintainer
* Update to 1.19Hye-Shik Chang2004-01-265-29/+41
|
* Remove a COMMENT assignment that was left over from when we had pkg-commentJoe Marcus Clarke2004-01-251-1/+0
| | | | | | | | files. Now, COMMENT is assigned correctly for slave ports. This manifested intself in a weird way in INDEX where the comment for the slave ports was the path to a non-existent pkg-comment file. Noticed by: INDEX on bento
* Add latex-timing 1.0.19940515,Kirill Ponomarev2004-01-255-0/+127
| | | | | | | | | latex-timing is a LaTeX package for drawing timing diagrams. It is designed as an extention of the standard LaTeX "picture" environment and uses METAFONT for the symbols. PR: ports/61896 Submitted by: hrs@FreeBSD.org
* Add latex-layouts 2.6.20031125,Kirill Ponomarev2004-01-255-0/+85
| | | | | | | | | | The layouts package enables the display of various elements of a document's layout including: the general page layout; disposition of floats; layout of paragraphs, lists, footnotes, table of contents, and sectional headings; font boxes. PR: ports/61895 Submitted by: hrs@FreeBSD.org
* Add latex-subfig 1.1.20040112,Kirill Ponomarev2004-01-255-0/+87
| | | | | | | | | | This is a LaTeX package that supports the inclusion of small "sub" figures and tables. It simplifies the positioning, captioning and labeling of them within a single figure or table environment. PR: ports/61894 Submitted by: hrs@FreeBSD.org
* Add latex-caption 3.0.20031220,Kirill Ponomarev2004-01-255-0/+82
| | | | | | | | | The caption package provides many ways to customise the captions in floating environments such figure and table and cooperates with many other packages. PR: ports/61893 Submitted by: hrs@FreeBSD.org
* Add tex-texmflocal 1.0,Kirill Ponomarev2004-01-255-0/+98
| | | | | | | | | This is a meta-port to create a site-local $TEXMF directory, which is used to store site-local fonts, macro packages, and configurations. PR: ports/61892 Submitted by: hrs@FreeBSD.org
* fix typoYing-Chieh Liao2004-01-251-1/+1
| | | | | Noticed by: bento via kris Pointy hat to: myself
* Add latex-mathabx 1.0.20031201,Kirill Ponomarev2004-01-246-0/+244
| | | | | | | | | | | latex-mathabx is a package including a LaTeX style and MetaFont fontset for Math series, aka mathabx. mathabx includes the largest set of mathematical symbols ever programmed in MetaFont. These fonts are very high quality fonts even if some symbols may have to be designed anew. PR: ports/61844 Submitted by: hrs@FreeBSD.org
* Add latex-keystroke 1.0.20001109,Kirill Ponomarev2004-01-245-0/+84
| | | | | | | | | | | latex-keystroke provides macros for the graphical representation of the keys on a computer keyboard. `keystroke' is based on macros which were used in a previous edition of the Linux manual published by the SuSE G.m.b.H. distributor, and is licensed under the GPL. PR: ports/61839 Submitted by: hrs@FreeBSD.org
* Add pxfonts 1.0, yet another Palatino-style font for LaTeX.Kirill Ponomarev2004-01-246-0/+523
| | | | | PR: ports/61832 Submitted by: hrs@FreeBSD.org
* Add latex-beamer 1.21,Kirill Ponomarev2004-01-245-0/+276
| | | | | | | | | | | latex-beamer is a LaTeX class that allows you to create a beamer presentation. It can also be used to create slides. It behaves similarly to other packages like Prosper, but has the advantage that it works together directly with pdflatex, but also with dvips. PR: ports/61827 Submitted by: hrs@FreeBSD.org
* Add latex-xcolor 1.06,Kirill Ponomarev2004-01-245-0/+66
| | | | | | | | | | | latex-xcolor provides easy driver-independent access to several kinds of color tints, shades, tones, and mixes of arbitrary colors. It allows to select a document-wide target color model and offers tools for automatic color schemes, conversion between eight color models, and alternating table row colors. PR: ports/61828 Submitted by: hrs@FreeBSD.org
* Add latex-pgf 0.50,Kirill Ponomarev2004-01-245-0/+101
| | | | | | | | | | | | latex-pgf is a TeX macro package that allows you to create graphics in your TeX documents using a special pgfpicture environment and special macros for drawing lines, curves, rectangles, and many other kind of graphic objects. Its usage closely resembles the pstricks package or the normal picture environment of LaTeX. PR: ports/61826 Submitted by: hrs@FreeBSD.org
* - Add PORTDOCS to pkg-plistPav Lucistnik2004-01-234-782/+782
| | | | | | - Put all docs under NOPORTDOCS Requested by: eik
* - Fix fetchingPav Lucistnik2004-01-236-800/+798
| | | | | | | | | - Fix patching - Fix autoconf dependency - Use DOCSDIR macro PR: ports/61793 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-2310-10/+10
|
* Use LS macro.Trevor Johnson2004-01-232-2/+2
|