1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

189711 Commits

Author SHA1 Message Date
Jeremy Messenger
d5ec7f79f1 Update WWW to: http://www.freedesktop.org/wiki/Software/shared-mime-info 2008-01-12 18:34:11 +00:00
Lars Balker Rasmussen
a3ce00367c Update to 0.26 2008-01-12 18:21:54 +00:00
Lars Balker Rasmussen
88e464de5a Update to 0.12 2008-01-12 18:16:23 +00:00
Lars Balker Rasmussen
bf3663ee47 Update to 0.04 2008-01-12 18:06:54 +00:00
Boris Samorodov
a2add88149 Make use of gammu-config script.
Suggested by:	lme
2008-01-12 17:49:23 +00:00
Oliver Braun
029730ace2 Update to 2.0.0.0. 2008-01-12 17:49:08 +00:00
Lars Balker Rasmussen
a149f8a8e4 Update to 0.07 2008-01-12 17:48:10 +00:00
Lars Balker Rasmussen
d11a850143 Update to 0.08001 2008-01-12 17:42:07 +00:00
Alex Dupre
6366cf99cf Update to 4.4.8 release. 2008-01-12 17:40:10 +00:00
Lars Balker Rasmussen
592623f887 Update to 0.13 2008-01-12 17:39:54 +00:00
Martin Wilke
2423d5de7e - Update to 2.11.4
PR:		119599
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-01-12 17:36:26 +00:00
Rong-En Fan
f4842f9570 - Update to 0.4.0
PR:		ports/119600
Submitted by:	Valerio Daelli <valerio.daelli at gmail.com>
2008-01-12 17:01:38 +00:00
Rong-En Fan
cd7dd87967 - group is in ${GROUP} not ${USER} 2008-01-12 16:54:23 +00:00
Martin Wilke
9bd60fbb22 Despite the name, it has nothing to do with apricots. It's a game
where you fly a little plane around the screen and shoot things and
drop bombs on enemy targets, and it's meant to be quick and fun.

There can be up to 6 planes, at most two human-controlled. All
others will be computer-controlled. Network support is in to do
list.

You must shoot at another's planes, destroy others' base and try
to keep alive. You may return to your base to refill your ammo. The
scenery is randomly generated.

WWW: http://www.fishies.org.uk/apricots.html

PR:		ports/119439
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-01-12 16:44:45 +00:00
Martin Wilke
74ad3aafd5 This module handles the SOAP protocol. The first implementation is SOAP1.1
(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
different; this module tries to define a sufficiently abstract interface to
hide the protocol differences.
WWW:	http://search.cpan.org/dist/XML-Compile-SOAP/

PR:		ports/119421
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2008-01-12 16:40:22 +00:00
Martin Wilke
4e0dbaaa24 Net::DNSBL::Statistics is the Perl module that collects statistics on the
interrogation success for a list of IP addresses against a list of DNSBL's.
The module is used to implement the reproting script dnsblstat.

WWW:	http://search.cpan.org/dist/Net-DNSBL-Statistics/

PR:		ports/119424
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2008-01-12 16:38:47 +00:00
Martin Wilke
553d665f82 A PECL HTML parser extension based on the ekhtml library
WWW: http://pecl.php.net/package/html_parse

PR:		ports/118920
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-12 16:36:45 +00:00
Martin Wilke
5bfa981946 El-Kabong is a high-speed, forgiving, sax-style HTML parser.
Its aim is to provide consumers with a very fast, clean,
lightweight library which parses HTML quickly, while forgiving
syntactically incorrect tags.

WWW: http://ekhtml.sourceforge.net/

PR:		ports/118917
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-12 16:35:08 +00:00
Tilman Keskinoz
b541c75aaa Avoid the need for running autotools by replacing the patch to Makefile.am
with REINPLACE_CMDs on Makefile.in
2008-01-12 16:31:19 +00:00
Martin Wilke
13140ca928 Subtitle Composer supports the basic operations (text, time, and
style edition) as well as real time preview, spell checking and
more; aiming to become an improved version of Subtitle Workshop for
UNIX-like OSes.

WWW:	http://www.kde-apps.org/content/show.php?content=69822

PR:		ports/119456
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2008-01-12 16:30:57 +00:00
Thierry Thomas
34bb9f9722 - Upgrade to 8.11-1;
- Handle PORTEXAMPLES.
2008-01-12 16:28:41 +00:00
Thierry Thomas
1da404b164 Upgrade Code_Aster to 9.2.0-2. 2008-01-12 16:28:40 +00:00
Thierry Thomas
954a4584c9 - Upgrade ASTK to 1.5.5-1;
- Use aster's distfiles.
2008-01-12 16:28:32 +00:00
Thierry Thomas
737b254558 Upgrade to 1.13.0-1. 2008-01-12 16:28:27 +00:00
Martin Wilke
fb50d122ce A Net::Proxy object represents a proxy that accepts connections and then
relays the data transfered between the source and the destination.
The goal of this module is to abstract the different methods used to
connect from the proxy to the destination.
A proxy is a program that transfer data across a network boundary
between a client and a server. Net::Proxy introduces the concept of
"connectors" (implemented as Net::Proxy::Connector subclasses), which
abstract the server part (connected to the client) and the client part
(connected to the server) of the proxy.
This architecture makes it easy to implement specific techniques to
cross a given network boundary, possibly by using a proxy on one side of
the network fence, and a reverse-proxy on the other side of the fence.

WWW: http://search.cpan.org/dist/Net-Proxy

PR:		ports/119301
Submitted by:	Philippe Audeoud <jadawin at tuxaco.net>
2008-01-12 16:28:14 +00:00
Martin Wilke
095a642be2 OpenCity is a full 3D city simulator game project. It is written
in standard C++ with OpenGL and SDL from scratch. It is not intended
to be a clone of any famous city simulator from Max*s. So, if you
are looking to download a free SimCity 4 like, please forget OpenCity.

WWW: http://opencity.sourceforge.net

PR:		ports/119492
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-01-12 16:26:10 +00:00
Martin Wilke
2e0a20d9be GCstar is a free open source application for managing your collections.
Detailed information on each item can be automatically retrieved from
the internet and you can store additional data, such as the location
or who you've lent it to. You may also search and filter your collection
by many criteria.

WWW: http://www.gcstar.org/

PR:		ports/118961
Submitted by:	Dominique Goncalves <dominique.goncalves at gmail.com>
2008-01-12 16:19:37 +00:00
Martin Wilke
8f63354874 Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful
curves.

Using bezier splines an artist can easily draw curves with the same slope on
either side of an on-curve point. Spiros, on the other hand, are based on
clothoid splines which make it easy to maintain constant curvature as well as
constant slope. Such curves will simply look nicer.

Raph Levien's spiro splines only use on-curve points and so are easier to use
and more intuitive to the artist.

This library will take an array of spiro control points and convert them into a
series of bezier splines which can then be used in the myriad of ways the world
has come to use beziers.

WWW: http://libspiro.sourceforge.net/

PR:		ports/119541
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>
2008-01-12 16:16:57 +00:00
Martin Wilke
5ebdfa296c This plugin is a Web Admin panel for administrating custom fields -
adding, modifying and deleting them without editing the trac.ini file
directly.

This plugin is a cooperation between CodeResort.com and Optaros.com,
and is made freely available under a BSD license.

WWW: http://trac-hacks.org/wiki/CustomFieldAdminPlugin

PR:		ports/119573
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-01-12 16:16:17 +00:00
Martin Wilke
1d9987bccd This plugin provides a wiki WYSIWYG editor that generates Trac
wiki markup. This enables users to switch between the WYSIWYG mode
and the standard wiki markup format, as needed.

WWW: http://trac-hacks.org/wiki/TracWysiwygPlugin

PR:		ports/119571
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-01-12 16:15:03 +00:00
Martin Wilke
7cf673e166 Thinking Rock is a free software application for collecting and processing your
thoughts following the GTD methodology.

WWW: http://www.thinkingrock.com.au/

PR:		ports/119260
Submitted by:	Beat Gaetzi <beat at chruetertee.ch>
2008-01-12 16:13:58 +00:00
Martin Wilke
e4b9103902 This is a Renderer driver for Structures_DataGrid that generates a XML
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XML/
2008-01-12 16:12:40 +00:00
Martin Wilke
3c4ec70148 FCGI::Spawn is used to serve as a FastCGI process manager. Besides
the features the FCGI::ProcManager posess itself, the FCGI::Spawn
is targeted as web server admin understandable instance for building
the own fastcgi server with copy-on-write memory sharing among forks
and with single input parameters like socket path and processes number.
Another thing to mention is that it is able to execute any file pointed
by Web server. So we have the daemon that is hot ready for hosting
providing.

WWW:	http://search.cpan.org/dist/FCGI-ProcManager/

PR:		ports/119010
Submitted by:	Peter <peter at vereshagin.org>
2008-01-12 16:11:30 +00:00
Martin Wilke
ccdbb6f60f This is a Renderer driver for Structures_DataGrid that generates a CSV
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_CSV/
2008-01-12 16:09:40 +00:00
Martin Wilke
041fd5bf3a This is a Renderer driver for Structures_DataGrid that generates a XLS
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XLS/
2008-01-12 16:08:36 +00:00
Greg Lewis
95cad03882 . Update to tzupdater 1.3.3. 2008-01-12 16:07:44 +00:00
Tilman Keskinoz
2db28b7981 Avoid the need for running autoconf by touching configure.
The only change to configure.in in the ko-patch was changing the value of
AC_REVISION
2008-01-12 15:54:55 +00:00
Simon L. B. Nielsen
8b55480fba Document multiple drupal issues.
Submitted by:	Nick Hilliard <nick@foobar.org>
2008-01-12 15:53:47 +00:00
Tilman Keskinoz
e5b2ee2eec Running autoconf seems not necessary anymore 2008-01-12 15:42:14 +00:00
Tilman Keskinoz
2136450762 Running autoconf seems not necessary anymore 2008-01-12 15:34:16 +00:00
Tilman Keskinoz
fada0e3c16 Replace patch-Makefile.am with REINPLACE_CMDs to Makefile.in to avoid
the need of running autotools.
2008-01-12 15:13:43 +00:00
Boris Samorodov
578dc576ef * Make the port use ${PREFIX}/etc/bcfg2.conf rather than /etc/bcfg2.conf;
* Added rc.subr-style startup script for the server;
* Bump PORTREVISION.

PR:		115342
Submitted by:	Lars Erik Gullerud <lerik at nolink.net>
Approved by:	Robert Gogolok <gogo at cs.uni-sb.de> (maintainer)
2008-01-12 14:46:13 +00:00
Henrik Brix Andersen
188b79fbfb Update to version 2.20.
Approved by:	erwin (mentor)
2008-01-12 14:36:26 +00:00
Martin Wilke
52827e1685 - Update to 0.3
Submitted by:	Stefan Tell <stefan.tell@crashmail.de> (maintainer via im)
2008-01-12 14:05:27 +00:00
Martin Wilke
182db98597 - Update to 1.1.2
(fixed bug in addWhereSearch() introduced in the previous release)
2008-01-12 13:42:35 +00:00
Martin Wilke
34771c0889 - Update to 1.2.2
(fixed identifier quoting with functions in _buildSelect())
2008-01-12 13:41:10 +00:00
Martin Wilke
456b21744c - Update to 0.2.1 2008-01-12 13:11:38 +00:00
Martin Wilke
b1b8393eb8 - Update to 0.7.1 2008-01-12 13:11:30 +00:00
Martin Wilke
da7c4d20f8 - Update to 1.2.1 2008-01-12 13:11:27 +00:00
Martin Wilke
2a8696a748 - Update to 1.1.1 2008-01-12 13:11:23 +00:00