1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

19196 Commits

Author SHA1 Message Date
Dirk Meyer
872e2a923f A collection of classes for implementing web services in Objective-C
A collection of classes for making and/or parsing XMLRPC and SOAP requests.
This is intended to provide a framework for implementing web services,
so this release also contains initial support for parsing/editing
web service definitions (WSDL).

LICENSE: LGPL2 or later

WWW: http://www.gnustep.org/resources/downloads.php
2009-03-20 08:54:35 +00:00
Li-Wen Hsu
5ea33fe3b3 - Update to 0.7.1
PR:		ports/132768
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
2009-03-20 07:33:13 +00:00
Martin Wilke
d4b27e861b - Update to 2.3.3
PR:		132725
Submitted by:	"Wen Heping" <wenheping@gmail.com> (maintainer)
2009-03-19 21:34:39 +00:00
Martin Wilke
c469c530f6 - Update to 3.10.5
PR:		132717
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-19 21:33:43 +00:00
Dirk Meyer
6ff490ccd7 - add LICENSE: 2009-03-19 21:09:05 +00:00
Pav Lucistnik
05b8f1afd7 - Plist fix (cannot use apxs on deinstall with apache22)
Reported by:	pointyhat
2009-03-19 19:40:42 +00:00
Martin Wilke
3955ac3415 - Update to 2.8.14
PR:		132455
Submitted by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2009-03-19 18:03:04 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Martin Wilke
2efdafd92d - Update to 1.1.1 2009-03-19 16:32:01 +00:00
Martin Wilke
b27068eb87 - Update to 2.3 2009-03-19 16:08:03 +00:00
Dmitry Marakasov
f22fb2075c - Update to 0.07
PR:		132757
Submitted by:	Matthew Seaman <m dot seaman at infracaninophile dot co dot uk> (maintainer)
2009-03-19 15:42:05 +00:00
Jeremy Messenger
b5663cb967 Release this one too that I have missed. 2009-03-19 04:15:37 +00:00
Herve Quiroz
aca6d12264 Update to 1.292 2009-03-18 21:09:27 +00:00
Jeremy Messenger
f56281c4d5 Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
2009-03-18 20:06:38 +00:00
Sergey A. Osokin
2118e3b2e8 Update from 0.7.42 to 0.7.43.
<ChangeLog>

*) Bugfix: a request was handled incorrectly, if a "root" directive
   used variables; the bug had appeared in 0.7.42.

*) Bugfix: if a server listened on wildcard address, then the
   $server_addr variable value was "0.0.0.0"; the bug had appeared in
   0.7.36.

</ChangeLog>
2009-03-18 13:18:14 +00:00
Thomas Abthorpe
3d32f54c4b - Update to 1.40
PR:		ports/132670
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2009-03-17 17:50:01 +00:00
Jimmy Olgeni
9312cd2353 Upgrade to version 1.81. 2009-03-17 11:30:31 +00:00
Marcelo Araujo
85a8a2c53a - Force commit to fix a mistake in Makefile.
Submitted by:	Gerard <gerard@seibercom.net> (maintainer)
2009-03-17 11:18:52 +00:00
Lars Thegler
80ab5431b8 Update to 1.108 2009-03-17 09:40:24 +00:00
Beat Gaetzi
4b532f43af - Update to 1.5.2
- Use WWWDIR instead of custom WWW_DIR
- Reset MAINTAINER to ports@FreeBSD.org

PR:		ports/132521
Submitted by:	Chess Griffin <chess AT chessgriffin.com> (maintainer)
Approved by:	miwi (mentor)
2009-03-16 22:33:17 +00:00
Nicola Vitale
4de0a8b078 - Update to 0.5
- Add files/patch-setup.py
- Add USE_PYTHON_PREFIX=yes (the program searches for its libraries under sys.prefix)
- Switch from distutils to easy_install
2009-03-16 22:17:36 +00:00
Martin Wilke
9b118ccab2 - Update to 1.7.7.1 2009-03-16 15:19:29 +00:00
Martin Wilke
42f0e36702 - Update to 3.1.8
- Pass maintainership to submitter

PR:		131207
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2009-03-16 14:46:27 +00:00
Sergey A. Osokin
b326848af6 Update from 0.7.41 to 0.7.42.
<ChangeLog>

*) Change: now the "Invalid argument" error returned by
   setsockopt(TCP_NODELAY) on Solaris, is ignored.

*) Change: now if a file specified in a "auth_basic_user_file"
   directive is absent, then the 405 error is returned instead of the
   500 one.

*) Feature: the "auth_basic_user_file" directive supports variables.
   Thanks to Kirill A. Korinskiy.

*) Feature: the "listen" directive supports the "ipv6only" parameter.
   Thanks to Zhang Hua.

*) Bugfix: in an "alias" directive with references to captures of
   regular expressions; the bug had appeared in 0.7.40.

*) Bugfix: compatibility with Tru64 UNIX.
   Thanks to Dustin Marquess.

*) Bugfix: nginx could not be built without PCRE library; the bug had
   appeared in 0.7.41.

</ChangeLog>
2009-03-16 08:57:02 +00:00
Alex Dupre
432100cf5c Update to 2.1.0.2 release. 2009-03-16 07:01:29 +00:00
Martin Wilke
f13d66c293 - Update to 2.6.4
PR:		132645
Submitted by:	Piotr Rybicki <meritus@innervision.pl> (maintainer)
2009-03-15 19:42:34 +00:00
Marcelo Araujo
405616748a CGI::Session::ExpireSessions is a pure Perl module.
It deletes CGI::Session-type sessions which have passed their use-by date.
It works with CGI::Session-type sessions in a database or in disk files,
but does not appear to work with CGI::Session::PureSQL-type sessions.
The recommended way to use this module is via method expire_sessions(),
which requires CGI::Session V 4 or later.

WWW: http://search.cpan.org/~rsavage/CGI-Session-ExpireSessions-1.09/

PR:		ports/132558
Submitted by:	Gerard Seibert <gerard@seibercom.net>
2009-03-15 19:11:43 +00:00
Martin Wilke
d355852417 - Update to 2.1.2
PR:		132629
Submitted by:	Jacob Atzen <jatzen@gmail.com> (maintainer)
2009-03-14 22:48:07 +00:00
Sergey Skvortsov
0b1cdb570a Fix packaging on perl 5.10 2009-03-14 18:40:05 +00:00
Martin Wilke
998b97a17c - Update to 0.8
PR:		132562
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2009-03-14 14:10:27 +00:00
Martin Wilke
0bb34d7328 Pencil is a free and opensource tool for making diagrams and GUI
prototyping that everyone can use.

Top features:

* Built-in stencils for diagraming and prototyping
* Multi-page document with background page
* On-screen text editing with rich-text supports
* PNG rasterizing
* Undo/redo supports
* Installing user-defined stencils
* Standard drawing operations: aligning, z-ordering, scaling, rotating...
* Cross-platforms
* Adding external objects
* And much more...

WWW:	http://www.evolus.vn/Pencil/

PR:		ports/132456
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2009-03-14 14:03:00 +00:00
Martin Wilke
0fe892630b - Update to 0.9.1.1
PR:		132604
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2009-03-14 13:36:48 +00:00
Martin Wilke
f9321dbbc3 - Add missing php-gd support
PR:		131910
Submitted by:	Jeff Kletsky <jeff+freebsd@wagsky.com>
Approved by:	wordpress and wordpress-mu maintainer timeout
2009-03-14 13:20:24 +00:00
Shaun Amott
e947ebc240 Free most of my ports, since they aren't being maintained to a
reasonable standard.
2009-03-13 23:27:19 +00:00
Martin Wilke
716e48ad80 - Update to 20090301
PR:		132459
Submitted by:	Guido Falsi <mad@madpilot.net>
2009-03-13 16:24:41 +00:00
Nicola Vitale
1a1b4d6628 - Set JAVA_VERSION to 1.4 1.5 instead of 1.4+, because the program doesn't run with Java 6
- Bump PORTREVISION
2009-03-12 23:09:01 +00:00
Martin Wilke
93de54d36c - Reset magik@back-up.pl
Mail reject here:
<magik@back-up.pl>: Host or domain name not found. Name service error for
name=back-up.pl type=AAAA: Host not found

Approved by:	portmgr (linimon)
2009-03-12 19:53:21 +00:00
Martin Wilke
c28df52e7c - Update to 0.6.4
PR:		132051
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2009-03-12 19:19:46 +00:00
Martin Wilke
2015c82ba1 - Update to 2.6.7 2009-03-12 17:36:44 +00:00
Martin Wilke
c0021129f4 This module aims to smooth out the differences between pastebins, and provides
redundancy: if one site doesn't work, it just tries a different one.

WWW:	http://search.cpan.org/dist/App-Nopaste

PR:		ports/132500
Submitted by:	bapt <baptiste.daroussin at gmail.com>
2009-03-12 16:51:59 +00:00
Martin Wilke
11beffaac7 - Update to 0.9.1
PR:		132360
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2009-03-12 16:49:59 +00:00
Martin Wilke
17f70ccc1f - Update to 0.15
PR:		132408
Submitted by:	Masahiro Teramoto <markun@onohara.to> (maintainer)
2009-03-12 16:48:23 +00:00
Martin Wilke
2da6056366 Perl module of download FLV/MP4/SWF files from nicovideo.jp (Nico Nico Douga).
WWW:	http://search.cpan.org/dist/WWW-NicoVideo-Download/

PR:		ports/132306
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
2009-03-12 16:45:48 +00:00
Martin Wilke
8bb2c65555 - Update to 0.11
PR:		131947
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	maintainer timeout
2009-03-12 16:43:51 +00:00
Wesley Shields
05667ceb58 - Update to 0.8.3
PR:		ports/132462
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
2009-03-12 15:49:05 +00:00
Lars Thegler
3edbbacbc6 Update to 1.107 2009-03-12 09:52:42 +00:00
Lars Thegler
099d3ab74c Update to 1.00 2009-03-12 08:18:51 +00:00
Yen-Ming Lee
d4f2f7c589 - apply patch to prevent from segfault
PR:		131450
Submitted by:	maintainer
2009-03-11 21:16:49 +00:00
Martin Wilke
377e3790b7 - Update to 1.4.21 2009-03-11 18:03:14 +00:00
Martin Wilke
128e08691e - Update to 1.7.7 2009-03-11 17:59:44 +00:00