o addition of iconv dependancy
o fix a number of problems
PR: ports/50615, ports/49026, ports/49027
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Kimura Fuyuki <fuyuki@hadaly.org>
Konwert is a package for conversion between various character encodings.
By encodings author imply not only different charsets like Windows-1252,
KOI8-R or UTF-8 but also the different representations of characters like
TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect
of the encodings is also implemented.
There are also filter filterm which allow to make separate input and output
conversions of the encodings for the given command. It can help e.g. when
our terminal is unable to display non-ASCII characters or to enter them
from the keyboard.
PR: 50614
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
Libdict is a compact, ANSI C library which provides access to a set of
generic and flexible ``dictionary'' data structures. All algorithms
used in libdict have been optimized, and, with one very small exception,
are not recursive but iterative. It was written by Farooq Mela, and is
released under a BSD style licence.
PR: 50453
Submitted by: Alex Semenyaka
ProGuard can read jar files, shrink and obfuscate them (to prevent
reverse engineering), and write out the resulting jar file.
PR: 50434
Submitted by: Alex Semenyaka
FTP4ALL is a free, open source FTP server implementation for the UNIX platform.
FTP4ALL was designed to require no superuser privileges.
PR: 50447
Submitted by: Alex Semenyaka
1) Java plug-in path aren't correct and out of date
2) pkg-messages aren't there, which broke the Makefile.
3) Two patches aren't there that make Makefile and pkg-plist
aren't right.
PR: ports/51136, ports/51157
Submitted by: Mezz <reigncracks@hotmail.com> (maintainer)
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
Pointy hat to: myself
This is the ircd designed for use on freenode.net, based on the hybrid
ircd used by efnet.
This port/package is configured for use on a small network or
standalone, and the escape code filter is disabled. To use it on a
large and/or Western language only network, please re-configure
config.h and rebuild.
sysconf is not. This causes glib to try and malloc UINT_MAX bytes of memeory
which basically translates to -1 bytes. Sanity check the value returned by
sysconf (_SC_GETPW_R_SIZE_MAX) to see that it's really implemented. This
fixes an abort people started to see in Glib-based applications.
Reported by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
emulators/linux-vmware-toolbox -> emulators/linux-vmware-toolbox2
emulators/vmware-guestd -> emulators/vmware-guestd3
All histories are already repocopied to new directories.
Update ports/MOVED file to note that.
* Update pkg-descr to point a new ports location.
* Update RUN_DEPENDS to point a new ports location.
* Sync COMMENT message to all versions.
* Use INSTALL_PROGRAM instead of CP since it installs a program.
* Wrap interactive-related script with .if !defined(BATCH) appropriately.
* Unhide UMOUNT command and users will know what's happened.
(after repocopying old ones, thank you joe).
It seems that VMware does not provide a new version of guest tools
for VMware 4.x to FreeBSD guest, but it would be better to add these
ports, since users will know FreeBSD runs on VMware 4.x.
I've also add vmware-toolbox port for VMware 4.x, which is for Linux
guest. In VMware 3.x, we FreeBSD guest user are happy to use FreeBSD
version of vmware-toolbox so we don't need the Linux version. However,
at least my VMs, FreeBSD version's vmware-toolbox causes X pointer a
bumpy one (pointer moves every seconds); it is unusable. Linux version
seems OK for me, so if you have seen such behavior, please try
linux-vmware-toolbox4 instead.
Old ports cleanup will come later.
Reviewed by: kuriyama (mentor)
commit includes a plist fix, plus elimination of two unneeded patches.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
Without it, licensing terms are not
copied and installation fails for some localizd build.
(affects patch-instsetoo+util+openoffice.lst and Makefile)
2. Added CJK Word 95/6.0/RTF import feature
(Other patches)
3. Bump port revision
By Takashi Ono <t_ono@hkfreak.net>