compression than gzip.
The author believes that this program uses only patent-free algorithms.
The generated files are not compatible to bzip-compressed files.
kdegames -> games/
kdenetwork -> net/
kdesupport -> converters/
kdeutils -> misc/
(Repository copy already done, dependency path and category name fixups
is being done in this commit.)
(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
ports.
(3) Make package names follow the convention.
(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
There is no need to specify the full pathname if the target is an
executable in the standard path. (Actually, as the same port is
specified in LIB_DEPENDS, I think we can completely do away with
this line but since Stefan added this explicitly, I assume there
is a reason for it and left it alone.)
Approved by: se (all but 4)
"make reinstall" (or when you install it over an existing
insallation). It still has the problem of not being able to find some
of the entries (e.g., mail-files) but these are not fatal, at least
not during installation).
While I'm here, line up all info dir entries to the same tabstop.
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
the IBM PC and ar(1) under UNIX. It allows you to perform certain
operations on the same archives used by ShrinkIt, including view
archive contents, add to archive, extract from archive, and delete
from archive. In addi- tion, it will list and unpack files from
Binary II archives.
Main advantages over other tar implementations:
fifo - keeps the tape streaming.
pattern matcher - for a convenient user interface
sophisticated diff - user tailorable interface for comparing tar
archives against file trees
no namelen limitation - Pathnames up to 1024 Bytes may be archived.
deals with all 3 times - stores/restores all 3 times of a file
does not clobber files - more recent copies on disk will not be
clobbered from tape
automatic byte swap - star automatically detects swapped archives
automatic format detect - automatically detects archive formats:
Old tar, gnu tar, ansi tar, star.
fully ansi compatible - Star is fully ANSI/Posix 1003.1 compatible.
work on both FreeBSD and OpenBSD.
Specifically, both FreeBSD and OpenBSD have the timelocal() function. In
fact most unixes have this function, so I'm not sure what the best fix
generically would be. This fix is no worse than the one that was there
before, however.
Submitted by: Niklas Hallqvist <niklas@filippa.appli.se>
Obtained from: OpenBSD by way of Niklas
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
"The last argument to the "rm -f" line should be bunzip, right? :)
Also, you may want to change the "ln" to "ln -s". I remember the pkg
tools mangling hard links into separate files." So I did it ;-)
Submitted by: Satoshi
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
- add patch-ac to silence bzip when doing compression, bzip version
info now only with -v or -V
- changed comment in COMMENT. bzip compresses better than gzip, but
speed is much slower, so it's not generally better as gzip where
speed matters !
# This shar contains:
# length mode name
# ------ ---------- ------------------------------------------
# 9525 (null) -rw-r--r--
# 3768 (null) -rw-r--r--
^^^^^^^^^^^
This is a long/off_t printf problem.
The only problem with doing this, is that touching the sources with patch
causes it to want to go and regenerate it's locale databases using some
gnu tools I've never heard of before. :-( Since patch-ac doesn't actually
change any messages, I've cheated and touched the dependency files in
post-patch. Please, no pukeing, I know it's a gross hack. ;-)