1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

8366 Commits

Author SHA1 Message Date
Edwin Groothuis
f8fc8e462b New Port: Common Lisp portability package (SBCL Binaries)
cl-port binaries for lang/sbcl

PR:		ports/52366
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-09-28 10:23:41 +00:00
Edwin Groothuis
b332211546 New Port: Splitting Common Lisp sequences
A small utility to split Common Lisp sequences.  Depends
	on the previously submitted ASDF port.

	This port installs the source files and the .asd file (which
	is similar to a Makefile of a pkg-config script). There are
	other ports for the binaries for each supported Lisp system.

PR:		ports/52373
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-09-28 09:53:36 +00:00
Edwin Groothuis
b8be369e1d New Port: Common Lisp portability package
CLOCC Port is a wrapper library for various functions (sockets,
	shell access, etc) that are widely implemented in Common Lisp
	systems, but lack a standardized interface.

	This port depends on the previously submitted ASDF port. It installs
	the source files and an .asd file (which plays a similar role to
	a Makefile and a pkg-config script). There are other ports for each
	supported Lisp system.

PR:		ports/52365
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-09-28 09:44:07 +00:00
Edwin Groothuis
5a2b5427e8 New Port: ASDF, a Common Lisp library manager (CMUCL Binaries)
ASDF binaries for lang/cmucl

PR:		ports/52359
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-09-28 09:13:43 +00:00
Edwin Groothuis
62ffead323 New Port: ASDF, a Common Lisp library manager (SBCL Binaries)
PR:		ports/52357
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-09-28 09:02:57 +00:00
Ralf S. Engelschall
c74df72037 unbreak packaging by fixing plist 2003-09-28 06:23:30 +00:00
Adam Weinberger
62407edcee Update to 0.5.4p1.
Submitted by:	maintainer
2003-09-28 04:24:16 +00:00
Mario Sergio Fujikawa Ferreira
c36c2c38fe Drop maintainership. I neither have a 5.x system to take care of
the urgent issues with this port nor the necessary time for the
necessary immediate response. Allow someone else to take over
2003-09-27 17:34:24 +00:00
Christian Weisgerber
bd69786338 Update to 2.11
Take maintainership.

PR:		57263
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-09-27 15:56:26 +00:00
Hye-Shik Chang
2bda3d3ed7 Update to 3.3 2003-09-27 15:47:47 +00:00
Vanilla I. Shu
5d81e98931 Add p5-ExtUtils-XSBuilder, it's a set modules to parse C header files and
create XS glue code and documentation out of it.

Sponsor by:	Open Source Software Foundry <http://www.openfoundry.org>
2003-09-27 13:38:33 +00:00
Kirill Ponomarev
6e19693fe6 - Fix build on bento, honour PREFIX
- Dependency update: intl.4 -> intl.5

PR:		57274
Submitted by:	maintainer
2003-09-27 13:21:51 +00:00
Kirill Ponomarev
09606e75b9 - Update to 1.11
PR:		57279
Submitted by:	maintainer
2003-09-27 13:06:51 +00:00
Edwin Groothuis
5ee17cb3c6 new port - ACT modified gdb53, a gdb that understands the Ada programming language
Ada programming knowledgeable version of gdb53

PR:		ports/56371
Submitted by:	John R. Shannon <john@johnrshannon.com>
2003-09-27 07:38:23 +00:00
Edwin Groothuis
99af2876ad New port: adabindx - an Ada-binding to the X Window System and *tif
This is a binding of Ada to the C-Libraries of the X Window
	system and the Motif(tm) or Lesstif widget set.

	Programmers used to write X Window programs will easily use
	this binding. Most of the names for functions and procedures
	resemble the equivalent C interface names, e.g.

	   XGetRGBColormaps (C interface) <-> X_Get_RGB_Colormaps (Ada binding).

	"While retaining familiarity to the C interface, I tried
	to include the security of Ada by controlling the creation
	and release of pointer types wherever possible."

PR:		ports/46505
Submitted by:	David Holm <david@realityrift.com>
2003-09-27 07:32:24 +00:00
Edwin Groothuis
4210c3d847 New port: SGL - incomplete STL implementation for ADA95
The Ada "Standard Generic Library" (SGL) The Ada SGL is a
	port of the C++ Standard Template Library (STL).

PR:		ports/46410
Submitted by:	David Holm <david@realityrift.com>
2003-09-27 06:48:16 +00:00
Edwin Groothuis
36c5a39f05 New port: florist (Ada-POSIX bindings)
FLORIST is a FSU implementation of POSIX.5
	WWW: http://www.gnat.com/

PR:		ports/42280
Submitted by:	Vadim Godunko <vgodunko@vipmail.ru> <vgodunko@rost.ru>
2003-09-27 06:46:04 +00:00
Edwin Groothuis
fe84096579 New port: adabooch is a Booch implementation for Ada95
The Ada 95 version of the components will contain the same
	key abstractions as the C++ form (Structs, Tools and Support).
	However, the organization will be slightly different,
	particularly in the Support domain. This is because Ada 95
	provides several special forms of memory management that
	are quite different from C++.

	The Structs category provides an array of structural
	abstractions (Bags, Collections, Deques, Graphs, Lists,
	Maps, Queues, Rings, Sets, Stacks, and Trees). The Tools
	category provides algorithmic abstractions (Searching,
	Sorting, etc.). The Support category contains all the
	"concrete" forms, plus structures to create the components.

	Some of the structures permit structural sharing (graphs,
	lists, and trees).  Some structures may also be ordered
	(collections, dequeues, and queues). There are also multiple
	forms for some structures: single and double linked lists,
	directed and undirected graphs, and binary, multiway, and
	AVL trees.

	WWW: http://www.adapower.net/booch/

PR:		ports/46448
Submitted by:	David Holm <david@realityrift.com>
2003-09-27 06:33:07 +00:00
Edwin Groothuis
e7ac705e54 New port: adabooch is a Booch implementation for Ada95
This is the documenation part of it.

	The Ada 95 version of the components will contain the same
	key abstractions as the C++ form (Structs, Tools and Support).
	However, the organization will be slightly different,
	particularly in the Support domain. This is because Ada 95
	provides several special forms of memory management that
	are quite different from C++.

	The Structs category provides an array of structural
	abstractions (Bags, Collections, Deques, Graphs, Lists,
	Maps, Queues, Rings, Sets, Stacks, and Trees). The Tools
	category provides algorithmic abstractions (Searching,
	Sorting, etc.). The Support category contains all the
	"concrete" forms, plus structures to create the components.

	Some of the structures permit structural sharing (graphs,
	lists, and trees).  Some structures may also be ordered
	(collections, dequeues, and queues). There are also multiple
	forms for some structures: single and double linked lists,
	directed and undirected graphs, and binary, multiway, and
	AVL trees.

	WWW: http://www.adapower.net/booch/

PR:		ports/46448
Submitted by:	David Holm <david@realityrift.com>
2003-09-27 06:22:23 +00:00
Edwin Groothuis
a766e89b2b New port: Ada thin binding to SDL and OpenGL
daSDL is a set of Ada (programming language) bindings,
	ports, and some original applications based on SDL (Simple
	DirectMedia Library - http://www.libsdl.org)

	WWW: http://adasdl.sourceforge.net/

PR:		ports/46442
Submitted by:	David Holm <david@realityrift.com>
2003-09-27 06:15:46 +00:00
Edwin Groothuis
b705cbc95c ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)

PR:		ports/56767-56770,56772-56774,56776-56784
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:23:56 +00:00
Christian Weisgerber
a0f1b3ae49 Fix build.
PR:		57093
Submitted by:	Ports Fury
2003-09-26 17:30:06 +00:00
Kirill Ponomarev
f369faa1a7 - Add the patch to fix build on -stable
Forgotten by:	daichi, maintainer
2003-09-26 14:02:40 +00:00
Ralf S. Engelschall
c94443d640 upgrade to OSSP var 1.0.0 2003-09-26 11:10:45 +00:00
Ralf S. Engelschall
26030accc1 upgrade to OSSP val 0.9.1 2003-09-26 11:09:31 +00:00
Daichi GOTO
c16a1c615f update devel/pcsc-lite:
- bump PORTEPOCH for portupgrade happy

Pointed out by:	krion
Pointy hat to:	myself
2003-09-26 09:57:30 +00:00
Daichi GOTO
64fb4e270f update devel/pcsc-lite: 1.1.2.b.5 -> 1.2.0-rc1
PR:		56019
Submitted by:	Toni Andjelkovic <toni@soth.at> (maintainer)
2003-09-26 06:48:08 +00:00
Erwin Lansing
a1c380b684 Vendor update to 1.16
- David Wheeler's patch exposed a bug in Devel::StackTrace which could
cause exceptions to not have any value set for package, file, or line.
This is fixed by depending on Devel::StackTrace 1.04.  This release is
otherwise identical to 1.15.  Reported by Steve Hay.
2003-09-25 22:12:07 +00:00
Erwin Lansing
bb7fb70321 Vendor update to 1.04
- The special handling of Exception::Class::Base objects was broken.
This was exposed by the fact that Exception::Class 1.15 now uses
Devel::StackTrace in a slightly different way than it did previously.
2003-09-25 22:04:30 +00:00
Erwin Lansing
1a13c1384a Seems the uk site went down and sf is still at 4.3, so I'll
serve the distfile myself for now.
2003-09-25 21:25:10 +00:00
Kirill Ponomarev
06dbece8c9 - Use ${PTHREAD_LIBS}
PR:		56761
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-09-25 20:04:54 +00:00
Mathieu Arnold
c39f6d9627 Update to 0.12.12 2003-09-25 15:57:01 +00:00
Mathieu Arnold
519adfbe67 Update to 0.53.05 2003-09-25 15:49:49 +00:00
Kirill Ponomarev
7653a98552 - Fix build package on bento
PR:		57103
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2003-09-25 10:57:35 +00:00
Kirill Ponomarev
0a268929fa - Update to version 0.71
PR:		56524
Submitted by:	Ports Fury
2003-09-25 10:05:05 +00:00
Ernst de Haan
221073a0ff Now installs man page for Ant.
Bumped PORTREVISION.

PR:		44335
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-09-25 09:40:14 +00:00
Dmitry Sivachenko
5597b2f66e Update to version 0.75.
Submitted by:	maintainer
2003-09-25 08:43:35 +00:00
Dmitry Sivachenko
378c929436 Update to version 0.30.
Submitted by:	maintainer
2003-09-25 08:38:53 +00:00
Erwin Lansing
6ff6c7bf2b Update to 0.5.1
PR:		56625
Submitted by:	maintainer
2003-09-25 07:09:24 +00:00
Erwin Lansing
e069c14e1e - update to 4.4
- use libtool from ports
- assign maintainership to submitter

PR:		56966
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by:	maintainer
2003-09-25 06:40:26 +00:00
Erwin Lansing
e87002ec38 Update to 0.37
PR:		57193
Submitted by:	maintainer
2003-09-25 06:22:51 +00:00
Adam Weinberger
cb0c6f8881 Update to 1.8.2.
Obtained from:	marcuscom
2003-09-25 03:23:03 +00:00
Joe Marcus Clarke
4162c5786c Update to 1.99.26. 2003-09-25 03:09:24 +00:00
Joe Marcus Clarke
53fe5bc45c Update to 0.51b3.
PR:		57115
Submitted by:	Simon Barner <barner@in.tum.de> (based on)
Approved by:	maintainer
2003-09-24 21:43:04 +00:00
Dirk Meyer
0cc75b966a - Update to 1.7.4 2003-09-24 17:34:09 +00:00
Erwin Lansing
bcb790122c Vendor update to 1.15
- Exceptions thrown from an alias subroutine always had
"Exception::Class" as their package name.  Patch by David Wheeler.
2003-09-24 14:56:26 +00:00
Kirill Ponomarev
8378e52122 - Update to version 1.0a9
PR:		56634
Submitted by:	Ports Fury
2003-09-24 13:59:39 +00:00
Oliver Lehmann
6e6bf31f37 disable port for amd64, sparc64, ia64 architectures
Submitted by:	maintainer
Noted by:	bento
2003-09-24 13:35:37 +00:00
Kirill Ponomarev
35b0871342 - Update to version 0.7.4-1
PR:		57092
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-24 13:01:39 +00:00
Dmitry Sivachenko
8172de0a2e Update to version 0.09.
Approved by:	maintainer
2003-09-24 13:00:13 +00:00
Anton Berezin
212da3dab3 This port was not really usable on i386-5.X due to an updated GCC,
since C++ name mangling has changed in an incompatible way.  Now that
perforce has put FreeBSD 5.X p4api binary on their FTP site, the port
can be updated to work on both 4.X and 5.X.

The tarball for 4.X was tested with 2.95.4.  The tarball for 5.X was
tested with 3.3.1.  If there were other incompatible name mangling
changes in GCC in between, neither will work, so beware.

Also, the FreeBSD 4.X p4api tarball checksum has changed.  Perforce has
confirmed that the new checksum is correct.

Approved by:	maintainer
2003-09-24 12:18:50 +00:00
Mathieu Arnold
f937360ac2 Update to 0.12 2003-09-24 11:15:51 +00:00
Mathieu Arnold
70bf2d8a3f Update to 1.03 2003-09-24 11:06:47 +00:00
Mathieu Arnold
1ea6c3e73a Update to 1.06
Grab maintainership (maintainer timeout)
use %%SITE_PERL%%

Asked by:	demon
2003-09-24 10:56:55 +00:00
Edwin Groothuis
aacfe87185 Maintainer Update: devel/tide
Update to TIDE 2.1.0.

PR:		ports/56978
Submitted bt:	Nils M Holm <nmh@t3x.org>
2003-09-24 10:53:36 +00:00
Mathieu Arnold
affde96b5a Update to 0.1703 2003-09-24 10:09:24 +00:00
Kirill Ponomarev
225f1fb209 - Update to version 0.04
- XML::Simple is not longer mandatory dependency

PR:		56874
Submitted by:	maintainer
2003-09-24 10:02:59 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Dmitry Sivachenko
7525388ae6 Update to version 2.30.
Take maintainership.

Approved by:	former maintainer
2003-09-24 08:49:54 +00:00
Edwin Groothuis
5b0bf6e947 Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
	the moment. I wasn't expecting to be so busy this summer ...

	Please set all my ports back to ports@freebsd.org.

PR:		ports/56935
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-24 08:37:39 +00:00
Gerald Pfeifer
37ad838ffa Unbreak build on -STABLE (partly by fixing the incorrect PERL->REINPLACE_CMD
substitution).

PR:		55475
Submitted by:	Michael Hsin <mhsin@mhsin.org>
2003-09-23 09:08:06 +00:00
Joe Marcus Clarke
e145a4aead Use USE_GNOME to fix build on bento. 2003-09-21 03:45:34 +00:00
Edwin Groothuis
67a1547696 Disable package building on bento: the default PHP doesn't support domxml.
Noticed by: kris@ & bento
2003-09-19 03:16:01 +00:00
Will Andrews
01ff961210 Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details. 2003-09-18 14:57:05 +00:00
Joe Marcus Clarke
7fd108d8fc Remove bonobo-activation. 2003-09-18 06:52:14 +00:00
Joe Marcus Clarke
1d5ff63aae Remove bonobo-activation. It has been rolled into libbonobo. 2003-09-18 06:51:46 +00:00
Joe Marcus Clarke
9c0caae1c2 Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.

This commit represents work done by adamw, bland, and myself as well as
many other contributers:

Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>

Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.

Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon).  The
best way to upgrade so that you get all shared library dependencies is:

portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2

Approved by:	portmgr (kris, will, myself implicitly)
Requested by:	re as well as many other users
2003-09-18 06:49:37 +00:00
Lev A. Serebryakov
7adf1ba499 (*) Back out previous commit due to portfreeze
Thank you, Joe Marcus Clarke.
      Sorry, everybody.
2003-09-16 07:07:08 +00:00
Erwin Lansing
6b470bae86 Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
2003-09-16 05:43:52 +00:00
Adam Weinberger
480c983210 Correct libintl shlib version number.
Submitted by:	bento
2003-09-15 21:13:27 +00:00
Adam Weinberger
043cf59f3c Check for PERL <= 5.006.
Submitted by:	bento
2003-09-15 20:58:01 +00:00
Lev A. Serebryakov
017be0624d (*) Update package version to latest 2.4 + 3.1
(*) Allow to INSTALL_AS_USER
2003-09-15 15:48:24 +00:00
Joe Marcus Clarke
b8ccee89ee Fix build on -STABLE.
Submitted by:	maintainer
Noticed by:	bento
2003-09-14 19:35:31 +00:00
Mathieu Arnold
f9da292ee5 Update to 0.20_01
Use a different logic in CONFIGURE_ARGS
2003-09-10 15:49:33 +00:00
Mathieu Arnold
15516d83f6 Update to 0.2502 2003-09-10 15:29:14 +00:00
Erwin Lansing
cdae2ef574 Add buildtool-doc 0.14, buildtool User's and Developer's manuals.
PR:		54823
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-09-10 13:14:33 +00:00
Tilman Keskinoz
a8503811c3 Add build dependency on GSPORT
PR:		56168
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
Reviewed by:	Andy Fawcett <andy@athame.co.uk>
2003-09-10 11:42:27 +00:00
Akinori MUSHA
e01e9d8a6f Udpate to 0.4.0. 2003-09-10 07:52:20 +00:00
Akinori MUSHA
0d5fa9334e Update to 2.0.6b. 2003-09-10 07:50:16 +00:00
Akinori MUSHA
a4ff4d2f27 Update the Ruby/GNOME2 suite to 0.7.0. 2003-09-10 07:43:54 +00:00
Joerg Wunsch
f32fa3f28b Update this port to a recent snapshot from the avr-libc 1.0 branch.
Since this branch assumes doxygen 1.2, a patch is needed.  Doxygen 1.3.x
by default generates a non-JavaScript capable tree view, so my old hack
in the avr-libc source can be avoided.
2003-09-09 21:18:36 +00:00
Joerg Wunsch
7273f535bc Update this port to the released version 3.3.1 of gcc.
Utilize INFO while i was at it.

Some minor cosmetic issues are still open with this port, but i won't
be able to catch that before the ports freeze.
2003-09-09 21:16:21 +00:00
Sergey Skvortsov
d70d7ba6ce Updated to 0.20
Submitted by:		tom
2003-09-09 16:12:41 +00:00
Alexander Nedotsukov
8778cbd07c Upgrade to 2.0.5 2003-09-09 09:27:28 +00:00
Erwin Lansing
47643c2237 Update to 0.14
PR:		56609
Submitted by:	maintainer
2003-09-09 08:56:53 +00:00
Alexander Nedotsukov
23b84554d8 - Fixes in proctime calculation.
- Fixes in procmem calculation.
- Clear libgtop_server2 responce structure to avoid use of
  uninitialized memory.
- Retry read/write after EINTR wich in fact is not an error.
- A number of glibtop_errors downgraded to glibtop_warns
  to avoid unxepected libgtop_server2 termination.
2003-09-09 03:35:10 +00:00
Oliver Braun
e99604f799 Upgrade to 1.0 RC2. 2003-09-08 19:28:29 +00:00
Joerg Wunsch
13aa50ee9d Update to binutils 2.14.
Also included now the "AVR COFF beta" patch that allows avr-objcopy to
generate AVR (extended) COFF files.  Note the beta state (which only
affects this conversion though).

This commit also fixes a minor pkg-plist problem noticed by kris.
2003-09-08 16:10:19 +00:00
Edwin Groothuis
bbbf286a3f [new port] libticalcs: TI calculator library
Libticalcs is part of TiLP, a program to connect a TI
	calculator to a computer. This lib handles the various
	calculator types.

PR:		ports/56136
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2003-09-08 10:59:00 +00:00
Edwin Groothuis
0a8169aade [new port] libtifiles: handle TI calculator files
Libtifiles is a part of TiLP, a program to link TI calculators
	to a computer. It is used to handle all file types.

PR:		ports/56135
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2003-09-08 10:55:05 +00:00
Michael Landin
8886501c78 Upgrade to -> 4.0.2
This release fixes the build error on alpha-4

Approved by:		roberto (mentor)
Noticed by:		bento
Thanks to:		will for alpha-4 access
2003-09-08 10:45:43 +00:00
Edwin Groothuis
eec7ceccca update to new perforce binaries
Perforce has released new binaries.
	Also, with the popularity of portupgrade rising, I made some
	(somewhat bogus) changes to the makefile to help pkg_version and
	portupgrade figure out when the port has been upgraded.

I have moved the kludge on the PR to below the maintainer section.

PR:		ports/56497
Submitted by:	david marshall <marshall@chezmarshall.com>
2003-09-08 09:26:48 +00:00
Edwin Groothuis
e192e8fcc2 [patch] fix port devel/spirit
FreeBSD implements the is* functions already correctly, but this is not
	recognized with gcc 3.3.1. The proposed patch changes this behaviour.

	Code in question (gcc 3.3.1 does not seem to define _STLPORT_VERSION,
	whereas gcc 2.95.4 did):

	#if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450
	// is* functions already setup
	#else
	#ifndef isalnum
	inline bool isalnum(int c)     { return std::isalnum(c); }
	#endif
	#ifndef isalpha
	inline bool isalpha(int c)     { return std::isalpha(c); }
	#endif

PR:		ports/55783
Submitted by:	Simon Barner <barner@in.tum.de>
2003-09-08 09:17:34 +00:00
Edwin Groothuis
7c7f149cf5 tarball rerolled, only changes in the comments in the file doc/doc.ps.
Noticed thanks to: Sergey Matveychuk <sem@ciam.ru>
2003-09-08 09:01:17 +00:00
Edwin Groothuis
ab7ef04ab3 Believe it or not, but this port was entangled in between a discussion
in ports/55750, which is an update for mail/courier.

	This patch also include the update of sysconftool to 0.14.

PR:		ports/55750
Submitted by:	Shizuka Kudo <shizukakudo_99@yahoo.com>
2003-09-08 08:53:30 +00:00
Edwin Groothuis
c33228bd0e [MAINTAINER] devel/mico: fix docs fetch
Documentation has gone from master site (I hope accidently),
	so I've put it on my home page to fix fetching.

Doesn't fix the checksum problem.

PR:		ports/56568
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-09-08 08:33:31 +00:00
Ernst de Haan
d1855c80f8 Removed the DIST_SUBDIR statement.
Explanation from maintainer:

"Log4j has been the first port from the Jakarta series and
back then I thought it would be useful to put all distfiles
from the Jakarta project in the same subdirectory. Now I
don't think it is such a good idea. Furthermore, the ports
of other Jakarta projects do not use this scheme.

So here is a patch to fix it. I didn't bump the
PORT_REVISION as there is no point in updating the port if
already installed."

PR:		56490
Submitted by:	maintainer
2003-09-08 07:18:01 +00:00
Edwin Groothuis
599d825673 Update port: devel/libedit to 2.6.7
- Update to version 2.6.7

PR:		ports/56525
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 06:06:04 +00:00
Edwin Groothuis
3934a3fd15 New port: devel/pear-apd - Advanced PHP Debugger (APD).
Adding APD, a full-featured PHP profiler/debugger loaded
	as a zend_extension.

PR:		ports/56555
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:50:42 +00:00
Edwin Groothuis
cb13bea2e0 devel/pear-I18N: upgrading to 0.8.6.
Upgrading devel/pear-I18N to its latest version<<>>

PR:		ports/56507
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:43:15 +00:00
Edwin Groothuis
b6e6bf2c5e New port: PEAR RSS parser
Parser for Resource Description Framework (RDF) Site Summary
	(RSS) documents.

PR:		ports/56449
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:39:57 +00:00
Edwin Groothuis
e1782657ed New port: PEAR Swiss-army knive for reading and writing XML files
XML_Serializer serializes complex data structures like
	arrays or object as XML documents. This class helps you
	generating any XML document you require without the need
	for DOM.

	Furthermore this package can be used as a replacement to
	serialize() und unserialize() as it comes with a matching
	XML_Unserializer that is able to create PHP data strcutures
	(like arrays and objects) from XML documents, if type hints
	are available.

PR:		ports/56448
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:30:58 +00:00
Edwin Groothuis
f0b2ff48eb New port: PEAR class provided an XPath/DOM XML manipulation
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56446
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:28:24 +00:00
Edwin Groothuis
d0f2cfa533 New port: PEAR class for representing XML data in a tree structure
Represent XML data in a tree structure. Allows for the
	building of XML data structures using a tree representation,
	without the need for an extension like DOMXML.

PR:		ports/56444
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:16:33 +00:00
Edwin Groothuis
a804e7d6c4 New port: PEAR template API ported from PHPLIB
The popular Template system from PHPLIB ported to PEAR. It
	has some features that can't be found currently in the
	original version like fallback paths. It has minor improvements
	and cleanup in the code as well as some speed improvements.

PR:		ports/56443
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:13:02 +00:00
Edwin Groothuis
0c7e49b585 New port: PEAR Config package provides methods for configuration manipulation
The Config package provides methods for configuration manipulation.

	* Creates configurations from scratch
	* Parses and outputs different formats (XML, PHP, INI, Apache...).
	* Edits existing configurations
	* Converts configurations to other formats
	* Allows manipulation of sections, comments, directives...
	* Parses configurations into a tree structure

PR:		ports/56362
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:34:19 +00:00
Edwin Groothuis
4c28ca343d New port: PEAR XML parsing class based on PHP's bundled expat
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56361
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:29:37 +00:00
Edwin Groothuis
82a8dbed15 New port: PEAR XML utility class
Selection of methods that are often needed when working with
	XML documents. Functionality includes creating of attribute
	lists from arrays, creation of tags, validation of XML names
	and more.

PR:		ports/56360
Submitted by:	Home Sweet Home, Inc.
2003-09-08 00:21:11 +00:00
Mario Sergio Fujikawa Ferreira
e2718b777a Drop maintainership 2003-09-07 23:39:04 +00:00
Foxfair Hu
c8a3393be8 PR: 56543
Submitted by:	Lars Thegler <lars@thegler.dk>
- Update to 2004.0904
- Make portlint happy
2003-09-07 01:07:55 +00:00
Brian S. Dean
6f72f0dfc9 Update port to new 4.2.0 release.
For a summary of changes since the last release, see:

  http://savannah.nongnu.org/cgi-bin/viewcvs/avrdude/avrdude/NEWS?rev=1.13&content-type=text/vnd.viewcvs-markup
2003-09-06 19:29:19 +00:00
Lev A. Serebryakov
da7f115c19 Update to milestone 0.29.0 2003-09-06 18:37:22 +00:00
Will Andrews
779b49b6ef Upgrade to 0.5.4.
Submitted by:	maintainer
2003-09-06 16:14:44 +00:00
Mikhail Teterin
b1ab77137a This is first step in an attempt to break the Qt port into pieces.
This port installs qmake, which is only needed to build Qt -- not
to use it. It should also help futute work on the Qt port, by not
requiring the developer to recompile qmake as frequently as at
present. This port uses Qt-3.2.1, which is not committed yet.

Discussed with:	kde@
2003-09-05 19:21:30 +00:00
Mathieu Arnold
3c03a2ba52 Update to 0.08
No longer requires 5.6.1
2003-09-05 15:46:30 +00:00
Edwin Groothuis
bf60be81d1 Chase repocopies towards ports/dns
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 07:33:51 +00:00
Edwin Groothuis
d9405b30de Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-09-05 05:18:46 +00:00
Kirill Ponomarev
0339d72bc5 - Update to version 1.0
PR:		56432
Submitted by:	Ports Fury
2003-09-04 16:58:31 +00:00
Erwin Lansing
a0853fa963 Mark IGNORE for perl < 5.6.x
Remove MANPREFIX while I'm here

PR:		56417
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-09-04 14:52:58 +00:00
Mathieu Arnold
a0006aa850 Update to 0.53 2003-09-04 14:06:06 +00:00
Mathieu Arnold
2f7d80a332 Update to 0.06 2003-09-04 14:05:00 +00:00
Mathieu Arnold
e6b7afa962 Update to 0.03 2003-09-04 13:14:09 +00:00
Mathieu Arnold
867620639a No longer requires 5.6.1 2003-09-04 12:49:47 +00:00
Mathieu Arnold
20a7122506 No longer requires 5.6.1 2003-09-04 12:41:58 +00:00
Mathieu Arnold
cede621e42 Update to 0.05.
No longer requires 5.6.0.
2003-09-04 11:37:48 +00:00
Mathieu Arnold
91b41c815c Update to 0.07 2003-09-04 11:33:59 +00:00
Mathieu Arnold
44ef87cccc No longer requires 5.6.1 2003-09-04 11:29:25 +00:00
Mathieu Arnold
c36f76fb7f No longer requires 5.6.1 2003-09-04 11:06:26 +00:00
Mathieu Arnold
8affea9887 No longer requires 5.6.1 2003-09-04 10:51:27 +00:00
Mathieu Arnold
c92f0c339b Update to 0.10.
Works with 5.005_03 now.
2003-09-04 10:46:57 +00:00
Mathieu Arnold
1e984768a0 Update to 0.51.
Now works with 5.005_03 too.
2003-09-04 10:39:24 +00:00
Lev A. Serebryakov
c02a2a9559 Update to version 0.28.2, add BIG MESSAGE about repository version change.
PR:		ports/56179
Submitted by:	myself
2003-09-04 09:48:25 +00:00
Akinori MUSHA
b6ead625e3 Update to 0.8. 2003-09-04 09:04:42 +00:00
Akinori MUSHA
5152ca63a4 Update to 2.0.6a. 2003-09-04 09:03:18 +00:00
Dirk Meyer
6ae3de6b3d - update to 0.3.1 2003-09-04 06:12:55 +00:00
Joe Marcus Clarke
fee938ffe4 Update to 2.0.0.
PR:		56396
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2003-09-04 05:25:10 +00:00
Alexander Nedotsukov
d79fcf684a Fix illegal function argument list referencing. This gets back
user process list in g-s-m on -CURRENT.
2003-09-03 03:18:55 +00:00
Edwin Groothuis
4434c0d0e9 New port: PEAR template API
The Isotemplate API is somewhat tricky for a beginner
	although it is the best one you can build. template::parse()
	[phplib template = Isotemplate] requests you to name a
	source and a target where the current block gets parsed
	into.  Source and target can be block names or even handler
	names.

PR:		ports/56304
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-03 01:07:27 +00:00
Bruce A. Mah
515724a014 I do not have enough time to maintain this port properly. lev@
has volunteered to take over (many thanks!) so give him
MAINTAINERship.
2003-09-02 17:22:59 +00:00
Mathieu Arnold
fc289a500b Add p5-Module-Reload 1.07,
Reload perl library files when updated on disk.

PR:		56261
Submitted by:	Andrew McNaughton <andrew@scoop.co.nz>
2003-09-02 14:33:48 +00:00
Kirill Ponomarev
3a5cf2c8c4 - Update to version 1.023
- Remove the PREFIX/lib/aap dir if its not empty

PR:		56311
Submitted by:	maintainer
2003-09-02 14:01:14 +00:00
Anton Berezin
f675647968 Add p5-P4, Perl friendly OO interface to the Perforce SCM System. 2003-09-02 09:23:44 +00:00
Sergey Skvortsov
82528edcce Add p5-UNIVERSAL-moniker 0.03, moniker for classes. 2003-09-02 09:22:02 +00:00
Anton Berezin
1b7ccf694e Add P4::Client, a Perl extension for the Perforce API. 2003-09-02 08:55:46 +00:00
Alexander Nedotsukov
5f8135c1ce Update to 1.3.7 2003-09-02 02:48:54 +00:00
Alexander Nedotsukov
2eddffb24d Update to 2.1.1
Approved by: marcus (mentor)
2003-09-02 02:28:00 +00:00
James E. Housley
666b2eb95d Update URLs, from oarcorp.com to rtems.com 2003-09-02 00:25:30 +00:00
Jimmy Olgeni
9299b8ec6c Add proper RUN_DEPENDS on "erl". 2003-09-01 20:02:20 +00:00
Jimmy Olgeni
11b35103b7 Restore BUILD_DEPENDS... (oops). 2003-09-01 19:37:01 +00:00
Jimmy Olgeni
af0ffd3a68 Change BUILD_DEPENDS to RUN_DEPENDS, update maintainer address. 2003-09-01 19:32:59 +00:00
Foxfair Hu
90e43c5d98 Add new port p5-Test-Manifest: Perl module to interact with a t/test_manifest
file
2003-09-01 14:52:34 +00:00
Dirk Meyer
8768671836 - don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by:	marcus
2003-09-01 13:47:54 +00:00
Lev A. Serebryakov
786eedd813 Target's maintainers claim, that gcc 3.2.x produce better code than 3.3.x
All future updates for msp430 target will be provided only for 3.2.x and 3.4
  versions of gcc.

  So, I've downgraded gcc port to 3.2.3 + last msp430 patches.

Obtained from:	Target's maintainers
2003-09-01 12:22:12 +00:00
Mathieu Arnold
fab44d40bd Add p5-Config-Auto 0.03, magical config file parser.
PR:		56155
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-09-01 11:59:09 +00:00
Will Andrews
242ec36205 Remove maintainer by own request. 2003-09-01 06:16:59 +00:00
Hye-Shik Chang
f859894282 Update to 1.1.1
Approved by:	maintainer
2003-09-01 05:01:49 +00:00
Sean Chittenden
40594a5fca Add CONFLICTS for bison/bison1875.
PR:		ports/56242
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-01 03:30:08 +00:00
Edwin Groothuis
e12771ce93 New port: devel/pear-Console_Table, a PEAR class that makes it easy
to build console style tables.

	A PEAR class that makes it easy to build console style tables.
	This package is used by the new Horde's translation module.

PR:		ports/56240
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-31 22:03:48 +00:00
Roger Hardiman
f01ce55842 Add patch so pwlib builds correctly on bento. (use OSVERSION)
Bump port revision.
2003-08-31 19:12:21 +00:00
Roger Hardiman
48032fbbd7 add ldap as a dependency to enable ldap support in pwlib 2003-08-31 08:44:01 +00:00
Sergey Skvortsov
0659e64d62 Updated to 0.11 2003-08-31 08:18:46 +00:00
Sergey Skvortsov
e915ea5a2c Updated to 0.201 2003-08-31 07:48:43 +00:00
Sergey Skvortsov
bcc3b3353b Add p5-base 2.01,
set of modules to operate with inheritance and
class fields at runtime.
2003-08-31 07:46:38 +00:00
Sergey Skvortsov
b171e6d269 Updated to 0.8 2003-08-31 07:31:22 +00:00
Edwin Groothuis
e66bdf069c [PATCH] devel/doc++: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54924
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 00:27:08 +00:00
Jimmy Olgeni
e81aacb9ad Add erlslang, SLang binding for Erlang.
Submitted by:	Chris Pressey <chris_pressey@yahoo.ca>
2003-08-30 18:46:21 +00:00
Kirill Ponomarev
9c461e9fdd - Fix build on -current
o Remove extra token pasting operators after ::'s.
  o Add missing ; in yacc files.

PR:		56187
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-30 17:37:21 +00:00
Kirill Ponomarev
1a7e5884a5 - Add new MASTER_SITES
PR:		56200
Submitted by:	maintainer
2003-08-30 17:16:34 +00:00
Kirill Ponomarev
c7c59e31c7 - Add new MASTER_SITES
PR:		56199
Submitted by:	maintainer
2003-08-30 17:15:59 +00:00
Kirill Ponomarev
7fe4ba19b8 - Fix build
PR:		56192
Submitted by:	Ports Fury
2003-08-30 17:02:06 +00:00
Dirk Meyer
21e07a995f - file retired, new location ports/Mk/bsd.gnustep.mk 2003-08-30 02:38:38 +00:00
Edwin Groothuis
3618543557 [NEW PORT] devel/poslib: Posadis C++ DNS library
Poslib is a portable C++ DNS library, a part of Posadis
	project.  It consists of two parts: a client library and a
	server library.

	Using the client library, you can simply develop applications
	that use the Domain Name System (DNS). It includes many
	functions for resolving, domain-name manipulation and
	Resource Record (RR) creation.

	The server library, based on the client core, can be used
	to develop DNS servers. By implementing a query entry-point
	function using the Poslib library of functions, you can
	easily create DNS servers, without worrying about low-level
	details such as DNS message compilation, domain-name
	compression and UDP/TCP transmission.

	Author:	Meilof Veeningen <meilof@users.sourceforge.net>
	WWW:	http://posadis.sourceforge.net/projects/poslib.php

PR:		ports/55195
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-08-30 00:56:20 +00:00
Edwin Groothuis
825bfdad83 ports/devel/tclxml depends on ports/devel/tcllib
Tclxml (ports/devel/tclxml) depends on ports/devel/tcllib,
	but this is not present in RUN_DEPENDS variable (see
	Makefile).

PR:		ports/54584
Submitted by:	Nicola Vitale <nivit@libero.it>
2003-08-30 00:17:56 +00:00
Mathieu Arnold
e2059632bd Update to 0.28 2003-08-29 13:06:14 +00:00
Mathieu Arnold
805e2e0dac Update to 0.17 2003-08-29 12:49:14 +00:00
Kirill Ponomarev
dfcfff2394 New port - devel/xxl
XXL is a library for C and C++ that provides exception handling
and asset management. Asset management is integrated with the
exception handling mechanism such that assets may be
automatically cleaned up if an exception is thrown, which
allows for much simplified program structure with respect to
error handling.

By allowing XXL to track assets and using its exception
handling features, the programmer no longer has to check error
conditions on every function call and cleanup the assets on
failure because XXL does the work.

PR:		56128
Submitted by:	Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
2003-08-29 11:50:08 +00:00
Joe Marcus Clarke
ee8b9d9d03 Fix fetch.
Submitted by:	maintainer
2003-08-28 21:04:48 +00:00
Erwin Lansing
3f009cb215 Add flyspray 0.9.4,
a simple, easy-to-use web based bug tracking
system.

PR:		56082
Submitted by:	Nick Hilliard <nick@foobar.org>
2003-08-28 19:56:31 +00:00
Lev A. Serebryakov
86bd342ed8 Some optimizations for unsigned bit fields. 2003-08-28 10:04:52 +00:00
Edwin Groothuis
50fb5a0f3d NEW PORT: devel/libds (Useful data structures library)
A small, but useful library of data structures. Has AVL
	tree, binary heap, hash table, a queue, a stack, variable
	length array.

PR:		ports/44565
Submitted by:	Peter Bozarov <peter@bozz.demon.nl>
2003-08-28 09:16:04 +00:00
Roger Hardiman
72e610aa05 Add PWlib 1.5.0, a cross platform C++ library which is used by OpenH323. 2003-08-28 07:58:51 +00:00
Erwin Lansing
7352d398f2 The HTML documentation tarball has been removed
PR:		56071
Submitted by:	maintainer
2003-08-28 07:43:33 +00:00
Dmitry Sivachenko
a06b8cd0c7 New port: p5-Module-CoreList
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $].  The second level hash
is module => version pairs.

It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist manpage.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:37:46 +00:00
Dmitry Sivachenko
13338b3451 New port: p5-Module-ScanDeps
This module scans potential modules used by perl programs, using
line-by-line analysis and elaborate heuristics.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:36:32 +00:00
Dmitry Sivachenko
53e3bc5f46 New port: p5-Locale-Maketext-Simple
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for module
authors.

If Locale::Maketext::Lexicon is not present, it implements a minimal
localization function, so the program can function normally.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:35:04 +00:00
Dmitry Sivachenko
32e97f75c4 New port: p5-PAR.
The PAR Toolkit is a cross between Java's JAR and Perl2EXE; It makes
cross-platform packaging and deployment a breeze for Perl programmers.

Notable features include:

* Turn your Perl programs into ready-to-run executables
* Pack scripts and requered libraries with a binary loader
* Put PAR files into @INC to avoid version conflicts
* Works with remote URL as well as local files
* Supports XS modules and DATA sections
* Turns CPAN module distributions into PAR distributions
* Install, uninstall, signs and verifies PAR distributions
* Runs scripts inside PAR files, generated by "pp -p"

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:31:10 +00:00
Dmitry Sivachenko
df1548aee1 New port: p5-version.
This module implements overloaded version objects for all versions
of Perl, including all of the features of version objects which will
be part of Perl 5.10.0 except automatic v-string handling.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:29:23 +00:00
Dmitry Sivachenko
ede1996e21 New port: p5-PAR-Dist.
This module creates and manipulates PAR distributions.  They are
architecture-specific PAR files, containing everything under blib/
of CPAN distributions after their "make" or "Build" stage, a META.yml
describing metadata of the original CPAN distribution, and a MANIFEST
detailing all files within it.  Digitally signed PAR distributions
will also contain a SIGNATURE file.

The naming convention for such distributions is:

    $NAME-$VERSION-$ARCH-$PERL_VERSION.par

For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the
0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on
"i386-freebsd".

Submitted by:	autrijus@autrijus.org
2003-08-28 07:25:19 +00:00
Hye-Shik Chang
34e10e966b Update to 1.1.4.1 2003-08-28 05:01:53 +00:00
Dirk Meyer
960b679f10 - use new hook USE_GNUSTEP in bsd.port.mk 2003-08-28 01:42:30 +00:00
Edwin Groothuis
8294a1d608 Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
	(except sxm). I guess no maintainer would deny this trivial
	change.

PR:		ports/56052
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-28 00:01:09 +00:00
Diomidis Spinellis
39b6e964c0 Update to release 1.16
Reformat and update pkg-descr

Release 1.16 is associated with the following changes:
-  Declarations can be intermixed with statements (C99).
-  __typeof can have as its argument an expression
   and not only an identifier.
-  Support for C99 variable number of arguments preprocessor macros.
-  Allow case expression ranges (gcc extension).
-  Recognise __atribute__(__unused__) for determining which
   identifiers should not be reported as unused (gcc extension).
-  Command-line option to generate a wrongly scoped identifier and unused
   include file and identifier warning report.
-  Separate identifier attribute for enumeration constants.
   This allows us stop incorrectly categorizing them as having global
   (compilation unit) visibility.
-  Error reporting format is now compatible with gcc.
-  Dereferencing a function yields a function (common extension).
-  Command-line option to process the file and exit.
-  Document processing of the FreeBSD kernel.
-  Correct typing of assembly-annotated declarators.
-  Fixed assertion failure that could be caused when parts of concatenated
   identifiers were no longer available (e.g. when processing files
   with the -m T option.)
-  Correct handling of macro parameters that match other macros and
   are followed by a concatenation operator (they were erroneously replaced).
-  Add workaround for gcc __builtin_va_copy in the provided
   definition files.
-  Corrected the handling of main() in the example definition
   files.

Approved by:	netchild
2003-08-27 21:41:18 +00:00
Akinori MUSHA
084f1296c2 Update to 3.2.0. 2003-08-27 16:20:59 +00:00
Akinori MUSHA
150a7d659c Incorporate a patch from [ruby-dev:21263] to fix the problem where it
segfaults when there is an error in char-class in char-class.

Bump PORTREVISION accordingly.
2003-08-27 16:06:06 +00:00
Mathieu Arnold
74dfa2fab1 Update to 0.24
fixup DEPENDS

Approved by:	maintainer
2003-08-27 13:40:55 +00:00
Mathieu Arnold
f92897ec6b Update to 0.22
Approved by:	maintainer
2003-08-27 13:40:13 +00:00
Mathieu Arnold
8df77f145f Update to 2.03
fixup plist

Approved by:	maintainer
2003-08-27 13:39:23 +00:00
Mathieu Arnold
976383ef07 Update to 0.20 2003-08-27 11:50:49 +00:00
Dirk Meyer
f036cca7a0 - Update to 1.7.3 2003-08-27 07:17:43 +00:00
Dirk Meyer
f1645eeecb - Update for GNUstep 1.7.3
- preserve MAKE_ENV
Approved by:	knu (implicit)
2003-08-27 07:15:37 +00:00
Joe Marcus Clarke
d7d9518fb3 Grrr...actually up the PORTVERSION. 2003-08-26 21:46:45 +00:00
Sean Chittenden
12c7a2a2aa Update tla (C arch client) to use GNU's patch (gpatch).
Submitted by:	Curtis.Dunham@alltel.com
Obtained from:	arch-users mailing list
2003-08-26 21:38:09 +00:00
Joe Marcus Clarke
3110276b5e Update to 2.2.3. 2003-08-26 21:23:26 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Kirill Ponomarev
56d10cf1b5 - Update to version 5.5.6
PR:		55999
Submitted by:	Ports Fury
2003-08-26 18:44:20 +00:00
Mathieu Arnold
a5790aa572 Update to 0.04
clean DEPENDS

Approved by:	demon (mentor)
2003-08-26 15:55:19 +00:00
Mathieu Arnold
952cde7303 Update to 0.06
Approved by:	demon (mentor)
2003-08-26 15:54:23 +00:00
Lev A. Serebryakov
83c701c12a Some fixes in target. 2003-08-26 13:31:54 +00:00
Kirill Ponomarev
cc1c598550 - Update to version 0.5
- Use DOCSDIR macro

PR:		55974
Submitted by:	maintainer
2003-08-26 06:15:42 +00:00
Alexander Nedotsukov
81e8b8d242 Update to 1.3.6
Approved by: marcus (mentor)
2003-08-25 23:39:08 +00:00
Alexander Nedotsukov
8e7ab12f85 Update to 2.1.0
Approved by: marcus (mentor)
2003-08-25 23:37:01 +00:00
Alexander Nedotsukov
0e88345a28 Update to 1.3.3
Approved by: marcus (mentor)
2003-08-25 23:35:02 +00:00
Alexander Nedotsukov
c644da13d2 Update to 1.3.7
Approved by: marcus (mentor)
2003-08-25 23:33:45 +00:00
Kirill Ponomarev
7a950ce21f - Update to 0.26 (fixes several minor bugs), see NEWS for
details

PR:		55970
Submitted by:	maintainer
2003-08-25 20:30:51 +00:00
Dirk Meyer
458d3d20d3 - Fix gcc33 problems within comments 2003-08-25 17:06:03 +00:00
Joe Marcus Clarke
f96ecefb91 * Update to 1.019
* Assign maintainership to submitted

PR:		55943
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	Bram Moolenaar <Bram@moolenaar.net> (previous maintainer)
2003-08-25 16:43:09 +00:00
Erwin Lansing
68c11471b4 - Update to 1.8.3
* The variant-to-string typecast problem that  caused compilation errors
  with GCC 3.3 was fixed.
  * A problem with template lists was fixed.
  * Documentation improved.

PR:		55958
Submitted by:	maintainer
2003-08-25 14:49:41 +00:00
Chris D. Faulhaber
b08052feb9 Update port to 3.2.2. 2003-08-25 14:45:32 +00:00
Kirill Ponomarev
a54c6d4835 - Utilize DOCSDIR and EXAMPLESDIR
- make portlint happy: move DISTFILES
- change COMMENT a little
- ${ECHO} -> ${ECHO_MSG}

PR:		55946
Submitted by:	maintainer
2003-08-25 12:37:51 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Joe Marcus Clarke
a8ed54fcae Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use:

portupgrade -rf gettext -m BATCH=yes

To update this port.

Tested by:	Thierry Thomas <thierry@pompo.net>
		myself
2003-08-25 05:37:53 +00:00
Edwin Groothuis
53e8276a23 devel/pear-PEAR: upgrading to 1.2.1 final.
This PR upgrades devel/pear-PEAR to its latest version (1.2.1 stable).

PR:		ports/55609
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-25 01:46:27 +00:00
Edwin Groothuis
2ac923e84d devel/pear-PEAR: separating build & install of PECL.
When you build a PECL module, NO_BUILD is defined => the
	build target does not build anything, and make all is delayed
	until `make install'.

PR:		ports/55168
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-25 01:12:22 +00:00
Edwin Groothuis
8be825f122 Update location of tarball for this port
Helps keep track of modes/permissions/ownership of files in cvs

Change in distinfo is only because it isn't gzipped

PR:		ports/55071
Submitted by:	R.I.Pienaar <rip@devco.net>
2003-08-25 00:55:24 +00:00
Adam Weinberger
53f8d38802 Update to 2.0.4. 2003-08-24 23:01:35 +00:00
Adam Weinberger
373e7598d6 Update to 1.99.7. 2003-08-24 22:42:20 +00:00
Dirk Meyer
80a61153fa - Fix gcc33 problems on CURRENT 2003-08-24 17:34:45 +00:00
Gerald Pfeifer
ee9d9081d4 Fix COMMENT.
Approved by:	joerg (maintainer)
2003-08-24 16:46:06 +00:00
Mathieu Arnold
76cf235bdd Add MAN3 now that Module::Build does generate man pages
bump PORTREVISION

Approved by:	demon (mentor)
2003-08-24 13:49:08 +00:00
Edwin Groothuis
51fcfef1ce i[Patch Port] devel/viewcvs (unforbidden)
This patch solves two problems of the actual ViewCVs port:
	1. it is forbidden as it is CSS-vulnerable, ViewCVS's CVS
	contains a patch but a new release was still not created
	by the authors 2. it overwrites the configuration files on
	installation

	To solve problem 1 I "back-ported" the patch 1.117 to
	lib/viewcvs.py
	http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/viewcvs/viewcvs/lib/viewcvs.py#rev1.117
	as the author itself says, it solves the problem:
	http://mailman.lyra.org/pipermail/viewcvs-dev/2002-July/000776.html

	To solve problem 2 I changed the install script to install
	viewcvs.conf.dist directly instead of renaming it to
	viewcvs.conf, leaving it up to the user and specifying it
	in the pkg-message.

PR:		 ports/51464
Submitted by:	Lapo Luchini <lapo@m4d.sm>
2003-08-24 12:40:03 +00:00
Kirill Ponomarev
d7ba809b9b - Utilize PYTHON_SITELIBDIR
PR:		55907
Submitted by:	maintainer
2003-08-24 06:28:27 +00:00
Kirill Ponomarev
23034d3f6b - Update to the current version 3.8 and change the email
address of the maintainer.

PR:		55910
Submitted by:	maintainer
2003-08-24 06:19:35 +00:00
Kirill Ponomarev
648c273e57 - Update to the current version 3.8 and change the email
address of the maintainer.

PR:		55911
Submitted by:	maintainer
2003-08-24 06:18:45 +00:00
Kirill Ponomarev
d9378a1843 - Update to version 0.9.20
PR:		55898
Submitted by:	Ports Fury
2003-08-23 21:41:17 +00:00
Kirill Ponomarev
f79a0f078d - fix pkg-plist: don't remove not our dirs (from omniORB)
- Utilize variables: PYTHON_SITELIBDIR, DOCSDIR, EXAMPLESDIR
- INSTALLS_SHLIB=yes because we do
- make portlint happy

PR:		55906
Submitted by:	maintainer
2003-08-23 21:39:37 +00:00
Akinori MUSHA
e9eae2e616 Add a master site. 2003-08-23 16:48:38 +00:00
Akinori MUSHA
4b7332d7df Update to 2.49. 2003-08-23 16:47:19 +00:00
Akinori MUSHA
9bc5e88302 Update to 1.9.3. 2003-08-23 16:06:52 +00:00
Dirk Meyer
6371658cee - amd64 is not supported 2003-08-23 11:21:50 +00:00
Hye-Shik Chang
0b079ea02d Update 0.92 2003-08-23 02:17:31 +00:00
Hye-Shik Chang
aff1614521 Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:	olgeni
2003-08-23 01:03:50 +00:00
Akinori MUSHA
704920bee9 Update to 2.0.5. 2003-08-22 22:55:52 +00:00
Akinori MUSHA
e8d03d17d1 Update to 3.1.5. 2003-08-22 22:47:57 +00:00
Kirill Ponomarev
b694b75c6d - Update to version 1.0.1
PR:		55878
Submitted by:	maintainer
2003-08-22 20:49:34 +00:00
Kirill Ponomarev
588b4fec0e - Update to 0.3.4b
PR:		55418
Submitted by:	Ports Fury
2003-08-22 13:37:57 +00:00
Lev A. Serebryakov
d2d2a69c73 Update to latest milestone 0.27.0
PR:		ports/55798
Submitted by:	lev
Approved by:	bmah (maintainer)
2003-08-22 12:49:14 +00:00
Trevor Johnson
98ca5de661 Update to 1.11.
PR:		51834
Submitted by:	mat
2003-08-22 11:48:30 +00:00
Alexander Leidinger
cdfad719b2 Take over maintainership.
Requested by:	previous maintainer
2003-08-22 11:33:00 +00:00
Alexander Kabaev
9dc4a58a23 Update to 2.2:
- Bug fixes.
 - Rudimentary interceptor support.
 - Support for Python 2.3.
 - Per thread and per object reference timeouts.
 - Generation of stubs for all COS IDL.
 - New omniORB.any module to help convert to and from Anys.

Assign port maintainership to Sergey Matveychuk <sem@ciam.ru>,
he is omniORB port maintainer and will be able to take care of
this port better.

PR:		55849
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (new maintainer)
2003-08-21 21:35:15 +00:00
Kirill Ponomarev
ef8317f8a6 Update to 4.0.2
- Bug fixes.
 - Use of standard iostreams in omniNames etc..
 - Performance improvements.
 - Use DOCSDIR

PR:		55849
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-08-21 21:15:31 +00:00
Sergey Skvortsov
08e52e6fc5 Apply workaround for use 'du -sk' instead 'du -sb'. 2003-08-21 18:05:28 +00:00
Mathieu Arnold
78dc0ca84e Update to 0.19_05
Add inc.build.mk which should be used by modules using Module::Build to build
so that they respect PREFIX
Grab maintainership

PR:		55115
Approved by:	demon (mentor)
2003-08-21 13:09:52 +00:00
Daichi GOTO
5bbac6fe49 update devel/vtcl: 1.6.0b2 -> 1.6.0
PR:		55763
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2003-08-21 04:51:56 +00:00
Alexander Nedotsukov
807df06858 Fix gmodule and gthread library names in .pc files.
PR:           55745
Submitted by: KATO Tsuguru <tkato@prontomail.com> (based on)
Approved by:  marcus (mentor)
2003-08-21 02:18:15 +00:00
Hye-Shik Chang
434431588c Fix build on python2.3 2003-08-20 09:35:46 +00:00
Mathieu Arnold
a870cad52f Add p5-DateTime-Calendar-FrenchRevolutionary 0.04
Dates in the French Revolutionary Calendar.

PR:		55117
Submitted by:	me
Approved by:	demon (mentor)
2003-08-20 08:54:28 +00:00
Mathieu Arnold
5bba790c1a Update to 1.02
bump PORTEPOCH because it went from 1.0100 to 1.02
restrict to perl 5.6.1 and higher because of new dependency

Approved by:	demon (mentor)
2003-08-20 08:05:39 +00:00
Erwin Lansing
15e1a07d56 Add p5-Algorithm-Numerical-Shuffle 1.4, shuffle a list.
Shuffle is a perl module which performs a one pass, fair shuffle on a
list. If the list is passed as a reference to an array, the shuffle
is done in situ.

The running time of the algorithm is linear in the size of the list.
For an in situ shuffle, the memory overhead is constant; otherwise,
linear extra memory is used.

The algorithm used is discussed by Knuth [3]. It was first published
by Fisher and Yates [2], and later by Durstenfeld [1].

PR:		55574
Submitted by:	andrew@scoop.co.nz
2003-08-20 06:56:11 +00:00
Erwin Lansing
2d6c1620e7 Update to 1.20
Submitted by:	mat
2003-08-19 17:03:22 +00:00
Mathieu Arnold
16790c2ec7 Update to 0.09
- added DT::Set count()
- fixed DT::SpanSet duration()
- methods that accepted a DT object, now accept a list of DT objects.
  Suggested by Ben Bennet, I think.
- added _callback_next - "previous-only recurrences"
- optimizes intersection of recurrence with span
- internal 'S::I' recurrence class
- small fix in DT::Set clone()
- DateTime::Set uses DateTime infinity constants; max and min now return
  DateTime::Infinite::Future/Past objects.
- DateTime::Span uses DateTime infinity constants; max and min now return
  DateTime::Infinite::Future/Past objects.
  Docs update to explain 'max()' value when a span is built using 'before'.
- added method set_time_zone()
- clone() is documented

Approved by:	demon (mentor)
2003-08-19 16:17:28 +00:00
Mathieu Arnold
867d609610 Update to 0.50
* count()
* fixed: size() does not try to add 'zero' to object.
* tests for count() and size()

Approved by:	demon (mentor)
2003-08-19 16:14:13 +00:00
Mathieu Arnold
40bd88553d update to 0.2501
Approved by:	demon (mentor)
2003-08-19 15:41:35 +00:00
Tilman Keskinoz
f4296f839b Update the pkg-descr
Submitted by:	Chris Larsen <darth@vader.dk>
2003-08-19 13:47:48 +00:00
Tilman Keskinoz
b497a1a99f Unbreak by Updating to 1.3.3 and
Change the Logic of the knobs

PR:		55651
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-08-19 13:45:13 +00:00
Mathieu Arnold
d61d3045ff Add p5-DateTime-Format-HTTP 0.35
This module provides functions that deal the date formats used by the HTTP
protocol (and then some more).

PR:		54187
Submitted by:	mat
Approved by:	demon (mentor)
2003-08-19 10:57:34 +00:00
Jimmy Olgeni
8a0b6c455a Upgrade to version 1.9.9. 2003-08-19 09:58:58 +00:00
Mathieu Arnold
022c64921e Update to 0.77
* Correct package name for Quick.
* Augment license conditions.
* Fixed timezones in fall.t and quick.t tests.
* Fallthrough example and test added.
* Quick parser added to simplify fallthrough stuff.
* Rejigged internals to allow for on_fail argument to multi-parsers.

Approved by:	demon (mentor)
2003-08-19 09:22:25 +00:00
Mathieu Arnold
d0ae49b224 Update to 1.04
* the 'locale' release
  * Applied patches from Joshua Hoblitt to move the the brand new
    DateTime::Locale rather than the old ::Language modules
  * Implemented %x, %X and %c for locale formats
  * Fixed a bug on the two digit year determinator
  * Added a test for locales known as 004locale.t
* This is a major change and you should install this release if you are using
  DateTime >= 0.14 (the first release with Locale)

Bump PORTEPOCH because version went from 1.0302 to 1.04

Approved by:	demon (mentor)
2003-08-19 09:05:52 +00:00
Mathieu Arnold
277ab524d9 Update to 0.65
* It is now possible to turn validation on and off at runtime.  To make this
  easier, it can be set via the PERL_NO_VALIDATION environment variable, or the
  $Params::Validate::NO_VALIDATION global variable.  Go ahead, shoot yourself
  in the foot with it!

Approved by:	demon (mentor), maintainer
2003-08-19 08:30:51 +00:00
Joe Marcus Clarke
c4891b8d93 Mark IGNORE until scaffold can be committed. 2003-08-18 21:07:19 +00:00
Jimmy Olgeni
2ccb917430 Add HyperSpec, a Common Lisp reference in HTML format, based on the
ANSI X3.226-1994 standard.
2003-08-18 19:40:56 +00:00
Akinori MUSHA
5f029c5d3f Update to 0.9. 2003-08-18 18:36:29 +00:00
Norikatsu Shigemura
efb928619b o Main modification
graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:		ports/54540
Submitted by:	Ports Fury
Approved by:	maintainer (blanket)
Reported by:	bento via kris [1]
2003-08-18 16:15:10 +00:00
Michael Landin
7ee3561572 Update to latest release (4.0.1)
- Major code cleanup
	- Improved logging and spell-checking
	- Faster compilation time

Approved by:		roberto (mentor)
2003-08-18 15:32:23 +00:00
Erwin Lansing
6c5f4f98c5 Update to 1.50
PR:		53730, 55647
Submitted by:	mat, Sergey Matveychuk <sem@ciam.ru>
Approved by:	maintainer (implicit)
2003-08-18 13:18:41 +00:00
Mathieu Arnold
7fb0c2fd50 Update to 20030726
grab maintainership

PR:		55309
Submitted by:	me
Approved by:	demon (mentor)
2003-08-18 10:47:18 +00:00
Norikatsu Shigemura
fb1a8d2827 Update to 20030818.
Requested by:	simokawa (developer)
2003-08-18 10:44:06 +00:00
Norikatsu Shigemura
eacbcdc5e6 Update to 20030805.
Requested by:	simokawa (developer)
Submitted by:	daichi
2003-08-18 10:34:09 +00:00
Joe Marcus Clarke
b076d888ee Remove gide. This was replaced with anjuta which will be replaced by
scaffold in GNOME 2.4.
2003-08-18 01:25:35 +00:00
Joe Marcus Clarke
7151ee112c Remove gnomedebug. It's old, broken on -CURRENT, and not heavily used
(if at all).
2003-08-18 01:20:42 +00:00
Sean Chittenden
0d3e362811 Add tla, an arch CLI written in C.
Arch is a really nifty revision control system. It's "whole-tree
changeset based" which means, roughly, that it can handle (with atomic
commits) file and directory adds, deletes, and renames cleanly, and
that it does branching simply and easily. Arch is also "distributed"
which means, for example that you can make arch branches of your own
from remote projects, even if you don't have write access to the
revision control archives for those projects.

This looks to be as close to an open source p4 replacement as one could
hope without being p4.  I'll go so far as to suggest that if this SCM
was employed by the BSD crowd, merging changes between dragonfly (post
source repo reorog), NetBSD, and OpenBSD would be radically less painful.
It is very possible that the dragonfly fork may not have happened under
the arch SCM development methodology, but if it did, at the very least it
would be possible to incorporate dillion's reorg work in a single patch
set, no cvs admin repo surgery needed.

WWW: http://arch.fifthvision.net/bin/view
2003-08-17 22:01:07 +00:00
Jun Kuriyama
42e475653b Update WWW.
PR:		ports/54925
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-17 09:53:37 +00:00
Kris Kennaway
95afc5b1f7 Switch to tcl 8.4 and bump PORTREVISION
Reviewed by:	maintainer
2003-08-17 08:45:34 +00:00
Kris Kennaway
e6219cabdf Switch to tcl 8.4 and bump PORTREVISION.
Reviewed by:	maintainer
2003-08-17 08:12:31 +00:00
Joe Marcus Clarke
bdd1c47883 Use INFO. 2003-08-17 04:14:30 +00:00
Joe Marcus Clarke
c14dd37512 * Use INFO
* Use gnometarget
2003-08-17 04:11:50 +00:00
Alexander Nedotsukov
ad16e3450a - Change my maintainer address.
- Use gnomehack for pkgconfig libdir.

Approved by: marcus (mentor)
2003-08-17 04:01:04 +00:00
Alexander Nedotsukov
9542b8ed84 Change my maintainer address.
Approved by: marcus (mentor)
2003-08-17 03:59:31 +00:00
Joe Marcus Clarke
f4c9cba333 Use INFO. 2003-08-17 03:51:54 +00:00
Kris Kennaway
565e89d94e Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION. 2003-08-17 01:51:48 +00:00
Kris Kennaway
423ffe941b Switch to tcl 8.4, add tcl84 virtual category and bump PORTREVISION. 2003-08-17 01:45:25 +00:00
Joe Marcus Clarke
dd5ea45c77 Update to 2.4.4.
* Add support for the Polish locale
* Try to add more intelligence to the direct command use code
* Fix up the wording about numbered info files [1]

Suggested by:	gerald [1]
2003-08-16 20:42:44 +00:00
Lev A. Serebryakov
595344fe2d Add all libraries to build.
Now libobjc, libf2c, libstdc++ are builded and installed with headers, etc.
2003-08-16 17:11:10 +00:00
Jimmy Olgeni
536b373300 Add jadetex to BUILD_DEPENDS. 2003-08-16 13:40:54 +00:00
Kris Kennaway
0f359c492b Bump PORTREVISION for pkg-plist fix 2003-08-16 11:17:09 +00:00
Kris Kennaway
73226e2752 Add missing files 2003-08-16 11:16:50 +00:00
Kris Kennaway
218656ddba Utilize INFO and bump PORTREVISION. 2003-08-16 10:07:08 +00:00
Kris Kennaway
b0e9360f7c Utilize INFO. The pkg-plist still appears to be broken. 2003-08-16 09:30:28 +00:00
Kris Kennaway
36bd6e8245 Bump PORTREVISION for previous 2003-08-16 09:20:46 +00:00
Mathieu Arnold
7bd7cbe806 Update my ports to use my @FreeBSD.org address
Approved by:	demon (mentor)
2003-08-16 09:13:44 +00:00
Kris Kennaway
474e697628 Utilize INFO 2003-08-16 09:12:50 +00:00
Joe Marcus Clarke
bd7d1808e5 Update to 0.51b2.
Submitted by:	maintainer
2003-08-16 06:06:14 +00:00
Akinori MUSHA
71962265dc Add ruby-p4 (P4Ruby), Ruby interface to the Perforce API. 2003-08-15 18:40:47 +00:00
Joe Marcus Clarke
12a8b0c085 Really fix the bug where portlint looks through COMMENT for direct command
usage.
2003-08-15 17:47:21 +00:00
Hye-Shik Chang
ca3ad95cad Update to 0.91 2003-08-15 13:23:51 +00:00
Joe Marcus Clarke
0bd33bd673 * Add support for the new INFO macro
* Clean up some more Perl warnings
* Make sure all the MAN macros are printed in all uppercase
* Add perl, ruby, python, and the auto* tools to the list of direct
  commands [1]

PR:		55529 [1]
Submitted by:	Jens Rehsack <rehsack@liwing.de> [1]
2003-08-15 05:05:33 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Lev A. Serebryakov
1426b99ca8 Update to new gcc release: 3.3.1 2003-08-14 13:26:09 +00:00
Ernst de Haan
696f53a031 Update to Apache Ant 1.5.4.
This is a minor bugfix release that fixes a problem with the javah task on JDK
1.4.2 and a couple of bugs in the Visual Age for Java intergration tasks. If
you don't use javah or VAJ, there is no reason to upgrade.

See:
http://ant.apache.org/antnews.html
2003-08-14 13:12:07 +00:00
Oliver Braun
82305346a9 Upgrade to 1.0 release candidate 1. 2003-08-14 12:54:07 +00:00
Akinori MUSHA
0579b614e3 Update to 3.4. 2003-08-14 12:23:20 +00:00
Akinori MUSHA
a2c673a343 Update to 0.0.7. 2003-08-14 12:16:48 +00:00
Joe Marcus Clarke
f1816ad105 Update to 2.0.3. 2003-08-13 22:59:24 +00:00
Kirill Ponomarev
10c0107d23 - Update to 0.2.2 2003-08-13 22:55:17 +00:00
Oliver Braun
5e2a14700e * Really upgrade to 2.0 this time! Bump PORTREVISION accordingly.
* Give maintainership to someone who obviously had more sleep.

PR:		ports/55553
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Pointy hat to:	ME!
2003-08-13 18:44:10 +00:00
Oliver Braun
ed36531792 * Upgrade to 2.0.
* Grab maintainership.
2003-08-13 15:09:13 +00:00
Neil Blakey-Milner
f133c51099 Update devel/py-sip to 3.7
Hand over maintainership to Eugene.

PR:		55021
Submitted by:	Eugene Ossintsev <osgene@web.de>
2003-08-13 09:37:52 +00:00
Neil Blakey-Milner
84f00ce826 Update port: devel/sip to 3.7
Hand over maintainership to Eugene

PR:		55019
Submitted by:	Eugene Ossintsev <osgene@web.de>
2003-08-13 09:35:24 +00:00
Yen-Ming Lee
073afee03c - Update to 1.8.2: it's fix build with gcc 3.3.
PR:		55511
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-08-13 02:51:59 +00:00
Joe Marcus Clarke
3dbd05145b Update to 2.2.4. 2003-08-12 18:55:53 +00:00
Erwin Lansing
a93fc26011 Add p5-DateTime-Format-ISO8601 0.03
Parses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E)
time-intervals will be supported in a later release.

PR:		54195
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-12 18:52:10 +00:00
Erwin Lansing
e1bb212693 Add p5-DateTime-Format-W3CDTF 0.03,
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date
format of RSS 1.0.

PR:		54194
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-12 18:48:26 +00:00
Lev A. Serebryakov
1e8f52c9e2 Finally add new devices.
Obtained from:	Target maintainers.
2003-08-12 15:22:46 +00:00
Lev A. Serebryakov
727743384f Add new devices
Fix many bugs in libfp.

Obtained from:	Target maintatiners.
2003-08-12 13:06:40 +00:00
Lev A. Serebryakov
764fec7aa6 Fix some bugs in optimizer.
Obtained from:	Target mainainers
2003-08-12 12:33:12 +00:00
Thomas Quinot
b686586dd7 Update ASIS to release 3.15p, to match the current version of
the GNAT port.

Approved by:	roberto
2003-08-12 11:55:45 +00:00
Lev A. Serebryakov
871019a53c (*) Add new devices.
(*) Fix some bugs.

  These changes will be in next binutils release from RedHat.
  But we could use them before release :)

Obtained from:	Target developers.
2003-08-12 08:49:49 +00:00
Akinori MUSHA
54a943871c Update to 0.3.1. 2003-08-11 19:07:25 +00:00
Eivind Eklund
8f6a197d1f Resign as maintainer 2003-08-11 15:05:18 +00:00
Maxim Sobolev
e9050dccb6 Don't rely only on stack frame being 0 when bottom of stack reached, but
check return address as well. It is necessary for avoiding crash when
FreeBSD threads are used.
2003-08-10 16:47:03 +00:00
Maxim Sobolev
cdbad592a5 Patch include so that it works with c++. 2003-08-10 16:03:12 +00:00
Maxim Sobolev
e99c8ea14d Add libexecinfo 1.0, a library for inspecting program's backtrace. 2003-08-10 15:07:26 +00:00
Erwin Lansing
e11dacc3cf - Update to 5.42
- Reset bouncing maintainer address

PR:		55432
Submitted by:	Lars Eggert <larse@isi.edu>
2003-08-10 08:03:23 +00:00
Yen-Ming Lee
cf06f8820a Update to TIDE 2.0.4.
Fixed MASTER_SITES and PREFIX vs LOCALBASE.
Added ONLY_FOR_ARCHS.

PR:		55423
Submitted by:	Nils M Holm <nmh@t3x.org>
2003-08-10 04:33:58 +00:00
Yen-Ming Lee
7753a3ffed devel/distcc 2.7 -> 2.9
Change Log:
http://distcc.samba.org/download.html

Port Change Log:
o Install distccd.sh.sample script
o Create distcc user and group
o Generally bring closer to the packaging guidelines:

http://distcc.samba.org/ftp/unpacked/distcc/README.packaging

PR:		55416
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>
2003-08-10 03:49:48 +00:00
Akinori MUSHA
2c55c2f5fc Add ruby-gnomevfs, Ruby binding for GnomeVFS. 2003-08-09 21:03:18 +00:00
Akinori MUSHA
210ebbe8bb Update the Ruby/GNOME2 suite to 0.6.0. 2003-08-09 20:25:26 +00:00
Erwin Lansing
48b9db3fde devel/p5-DateTime-LeapSecond has been integrated into devel/p5-DateTime
so remove the explicit dependency on it. Please pass that pointy hat!
2003-08-09 20:05:07 +00:00
Joe Marcus Clarke
f198fc6f9c * Update to 1.010
* Use aap to install itself

PR:		55328
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	maintainer
2003-08-09 17:37:31 +00:00
Erwin Lansing
f0534503f1 Update to 0.27
* Made strict mode stricter.
* Advertised loose mode more loudly

PR:		55381
Submitted by:	maintainer
2003-08-09 15:56:04 +00:00
Erwin Lansing
0ded22c181 Update to 0.02
* bork() now clones passed objects thanks to Eugene van der Pijll for the bug
  report

PR:		55380
Submitted by:	maintainer
2003-08-09 15:50:55 +00:00
Erwin Lansing
0ebd1622e3 devel/p5-DateTime-LeapSecond had been integrated into
devel/p5-DateTime

PR:		55376
Submitted by:	maintainer
2003-08-09 15:37:01 +00:00
Erwin Lansing
9e7cdb6b1b Update to 0.16
devel/p5-DateTime-LeapSecond has been included into this port

PR:		55376
Submitted by:	maintainer
2003-08-09 15:34:08 +00:00
Akinori MUSHA
629bcaaf33 Update to 1.9.2. 2003-08-09 14:07:25 +00:00
Erwin Lansing
32fec23062 Update to 0.06
PR:		55390
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer (implicit)
2003-08-09 13:19:50 +00:00
Sergey Skvortsov
076a7a9d49 Add p5-IPC-MM 0.03, perl interface to Ralf Engelschall's mm library. 2003-08-09 13:17:54 +00:00
Sergey Skvortsov
962ed373e2 IGNORE if perl < 5.6.x
Pointed by:	kris
2003-08-09 12:56:05 +00:00
Sergey Skvortsov
3e229ed755 1. IGNORE this port on perl > 5.6.x
2. minor style changes
2003-08-09 12:20:10 +00:00
Bruce M Simpson
cacdb9ceef Alexander V. Zhouravlev <bofh@stabilis.ru> has indicated he wishes to
take over maintainership of picp, as he is the original author. I am
therefore complying with his request.

Submitted by:	bofh@stabilis.ru
2003-08-09 09:59:12 +00:00
Yen-Ming Lee
97cc26f654 A newer spin has been released. Also, the current spin suffers
from having been minorly updated without a distfile version bump.

Alternate master sites have been removed for now, they have not
been updated with the current version.

The patch also makes the xspin dependency on with8.4 explicit,
though xspin should work 8.3 as well.
xspin can now be suppressed with WITHOUT_XSPIN.

PR:		55364
Submitted by:	Jonathan Hanna <jhanna@shaw.ca>
2003-08-08 22:03:49 +00:00
Erwin Lansing
03ceb2a3e1 Update to 0.06
- 5.005_03 compatible. (yearh!)
- Added SIGNATURE

PR:		55377
Submitted by:	maintainer
2003-08-08 14:15:05 +00:00
Erwin Lansing
c194cef871 Update to 0.03
PR:		55375
Submitted by:	maintainer
2003-08-08 14:03:31 +00:00
James E. Housley
652617f76f Use the new INFO= directive 2003-08-08 13:53:59 +00:00
Michael Landin
b0101b6b64 Change MAINTAINER to my @FreeBSD.org address.
Approved by:		roberto (mentor)
2003-08-08 13:43:08 +00:00
Diomidis Spinellis
2601b88e07 Update CScout to version 1.15
Version 1.15 should be able to process the 4.8-STABLE FreeBSD kernel
using about 1.7G of memory. (Example included)

Approved by:	netchild
2003-08-08 13:05:03 +00:00
Kirill Ponomarev
0131469dd2 Fix MASTER_SITES
PR:		55367
Submitted by:	maintainer
2003-08-08 09:17:25 +00:00
Sergey Skvortsov
0e383adc59 Updated to 0.11
PR:		ports/55307
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-08 09:01:29 +00:00
Kris Kennaway
718d29dc1e As announced on May 6, remove the broken devel/silc-toolkit port. 2003-08-08 03:46:02 +00:00
Kris Kennaway
c160ab03b1 As announced on May 6, remove the broken devel/ptl port. 2003-08-08 03:45:19 +00:00
Kris Kennaway
c1aac5e265 As announced on May 6, remove the broken devel/sdcc port. 2003-08-08 03:43:45 +00:00
Kris Kennaway
a356518e69 As announced on May 6, remove the broken devel/py-htmlkit port. 2003-08-08 03:42:25 +00:00
Kris Kennaway
ad8b1e807b As announced on May 6, remove the broken devel/uds port 2003-08-08 03:40:34 +00:00
Erwin Lansing
7a1a0d878e Update to 0.10
- broquaint of perlmonks.org noticed that I forgot to handle the helem opcode.
  This attempts to handle all the cases I need to (after consulting opcode.pl
  of the perl source).
- Added some real tests.

PR:		55305
Submitted by:	maintainer
2003-08-07 12:38:31 +00:00
Kris Kennaway
b68fd3eb19 BROKEN: Does not configure 2003-08-07 09:45:28 +00:00
Kris Kennaway
cdfee3ffac BROKEN: Broken pkg-plist 2003-08-07 09:26:47 +00:00
Kris Kennaway
f07a72c5be BROKEN: Does not compile 2003-08-07 09:20:48 +00:00
Kris Kennaway
9ba21220e9 BROKEN: Does not build 2003-08-07 09:02:32 +00:00
Kris Kennaway
de56683b06 BROKEN: CHecksum mismatch 2003-08-07 08:34:31 +00:00
Kirill Ponomarev
26f2eef22a Update to 1.0a8
PR:		55239
Submitted by:	Ports Fury
2003-08-07 08:07:59 +00:00
Sergey Skvortsov
f4f1ebe628 Add p5-Sys-Mmap 0.11, map in a file as a Perl variable using mmap(2). 2003-08-07 06:48:38 +00:00
Kris Kennaway
d10feb63cd As announced on May 6, remove the broken kelp port 2003-08-07 05:04:20 +00:00
Kris Kennaway
043fee6b4a As announced on May 6, remove the broken crystal port 2003-08-07 04:45:38 +00:00
Kirill Ponomarev
a6089200a5 Utilize USD_SDL 2003-08-06 20:48:17 +00:00
James E. Housley
978434411e Update for the new INFO= tool. 2003-08-06 20:07:38 +00:00
Sergey Skvortsov
1ea2701399 Updated to 0.55 2003-08-06 15:55:51 +00:00
Sergey Skvortsov
2185ca8f7d Add p5-Want 0.06, a generalisation of wantarray. 2003-08-06 15:45:56 +00:00
Gerald Pfeifer
248db8434a Use the (optional) ISO C compliant versions of the SGB headers instead of
the old, K+R C ones.  Bump PORTREVISION.
2003-08-06 08:32:59 +00:00
Christian Weisgerber
9250b204c3 Updates to 5.2.1.
PR:		54345
Submitted by:	Sean C. Farley <sean-freebsd@farley.org>
Approved by:	maintainer timeout
2003-08-05 18:21:58 +00:00
Kirill Ponomarev
158f0cc587 Add INFO macro
Approved by:	fjoe (mentor) (implicit)
2003-08-04 20:17:54 +00:00
Michael Nottebrock
7ec97ac61c Work around gcc/libstdc++ bug in -CURRENT.
Noticed by:	Kirill Ponomarew <ponomarew@oberon.net>, bento
Approved by:	arved (Mentor)
2003-08-04 13:18:38 +00:00
Kris Kennaway
26fa8300c7 Fix build after recent sys.mk changes
Submitted by:	ru
2003-08-04 11:17:56 +00:00
Oliver Lehmann
79a39ae364 Grrr it's named %%PORTDOCS%% 2003-08-04 10:55:40 +00:00
Oliver Lehmann
189014c506 fix pkg-plist
Noted by:	kris
2003-08-04 10:39:34 +00:00
Oliver Braun
5862bd01d4 Replace "PKCS#5" with "PKCS\#5" instead of "PKCS 5". 2003-08-04 09:48:38 +00:00
Michael Haro
43375d0579 add WWW and remove MANPREFIX as it was already set by bsd.port.mk
PR:		52157
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-04 01:01:36 +00:00
Oliver Braun
bf03db9a56 Fix build with hs-haddock 0.5.
Pointed out by:	bento, kris
2003-08-02 05:59:04 +00:00
Maho Nakata
5777cd28dc Fix build on gcc-3.3.x
Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-02 02:03:03 +00:00
Hye-Shik Chang
61b833196c Enable build on python2.3. 2003-08-01 23:18:18 +00:00
Hye-Shik Chang
12981f83ff Enable build on python2.3 2003-08-01 23:03:44 +00:00
Hye-Shik Chang
741fc3e166 Add a workaround to enable building on python2.3. 2003-08-01 22:56:21 +00:00
Hye-Shik Chang
f49745bf18 Add build workarounds for python2.3 2003-08-01 22:52:43 +00:00
Hye-Shik Chang
2b12324a99 Fix python version detection routines to cope with python 2.3's
boolean representation.
2003-08-01 22:04:57 +00:00
Oliver Lehmann
361e5f1248 Add gccxml 0.4.2, xML output extension to GCC.
PR:		54555
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-08-01 19:39:50 +00:00
Kirill Ponomarev
004b871b4e - Utilize USE_SDL
PR:		55149
Submitted by:	Ports Fury
Approved by:	fjoe (mentor) (implicit)
2003-08-01 18:41:09 +00:00
Joseph Koshy
8f4a4831ba Upgrade to v5.5.1. 2003-08-01 14:08:20 +00:00
Lev A. Serebryakov
f174ec8b14 Add workaround for hardware bug of some MSP430 units.
Obtained from:	Target maintainers.
2003-08-01 13:28:11 +00:00
Daichi GOTO
577d301c76 update devel/p5-Log-Log4perl: 0.35 -> 0.36
PR:		55119
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
2003-08-01 05:33:57 +00:00
Kirill Ponomarev
e9c4e41b9a Fix build on -current
Approved by:	fjoe (mentor) (implicit)
2003-08-01 05:29:27 +00:00
Daichi GOTO
0b59a41ff3 update devel/p5-DateTime-Calendar-Mayan: 0.05 -> 0.06
PR:		55114
Submitted by:	Mathieu Arnold <m@absolight.net> (maintainer)
2003-08-01 05:24:00 +00:00
Daichi GOTO
6fe6969d41 update devel/p5-DateTime-Calendar-Christian: 0.03 -> 0.04
PR:		55113
Submitted by:	Mathieu Arnold <m@absolight.net> (maintainer)
2003-08-01 05:21:26 +00:00