| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
|
| |
|
| |
|
|
|
|
| |
Submitted by: will
|
|
|
|
|
|
| |
There is no so-version bump, because of compatibility.
Approved by: will (kde11 maintainer)
|
|
|
|
|
|
|
| |
Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format
PR: 21392
Submitted by: Cyrus Rahman <cr@jcmax.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
instead of converters/libiconv (giconv). :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed problems:
- All the modules are linked against libiconv. iconv() now can be
called from other shared libraries (it could only be called from
executables in iconv-1.0);
- Case insensitive recognition of charset names. There was a bug in
1.0: the first letter of a charset name was case sensitive;
- Modified behaviour of iconv() used with (inbytesleft == NULL) or
(*inbytesleft = 0): now iconv silently returns 0; in 1.0 it
returned (size_t)(-1) and set errno=EINVAL. According to POSIX
specification both ways are correct; the new behaviour is just
less restrictive.
PR: ports/21521, ports/21522, ports/21523
Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER)
(Problems reported by: knu)
|
|
|
|
|
|
| |
reviewing converters/p5-Unicode-Map8. The Porter's Handbook should
probably note that perl module ports that compile something should have
a diff similar to this one.
|
|
|
|
|
|
|
|
| |
efficient table mappings between 8-bit charsets and 16-bit charsets
like Unicode.
PR: 21425
Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
|
|
|
|
|
|
|
| |
with different national languages
PR: 21164
Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
|
| |
|
|
|
|
|
| |
PR: 21163
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or
before), you should try this. This version is extremely stable and offers
better functionality than before. This update also introduces the KDE2
modules kdegraphics and kdemultimedia to our ports tree. Additionally,
this marks the first time FreeBSD packages were announced as part of the
KDE2 beta release announcement! :-)
Most (if not all) of the remaining modules in KDE2 will be added for the
update WRT the final release.
A hack was added to fix building with SSL in kdelibs; this has been merged
in the main tree and will go away with 2.0 release update. Thanks to David
Faure <david@mandrakesoft.com> for his help regarding this.
Also, building the docs should now succeed because I've added a build
dependency on jade and linuxdoc (should be enough).
People can get my precompiled packages from the usual location on the KDE
FTP server (should spread to the mirrors Real Soon Now (tm)):
http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/
Have fun! Remember to reports bugs through http://bugs.kde.org/.
|
|
|
|
|
|
|
| |
(from Unicode site).
PR: 21170
Submitted by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
|
|
|
|
|
|
| |
(from RFC1345).
PR: 21171
Submitted by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
|
|
|
|
| |
PR: 21169
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I can address some of its issues (should see it marked un-broken in about
3 hours, if they're trivial enough). It took too long to get this update
out the door... :-(
This is a rather stable version of KDE2. Release is hoped for sometime
next month, so I'm going to try to reroll snapshots this weekend.
Also decide policy by removing the interactive requirement in qt22's
configure script. I don't know why they bothered adding it there..
Bugged by: *many* bug-reports, requests, etc.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
"ruby" virtual category.
Make textproc/eruby belong also in www.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overall changes:
Use tabs instead of sequential spaces.
Note Author as well as WWW in DESCR.
Do not install examples when NOPORTDOCS.
Make RUBY, RUBY_VER and RUBY_ARCH variables overridable.
ruby-date2:
share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb
textproc/ruby-html-parser:
databases/ruby-mysql:
devel/ruby-optparse:
devel/ruby-property:
Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead
of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/
textproc/ruby-rdtool:
Install documents in .rd format too.
Format optparse's rd file. (Since ruby-rdtool depends on
optparse, it cannot be done during optparse's build
process. So ruby-rdtool should take care of that when it is
installed. :)
|
| |
|
|
|
|
|
|
| |
As I couldn't get it working with converters/iconv, I made it use
converters/libiconv (giconv) instead, for the present. In any case,
this module is LGPL'd anyway. :p
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in
general seems less buggy. Only kdeutils was left out of this mega-update.
However, it should return soon. :-)
The massive reduction in patches is mostly the result of using perl
regex replacement. This reduces the amount of time it will take in the
future to upgrade these ports, and load on the repository.
QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express
purpose of allowing KDE2 to compile. It is available in the qt22 port.
Additionally, GIF support is re-enabled in both Qt2 ports, so that
people can now read GIF images. GIF support is enabled through an
internal GIF reader in Qt, and requires no patented libraries. Special
effort was made to ensure that people do not install both qt21 and qt22
ports at the same time.
I'd like to take a moment to thank the following people for their help:
Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri
Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier
<scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias
Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard
work, testing, etc. were put into this update. Another couple hundred of
hours were spent by CPUs trying to compile this behemoth. :->
Special thanks to: Physics Computer Network @ Purdue staff, especially
C. Stephen Gunn <csg@physics.purdue.edu>, for giving
me access to an extremely fast machine for doing
test builds (it performed 12 full builds of the
entire suite in the last 7 days).
PR: 18838
Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
Approved by: imura, asami
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
another iconv() in converters/iconv:
libiconv --> libgiconv
iconv.h --> giconv.h
iconv*.3 --> giconv*.3
Suggested by: knu
|
| |
|
|
|
|
|
| |
PR: 19680
Submitted by: maintainer
|
|
|
|
| |
MASTER_SITE_LOCAL site.
|
| |
|
|
|
|
| |
Prodded by: Lev Serebryakov <lev@serebryakov.spb.ru> on -ports
|
|
|
|
|
|
|
|
| |
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
|
| |
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
| |
|
|
|
|
|
|
|
| |
CC/CFLAGS without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Pointy hat: will (that's two today!)
|
|
|
|
| |
area on the local ports tree.
|
| |
|
|
|
|
|
| |
PR: 19123
Reported by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
|
|
|
|
|
| |
PR: 19110
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
|
| |
PR: 18724
Submitted by: Alexander Langer <alex@cichlids.com>
|
|
|
|
|
| |
port installations. Now kdesupport2 will only install what is unique
to its package.
|
|
|
|
|
|
|
| |
using similar fixes to this to get proper linking with exception handling
code in other KDE2 ports.
Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
|
| |
|
|
|
|
| |
Approved by: se (previous maintainer)
|
|
|
|
|
|
|
|
|
|
| |
problems by disabling ODBC library building. Apparently kdenetwork2
doesn't need that support (it does need mimelib), so we're all right
on that!
This is the import of KDESUPPORT and KDENETWORK 1.90 (aka KDE2 beta).
Repo-copies by: asami
|
|
|
|
|
| |
such as SSL certificates, in human-readable format. It includes a full
list of security-related OIDs, and can be easily extended by the user.
|
|
|
|
| |
Found by: bento
|
|
|
|
|
| |
PR: 17850
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
| |
comments at the top of the Makefile.
|
| |
|
|
|
|
| |
DISTNAME=${PORTNAME}-${PORTVERSION}.
|
| |
|
|
|
|
| |
mharo's previous commits on japanese/namazu2 and devel/p5-File-MMagic.
|
| |
|
|
|
|
|
|
|
|
| |
an Emacs Lisp library to define encoding/decoding schemes by rather
simple translation rule..
PR: ports/16931
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
|
| |
|
|
|
|
|
|
| |
have time to maintain them.
Approved by: andy
|
|
|
|
|
| |
PR: 15795
Pointed out by: dirk
|
|
|
|
| |
with incompatible shlibs.
|
|
|
|
| |
3-stable will be unable to link with old libraries.
|
|
|
|
|
|
| |
PR: 16867
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
|
|
|
|
|
|
| |
as the days of the former are numbered.
Reviewed by: asami
|
|
|
|
|
|
|
| |
A frontend to the GNU recode program.
PR: 16158
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
|
| |
PR: 12891
Submitted by: Dmitry S. Sivachenko <diam@Chg.RU.
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
|
|
|
|
|
|
|
|
| |
* Fixed MASTER_SITES
* Added WWW: line into pkg/DESCR
PR: 14902
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
| |
Sorry, no mailbox here by that name. (#5.1.1)
|
| |
|
|
|
|
|
|
|
| |
A charset conversion library and asscociated set of utitilies.
PR: 14012
Submitted by: Konstantin Chuguev <joy@urc.ac.ru>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
mmencode is actually part of metamail, but at least one port, bgrab,
requires this to run. bgrab is a console application, and metamail
requires X (not good).
mmencode simply converts a byte stream into (or out of) one of one of
the standard encoding formats defined by MIME.
PR: 14054
Submitted by: Kelly Yancey <kbyanc@posi.net>
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
| |
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
|
| |
|
| |
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
|
|
|
|
|
|
| |
these are not necessary. On another architecture, it cuases a problem.
So removed these.
PR: 12339
Submitted by: maintainer (author)
(2) By (1), "ONLY_FOR_ARCHS=i386" is not necessary.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 11267
Submitted by: Chris Costello <chris@holly.dyndns.org>
|
|
|
|
| |
the .la file.
|
| |
|
|
|
|
| |
Obtained from: "David O'Brien" <obrien@FreeBSD.org>
|
| |
|
|
|
|
|
|
| |
to "kde*11-i18n".
Suggested by: sprice
|
| |
|
|
|
|
| |
Reportde by: imura@cs.titech.ac.jp
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: obonilla@mailhub.fisicc-ufm.edu
translate ASCII files from DOS (cr/lf) to UNIX (lf)
|
| |
|
| |
|
|
|
|
|
|
| |
must insist on using such oddball formats....
[Add WWW: where appropriate]
|
| |
|
|
|
|
|
|
|
| |
Tools for the conversion to and from UTF-8 Unicode encoding.
PR: 11198
Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
A library of routines for the conversion between 31-bit Unicode values (UCS-4)
and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle
input and output from/to files and memory. Useful for i18n programmers.
PR: 10919
Submitted by: G. Adam Stanislav <zen@buddhist.com>
|
|
|
|
|
|
|
|
| |
A utility to convert text files from any operating system to Unix format,
and to convert Unix files to DOS format.
PR: 10882
Submitted by: G. Adam Stanislav <zen@buddhist.com>
|
|
|
|
|
| |
PR: 10749
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
|
|
|
|
| |
and unifying the location of `local ports'.
|
|
|
|
| |
GZIP or BZIP2 distfiles. I went with BZIP2.
|
|
|
|
|
|
|
|
| |
despite the fact that the files from both MASTER_SITES are the same
size and when extracted a diff -urN is empty, they have different
checksum.
Noticed by: Andrew Gordon <arg@arg1.demon.co.uk>
|
| |
|
| |
|
| |
|
|
|
|
| |
other applications expect uudeview.h name
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
|
| |
|
|
|
|
| |
committing a patch without testing.
|
|
|
|
|
| |
made, causing other kde*11 builds to fall over if dependencies were installed
from packages.
|
|
|
|
|
|
|
|
| |
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).
There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...
|
| |
|
|
|
|
| |
Reported by: Fenner's survey.
|
|
|
|
| |
Remind by: Satoshi Asami
|
|
|
|
| |
PR: ports/7796
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
|
|
|
|
| |
The path for perl man pages is incorrect
|
|
|
|
|
| |
PR: ports/7639
Submitted by: Masanori Kiriake <seiken@nbs.co.jp>
|
| |
|
|
|
|
| |
With some help from postings by: Hans Petter Bieker <zerium@webindex.no>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
checks haven't missed anything.
Submitted by: dima
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
|
| |
|
| |
|
| |
|
|
|
|
| |
the letters "B" and "C". And some Chinese symbols as well.
|
| |
|
| |
|
|
|
|
| |
but to build Qt-1.40 if no compiled Qt library can be found.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
|
|
|
|
| |
error code 301...
|
|
|
|
| |
Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
|
|
|
|
|
|
| |
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
|
|
|
|
|
|
|
|
|
| |
for ISO 5426:1983 and Z39.47-1993/ANSEL/USMARC.
Both characters sets use 2 bytes for non-US characters.
The Library of Congress use ANSEL for their web gateway.
With this patches you should be able to read the search
results for german, french and spain (...) books.
|
| |
|
| |
|
| |
|
|
|
|
| |
our mimepp port does no longer suffice to build kdenetwork.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
530-Unser FTP Server ist wegen eines Plattencrash leider nicht verfuegbar.
I think the rough general translation of this is
"We have been Plattencrash'd and are now verfuegbar'ed. While this is
theoretically a temporary situation, we are still verfuegbar'ed for the
immediately forseeable future."
|
| |
|
|
|
|
| |
Pointed out by: Max
|
| |
|
|
|
|
| |
PR: ports/4911
|
| |
|
| |
|
|
|
|
| |
absence.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
since libjpeg, libgif etc. exist as individual ports already.
This port is required as a pre-requisite to kdenetwork.
|
| |
|
|
|
|
|
| |
PR: 4612
Submitted by: maintainer
|
|
|
|
| |
echo -> ${ECHO_MSG}.
|
|
|
|
|
|
|
|
|
|
| |
the handbook to be updated.)
Style fix:
- Insert a blank (`3' only) line before the $Id$ line.
- Move EXTRACT_SUFX to proper place.
- Regenerate the patch file and remove the definition of PATCH_STRIP.
- Correctly define MANLANG and MAN1.
|
| |
|
|
|
|
| |
the Makefile.
|
|
|
|
| |
ish is "ish binary-to-text file converter".
|
|
|
|
|
|
|
| |
The tool is famous in Japanese local BBSes, but may useful for other situations.
Reviewed by: itojun@itojun.org
Submitted by: hosokawa@freebsd.org
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Found by: portlint
|
| |
|
|
|
|
| |
Requested by: Satoshi
|
|
|
|
|
|
|
| |
number in each Makefile
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.)
|
| |
|
| |
|
|
|
|
| |
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: jfitz
|
|
|
|
| |
converters.
|
| |
|
|
|
|
|
|
|
| |
release from CPAN)
Specifics: p5-Net fixed for IS_INTERACTIVE
p5-libwww fixed for IS_INTERACTIVE
|
| |
|
| |
|
|
|
|
| |
- split up mega patchfile to one patchfile / soruce file
|
| |
|
|
|
|
| |
Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
|
|
|
|
| |
Suggested-by: Satoshi
|
|
|
|
|
| |
useless, you might find the one installed by devel/libmalloc, which
will cause the build to fail.
|
| |
|
|
|
|
|
|
|
|
| |
which can decode BinHex, uuencoded, xxencoded, and Base64
formats.
Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
Partically closes PR: ports/2701
|
|
|
|
|
| |
Submitted by: Tim Vanderhoek <tim@X2296> and cleanup by me
Partically closes PR: ports/2701
|
|
|
|
| |
Submitted by: Tim Vanderhoek <tim@X2296>
|
|
|
|
| |
Partically closes PR: ports/2701
|
|
|
|
|
| |
Submitted by: Tim Vanderhoek <tim@X2296> with restructureing by me
Partically closes PR: ports/2701
|
|
|
|
|
|
| |
__FreeBSD__.
That said, add __OpenBSD__ and __NetBSD__ where approapiate.
|
|
|
|
| |
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
|
|
|
|
| |
Enable inews
|
| |
|
| |
|
|
|
|
| |
codes are actually different.)
|
| |
|
| |
|