Commit graph

1963 commits

Author SHA1 Message Date
Ade Lovett
803d2d65dc libole2 contains OLE support functions, currently aimed at the
Excel[tm] plugin for math/gnumeric, but extensible.
2000-06-20 17:21:40 +00:00
Jacques Vidrine
6dc9bdb0c8 Locally hosted distfiles moved to ftp.freebsd.org. 2000-06-20 13:37:39 +00:00
Maxim Sobolev
3356d85f29 Change MAINTAINER.
-MAINTAINER=    lioux@linf.unb.br
+MAINTAINER=    coda@cs.cmu.edu

PR:		19254
Submitted by:	Former MAINTAINER
2000-06-20 10:02:05 +00:00
John-Mark Gurney
7388507888 activate my mime port 2000-06-19 23:43:01 +00:00
John-Mark Gurney
995c4e7f0c add a C library for mime/rfc822 parsing:
This package allows you to decode multipart mime messages. I wrote
this so that my cgiparse libary can understand multipart/form-data.
I was looking at the various ways of doing it with out designing an
entire library. After thinking about the problem, there were to many
edge cases, and designing an entire library would be better. This is
the results of the work. It definately could use some cleaning up.

WWW: http://resnet.uoregon.edu/~gurney_j/jmpc/mime.html
2000-06-19 23:33:44 +00:00
Doug White
84af95cb8a Update to use MASTER_SITE_LOCAL. 2000-06-19 19:21:59 +00:00
David E. O'Brien
61d4edc486 Do not use MASTER_SITE_SOURCEFORGE as it buys us nothing. There are is
only one sourceforge.net distribution machine.  So there is no reason to
override MASTER_SITE_SOURCEFORGE due to a closer (net-wise) mirror.

Using MASTER_SITE_SOURCEFORGE slows me down in checking for updates to
cscope.
2000-06-18 18:47:46 +00:00
Maxim Sobolev
d5c3fc66bb Remove arch-specific optimisation options from configure script. They broke sdl
build on systems with gcc2.7

Submitted by:	Martin Walter <walter@th.physik.uni-bonn.de>,
		Patrick M Doane <patrick@watson.org>
2000-06-18 10:05:24 +00:00
Tim Vanderhoek
68caab9c12 Add WWW. 2000-06-18 04:18:00 +00:00
Tim Vanderhoek
eb4ed9551e Depending on all of XFree86 just for the mkdirhier(1) util was a
little excessive: do post-patch mkdirhier into mkdir -p instead.
2000-06-18 04:05:25 +00:00
Will Andrews
67c0ead7d4 Update to 0.12.
PR:		19142
Submitted by:	MAINTAINER
2000-06-17 03:37:10 +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
Thomas Gellekum
7d4154cd12 Update for symmetry with the other py-mx* ports. 2000-06-16 09:33:21 +00:00
Thomas Gellekum
c2342ae6c1 Make this actually work. 2000-06-16 09:27:41 +00:00
Thomas Gellekum
16ee608093 Make this actually work. 2000-06-16 09:21:11 +00:00
Thomas Gellekum
b88549b797 Update MASTER_SITES. 2000-06-16 09:11:28 +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
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Will Andrews
8b6fc6203d Add libneural, a C++ library implementation of the classic 3-layer
perceptron.  I don't understand what I just said..  :-)
2000-06-14 07:47:50 +00:00
Ade Lovett
00f3ad723e Fix compile-time location of locale NLS directories 2000-06-13 22:55:50 +00:00
Jeremy Lea
79e24ee31a Cleanup share/locale in PREFIX, LOCALBASE and X11BASE. 2000-06-13 06:58:49 +00:00
Satoshi Asami
aee517c86c Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,
these are not necessary (even if the linker cares about the timestamp --
I'm not sure if it does).
2000-06-12 22:01:24 +00:00
Maxim Sobolev
e7d1d4a4a9 Fix a bug in my own tmpnam() --> mkstemp() patch.
Reported by:	Pascal Hofstee <daeron@shadowmere.student.utwente.nl>
2000-06-12 16:10:52 +00:00
Maxim Sobolev
0218f08c56 Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't
bother to do it.
2000-06-12 10:12:45 +00:00
Maxim Sobolev
e43635a554 Use installed libintl instead of the port's own version. 2000-06-12 10:00:36 +00:00
Will Andrews
ba9f68c58c Add perforce, a well-done commercial source code control system. The
submitter tried to bundle an elisp script with this port, but I left it
out because it could just as well be put in a different port.

PR:		18371
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
2000-06-10 06:22:55 +00:00
Will Andrews
bc238b49c0 Add py-htmlkit, a python package that assists with autogenerating HTML.
PR:		19155
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-06-09 22:01:58 +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
Will Andrews
cf4e1decff Update to 1.212.
PR:		19122
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-06-09 20:43:42 +00:00
Will Andrews
c9d8d301e9 Major overhaul to make this port work well again. MAINTAINER change is
confirmed by the lack of submissions for updates by the original creator.
Port now depends on the recently-added x11-toolkits/jx and friends ports.

MASTER_SITES moved; make port depend on several other ports instead of
building things itself, allowing for modularity.

PR:		19042
Submitted by:	Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
2000-06-09 20:39:30 +00:00
Will Andrews
64496545a5 Actually look for ctags in a subdirectory in MASTER_SITE_SUNSITE. This
MASTER_SITE has been broken for 1 year and 1 day, ever since rev 1.3.

Pointy hat:	jkoshy
2000-06-09 20:35:48 +00:00
Ade Lovett
4c9e83a093 Update to 1.0.1 2000-06-09 16:33:08 +00:00
Will Andrews
c9a437c5c2 Add Tcllib, a collection of utility modules for Tcl.
PR:		18263
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-06-09 03:35:21 +00:00
Will Andrews
cbc71b2150 Add tcltls, a Tcl interface to OpenSSL.
PR:		18388
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-06-09 03:27:54 +00:00
Ade Lovett
d750cb23bb Add missed textproc/libxml as a dependency
Submitted by:	bento
2000-06-08 21:25:21 +00:00
Akinori MUSHA
42ab036a14 Update MASTER_SITE.
Utilize PORTNAME/PORTVERSION.

PR:		ports/19116
Submitted by:	Maintainer
2000-06-08 09:08:17 +00:00
Satoshi Asami
061d6c265f Add imake based on XFree86-4.0.
Submitted by:	taguchi@tohoku.iij.ad.jp
2000-06-08 03:25:55 +00:00
Satoshi Asami
177aea87ca @dirrm share/cutils/cinfo
@dirrm share/cutils

Submitted by:	bento
2000-06-07 23:49:25 +00:00
Satoshi Asami
1b4e5eb048 @dirrm share/doc/cdecl
Submitted by:	bento
2000-06-07 22:17:46 +00:00
Satoshi Asami
e7655f117b Add cflow.1.
Submitted by:	bento
2000-06-07 22:07:05 +00:00
Satoshi Asami
40c06420b7 Add lib/liblgcc_r_p.a.
Submitted by:	bento
2000-06-07 21:43:41 +00:00
David E. O'Brien
d624138fd5 The local-distfiles dir on ftp.freebsd.org was moved under ports/. 2000-06-07 17:44:39 +00:00
Akinori MUSHA
60f2ecb476 Local distfiles have been moved to:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
2000-06-07 17:24:38 +00:00
Maxim Sobolev
0b6f3c90f3 Activate moonshine. 2000-06-07 16:58:34 +00:00