1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

256 Commits

Author SHA1 Message Date
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
Satoshi Asami
7b27962e8b Use MASTER_SITE_PORTS_JP instead of spelling out the URL. 2000-06-09 21:21:52 +00:00
Will Andrews
9884a9972e Make this port respect CC/CFLAGS.
PR:		19123
Reported by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-06-09 20:57:24 +00:00
Maxim Sobolev
9a4be31f40 Update to 1.1 version. Also make it respect CFLAGS while I'm here.
PR:		19110
Submitted by:	MAINTAINER
2000-06-08 10:25:49 +00:00
Satoshi Asami
c0b70b5541 Add libiconv_p.a.
Submitted by:	bento
2000-06-07 07:36:50 +00:00
Kris Kennaway
005effccac Remove directory on deinstall
Submitted by:	bento
2000-06-02 20:32:12 +00:00
Satoshi Asami
c0c0114102 Add libQwSpriteField.la, libmimelib.la and libmimelib.so.3.
Submitted by:	bento
2000-06-01 08:56:34 +00:00
Tim Vanderhoek
edbf09d80a WWW moved. 2000-05-29 20:15:46 +00:00
Kris Kennaway
96f4f54410 More OIDs added to dumpasn1.cfg
PR:		18724
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-05-27 22:04:41 +00:00
Will Andrews
f7ed228e6b Remove libodbc (again) and libaudiofile so it won't conflict with
port installations.  Now kdesupport2 will only install what is unique
to its package.
2000-05-27 15:45:38 +00:00
Will Andrews
da97bb726e Add ODBC library support and turn it back on in kdesupport2. I will be
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>
2000-05-23 02:31:35 +00:00
Will Andrews
eafa6a8cbb Update category Makefiles to add KDE2 ports. 2000-05-17 23:39:59 +00:00
Will Andrews
042e4bf173 Change MAINTAINER to myself, and clean these ports up a little.
Approved by:	se (previous maintainer)
2000-05-17 11:37:43 +00:00
Will Andrews
3b539acd63 Woop doop de doop, I've managed to circumvent the kdesupport2 build
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
2000-05-17 09:21:53 +00:00
Kris Kennaway
47fc61855b dumpasn1 is a utility to dump the contents of ASN.1-encoded files,
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.
2000-05-07 03:32:54 +00:00
Chris D. Faulhaber
ab1b733cc5 Conditionally remove share/doc/ja
Found by:	bento
2000-05-02 15:08:43 +00:00
Steve Price
c25fa1c462 Update to version 1.2.4 and add WWW: to pkg/DESCR.
PR:		17850
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-30 19:38:30 +00:00
Chris Costello
7b98dfa90a Replace chris@calldei.com' with chris@FreeBSD.org' for `Whom' in the
comments at the top of the Makefile.
2000-04-23 22:45:22 +00:00
Michael Haro
1a3848d2ac portlint 2000-04-20 10:45:34 +00:00
Satoshi Asami
5a72ee1e37 Typo (PKGNAME -> PORTNAME). Also use PKGNAMEPREFIX=p5- instead of defining
DISTNAME=${PORTNAME}-${PORTVERSION}.
2000-04-13 06:20:09 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Akinori MUSHA
a1467a993a Place the optional variable DISTNAME after required ones, copying
mharo's previous commits on japanese/namazu2 and devel/p5-File-MMagic.
2000-04-07 20:19:26 +00:00
Akinori MUSHA
5546804f26 Activate mule-ucs-emacs20. 2000-04-04 18:13:47 +00:00
Akinori MUSHA
74ad627c54 This is the Mule-UCS (Universal enCoding System) for FSF Emacs 20,
an Emacs Lisp library to define encoding/decoding schemes by rather
simple translation rule..

PR:		ports/16931
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-04-04 18:11:30 +00:00
Will Andrews
c776cfc3ad Remove bkmrkconv from converters. 2000-03-29 19:42:30 +00:00
Kris Kennaway
89a307bf8a Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:16:59 +00:00