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
definitions dictionary (DEX). It features a browser-like interface,
with cross-references between definitions, and the capability of adding new
definitions from a server.
PR: ports/86941
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
WFUT allows the automatic updating of "channels" which are available on a
server. The channels are specified by an XML file (which also has an XSL file
associated with it for viewing in a web browser). Each channel has an
associated XML document listing the files available in the channel and the
current version number.WFUT compares this file list with a similar file on the
local machine to determine what files need updating.
WFUT performs a CRC32 check on each file downloaded before overwriting any
existing ones. WFUT keeps a list of files downloaded in a temporary file (which
will not be completely valid XML due to missing end tag) in something happens
during an update which does not allow the local list to be saved.
WWW: http://www.worldforge.org/dev/eng/tools/wfut
This is usefull for multichannel sample and music playback from python.
This project is currently being used by soya (https://gna.org/projects/soya/).
WWW: https://gna.org/projects/pysdlmixer/
PR: ports/86927
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
OO (Listener, Source and Buffer are objects). Extensions are not supported
yet.
Supported file formats are Wave and Ogg Vorbis (with the PyOgg and PyVorbis
modules). PyOpenAL can be used independently or along with Soya, our 3D
engine for Python.
WWW: http://home.gna.org/oomadness/en/pyopenal/index.html
PR: ports/86926
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Remove aleraon, unc and voxel. They are missing about 30%
of the files we're trying to fetch, and prdownloads.sf.net
doesn't currently offer them as mirrors.
Remove mesh, even though prdownloads.sf.net currently offers
it as a mirror. It is missing about 30% of the files we're
trying to fetch.
Add umn and jaist, sites that prdownloads.sf.net currently
offers that have most of the files that we're trying to fetch.
Don't add internap; even though prdownloads.sf.net currently
offers it, it's missing about 30% of the files we're trying
to fetch.
The Authen::CyrusSASL module provides a simple class that allows you
to send request to the cyrus-sasl's authen daemon.
This module is based on the Authen::Radius module with the similar interface.
PR: 86943
Submitted by: Attila Nagy <bra@fsn.hu>
Approved by: pav (mentor)