Commit graph

7928 commits

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