* Improvement of the pkgng detection logic [1]
* Improvement of the speed of "pkg_replace -a" [2]
PR: ports/187723
Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer)
Requested by: Michael Gmelin <freebsd@grem.de> [1], Martin Dieringer <martin.dieringer@gmx.de> [2]
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-3.01a23
Note that some versions were skipped as they made no net difference for
FreeBSD.
- Account for the fact that libiconv now may live in base.
- Base LDPATH on ${LOCALBASE} rather than ${PREFIX}.
- Add staging support based on r347876.
Approved by: beat (mentor, implicit)
- Change Makefile header, use my name and @FreeBSD.org email
- Fix typo
- Add USES dos2unix
- Break lines around 80 characters
- Remove todo.txt from DOCS
- Add pkg-deinstall
- Remove *.cmd, only for OS X
- Unmute install *.sh
- Change files/domination-*.in, remove -Djava.ext.dirs="%%DATADIR%%"
- Change WWW
The Generic Image Decoder (GID) is an Ada package for decoding a broad
variety on image formats from any data stream to any kind of medium.
Examples include in-memory bitmap, a GUI objecct, another stream, floating
point data for scientific calculations, a browser element or a device.
Animations are also supported. GID features:
* Standalone; requires no other libraries or bindings
* Completely portable - no OS, CPU, or compiler dependencies
* Task safe
* Endian-neutral
* Free and open source
* Pure Ada95 (suitable for Ada2005 and Ada2012 projects)
Currently supports BMP, GIF, JPEG, PNG and TGA formats.
WWW: http://gen-img-dec.sourceforge.net/
Excel_Out is a package that can generate basically formatted Excel files.
* Ideal for the automatic production of reports
* Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produced
50 sheets per second where each sheet had 10,000 data cells
* Totally portable and no external library required
* No interation with MS Office software
WWW: http://excel-writer.sourceforge.net
The Ini file manager consists of a package, Config, which can read or write
informations from various configuration files known as "ini" files because
they have often the ".ini" extension. They are text files which look like
the following:
; Comment line
[Section 1]
a_string = abcd # a comment here...
a_number = +123.456 ; another comment
[Section 2]
a_string = efgh
For more examples in this format, just search files with the .ini extension
on a windows-based computer.
WWW: http://sourceforge.net/projects/ini-files/
- The port has a dedicated website now, switch MASTER_SITES and pkg-descr to
it.
- Use FONTDIR in pkg-plist to avoid some needless repetition.
This is based on ports/187695 by bsam@, which update the port to 3.003 and
contained some other differences I have decided not to incorporate.
PR: ports/187695
Submitted by: bsam@
-DLIBICONV_PLUG from USES=iconv and always use libc iconv when it is
available.
- Remove the iconv dependency from Qt5. It uses icu instead.
PR: ports/186707
Approved by: kde (makc)