| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: ports/9037
Submitted by: josh@quick.net
|
|
|
|
| |
Requested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
|
|
|
| |
Submitted by: Pedro F. Giffuni
|
|
|
|
| |
PR: ports/5776
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--------------
LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.
LZO implements a number of algorithms with the following features:
+ Decompression is simple and *very* fast.
+ Requires no memory for decompression.
+ Compression is pretty fast.
+ Requires 64 kB of memory for compression.
+ Allows you to dial up extra compression at a speed cost in the
compressor. The speed of the decompressor is not reduced.
+ Includes compression levels for generating pre-compressed data
which achieve a quite competitive compression ratio.
+ There is also a compression level which needs only 8 kB for
compression.
+ Algorithm is thread safe.
+ Algorithm is lossless.
Author: Markus Franz Xaver Johannes Oberhumer
markus.oberhumer@jk.uni-linz.ac.at
http://www.infosys.tuwien.ac.at/Staff/lux/marco
----------
|
|
|
|
|
|
| |
PR: ports/8256
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Approved by: ache (maintainer)
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
xgettext --default-domain=rpm \
--add-comments --keyword=_ --keyword=N_ /usr/ports/misc/rpm/work/rpm-2.5.1/rpm.c /usr/ports/misc/rpm/work/rpm-2.5.1/query.c /usr/ports/misc/rpm/work/rpm-2.5.1/install.c /usr/ports/misc/rpm/work/rpm-2.5.1/verify.c /usr/ports/misc/rpm/work/rpm-2.5.1/checksig.c /usr/ports/misc/rpm/work/rpm-2.5.1/url.c /usr/ports/misc/rpm/work/rpm-2.5.1/ftp.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/uninstall.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmdb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/signature.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/dbindex.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/depends.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/formats.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/fs.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/header.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/lookup.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rebuilddb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/messages.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/package.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmlead.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmrc.c
Unrecognized option: -
usage: xgettext [-adnuv] [-c<flag>] [-m<tag>] [-o<default>]
... [-p<path>] [-x<xlist>] - | file
xgettext -h (HELP)
|
| |
|
|
|
|
| |
Suggested by: Bill Fenner
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Instead, change grep to egrep in configure so that
it does what was intended.
Ok'd by: smace & ache
|
| |
|
| |
|
| |
|
|
|
|
| |
Inspired by: one of John Polstra's recent commits
|
| |
|
| |
|
| |
|
|
|
|
|
| |
1. Invoke prefixing of external symbols in assembly code functions via
__ELF__.
|
| |
|
|
|
|
|
|
| |
checks haven't missed anything.
Submitted by: dima
|
|
|
|
|
| |
(Note, since the shlib major didn't change this just removes the regexp
support.)
|
| |
|
|
|
|
|
| |
this port only stays for compatibility reasons, because bzip2 is unable
to unpack bzip archives.
|
|
|
|
| |
Use symbolic link instead of hard link.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
|
| |
|
|
|
|
| |
letter "A".
|
| |
|
|
|
|
| |
but to build Qt-1.40 if no compiled Qt library can be found.
|
| |
|
| |
|