Commit Graph

35379 Commits

Author SHA1 Message Date
David E. O'Brien
bce306a85e Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
2000-12-05 19:50:32 +00:00
David E. O'Brien
f668fa0400 Add Big5 messages. Nothing is done with them at this point as the submitter
didn't supply a diff to the port.  But I am committing the po file so that
it dos not get lost.

Submitted by:	Shen Chuan-Hsing <statue@mail.elife.idv.tw>
2000-12-05 19:33:32 +00:00
Maxim Sobolev
a6463edb68 Fix incompatability with python2.0 in one of the examples. 2000-12-05 18:15:14 +00:00
David E. O'Brien
a92bd00163 Opps, forgot to fix the file path after I re-generated the patch.
(we use some perl h0h0magic, so the file extention is non-standard)
2000-12-05 17:53:41 +00:00
Maxim Sobolev
9718246e7a Update to 0.9.20001128. 2000-12-05 17:48:03 +00:00
Maxim Sobolev
1602a8f70c Add threeDS - a Python module and viewer for loading and displaying models in
3DS format.
2000-12-05 17:44:36 +00:00
David E. O'Brien
280ed5046a Finish cleaning up after the switch to Open Motif. Building with
Motif is the default unless WITH_ATHENA or WITH_GTK is defined.
2000-12-05 17:25:44 +00:00
David E. O'Brien
5741aab7ed Finish cleaning up after the switch to Open Motif.
Building with Motif is the default, unless WITH_ATHENA is defined.
2000-12-05 17:24:26 +00:00
David E. O'Brien
9b96b5afb6 Update to Vim 6.0 beta O 2000-12-05 17:22:25 +00:00
Peter Pentchev
087d8f5c35 Use Tcl and Tk 8.3 instead of 8.2, as recommended by the program author.
Maintainer change.

PR:		23297
Submitted by:	Johann Visagie <johann@egenetics.com> (new maintainer)
Approved by:	John Heidemann <johnh@isi.edu> (former maintainer)
2000-12-05 16:38:12 +00:00
Jean-Marc Zucconi
88f9a9e1d6 Compilation fixes for changes in machine/console.h and machine/mouse.h in
-current. patch-r and patch-s come from the XFRee86-4 port, another patch is
required here for scanpci.c (patch-q, submitted by Donald J. Maddox
<dmaddox@sc.rr.com>)
2000-12-05 15:57:00 +00:00
Jean-Marc Zucconi
6827c53e9d Increment PORTVERSION 2000-12-05 15:53:24 +00:00
Kevin Lo
0ad2ecf26b - Update to version 4.0.1
- Switch maintainer to ports@FreeBSD.org

PR: 23276
Submitted by: Ports Fury
Approved by: MAINTAINER
2000-12-05 15:34:35 +00:00
Joerg Wunsch
8b68d52148 Atmel AVR cross-development, part #3: a C and floating point math
library.  This port also installs some documentation which actually
describes the combo of all three ports (avr-binutils, avr-gcc,
avr-libc).
2000-12-05 15:23:17 +00:00
Joerg Wunsch
639ffde3ac Atmel AVR cross-development, part #2: the C compiler. 2000-12-05 15:21:02 +00:00
Joerg Wunsch
744aff266f This is the first port of a fairly complete toolchain for Atmel AVR
microcomputer cross-development.  More (avr-gcc, avr-libc) to follow...
2000-12-05 15:17:47 +00:00
Roger Hardiman
2a2431f955 Add dependency on netpbm 2000-12-05 14:14:38 +00:00
Maxim Sobolev
cabfd905e4 Update to 0.34. 2000-12-05 14:07:30 +00:00
Roger Hardiman
c3168654d6 Add vid, a program to capture single frames from USB Cameras using
the OV511 chipet.

Cameras include
 * Creative Labs WebCam 3
 * D-Link DSB-C300
 * Puretek PT-6007
 * Koala-Cam
 * Lifeview RoboCam
 * AverMedia InterCam Elite
 * MediaForte MV300

FreeBSD will tell you if you have an OV511 camera at boot time
if you have usb and ugen support enabled

Obtained from:	Peter Housel <housel@acm.org>
2000-12-05 13:54:17 +00:00
Maxim Sobolev
c16dfa56d5 Update to 0.15. 2000-12-05 13:42:38 +00:00
Maxim Sobolev
47f9d912bf Update to 0.13.3. 2000-12-05 13:41:31 +00:00
Akinori MUSHA
421848db44 Add entries for japanese/vje30 and japanese/wxg. 2000-12-05 12:29:49 +00:00
Akinori MUSHA
380a9f28a1 Add ja-wxg, high-quality Canna-compatible Japanese input engine from
A.I.SOFT.
2000-12-05 12:28:51 +00:00
Akinori MUSHA
61d92038e2 Add ja-epic4, the (E)nhanced (P)rogrammable (I)RC-II (C)lient with
Japanese support.
2000-12-05 12:04:46 +00:00
Akinori MUSHA
35c1beba1d Update to 0.9.13.
Do portlint & cleanups.

Prepare for the forthcoming slave port(s).

Approved by:	Anders Andersson <anders@codefactory.se> (MAINTAINER)
2000-12-05 11:58:03 +00:00
Akinori MUSHA
de49c3f91d Replace obsolete /dev/rfd0 with /dev/fd0. 2000-12-05 10:31:00 +00:00
Maxim Sobolev
dd9321f15a - Update to 1.5.6.a2;
- take over maintainership (mail addressed to the old maintainer bounces);
- use USE_PYTHON;
- new MASTER_SITES and WWW (project has been moved to Sourceforge).
2000-12-05 08:44:56 +00:00
Yukihiro Nakai
a25c67bf3f Update to 3.6.3 2000-12-05 06:13:18 +00:00
Jing-Tang Keith Jang
361ae9ae87 Fix building errors due to recent ${PORTSDIR}/editors/joe changes.
Submitted by:	"Shen Chuan-Hsing" <statue@mail.elife.idv.tw>  (MAINTAINER)
2000-12-05 05:47:53 +00:00
Jim Mock
3524349510 Uh, actually update the rest of this port to version 0.11.0pre2. I forgot
to apply the diff before my last commit :-)
2000-12-05 05:23:23 +00:00
Jim Mock
2c441993f1 Update to version 0.11.0pre2. 2000-12-05 05:21:41 +00:00
MIHIRA Sanpei Yoshiro
5ae53ebdd6 update to 1.5.3
Continued improvements in DVD decoding. Improved DV decoder. Faster
    pause and resume.

move Web page
2000-12-05 04:00:18 +00:00
Satoshi Asami
6a8b550482 imlib2 -> imlib2-tmp
Submitted by:	bento
2000-12-05 02:34:02 +00:00
Christoph Herrmann
952b14dec6 my first commit 2000-12-05 00:06:15 +00:00
Thomas-Henning von Kamptz
533ff88bcc Traditional first commit 2000-12-04 23:51:59 +00:00
Jordan K. Hubbard
70f3af8e48 Update to conform to modern times. 2000-12-04 22:10:57 +00:00
David E. O'Brien
9edbb8400e Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way
back when... that is all but a.out support.
2000-12-04 22:07:01 +00:00
Will Andrews
1463f41888 Add reportmagic 2.03, a wrapper for analog that produces more professional
looking stats pages.

PR:		23253
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-04 20:49:26 +00:00
Satoshi Taoka
bd5633ffcb Fixed a typo
Submitted by:	Takeshi Hiyama <th@cis.ibaraki.ac.jp>
Obtained from:	ports-jp@jp.freebsd.org
2000-12-04 18:23:40 +00:00
Peter Pentchev
0ab2a52b68 Update to version 7.5. 2000-12-04 16:06:39 +00:00
Dirk Froemberg
be4c7a8cdc Go back to where I started: Put mysql.sock in /tmp/...
PR:		ports/23266
Submitted by:	Louis Mamakos <louie@TransSys.COM>
2000-12-04 15:13:36 +00:00
Kevin Lo
467cb2d4af Update to 0.3
PR: 23243
Submitted by: MAINTAINER
2000-12-04 14:40:34 +00:00
Kevin Lo
70ac52f771 Update to version 3.1.1
PR: 23241
Submitted by: MAINTAINER
2000-12-04 14:35:09 +00:00
Akinori MUSHA
d7162fb3c9 Update to 0.4. 2000-12-04 13:42:28 +00:00
Peter Pentchev
bcd08c1529 Update distfiles' checksums after the distfiles have been rerolled yet
again without changing names or versions.  Also add a new MASTER_SITE.

PR:		23262
Submitted by:	Johann Visagie <johann@egenetics.com>
2000-12-04 13:00:07 +00:00
Jing-Tang Keith Jang
f0fefed0d4 Remove the old brute-force script that generates thousands of XLFD.
Many of them are unnecessary, and most of the task are handled by
ttfm now.

It's also aware of chinese/{CJK, ghostscript6}.  It supports XFree86
3.x or 4.x by default.  Users only need to define GS6=yes or CJK=yes
when installing, then it'll do most of the work.  CJK and ghostscript6
ports should specify their respective variables via DEPENDS_ARGS.

chinese/{moettf,moefonts-cid,wangttf} will have similar changes.
2000-12-04 12:59:39 +00:00
Jing-Tang Keith Jang
19184ea111 Update to 0.9.2. Prior versions of TTFM modules have many
undefined behaviors, some of which are coherent in 0.9.2,
others like CID & TTF naming conventions are not standardized
yet.

Future versions should move to FreeType 2, since it has more
font support, especially for CID fonts, so that some really
hacks can be removed from TTFM.
2000-12-04 12:15:31 +00:00
Maxim Sobolev
54dd2b958f - Add missed INSTALLS_SHLIB;
- disable profiled library building.

Submitted by:	knu (INSTALLS_SHLIB)
2000-12-04 11:49:38 +00:00
Dirk Froemberg
55dcab4f16 Move mysql.sock from ${DB_DIR} to /var/run/. ${DB_DIR} has mode 700
so only root and mysql were able to connect to the socket...

Noticed by:	Marco Hinz <marco@todo.de>
2000-12-04 11:47:11 +00:00
Maxim Sobolev
66b1e4d317 Update to 200011261817. 2000-12-04 11:41:43 +00:00