1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

11856 Commits

Author SHA1 Message Date
Volker Stolz
09017df712 Fix compilation on >5.x (gcc34)
PR:		ports/76138
Submitted by:	Corentin Plouet
2005-01-19 16:35:48 +00:00
Volker Stolz
49863871d1 Update to 1.0
PR:		ports/75332
Submitted by:	maintainer
2005-01-19 16:02:46 +00:00
Michael Nottebrock
070c4f4c40 Update to 1.1.2 2005-01-19 11:31:03 +00:00
Edwin Groothuis
33e056853e Update port: devel/pear-Pager to 2.2.4
+ update port: devel/pear-Pager to 2.2.4
	  + changelog: http://pear.php.net/package/Pager/download/2.2.5/

PR:		ports/76356
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-19 10:35:38 +00:00
Edwin Groothuis
7b2c770040 New port: devel/pear-PHP_Beautifier PEAR beautifier for PHP
This program reformat and beautify PHP source code files
	automatically.

	The program is Open Source and distributed under the terms
	of PHP Licence. It is written in PHP 5 and has a command
	line tool.

PR:		ports/76196
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-19 10:31:05 +00:00
Edwin Groothuis
8590d330ca New port: devel/pear-Structures_DataGrid - a PEAR data structure package
This package offers a toolkit to render out a datagrid in
	HTML format as well as many other formats such as an XML
	Document, an Excel Spreadsheet, an XUL Document and more.
	It also offers paging and sorting functionality to limit
	the data that is presented and processed. This concept is
	based on the .NET Framework DataGrid control and works very
	well with database and XML result sets.

PR:		ports/76165
Submitted by:	Nick Hilliard <nick@foobar.org>
2005-01-19 10:28:26 +00:00
Ying-Chieh Liao
36b406e8d4 upgrade to 0.6.0 2005-01-19 09:55:57 +00:00
Kirill Ponomarev
93d3794f90 Fix plist.
PR:		ports/76418
Submitted by:	Florent Thoumie <flz@xbsd.org>
2005-01-19 09:50:11 +00:00
Cheng-Lung Sung
9112217627 - update to 1.77
- from Changes
    - WARNING: Deprecated the use of the group accessor in list context
	when used to retrieve keys: see 'WARNING' POD section
    - Added 'default' option to the Class::constr pragma plus tests
    - Fixed the possibilty of setting twice the same property when copy => 1
    - Minor changes in the constructor closure
    - Added possibility to get a slice of values from groups accessors
    - A few minor improvement and fixes in the groups closure (all the props exist,
	the groups accessor uses always the props accessor if defined, etc)
    - Added $_ aliasing for the post_process option
    - A few minor POD changes and fixes
2005-01-19 08:51:14 +00:00
Edwin Groothuis
7ecb80a39f Drop port maintainership: devel/desktop-file-utils
I'm dropping the maintainership of devel/desktop-file-utils,
	which should probably go to gnome@FreeBSD.org.

PR:		ports/76439
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-01-18 22:19:13 +00:00
Thierry Thomas
652ac6c310 Upgrade to 1.2.4.
Changelog at <http://pear.php.net/package/XML_Parser/download/>.
2005-01-18 21:28:19 +00:00
Mathieu Arnold
d8b4f908b9 Update to 0.08
Add docs
2005-01-18 18:49:01 +00:00
Mathieu Arnold
2725eeb2ef Update to 0.07 2005-01-18 18:43:40 +00:00
Sergey Skvortsov
ce35d5d68c Update to 0.3007 2005-01-18 16:21:41 +00:00
Lars Thegler
a306f64971 - Start p4web from rc.d script [1]
- Assume maintainership

Submitted by:	Mark Santcroos <marks@ripe.net> [1]
Reviewed by:	tobez
2005-01-18 15:43:36 +00:00
Yen-Ming Lee
a5e055b183 - update p5-Test-Simple to 0.54
- reset MAINTAINER to perl@ since the domain shellhung.org no longer exists,
  and I can't contact the maintainer via other emails.

PR:		75936
Submitted by:	skv
2005-01-18 12:03:21 +00:00
Volker Stolz
7f8e43bb30 Chase update from 2004/12/30
PR:		ports/75929
Submitted by:	keramida
2005-01-18 11:11:13 +00:00
Thierry Thomas
2b801338bf Upgrade to 1.2.3.
Changelog at <http://pear.php.net/package/XML_Parser/download/>.
2005-01-17 21:38:11 +00:00
Sergey Matveychuk
55d8ed766e - Update to 0.20
PR:		ports/76309
Submitted by:	maintainer
2005-01-17 16:02:57 +00:00
Kirill Ponomarev
316fdb0a00 Fix build on 5.x/6.x
Submitted by:	Konstantin 'Kosta' Welke <damaker at fillibach dot de>
2005-01-17 15:43:16 +00:00
Sergey Matveychuk
351a9335be - Update to 0.6.8
PR:		ports/76340
Submitted by:	maintainer
2005-01-17 13:10:52 +00:00
Volker Stolz
21fd1b8a9f The "-W html" args to enscript no longer seem to work, but the
longer form of "--language=html" does:
http://mailman.lyra.org/pipermail/viewcvs/2003q3/002189.html

PR:		ports/75993
Submitted by:	Tim Bishop
2005-01-17 10:16:48 +00:00
Sean Chittenden
b991ca504a Update pmk to 0.9.0. 2005-01-16 21:39:34 +00:00
Herve Quiroz
2ad63aa431 Fix URL in pkg-descr 2005-01-16 21:35:55 +00:00
Herve Quiroz
0e3579370e JSAP: the Java-based Simple Argument Parser
JSAP parses your command line and instantiates objects of types you specify
based upon that command line. If you configure JSAP to expect an Integer on the
command line, and the user does not provide a String that can be converted to
an Integer, JSAP will alert your program to the fact that there was a problem
with the command line. If JSAP indicates that your command line was
successfully parsed, you are guaranteed an Integer when you request that
parameter's value from your program. There's a pretty big (and growing) list of
return types supported by JSAP.

WWW:	http://http://www.martiansoftware.com/jsap/index.html
2005-01-16 21:26:58 +00:00
Kirill Ponomarev
f12f253fad Grab maintainership and bugs. 2005-01-16 20:14:43 +00:00
Kirill Ponomarev
529a050ac1 Update to 1.2.8 2005-01-16 18:37:05 +00:00
Thierry Thomas
ed5b14c874 Don't let RUN_DEPENDS rely on a fixed HORDEDIR.
Reported by:	Jeff Bachtel.
2005-01-16 14:53:41 +00:00
Pav Lucistnik
aa16f3ce59 Log4cxx is a port to C++ of the Log4j project. The goal is have the same
functionnalities and interfaces of log4j.

PR:		ports/76287
Submitted by:	Thaddeus Covert <tcovert+ports@sahuagin.net>
2005-01-16 13:47:07 +00:00
Pav Lucistnik
104db4b5c6 Inspired by the Java jMock library, pMock makes the writing of unit tests using
mock object techniques easier.

PR:		ports/76246
Submitted by:	Piet Delport <pjd@satori.za.net>
2005-01-16 01:09:10 +00:00
Pav Lucistnik
df56ba725b - Fix fetch, unbreak 2005-01-16 00:43:48 +00:00
Pav Lucistnik
c623a39f00 cgprof generates colored graphs for profiled executables using gcc and gprof.
cgprof helps to have a better understanding of program structure and execution.
It makes hot spots identification visual and intuitive.	It is a shell script
using gnu awk, that should run on any Unix like system.

PR:		ports/75173
Submitted by:	Adam McLaurin <adam.freebsd@fastmail.fm>
2005-01-15 20:03:11 +00:00
Yen-Ming Lee
6419e3f061 - add WWW: in pkg-descr
- Update to 0.51

from changes:
* scandeps.pl is now usable without CPANPLUS.pm installed.
  Reported by: Rafael Garcia-Suarez

PR:		76034
Submitted by:	maintainer
2005-01-15 14:03:04 +00:00
Dirk Meyer
817234decd - make portlint happy 2005-01-15 11:12:42 +00:00
Dirk Meyer
ca5b035fab - make portlint happier 2005-01-15 10:54:44 +00:00
Kirill Ponomarev
37072f805a Fix plist. 2005-01-14 22:27:33 +00:00
Thierry Thomas
f4d468f7f0 Upgrade to to 1.3.4.
Changelog at <http://pear.php.net/package/PEAR/download/1.3.4>.

PR:		ports/75751
Submitted by:	maintainer
2005-01-14 21:02:01 +00:00
Bruce M Simpson
826d0279ea Orphan MAINTAINER. 2005-01-14 14:16:22 +00:00
Bruce M Simpson
61d5a94aee Update WWW URL. 2005-01-14 13:32:11 +00:00
Trevor Johnson
1cc57151d4 This warning can be dropped. 2005-01-14 10:21:45 +00:00
Dirk Meyer
a9676bb502 - update to ffcall-1.10 2005-01-13 20:19:29 +00:00
Chris D. Faulhaber
0436ff41ee Update port to 4.2.2 2005-01-13 16:05:00 +00:00
Joe Marcus Clarke
972c516b45 Try again to eliminate leftover file warnings during dependent package builds.
This approach creates all ${LOCALBASE} and ${X11BASE} desktop directories
before updating the desktop database to ensure the mimeinfo.cache files
are created when this package is installed.

Upon package deinstallation, each desktop directory will be rmdir'd.
2005-01-13 07:09:24 +00:00
Edwin Groothuis
8c8fc31c5c [maintainer update] 16 ports: add mirror MASTER_SITES
Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
	of the following ports. Thanks Clive Lin and bsdchat.com for
	the mirror space!

	chinese/xpdf
	deskutils/etask
	devel/cedet
	devel/ecb
	devel/eieio
	devel/ipython
	devel/kodos
	devel/semantic
	devel/xtla
	editors/speedbar
	editors/tree-widget
	games/emacs-chess
	net/tcping
	www/mod_scgi
	www/py-scgi
	www/quixote

PR:		ports/75743
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-01-13 00:20:28 +00:00
Joerg Wunsch
0eb1b9fabc Fix a possible division by zero condition that can happen for very
short (< 1 ms) simulations.
2005-01-12 22:16:02 +00:00
Kirill Ponomarev
de21212bba Update to version 0.5.5
PR:		ports/76159
Submitted by:	Ports Fury
2005-01-12 19:04:24 +00:00
Bruce M Simpson
2845d66cd3 Update distinfo. 2005-01-12 16:24:51 +00:00
Bruce M Simpson
e27f375fb1 Update to version 1.1.5. 2005-01-12 16:21:50 +00:00
Bruce M Simpson
960eff420b Update my email address in MAINTAINER and comment fields. 2005-01-12 15:53:48 +00:00
Mathieu Arnold
bc1d229cfd Update to 0.21
Add docs
2005-01-12 15:16:27 +00:00