1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
Commit Graph

2256 Commits

Author SHA1 Message Date
Satoshi Taoka
5d7d820639 (1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.

By (1) and (2), I removed the next line:

[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir

from PLIST or Makefile

CV: ----------------------------------------------------------------------
2000-07-19 14:22:30 +00:00
Akinori MUSHA
2ed974f158 - Do not read a file more than once, where the sameness is judged by
the inode numbers of files.

  This should fix the "duplicated macros" error when aclocal is
  invoked with `-I ${X11BASE}/share/aclocal' explicitly.

- Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's
  (a symlink to)* a directory)

  This should fix the "no such directory" error when you build a non-X
  port without X installed. (like on bento)
2000-07-19 10:44:14 +00:00
David E. O'Brien
cd8bbd70a4 Enough FreeBSD/Alpha support to at least allow this to compile.
Functionality is untested at this time.
2000-07-19 09:10:43 +00:00
Doug White
31939c97b0 Update to 1.2: New kevent(2) API (and require FreeBSD versions
with it as I'm a lazy bastard).
2000-07-19 04:51:22 +00:00
David E. O'Brien
81a9216d91 Get a lot closer to supporting FreeBSD/Alpha.
(we only have two arch's, why can't we keep them better in sync with each
other ABI-wise?)
2000-07-19 04:17:33 +00:00
Akinori MUSHA
aae697a4f6 Browse two repositories by default.
local	=> /home/cvs
	FreeBSD	=> /home/ncvs
2000-07-18 23:47:01 +00:00
Akinori MUSHA
07b3667216 Update to rev. 1.90.
o checkout without revision should default to HEAD
2000-07-18 20:56:08 +00:00
Satoshi Asami
00ad098756 Add glib13. The index build just failed because of this. 2000-07-18 20:23:11 +00:00
Maxim Sobolev
0dc0df6881 Add glib13 after repo-copy from glib12.
Warning: it is unstable development version, so you do not have to upgrade your
gtk12 LIB_DEPENDS!
2000-07-18 07:19:53 +00:00
Akinori MUSHA
6c7b47848d Correct md5 that is calculated from the original distfile.
The previous value was of my locally packed tarball somehow..
2000-07-17 10:42:22 +00:00
Kelly Yancey
b619f75ec0 Use ${INSTALL_MAN} where appropriate. 2000-07-17 09:12:47 +00:00
Steve Price
c529af39e7 We need autoheader to correctly build this port.
PR:		19919
Submitted by:	maintainer
2000-07-16 19:48:02 +00:00
Ade Lovett
bb104d8a03 Persuade automake to look not only in ${PREFIX}/share/aclocal
(ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra
patch and some configure-time substitution

Discussed on:			ports (quite a while back)
Original disgusting hack by:	ade
Suggested improvements by:	asami
Reworked patch by:		ade
2000-07-15 19:07:48 +00:00
Will Andrews
310336da71 freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;
fix process of install-info.

PR:		19943
Submitted by:	Ports Fury
2000-07-15 18:34:05 +00:00
Alexander Langer
e731ea7944 Respect CFLAGS, add -pedantic.
However, port is still broken due to odd C++ compiler error, though this
is a different error as before.
2000-07-14 14:06:06 +00:00
Chris D. Faulhaber
1e0b1948d4 Conditionally remove remaining installed dirs
Noticed by:	bento
2000-07-14 12:24:24 +00:00
Alexander Langer
9319e3ea0d Fix location of perl module dependency.
Noticed by:	bento
2000-07-14 11:26:51 +00:00
Kelly Yancey
2c44a8535e Added WWW line. 2000-07-13 07:42:38 +00:00
Akinori MUSHA
a8636d5572 Update to rev. 1.89.
Reduce warnings.
Make https URLs clickable as well as ftp and http URLs.
2000-07-12 19:13:51 +00:00
Jason Evans
7a90df77ff Remove call to deprecated function, dllockinit(). 2000-07-12 16:32:11 +00:00
Kevin Lo
7906f5a99b +p5-Class-MethodMaker 2000-07-12 16:23:23 +00:00
Kevin Lo
75ba446a9b Initial import of p5-Class-MethodMaker.
p5-Class-MethodMaker is the Perl module for creating generic methods.

PR: 19796
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-07-12 16:22:32 +00:00
Jason Evans
8ec27f4ca8 Fix a mistake in the directions for creating symlinks. Add instructions for
creating a gcc specs file (prompted by Dima Ruben).  Remove obsolete
information and update various tidbits.
2000-07-12 02:08:45 +00:00
Jason Evans
fbdae04681 Rather than copying the entirety of src/gnu/lib/libgcc/Makefile, .include it
and override variables as necessary.  This vastly shortens this file, makes
tracking toolchain changes more automatic, and makes the linuxthreads port
build on both -stable and -current.
2000-07-12 01:43:01 +00:00
Ade Lovett
cbe360036c Update for new devel/libglade shlib version 2000-07-11 22:02:22 +00:00
Ade Lovett
f71b35794f Update to 0.14 2000-07-11 22:01:15 +00:00
Akinori MUSHA
a12686df7b Add autoconf to BUILD_DEPENDS.
It does not USE_AUTOCONF, but it requires autoheader to build.

PR:		ports/19847
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-07-11 15:03:44 +00:00
Kevin Lo
25bfc1474f Upgrade to 3.4.4
BTW, the maintainer forgot to update checksum, I update it.

PR: 19829
Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
2000-07-11 08:00:08 +00:00
Akinori MUSHA
b51fb0f32b Update to rev.1.86.
This update fixes several SECURITY problems, so PLEASE UPDATE to this
version ASAP.
2000-07-11 02:07:19 +00:00
Doug White
52a5df4748 Fix typo. Don't ask me how it worked before. :) 2000-07-10 17:07:17 +00:00
Chris D. Faulhaber
2e70c59bc1 Update port to 1.3a3 2000-07-10 14:31:19 +00:00
Steve Price
64abf3fd40 Activating the g-wrap port and the RTEMS ports. 2000-07-10 04:39:00 +00:00
Steve Price
41e3182adb C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS for
the i386, i960, m68k, mips64orion, powerpc, sh, and sparc processors.

PR:		19335
Submitted by:	James Housley <jim@thehouselys.net>
2000-07-10 04:32:35 +00:00
Steve Price
c657900655 Adding g-wrap version 0.9.4.
A tool for exporting C libraries into Scheme interpreters.

PR:		19575
Submitted by:	Matthew Condell <mcondell@alum.mit.edu>
2000-07-10 04:16:53 +00:00
Akinori MUSHA
dd6644a2bb Update to rev. 2.10. 2000-07-09 03:15:08 +00:00
Akinori MUSHA
5042b0369c Fix the wrong MASTER_SITE_SUBDIR.
PR:		ports/19775
Submitted by:	Maintainer
2000-07-08 07:32:12 +00:00
Steve Price
700b393484 The crosssco and scogdb ports are obsolete so remove them.
PR:		19634
Submitted by:	maintainer
2000-07-07 19:45:06 +00:00
Akinori MUSHA
d1eb34aa3a Update to 2.9. 2000-07-07 15:41:55 +00:00
Maxim Sobolev
6726671207 Add libtai - a library for storing and manipulating dates and times in second/attosecond.
PR:		19348
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-07 14:02:31 +00:00
Maxim Sobolev
cd6245e1ac Add py-coro - a Python coroutines module.
PR:		19466
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-07 13:27:23 +00:00
Satoshi Asami
90e7e4b590 Remove smapi, it's moved to mail. 2000-07-07 06:21:34 +00:00
Ade Lovett
d69b7cd6d1 Update to 1.0.3 2000-07-06 15:32:41 +00:00
Ade Lovett
ae420077ee Update to 0.4.0 2000-07-05 22:02:23 +00:00
Ade Lovett
d40a7a68ac Update to 0.2 2000-07-05 22:01:40 +00:00
Ade Lovett
9e842a7233 Update to 0.1.4 2000-07-05 22:00:10 +00:00
Ade Lovett
5618fe9fce Put autoconf .m4 file in the right place 2000-07-05 21:59:31 +00:00
Ade Lovett
f969d0f925 Update to 0.1.3 2000-07-05 21:58:36 +00:00
Ade Lovett
7e6f4be000 www.backplane.com -> apollo.backplane.com
Obtained from:	message from Matt on -smp
2000-07-05 21:40:54 +00:00
Akinori MUSHA
26c7e3a5ad Update to rev. 2.8. (Several bug fixes have been done) 2000-07-05 19:18:57 +00:00
Maxim Sobolev
62813f021d Update to 0.5.2. Also make sure that installed libintl is respected. 2000-07-05 18:27:50 +00:00
Satoshi Asami
a7a23f9b62 Add lib/libflux.so.
Submitted by:	bento
2000-07-05 06:47:17 +00:00
Satoshi Asami
6620f40f6a Add bin/pbind, and sort PLIST.
Submitted by:	bento
2000-07-05 06:31:41 +00:00
Maxim Sobolev
fa62bd3bfa Remove --without-included-gettext - it works in exactly opposite direction.
Shame on GNU folks!
2000-07-04 13:58:32 +00:00
Maxim Sobolev
8d94eb90bd Remove extra blank line from PLIST.
Submitted by:	portlint
2000-07-04 10:24:49 +00:00
Maxim Sobolev
03b169464e Build static library instead of shared library which doesn't work. Also do not
strip symbols when installing library.

PR:		19681
Submitted by:	maintainer
2000-07-04 10:23:37 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Justin M. Seger
3a979f4a79 Upgrade to gmake-3.79.1 2000-07-03 23:31:00 +00:00
Kris Kennaway
be3ca37931 Remove extraneous file from PLIST
Noticed by:	bento
2000-07-03 04:52:46 +00:00
Will Andrews
c45597ab56 Add ViewCVS, a Python version of Zeller's cvsweb. Cool!! 2000-07-03 00:34:20 +00:00
Will Andrews
9069be9393 Add cvs2html, a perl script that turns cvs log output into HTML. 2000-07-02 23:36:27 +00:00
Ade Lovett
95a2b0036d Update to 1.0.2 2000-07-02 06:34:16 +00:00
Will Andrews
a8bb16b7f6 Update to 0.2.17.
PR:		19632
Submitted by:	maintainer
2000-07-02 03:24:03 +00:00
Ralf S. Engelschall
f4d0f4373d Upgrade GNU Pth scratch port to developer version 1.4a2 2000-07-01 14:31:30 +00:00
Ralf S. Engelschall
dac23bada4 Upgrade to MM Shared Memory Library, version 1.1.3 2000-07-01 14:31:01 +00:00
Ralf S. Engelschall
036cf27197 Upgrade to GNU Portable Threads (Pth), version 1.3.6 2000-07-01 14:27:20 +00:00
Ralf S. Engelschall
78fb65dc24 Upgrade to GNU Portable Shell Tool (shtool), version 1.5.0 2000-07-01 13:51:55 +00:00
Maxim Sobolev
4de36f2bc8 New port of smapi - a Squish MSGAPI which can be used to access Squish format
message bases (I donno what it is anyway ;).

PR:		19373
Submitted by:	Sergey Samoyloff <gonza@techline.ru>
2000-06-30 15:15:42 +00:00
Ade Lovett
39313e27a6 Update to 0.1.6 2000-06-29 21:04:18 +00:00
Akinori MUSHA
26257bf6c8 Update to 2.5.
--hide-filenames option has been added.
2000-06-29 20:45:25 +00:00
Ade Lovett
7df2c0055a Activate gconf, gnomevfs, and libunicode 2000-06-29 19:31:23 +00:00
Ade Lovett
331773a547 libunicode is a library for manipulating Unicode characters and
strings.  It understands both the UTF-8 and UCS-2 encodings, and has a
framework for adding support for new encodings.
2000-06-29 19:29:25 +00:00
Ade Lovett
53d3581af0 gnomevfs is the embryonic GNOME Virtual File System, 2000-06-29 19:28:06 +00:00
Ade Lovett
9ea482340b GConf is a configuration database system for the GNOME desktop,
functionally similar to the Windows registry but lots better :-)
2000-06-29 19:26:07 +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
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Will Andrews
c62bea27fe Remove libneural from devel category as it should be in math.
Submitted by:	reg
2000-06-29 02:08:22 +00:00
Satoshi Asami
8821d18c02 Fix typo that was package builds (gnome-dubug -> gnomedebug). 2000-06-29 00:13:03 +00:00
Ade Lovett
9150117157 Activate gnomedebug and dryad 2000-06-28 17:39:55 +00:00
Ade Lovett
e8d007dd6d Dryad is an embryonic debugger, based around
the GNOME Debugging Framework (GDF)
2000-06-28 17:38:52 +00:00
Ade Lovett
f927ed8a6b The GNOME Debugging Framework (GDF) provides a number of
debugging services to applications such as Integrated Development
Environments and standalone debugging tools similar to DDD.
2000-06-28 17:36:35 +00:00
Chuck Robey
fa55d52868 Activate global as a port. 2000-06-28 01:05:46 +00:00
Chuck Robey
a6e096ead8 Import of Shigio Yamaguchi's GLOBAL, an enhanced ctags utility.
This was moved from the base system based on need and licensing
considerations.

Reviewed and approved by most of the current list, see the mail
logs for a lengthy discussion.
2000-06-28 01:04:13 +00:00
Maxim Sobolev
50df3b3123 Properly handle ddd.info file. 2000-06-27 09:38:16 +00:00
Akinori MUSHA
5c18dbcca4 Add mingw, cross development suite for MS Windows.
PR:		ports/19107
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-06-26 19:19:10 +00:00
Ade Lovett
7115490368 Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome

Reminded by:	bento
2000-06-26 16:14:32 +00:00
Joseph Koshy
c789f168a0 Use MASTER_SITE_LOCAL. 2000-06-26 06:18:27 +00:00
Akinori MUSHA
7d562c06ec Yay, this is my first commit from a Palm device!
Update to 0.1.5. (Sorry pkg_version, I changed the PORTVERSION'ing scheme
here to respect its version number rather than to use the date.)

Now USE_AUTOMAKE.

Install documents unless NOPORTDOCS.

A new command `cvsdo' has added.
2000-06-25 19:27:11 +00:00
Joerg Wunsch
c5c4b9fdcc Fix Germanized English.
Reminded by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-24 21:17:55 +00:00
Chris D. Faulhaber
34fe4c09e7 Update port to 1.1.4 2000-06-24 11:46:35 +00:00
Ade Lovett
318cf82724 Update to 0.1.5, fixing potential library namespace conflict
with WINE.
2000-06-23 17:43:20 +00:00
Maxim Sobolev
40a33a6070 - Support LOCALBASE properly (in setting path to custom wish script)
PR:		19470
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:44:03 +00:00
Maxim Sobolev
d48cef5bf1 New port of libcoro - a C library that implements coroutines (I donno what I've
just said :-O).

PR:		19463
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-06-23 10:08:05 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
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
Maxim Sobolev
84863717bd Initial import of moonshine - a customizable IDE supporting wide range of
languages.

PR:		18273
Submitted by:	sobomax
2000-06-07 16:53:29 +00:00
Maxim Sobolev
06785755ab Use mkstemp() instean of insecure tmpname(). 2000-06-07 08:39:53 +00:00
Akinori MUSHA
9eb728a459 Update to the latest CVS snapshot.
- Minor fixes
  - Timezone support
2000-06-07 08:23:11 +00:00
Satoshi Asami
0d005d99a2 Add noroff.1.
Submitted by:	bento
2000-06-07 08:22:54 +00:00
Satoshi Asami
9cc765d745 Seems like nana.info has grown and now has three files instead of two.
Submitted by:	bento
2000-06-07 08:21:38 +00:00
Akinori MUSHA
ae8f1031af Move local distfiles from:
http://people.FreeBSD.org/~knu/ports/distfiles/
to:
	ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/
2000-06-07 08:17:23 +00:00
Satoshi Asami
4674d63dbf Add bin/ftnpp and man/man1/ftnpp.1.
Submitted by:	bento
2000-06-07 07:54:21 +00:00
David E. O'Brien
55ddf4365b Become the guinnie-pig and move all my Freefall ~/public_html distfiles
over to the new ftp.freebsd.org local distfiles site.
2000-06-07 03:09:25 +00:00
Akinori MUSHA
d8f4b8d9a4 Activate cvs2cl & cvsutils. 2000-06-06 13:56:26 +00:00
Akinori MUSHA
945ea77833 This is a new port of cvsutils.
--

CVSU: CVS Utilites

The idea of CVS Utilities is to facilitate working with the files in
the working directory of a developer using CVS.

cvsu:       cvs update offline
cvsco:      cruel checkout
cvsdiscard: discard local changes
cvspurge:   make maintainer-clean
cvsdiff:    cvs diff offline
cvschroot:  change CVS/Root recursively
cvsrmadm:   remove all CVS directories recursively
2000-06-06 13:55:28 +00:00
Akinori MUSHA
b72ff83eee This is a new port of cvs2cl.
--

cvs2cl.pl: CVS-log-message-to-ChangeLog conversion script

This Perl script does what you think it does: It produces a GNU-style
ChangeLog for CVS-controlled sources, by running "cvs log" and parsing
the output. Duplicate log messages get unified in the Right Way.
2000-06-06 13:54:10 +00:00
Maxim Sobolev
3f24913c50 Update to 1.1.3.
FreeBSD is now in the list of supported platforms, so number of patches
required to make SDL work here has been slightly reduced.
2000-06-06 09:36:38 +00:00
Thomas Gellekum
5745d87c8e Don't remove %D/share/emacs/site-lisp, it's handled by mtree(1). 2000-06-06 08:54:26 +00:00
Maxim Sobolev
a5498fd9d5 SDL now has its own site: http://www.libsdl.org/, hence update MASTER_SITES
and WWW.
2000-06-06 08:05:51 +00:00
Maxim Sobolev
97b79114f1 Add missed entry in PLIST.
Submitted by:	bento
2000-06-05 12:22:12 +00:00
Akinori MUSHA
f386d54c2c Remove subdirectories too. 2000-06-05 06:59:26 +00:00
Akinori MUSHA
86385a8dd1 Satisfy bento by removing the apache directory on package building.
This port does not explicitly depend on a specific version of Apache
nor other www servers but leaves the option for users, since cvsweb
should work on most cgi capable www servers.
2000-06-05 05:47:02 +00:00
Doug White
ec30bbb78c Conditionalize against $OSVERSION == 500000 too since it doesn't have
kqueue, just to be nice to our older-CURRENT-running friends.  kqueue is
in 400018 and 500001 and later.

Suggested by: kris
2000-06-05 03:57:36 +00:00
Doug White
b14294e6cf Require OSVERSION 400018 or later, so kqueue actually exists. 2000-06-05 03:31:25 +00:00
Tim Vanderhoek
537ade20c4 PORTVERSION=1.8-dev -> PORTVERSION=1.8.d 2000-06-04 04:22:17 +00:00
Satoshi Asami
f4bf5bb635 Add share/aclocal/pth.m4.
Submitted by:	bento
2000-06-03 09:17:27 +00:00
Satoshi Asami
bd2cd58b26 Add two .la files.
Submitted by:	bento
2000-06-03 09:16:52 +00:00
Satoshi Asami
e141a1c661 Add include/fastcrc.h.
Submitted by:	obento
2000-06-03 08:17:17 +00:00
Satoshi Asami
ffe778d240 Don't remove share/aclocal. 2000-06-03 00:49:39 +00:00
Satoshi Asami
2ee765ba9f Remove empty directories.
Submitted by:	bento
2000-06-03 00:49:25 +00:00
Satoshi Asami
3a65a77a71 Chase directory name change in *_DEPENDS, to get package building going again.
Forgotten by:	kris
2000-06-03 00:41:00 +00:00
Satoshi Asami
a2e490f4a4 Don't remove share/aclocal -- it's created by mtree. 2000-06-03 00:40:22 +00:00
Will Andrews
b87ca5fd1d Update to 1.3a2. Add SourceForge master sites. Remove now-irrelevant
patches.
2000-06-02 19:28:07 +00:00
Ade Lovett
92b717c7c2 Update to 0.15, now with OAF support (gnorba is going away) 2000-06-01 20:25:44 +00:00
Ade Lovett
df757445b0 OAF is the Object Activation Framework, a much more powerful replacement
for gnorba in the GNOME 2.0 development platform.
2000-06-01 20:16:24 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Ade Lovett
1ecc592d8c Say hello to GNOME 1.2
audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Doug White
ca7294c944 Upgrade py-kqueue to 1.1 -- forgot to regenerate the checksum. 2000-06-01 06:09:09 +00:00
Doug White
42a195e43d Upgrade to 1.1. Added copyrights and deleted commented-out debugging code,
no functional changes, but bumped the version anyway to discriminate.
2000-06-01 06:06:30 +00:00
Jason Evans
491fd147ee Remove sunsite from MASTER_SITES, since recent versions of cook haven't
been propagated.
2000-05-30 23:19:09 +00:00
Kris Kennaway
d3a7ef65c5 Update after repo copy from m68k* to *-m68k (better naming style)
Approved by:	Maintainer
2000-05-30 09:36:41 +00:00
Kris Kennaway
cfa113f67f Update after repo copy from m68k* to *-m68k (better naming style)
Approved by:	Maintainer
2000-05-30 09:32:49 +00:00
Jake Burkholder
a05a5162b4 Reflect repo-copy gcc11 --> gcc-6811. 2000-05-30 04:54:27 +00:00
Jake Burkholder
f74a8da26f Update after repo-copy from gcc11 --> gcc-6811.
Portlint.  Change my e-mail address.
2000-05-30 04:53:34 +00:00
Will Andrews
92ff9f2c01 Add libintl so that this port builds an external libintl and registers
it as a dependency (as it should).

PR:		18892
Submitted by:	rguyom@321.net
Forgotten by:	sobomax
2000-05-29 22:39:27 +00:00
Maxim Sobolev
04c18e4759 Respect installed intl shared library. 2000-05-29 06:24:51 +00:00
Steve Price
19bee5e616 Activate the lwp, rpc2, and rvm ports. 2000-05-29 04:23:18 +00:00
Steve Price
259d71e226 Adding rpc2 version 1.5.
An interprocess communication library developed as part of the CODA
project.

PR:		17943
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 04:21:05 +00:00
Steve Price
7050c27697 Adding rvm version 1.1.
A persistent VM library developed as part of the CODA project.

PR:		17942
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 04:17:29 +00:00
Steve Price
355488ca3f Adding lpw version 1.4.
A userspace thread library developed as part of the CODA project.

PR:		17941
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 04:13:36 +00:00
Steve Price
e56e18e098 Update to version 3.3.10.
PR:		18549
Submitted by:	maintainer
2000-05-29 03:09:13 +00:00
Steve Price
f3e81bbf7b Finish updating this port. 2000-05-29 02:15:21 +00:00
Steve Price
b7fc689d59 This port uses gmake(1). 2000-05-29 02:13:36 +00:00
Will Andrews
ea6480b0db Oops, forgot to remove the comment (I was testing some things during the
final stages of the upgrade process) when I upgraded to 1.2.
2000-05-29 01:46:31 +00:00
Will Andrews
ee51a6ccff Sigh, the file wasn't supposed to be removed.. for changes between this
revision and revision 1.1, see revision 1.2 message.
2000-05-29 01:33:58 +00:00
Will Andrews
5862875a81 Whoops, forgot to update patch when the 0.6.0 patch went in; good thing
the KDE project joined in on the anti-GIF-patent project.  :-)

Found by:	bento
2000-05-29 01:24:50 +00:00
Will Andrews
03f3069fc0 Update WWW site for Cervisia.
Found by:	portsurvey
2000-05-28 23:30:26 +00:00
Steve Price
52a22139bf #define _KERNEL on -current before including sys/msg.h so this will build
correctly.
2000-05-28 04:10:15 +00:00
Steve Price
64d8849127 Correct typos/omisions in previous commit. 2000-05-28 03:57:29 +00:00
Steve Price
7e7b28d09f This port requires Python.h to build.
Noticed by:	bento
2000-05-28 03:51:51 +00:00
Steve Price
fb19387e0d Weed out crufty MASTER_SITES and add a second checksum. 'diff -urN' says
the distfiles are the same from both MASTER_SITES, yet the checksum is
different.
2000-05-28 03:49:37 +00:00
Steve Price
922c1f0360 Mark this port as MANUAL_PACKAGE_BUILD. It installs and them removes some
files (most notably xmkmf) that are also in the XFree86 port.  This was
causing serious problems on my Alpha package building machine.
2000-05-28 03:31:26 +00:00
Will Andrews
40f0fcd0d3 MAINTAINER change: gljohns@bellsouth.net -> ports@FreeBSD.org.
PR:		18814
Submitted by:	MAINTAINER
Typo by:	will
2000-05-25 19:39:39 +00:00
Maxim Sobolev
409af62fa8 Update glib/gtk++ to 1.2.8.
Overview of Changes in GTK+ 1.2.8:

* GNU Make 3.79 bug workaround
* FAQ and tutorial updates and improvements
* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection

Overview of Changes in GLib 1.2.8:

* GArray zero initialization bug fixed
* Fix for upper bound calculation of formatted strings
* Improved GCC detection
* AIX dynamic modules fix to retrive symbols from shared libraries for the main
  program.
* Miscellaneous other minor bug fixes
2000-05-25 12:23:48 +00:00
Doug White
c970b381ed Add py-kqueue, a Python module to access kqueue(2) and kevent(2), Python-style. 2000-05-24 04:34:16 +00:00
Jason Evans
7f8cdb6f00 Update from version 2.1.2 to 2.1.3 of LinuxThreads. 2000-05-24 04:14:41 +00:00
Ade Lovett
cc0efda4af Update to 0.93.5 2000-05-22 18:58:13 +00:00
Ade Lovett
a97c182e12 Update to 0.13 2000-05-22 18:54:42 +00:00
Akinori MUSHA
64a88bdf7a Change MAINTAINER's mail address.
Now "Don Croyle <croyle@gelemna.org>".

PR:		18701, (part of) 18702, 18703, 18706
Submitted by:	MAINTAINER
2000-05-21 11:52:06 +00:00
Ralf S. Engelschall
49de5c120b Upgrade to MM (Shared Memory Library), version 1.1.2 2000-05-21 09:36:41 +00:00
Akinori MUSHA
46de4df697 Maintainer has resigned.
PR:		ports/18695
Submitted by:	ex-MAINTAINER
2000-05-21 09:31:39 +00:00
Will Andrews
188d118f1a Update to 1.4.
PR:		18544
Submitted by:	maintainer
2000-05-20 17:16:14 +00:00
Will Andrews
54b00fa1b3 Update to 0.6.0. I added SourceForge's FTP site in addition to its
HTTP site in case people have problems.
2000-05-19 23:50:15 +00:00
Maxim Sobolev
17c6658b67 Respect CFLAGS.
PR:		18659
2000-05-19 10:48:20 +00:00
Chris Piazza
c1cfa22caf Update to version 1.5
PR:		18577
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Reviewed by:	maintainer
2000-05-19 06:54:20 +00:00
Will Andrews
0599e3c060 Forgot to add this patch and remove that one... 2000-05-18 17:39:42 +00:00
Will Andrews
eb0a7a9e11 Update to KDevelop 1.2. 2000-05-18 17:29:57 +00:00
Tim Vanderhoek
f231d19526 Add a DESCR. Add a WWW:. 2000-05-17 17:16:57 +00:00
Ade Lovett
272a6d86f3 Update to 0.5.8 2000-05-17 16:34:30 +00:00
Ade Lovett
fd1689dc79 Update to 0.3.0, claim MAINTAINERship from ports@FreeBSD.org 2000-05-17 16:34:01 +00:00
Ade Lovett
b1d10589d0 Update to 0.90 2000-05-17 16:33:03 +00:00
Ade Lovett
2fcb37c60e Update to 0.13 2000-05-17 16:32:34 +00:00
Maxim Sobolev
cb52fef94b 's|sobomax@altavista.net|sobomax@FreeBSD.org|' 2000-05-17 11:18:29 +00:00
David E. O'Brien
71cd6682c1 Upgrade to version 15.0 pre-alpha buildlevel 2.
This is now open sourced under a BSD license.
2000-05-16 04:00:55 +00:00
Bill Fumerola
ccf4c430e0 ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. 2000-05-14 05:40:52 +00:00
Bill Fumerola
ad69d29be3 murray is now a committer, reflect this in MAINTAINER. 2000-05-14 05:21:53 +00:00
David E. O'Brien
c93ad75f53 Fix problems in the PKG{NAME,VERSION} conversion.
Submitted by:	Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-05-14 00:24:32 +00:00
Tim Vanderhoek
f5a27b3b34 Comment clean-ups. 2000-05-12 20:00:17 +00:00
John Polstra
8ff35088c9 Add WWW line for web site. 2000-05-12 17:17:10 +00:00
R. Imura
77d7f65552 > Fix: linux-2.2.5 -> linux-2.2.12
Ooops, in Alpha, it is not 2.2.12, but 2.2.13.
2000-05-12 14:51:35 +00:00
R. Imura
f5e5e26054 Fix: linux-2.2.5 -> linux-2.2.12
Submitted by:	bento (linux-lesstif-ns part)

/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make: *** [DebugUtil.lo] Error 1
*** Error code 2
2000-05-11 16:29:02 +00:00
Archie Cobbs
ba2be00761 Update master site. 2000-05-11 03:28:47 +00:00
Satoshi Asami
3b9ee8cb50 Remove some directories upon deinstallation.
Submitted by:	bento
2000-05-10 06:06:16 +00:00
Tim Vanderhoek
0cb59f9721 Add cc65, a C cross-compiler for 6502-based systems (C64, Apple ][, etc).
Includes a 65816 assembler and linker.
2000-05-09 18:32:04 +00:00
Chris D. Faulhaber
5a69e7a0ca Add proper BUILD_DEPENDS (python)
Submitted by:	Maintainer
2000-05-08 11:54:09 +00:00
Satoshi Asami
64530fe7b3 Change @dirrm to @unexec rmdir -- this directory is shared with other ports. 2000-05-08 07:19:57 +00:00
Chris D. Faulhaber
7b9e158ae7 New port: IDLE - an Integrated DeveLopment Environment for Python
PR:		17977
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-05-07 20:49:02 +00:00
Justin M. Seger
0732af122c Import of p5-String-Approx:
String::Approx lets you match and substitute strings
approximately.  With this you can emulate errors: typing
errors, spelling errors, closely related vocabularies
(colour color), genetic mutations (GAG ACT), abbreviations
(McScot, MacScot).

Submitted by:	Ilia Chipitsine <ilia@jane.cgu.chel.su>
PR:		ports/18344
2000-05-07 15:00:23 +00:00
Satoshi Asami
027b790450 Remove one more module-specific directory.
Submitted by:	bento
2000-05-07 12:26:01 +00:00
Chris Piazza
6ee64f82b3 Add patch-ag which was forgotten when sdl-devel was originally
added.

Submitted by:	maintainer
2000-05-06 02:41:46 +00:00
Ade Lovett
b409f25850 Update to 0.93.4 2000-05-03 14:20:53 +00:00
Ade Lovett
021f9c0be7 Update to 0.9 2000-05-03 14:20:26 +00:00
Satoshi Asami
4a54856d9f Remove locale directories upon deinstallation.
Found by:	bento
2000-05-03 07:09:53 +00:00
Steve Price
393b73368a Add p5-Locale-Maketext version 0.17.
Locale::Maketext is a base class providing a framework for software
localization and inheritance-based lexicons, as described in "The
Perl Journal" issue #13.

PR:		17382
Submitted by:	Frank Mayhar <frank@exit.com>
2000-05-01 02:48:57 +00:00
Satoshi Asami
62b59456f7 Remove the individual locale directories before attempting to remove the
parent dir.
2000-04-30 19:51:11 +00:00
Steve Price
4b225328f8 Update to version 3.4.2 and install documentation.
PR:		17860
Submitted by:	Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
2000-04-30 19:32:46 +00:00
Steve Price
b673c88d3d Mark as being only i386.
PR:		18237
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-04-30 19:13:48 +00:00
Ralf S. Engelschall
ab8b63caf2 Upgrade to MM Shared Memory Library, version 1.1.1 2000-04-30 18:40:29 +00:00
Ralf S. Engelschall
387db38830 Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0 2000-04-30 09:49:00 +00:00
Vanilla I. Shu
d30b94957e Correct MASTER_SITE. 2000-04-30 06:03:18 +00:00
Steve Price
ffdb7721be Use PORTVERSION for the VERSION version in PLIST_SUB.
PR:		18276
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 23:59:19 +00:00
Steve Price
257b4b3851 Fix a typo. This will be in the next release of automake as it is already
in their CVS repository.

PR:		18069
Submitted by:	Joe Jih-Shien Lu <JoeLu@joelu.m8.ntu.edu.tw>
2000-04-29 23:39:16 +00:00