Commit Graph

281 Commits

Author SHA1 Message Date
Marc G. Fournier
1bd7f0d322 Convert::ASN1 encodes and decodes ASN.1 data structures
using BER/DER rules.
2000-10-28 01:16:38 +00:00
Marc G. Fournier
dc5eb1f3c4 missed the %%PERL_VER%% and %%PERL_ARCH%% variables in pllist 2000-10-28 00:16:39 +00:00
Marc G. Fournier
261fcd46f7 Perl5 module to encode and decode objects using Basic Encoding Rules (BER) 2000-10-28 00:03:48 +00:00
Will Andrews
a80e044100 Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...
All KDE2 ports now use default USE_QT2.  Still todo: Merge in MTREE stuff.
2000-10-25 03:33:54 +00:00
Will Andrews
79b138f7a8 Hand these ports to Dmitry Sivachenko <dima@chg.ru>. 2000-10-24 22:39:57 +00:00
Will Andrews
5b79c1e047 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. 2000-10-23 21:03:11 +00:00
R. Imura
9fbd04e5bf Make it PREFIX-safe.
Submitted by:	will
2000-10-23 16:09:07 +00:00
R. Imura
48acbbff2d Merge kde11-i18n into kde11, and remove my *-i18n ports.
There is no so-version bump, because of compatibility.

Approved by:	will (kde11 maintainer)
2000-10-23 15:24:23 +00:00
James E. Housley
ade14feff9 Add new port: converters/tnef
Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format

PR:		21392
Submitted by:	Cyrus Rahman <cr@jcmax.com>
2000-10-23 02:59:44 +00:00
Akinori MUSHA
6732421f6d Update to 0.4.3. 2000-10-12 13:52:18 +00:00
Jeremy Lea
efb3b72a65 Correct and sort PLISTs. 2000-10-02 20:40:15 +00:00
Akinori MUSHA
03e383a604 Update to 0.4.2. 2000-09-26 07:14:52 +00:00
Akinori MUSHA
7ea58c48c9 Thanks to converter/iconv's update to 1.1, now ruby-iconv can use it
instead of converters/libiconv (giconv). :)
2000-09-24 21:56:45 +00:00
Akinori MUSHA
f91cce3dfd Update iconv POSIX-compliant charset conversion library to 1.1.
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)
2000-09-24 21:48:04 +00:00
Will Andrews
a10703dda0 Make this port respect CC/CFLAGS. I discovered this discrepancy while
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.
2000-09-20 19:07:00 +00:00
Will Andrews
008b813d20 Add p5-Unicode-Map8 0.10, a perl module that implements a class which does
efficient table mappings between 8-bit charsets and 16-bit charsets
like Unicode.

PR:		21425
Submitted by:	Ilia Chipitsine <ilia@jane.cgu.chel.su>
2000-09-20 19:04:41 +00:00
Ade Lovett
df90176363 Add p5-Unicode-String, a perl5 module needed for writing CGI programs
with different national languages

PR:		21164
Submitted by:	Ilia Chipitsine <ilia@jane.cgu.chel.su>
2000-09-19 16:56:32 +00:00
Kris Kennaway
a32e375bb0 Update to dumpasn1-20000222 2000-09-17 10:01:50 +00:00
Ade Lovett
aec6dada92 Update to 0.82
PR:		21163
Submitted by:	maintainer
2000-09-16 20:16:19 +00:00
Will Andrews
c70c66363e Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If you
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/.
2000-09-15 21:40:47 +00:00
Maxim Sobolev
6f5ea23540 Add iconv-extra - an additional charset modules for the iconv-1.0 library
(from Unicode site).

PR:		21170
Submitted by:	Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
2000-09-12 10:53:49 +00:00
Maxim Sobolev
814cf51d00 Add iconv-rfc1345 - an additional charset modules for the iconv-1.0 library
(from RFC1345).

PR:		21171
Submitted by:	Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
2000-09-12 10:12:19 +00:00
Maxim Sobolev
6323cc1c89 Update to 1.0.
PR:		21169
Submitted by:	maintainer
2000-09-12 10:06:47 +00:00
Akinori MUSHA
6be3392602 Update with bsd.ruby.mk. :> 2000-09-07 14:39:47 +00:00
Will Andrews
763de026f3 Update to 20000829A snapshot. Disable kdenetwork2 for the time being so
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.
2000-08-29 23:44:32 +00:00
Akinori MUSHA
f66a559fcf Add xunicode, a library for making toolkits support Unicode. 2000-08-25 16:13:27 +00:00
Akinori MUSHA
eb90362b5f Portlint. ;) 2000-08-22 15:08:47 +00:00
Akinori MUSHA
41b71624e5 Use command line arguments rather than patching the configure script. 2000-08-18 02:21:12 +00:00
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Akinori MUSHA
7d95f7742f Update to 0.4.2-pre3. 2000-08-15 02:26:13 +00:00
Akinori MUSHA
596ebf8a49 Do The Right Thing. (R)
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. :)
2000-08-12 20:09:41 +00:00
Akinori MUSHA
b1e28ad637 Oops, forgot to set DIST_SUBDIR for this one. 2000-08-08 19:34:49 +00:00
Akinori MUSHA
d25cb8686c Add ruby-iconv, an iconv wrapper class for Ruby.
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
2000-08-08 19:16:35 +00:00
Will Andrews
7c6b0a6ca6 Update to 20000724A (custom-rolled snapshot). Rejoice, because now
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
2000-07-29 02:44:58 +00:00
Satoshi Asami
27198a9808 Mark these BROKEN, they don't compile/run properly.
Submitted by:	maintainer
2000-07-19 17:50:47 +00:00
Maxim Sobolev
f8c0bf7b1a Prefix all bits of this iconv() implementation with "g" to avoid conflict with
another iconv() in converters/iconv:

libiconv --> libgiconv
iconv.h --> giconv.h
iconv*.3 --> giconv*.3

Suggested by:	knu
2000-07-18 06:59:02 +00:00
Maxim Sobolev
41cfa4f1b0 Add libiconv - a charset conversion library (LGPL'ed iconv() implementation). 2000-07-17 15:47:13 +00:00
Maxim Sobolev
ad128ec806 Update to 1.2.
PR:		19680
Submitted by:	maintainer
2000-07-04 10:31:42 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Justin M. Seger
768ead9598 Use EMACS_PORT_NAME 2000-06-27 00:44:50 +00:00
Will Andrews
f2ec344892 Update to 1.3.1.
Prodded by:	Lev Serebryakov <lev@serebryakov.spb.ru> on -ports
2000-06-20 20:05:30 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
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>
2000-06-17 02:37:15 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Will Andrews
8948f0d23d Argh! I screwed up with the last commit, bigtime! Now it respects
CC/CFLAGS without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX.

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
Pointy hat:	will (that's two today!)
2000-06-09 23:59:28 +00:00
Satoshi Asami
fe90a46320 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
2000-06-09 21:59:16 +00:00