| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/62471
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
|
| |
PR: ports/63243
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
PKGNAME for the tarball and WRKSRC.
PR: 63148
Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
|
|
|
|
|
| |
PR: ports/62450
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
| |
Approved by: maintainer informed
|
| |
|
| |
|
|
|
|
| |
if still broken.
|
| |
|
|
|
|
|
| |
PR: ports/62821
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
| |
The logpap package provides four macros for drawing
logarithmic-logarithmic, logarithmic-linear, linear-logarithmic
and (because it was easy to implement) linear-linear graph
paper with LaTeX.
PR: ports/62805
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
| |
- Respect CC and CFLAGS
Approved by: maintainer informed
|
|
|
|
|
|
|
|
| |
note: no runtime code affected).
PR: ports/62520
Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer), who still,
inexplicably, has no ports commit bit.
|
|
|
|
|
| |
Noticed by: simon
Approved by: nork (mentor/implicitly)
|
|
|
|
|
| |
Since the delta is functionally identical between previous one and this one,
I don't bump PORTREVISION.
|
|
|
|
|
|
|
|
|
|
| |
- Vendor-supplied critical bugfix on using TrueType fonts
with Identity-H CMap.
- Handle embedded PS files using "epsbox.sty".
Contents changed so bump PORTREVISION. Also take MAINTAINERship.
Reviewed by: kuriyama
|
|
|
|
|
|
| |
generated tar file.
Reported by: bento via kris
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
some gettext symbols.
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
|
|
|
| |
Noticed by: kde-freebsd buildcluster.
|
|
|
|
|
|
|
| |
TeX ship with values higher than the ones we recommend.
PR: ports/50022
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
|
|
|
| |
PR: ports/48683, ports/62095
|
|
|
|
|
| |
PR: ports/62265
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
different from each other. Therefore, it decided to
fetch the distfiles individually.
Submitted by: hrs (maintainer)
Reported by: bentor via kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
| |
Reported by: bento via kris
Approved by: nork (mentor/implicitly)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: ports/62070
Submitted by: hrs
Approved by: maintainer timeout (nearly 3 months)
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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"
|
| |
|
|
|
|
| |
Submitted by: Simon Barner <barner@in.tum.de>
|
| |
|
|
|
|
|
|
|
| |
2. fix build on -stable
3. bump portrevision
Noted by: bento via kris (2)
|
|
|
|
|
| |
Noticed by: Alistair Buckle <mail_w@agtb.freeserve.co.uk>
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* "metafont" and "metapost" directories are added for
latex-feynmf port.
PR: ports/61920
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Noticed by: bento via kris
Pointy hat to: myself
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/61832
Submitted by: hrs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- Put all docs under NOPORTDOCS
Requested by: eik
|
|
|
|
|
|
|
|
|
| |
- Fix patching
- Fix autoconf dependency
- Use DOCSDIR macro
PR: ports/61793
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/61725
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
- Use PORTDOCS
|
|
|
|
| |
Submitted by: linimon
|
|
|
|
|
| |
PR: ports/61538
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
| |
Approved by: nork (mentor)
|
|
|
|
|
|
|
| |
- Optional dependency on potrace instead of autotrace
PR: ports/61386
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/61332
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
|
| |
PR: ports/61331
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
| |
plugin from being compiled anyway.
|
|
|
|
|
|
|
|
|
|
|
| |
with HP8XX driver
- Update ghotscript-fonts-std to version 8.11
- Update EPLASER driver to version 3.1.4
- Fix minor bug in paparsize handling of LIPS driver
- Fix minor bug in Japanese vertical font support
PR: 61249
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 61250
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
This patch updates the print/phppdflib port to the latest stable
version (2.7)
PR: ports/61051
Submitted by: Bill Moran <wmoran@potentialtech.com>
Approved by: "sexbear" <sexbear@tmu.edu.tw>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4.0.3:
- Leak in window manager's pixmap management
- Various file manager fixes
- Translation updates
- Support for KDE system tray was added
4.0.2:
* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
|
|
|
|
|
|
| |
- Do not use sf.net for font tarball anymore
Submitted by:i Palle Girgensohn <girgen@pingpong.net>, Ports Fury
|
|
|
|
|
|
|
| |
- remove dependency on autoconf
PR: 60557
Submitted by: Seva Gluschenko <gvs@rinet.ru>
|
|
|
|
|
| |
PR: 61077
Submitted by: Ports Fury
|
|
|
|
|
|
| |
PR: 60532
Submitted by: leeym
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
|
| |
- reset maintainership to ports@
PR: 61052
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Regenerate pkg-plist
- Bump portversion
PR: ports/61016 [1]
Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
books, articles, journals, webpages etc. The database goes beyond storing
bibliographical information. There is the possibility to create annotated
links between pieces of information (like the content of a book chapter)
and to group links into categories.
PR: ports/60299
Submitted by: Jaap Boender <jaapb@kerguelen.org>
|
|
|
|
| |
FontTools-based package for querying system fonts
|
|
|
|
|
| |
PR: ports/60774
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Unbreak on 5.x
- Update MASTER_SITES
PR: ports/60751
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
PR: ports/60750
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
|
|
|
|
| |
Creating dynamic online presentations with LaTeX
|
|
|
|
|
|
|
|
| |
kcdlabel creates covers, labels and booklets for your CD cases;
kover is a WYSIWYG CD cover printer.
PR: ports/60674, ports/60673
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
|
|
| |
Convert PFB files to the PFA format
|
| |
|
|
|
|
|
|
|
|
|
| |
their ftp service offline. Mirror audited Gribouy sorce
tarrball localy till they get back operational. In fact
it's same to original tarball. No any evidence of
malicious code injection found.
Reported by: bento (unfetchable file)
|
|
|
|
|
| |
PR: 60480
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
PR: ports/59976
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/59767
Submitted by: Bill Moran <wmoran@potentialtech.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/58451 (based on)
Submitted by: Martin Ranne <gasp@ridcully.dnsalias.org>
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
|
|
|
|
|
|
| |
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.
I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
|
|
|
|
|
| |
PR: 60146
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
| |
PR: 60014
Submitted by: Ports Fury
|
|
|
|
| |
Tools for manipulating fonts
|
|
|
|
|
|
| |
A C++ library to generate PDF files
PR: 59892
|
|
|
|
| |
GUI for a2ps
|
| |
|
|
|
|
|
|
| |
PR: 56755
Submitted by: Juha Erkkila <erkkila@cc.jyu.fi>
Approved by: maintainer
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/59709
Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
Approved by: adamw (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
CUPS_OVERWRITE_BASE macro, plus some instruction on what could happen should
users chose this option.
Submitted by: maintainer
Approved by: portmgr (implicit)
|
|
|
|
| |
Reported by: bento
|
|
|
|
| |
Submitted by: bland
|
|
|
|
|
| |
the libgnomeprint developers, but it's not clear whether or not it will
be fixed in time for thr freeze.
|
|
|
|
|
|
|
|
|
|
|
| |
get picked.
- Move them back on deinstall.
- Give maintainershop to submitter.
PR: ports/57938
Submitted by: Sergey Akifyev <asa@gascom.ru>
Reviewed by: marcus
Approved by: adamw (mentor)
|
|
|
|
|
|
|
|
|
|
| |
- Change pkg-message to point to common configuration problems
- Give maintainership to submitter
PR: ports/57937
Submitted by: Sergey Akifyev <asa@gascom.ru>
Reviewed by: marcus
Approved by: adamw (mentor)
|
|
|
|
|
|
|
|
| |
ports to be reset to ports@FreeBSD.org. We're sorry to see you
go and want to thank you for your help in the past.
PR: ports/59515
Submitted by: statue@freebsd.sinica.edu.tw
|
|
|
|
|
|
| |
PR: ports/58423
Submitted by: Martin Ranne <gasp@ridcully.dnsalias.org>
Approved by: adamw (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- synce pkg-plist
- since 2.0 pfa-fonts are required, remove WITHOUT_PFA_FONTS option
- don't install .info twice
- make documentation optional
PR: 58120
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
Approved by: marcus (mentor)
|
|
|
|
|
|
|
|
| |
"usually quite stable and very usable, providing wanted new features."
PR: 58260
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net>
Approved by: marcus (mentor)
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
| |
|
|
|
|
| |
"perl -pi -e" construction.
|
|
|
|
|
| |
PR: 59469
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
printing photos in an easy way.
|
| |
|
|
|
|
|
|
|
| |
instead of using "WITH_GHOSTSCRIPT_AFPL"
- bumped port revision, because this sanitizes dependencies
Submitted by: Frank Bartels <knarf@knarf.de>
|
|
|
|
|
| |
PR: 59254
Approved by: marcus (mentor)
|
|
|
|
|
|
|
|
| |
No longer this port installs libuninameslist by itself.
Because it depends on textproc/libuninameslist.
PR: ports/58866
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/59206
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
Broken port (their FTP site was active-only but appears to
allow passive FTP once more). Update to 4.6
Patch obtained from igla@batterybackups.net
PR: ports/59241
Submitted by: igla@batterybackups.net
Approved by: "Daniel O'Connor" <darius@dons.net.au>
|
|
|
|
|
| |
Submitted by: Patrick Atamaniuk (maintainer)
PR: 58120
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 57705
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: Miguel Mendez <flynn@energyhq.es.eu.org>
|
|
|
|
|
| |
repo-copied by: joe
Approved by: portmgr
|
|
|
|
|
| |
PR: 58880
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 58879
Submitted by: Ports Fury
|
|
|
|
|
| |
was older than the last checkin which contained a workaround. That's
absolutely correct and my apologies.
|
|
|
|
|
| |
be fetched from a few sites. This port is badly in need of an update.
PR: ports/57442 (maintainer timeout).
|
| |
|
|
|
|
|
| |
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
|
|
|
|
|
|
| |
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
|
| |
|
|
|
|
|
|
|
| |
*** addresses that seem to be dead:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
|
|
| |
temporary workaround to unbreak the port until the maintainer can figure
out where they went.
Submitted by: mikeh
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
does not mean necessarily KDE
|
|
|
|
| |
images/comics in 'in folio' format
|
| |
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
|
| |
PR: ports/58316
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
gettext and add it to LIB_DEPENDS.). [1]
- INSTALLS_SHLIB added to the Makefile (Only in case a library
get installed by the port.)
- remove NO_FILTER_SHLIB
- Replaced GNU_CONFIGURE with USE_LIBTOOL if INSTALLS_SHLIB was
set in the Makefile
- bump PORTREVISION
Noted By: Dinesh Nadarajah <dinesh_list@sbcglobal.net> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm not sure that my original goals for hugelatex even make sense any
more, and that the port is still needed. Does it properly work with
larger documents that the default won't work with? [If not,] the port
should simply be removed.
I don't know enough about LaTeX to know that answer to that one. Could
LaTeX users weigh in on this?
PR: ports/50094, ports/51837
Submitted by: Volker Stolz, Alex Dupre
Approved by: murray (maintainer)
|
|
|
|
| |
problems with the .org TLD.
|
| |
|
| |
|
| |
|
|
|
|
| |
Noticed by: bento.
|
|
|
|
| |
Informed maintainer.
|
| |
|
|
|
|
|
| |
PR: 57933
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
|
|
|
|
|
| |
PR: 57934
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
|
|
|
|
| |
Submitted by: Keith Davis <daviskacer@comcast.net>
|
|
|
|
| |
Noticed by: Subject: INDEX build failed
|
|
|
|
|
|
|
|
| |
PR: 50578
Submitted by: Keith White of SITE, University of Ottawa
Also fix master site, update to 1.0.19, generate packing list upon
installation, support getopt_long on -CURRENT, and assume maintainership.
|
|
|
|
|
|
|
| |
Submitted by: Patrick Atamaniuk of frobs.net (as an update to
version 1.8.2)
Patrick has unwisely offered to maintain the port.
|
| |
|
|
|
|
| |
Noticed by: bento
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
phppdflib is a class written in php that presents an easy
to use API for creating PDF files dynamically.
PR: ports/56256
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
|
|
|
|
|
|
|
| |
dependency on print/p5-PDFLib. Having our own dependency creates
version tracking problems and is unnecessary.
PR: 57120
|
|
|
|
|
| |
PR: 57826
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
|
|
|
|
|
|
|
|
|
| |
This is a printer filter for the EPSON EPL-5700L, EPL-5800L
and EPL-5900L budget models of EPSON's laser printers.
This port also provides a driver for apsfilter.
PR: ports/48292
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
|
|
|
|
|
| |
db engine for foomatic (and gimp-print) printer drivers
PR: ports/48812
Submitted by: Martin Ranne <gasp@ridcully.dnsalias.org>
|
| |
|
|
|
|
|
| |
PR: 57692
Submitted by: maintainer
|
|
|
|
|
|
|
| |
russian/muttprint
Informed maintainer.
Related PR: ports/50609
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Assign copyright to myself, since "The FreeBSD Project" is apparently
not legally capable of receiving the assignment.
|
|
|
|
|
|
|
|
|
|
| |
This is a port of rubber, which purpose is to make the
building of a LaTeX document automated, from the source
files to the final document file, replacing the work of a
Makefile.
PR: ports/50475
Submitted by: SB <Sylvain.Baro@pps.jussieu.fr>
|
|
|
|
|
|
|
| |
A shareware program for typesetting music
PR: ports/45812
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
|
|
|
|
|
| |
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
|
| |
PR: 57444
Submitted by: maintainer
|
|
|
|
|
|
| |
TTF bytecode interpreter is enabled back by default.
There is a new option WITHOUT_TTF_BYTECODE_ENABLED
wich makes others happy too.
|
|
|
|
|
|
|
| |
* Assign maintainership to gnome@
* Disable the bytecode interpreter
I must say, fonts look amazing...
|
|
|
|
| |
Submitted by: Sergey Akifyev <asa@gascom.ru>
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Update EPLASER driver to version 3.1.1
- Fix papersize handling of LIPS driver
PR: ports/57008
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
| |
|
|
|
|
| |
Noticed by: Adam McLaurin <adam.mclaurin@gmx.net>
|
|
|
|
|
| |
PR: ports/57009
Submmited by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
| |
- Update EPLASER driver to version 3.1.1
- Fix papersize handling of LIPS driver
- Enable hl1240/hl1250 driver by default configuration
PR: ports/57009
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
Update to 5.0.2 release.
PR: ports/57204
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
| |
|
|
|
|
| |
part of 'make release'. Many many thanks to Marcel for pointing me here!
|
| |
|
| |
|
|
|
|
|
| |
Founded by: Oleg Karachevtsev <ok at etrust dot ru>
Approved by: trevor
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
|
|
|
|
|
|
| |
add WWW location.
PR: ports/56687
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
|
|
|
|
| |
Submitted by: hmp@
|
|
|
|
| |
Noticed by: hmp@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
|
|
|
|
| |
Pointed out by: fenner
|
|
|
|
| |
Update MASTER_SITES
|
|
|
|
|
| |
PR: ports/56475
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
file.
PR: 56352
Submitted by: Simon Barner <barner@in.tum.de>
|
|
|
|
|
|
|
|
| |
- Utilize USA_RESIDENT
- Utilize NOPORTDOCS
PR: 56280
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Update to version 8.11
PR: ports/55873
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|