New port for lpr-wrapper, a user level printer frontend
Contains required ports print/libppd & print/psdim
PR: ports/80255
Submitted by: Eric Masson <e-masson@kisoft-services.com>
- Fixed bugs #1029803 and #1073319 reported at SourceForge.
- Made the handling of whatsits smarter (making write to file and hyperref
commands stepwise-aware), i.e, relaxed filtering.
- Added option/command to turn on/off the old aggressive/robust filtering.
- Added fragilesteps environment.
Submitted by: Saito Tomokatsu (saito at a2z dot co dot jp)
PR: ports/87169
- allow slave ports to override CATEGORIES
- slave ports install in different directories, depending on PKGNAMEPREFIX
- new variable INSTDIR, abbreviation for the aformentioned directory
where the program is installed
- new variable CMD_SUFFIX, to be set by the slave ports, is appended
to the name of our wrapper script that wraps Adobe's wrapper
script, so that different slave ports will have different copies
of this script (if CMD_SUFFIX is foo, the user runs acroread7-foo
to start the program).
easily be made (Ion-Mihai Tetcu via chinsan). Let slave ports
override MAINTAINER and COMMENT.
PR: 84877
Submitted by: chinsan
Move RESTRICTED line to a correct place (portlint).
Mention the searching feature in COMMENT.
Submitted by: hrs
List ja-acroread in CONFLICTS
Submitted by: hrs
Let slave ports override CONFLICTS.
The license for the Adobe Reader forbids any changes to the installed
files, even inserting the word "FreeBSD" into the wrapper script.
By cleverly spoofing "uname" output we can avoid patching that
script.
Submitted by: hrs
Remove unneeded USE_LINUX=yes and USE_XLIB=yes, and an erroneous
comment about the need to run brandelf, which were added by netchild.
Also remove his comments about the prefix being wrong. I am changing
the prefix. I think that rather than inserting such comments in a
port, it is better to contact the maintainer.
Install under LOCALBASE, rather than LINUXBASE, without registering
in the RPM database. This addresses the part of PR 84877 about the
port failing to unregister itself on deinstallation. It also
addresses the part of PR 85827 which requested a different prefix.
Don't install the "acroread" link. I feel that it has caused more
trouble than it is worth.
Separate do-install and post-install sections are not necessary.
Rename pre-install to do-build so it will be completed by "make
all".
files, even inserting the word "FreeBSD" into the wrapper script.
By cleverly spoofing "uname" output we can avoid patching that
script.
Submitted by: hrs
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search
It is not clear to me if it is a needed port anyway, so I'd be skeptical
of patches that "fix it". It may be obviated completely by more recent
teTeX distributions.
ISPELL. QT is on depending on whether or not it is installed already.
ASPELL defaults to on, ISPELL -- to off.
LIB_DEPEND on qt-mt instead of using USE_QT_VER (it can not be used with
OPTIONS anyway).
Take over maintainership for the time being.
Approved by: previous maintainer
----------------------------------------------------------------------
* Render an empty character instead of terminating with failed assertion
if T1lib doesn't return a usable glyph (e.g. at very small \magnification
factors; #1184087).
- depend on print/freetype-tools, instead of installing itself
- use %%DOCSDIR%% and %%EXAMPLEDIR%%
- rename files/patch-texinput::Bg5::c00bsmi.fd to make portlint happy
- remove files/UBig5.sfd.diff (included in print/freetype-tools)
- fix installation looping problem (ln -s -> ln -fs)
Submitter takes maintainership! The crowd goes wild!
PR: ports/84415
Submitted by: Rong-En Fan <rafan@infor.org>
o USE_X_PREFIX to sync with print/acroread.
o Bump PORTREVISION, accordingly.
PR: ports/84419
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)