Commit graph

7987 commits

Author SHA1 Message Date
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