Commit graph

10799 commits

Author SHA1 Message Date
Florent Thoumie
44aafdf7dc - Don't strip binary.
- Silent sed invocation.
- Add a patch to fix directory listing (at least on amd64).
2005-10-14 14:17:40 +00:00
Clement Laforet
f5baa45806 - Update to 2.0.55 2005-10-14 13:54:09 +00:00
Marcus Alves Grando
037f39f0a1 Update to 2.8.2
PR:		87428
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2005-10-14 13:15:25 +00:00
Florent Thoumie
91765c484f - Update to 1.10.
- Dependancies on daemontools and ucspi-tcp are now optional.
- Installs an inetd wrapper.
- Some bits of a howto in a newly created pkg-message.
2005-10-14 11:24:43 +00:00
Anton Berezin
38582511ca Update to 1.5p5.
Nudged by:	simon
2005-10-14 07:51:18 +00:00
Michael Johnson
d6b7c5e27e - Add p5-HTTP-Cache-Transparent
Implementation of http get that keeps a local cache of fetched pages to
avoid fetching the same data from the server if it hasn't been updated.
The cache is stored on disk and is thus persistent between invocations.
2005-10-14 05:03:35 +00:00
Lars Thegler
740d02a5b5 Update to 1.97 2005-10-13 19:07:11 +00:00
Lars Thegler
1285c892f0 Update to 0.15 2005-10-13 18:41:56 +00:00
Erwin Lansing
18777eda55 Turns out that p5-Jcode.pm is installed in different places
depending on the version of perl installed. Work around this.

Submitted by:	pointyhat via kris
2005-10-13 18:10:55 +00:00
Renato Botelho
365f0cee10 - Add CONFLICTS 2005-10-13 13:56:51 +00:00
Renato Botelho
bcc51108c7 - Update to 1.5.0
PR:		ports/87206
Submitted by:	maintainer
2005-10-13 13:55:36 +00:00
Renato Botelho
1f1897f0f8 Enable www/mediawiki14, moved from www/mediawiki to permit update
www/mediawiki to 1.5 branch.

PR:		ports/87206
Submitted by:	maintainer
Repocopy by:	marcus
2005-10-13 13:52:21 +00:00
Florent Thoumie
1f6d334130 - Update to 2.0.10.
- Release maintainership.

PR:		ports/87237
Submitted by:	maintainer
2005-10-13 12:15:03 +00:00
Florent Thoumie
0d8aabc158 - Update to 2.0.2.
- Fix MASTER_SITES.

PR:		ports/87280
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-13 11:59:33 +00:00
Florent Thoumie
cf5664e4d9 - Fix permissions.
PR:		ports/87317
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
Approved by:	maintainer
2005-10-13 11:40:58 +00:00
Florent Thoumie
88b8be00a8 - Update to 3.33.16.
PR:		ports/87361
Submitted by:	maintainer
2005-10-13 11:36:36 +00:00
Herve Quiroz
58d44886ae Fix COMMENT 2005-10-13 09:12:53 +00:00
Simon L. B. Nielsen
922f2f46df - Use NO_BUILD instead of empty do-build target.
- Remove do-configure, it's empty by default.

Ports clue by:	erwin
2005-10-12 20:34:02 +00:00
Simon L. B. Nielsen
bb9806f88b Add new port www/sitemapgen:
The sitemap_gen.py script analyzes your web server and generates one or
more Sitemap files. These files are XML listings of content you make
available on your web server. The files can then be directly submitted
to Google.

Written by opensource@google.com.

WWW: https://www.google.com/webmasters/sitemaps/docs/en/about.html
2005-10-12 20:19:35 +00:00
Lars Thegler
e61551d1e0 Add p5-POE-Component-Server-SOAP 1.08, publish POE event handlers via
SOAP over HTTP.
2005-10-12 19:45:14 +00:00
Sergey A. Osokin
c8de2d3306 Update to 0.3.2.
Update port infrastructure: files/nginx.sh -> files/nginx.sh.in.
Add configtest extra command for nginx.sh script (1).

Submitted by:	skv (1)
2005-10-12 14:36:42 +00:00
Lars Thegler
65afc08340 Add p5-POE-Component-Server-SimpleHTTP 1.11, Perl extension to serve
HTTP requests in POE.
2005-10-12 12:31:35 +00:00
Herve Quiroz
7c0c4e551a The Servlet API
Java Servlet technology provides Web developers with a simple, consistent
mechanism for extending the functionality of a Web server and for accessing
existing business systems. A servlet can almost be thought of as an applet that
runs on the server side -- without a face. Java servlets make many Web
applications possible.

WWW: http://java.sun.com/products/servlet/
2005-10-12 11:51:51 +00:00
Marcus Alves Grando
09aa9df8a2 New port
This module is an experimental interface to the W3C CSS Validation online
service <http://jigsaw.w3.org/css-validator/>, based on its experimental
SOAP 1.2 support. It helps to find errors in Cascading Style Sheets.

WWW: http://search.cpan.org/dist/WebService-Validator-CSS-W3C/

PR:		87189
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2005-10-12 05:54:42 +00:00
Marcus Alves Grando
3cb0b00e85 New port
WebService::Validator::HTML::W3C provides access to the W3Cs online HTML
validator. It's nothing to do with the W3C so pleas don't report any problems
with it to them. Also, please use it wisely and don't abuse the W3Cs
validator service. If you need to do a lot of validation consider
downloading and installing the Validator on your own machine.

WWW: http://search.cpan.org/dist/WebService-Validator-HTML-W3C/

PR:		87188
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2005-10-12 05:35:20 +00:00
Marcus Alves Grando
df76266e49 Hotfix 2005-10-09 Alert
This hotfix addresses an important security issue that affects users of Zope
versions 2.6 or higher.

PR:		87198
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Security:	http://www.vuxml.org/freebsd/d2b80c7c-3aae-11da-9484-00123ffe8333.html
2005-10-12 00:04:12 +00:00
Mario Sergio Fujikawa Ferreira
a63206c430 Patch file names can only characters [-+._a-zA-Z0-9]. Therefore,
rename them replacing s/::/_/

Reminded by:	Marcus Alves Grando <mnag@FreeBSD.org>
2005-10-11 22:31:52 +00:00
Mario Sergio Fujikawa Ferreira
ca7d54cfa7 o Take over maintainership on previous maintainers request
o Uphold hier(7)
o Add rc.d(8) rc.subr(8) script
o Fix several warnings
o Change default rss channels to BSD based ones:
  - http://www.freebsd.org/
  - http://www.freshports.org/
  - http://www.oreillynet.com/pub/au/73
  - http://bsdnews.com/
o Fetch an updated full channel list from the Internet if none
  previously exist
o Add fork(2)/exec(3) browser support with signal(3) SIGCHLD handling
o AmphetaDesk now allows per user configurations. Due to that, it
  now requires a user with a home directory so that. One can use
  the rc.d script to choose a user to launch AmphetaDesk from startup
  or just to run it normally from any user other than root
o Bump PORTREVISION

Approved by:	Kenneth Stailey <kstailey@yahoo.com> (previous maintainer)
2005-10-11 22:10:24 +00:00
Marcus Alves Grando
0edf0fcf04 Take MAINTAINER
PR:		87282
Submitted by:	Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
2005-10-11 21:29:57 +00:00
Marcus Alves Grando
3cbbe95a4b Fix message when not set INSTALLDIR
PR:		87278
Submitted by:	Daniel Gerzo <danger@rulez.sk> (maintainer)
2005-10-11 20:41:15 +00:00
Thierry Thomas
09eaea4a41 Upgrade to 3.0, now compatible with Horde 3. 2005-10-11 20:15:14 +00:00
Erwin Lansing
a6565bb87e Add p5-WWW-Mixi 0.33, perl module of Automated interface to the Mixi.
Mixi is most famous as SNS of Japan.

PR:		ports/84617
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-10-11 17:47:04 +00:00
Erwin Lansing
8cf1314c19 Update to 2.05 2005-10-11 17:12:37 +00:00
Anton Berezin
53c37d1883 Update to 1.31.0.1. Require perl from ports.
Submitted by:	maintainer
PR:		87202
2005-10-11 12:56:53 +00:00
Lars Thegler
16ba1df45c Update to 0.04 2005-10-11 10:35:20 +00:00
Lars Thegler
e1a75ca8b4 Update to 0.58 2005-10-11 10:06:37 +00:00
Pav Lucistnik
a734ebf032 - Update to 0.15.20
PR:		ports/87242
Submitted by:	Boris B. Samorodov <bsam@ipt.ru> (maintainer)
2005-10-11 08:33:06 +00:00
Pav Lucistnik
05ea21381a - Update to 20050922
- Take maintainership

PR:		ports/86559
Submitted by:	chinsan <chinsan.tw@gmail.com>
2005-10-11 08:28:44 +00:00
Kris Kennaway
187ff33791 BROKEN: Does not build 2005-10-11 06:15:45 +00:00
Bill Fenner
9099b4c79a Fix MASTER_SITE_* grouping syntax.
Approved by:	"Li-Lun Wang (Leland Wang)" <llwang@infor.org> (MAINTAINER)
2005-10-10 22:43:07 +00:00
Emanuel Haupt
6f7330c746 - Update to 1.4.6
- Added pkg-plist magic to preserve changed config file

PR:		87178
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Reworked by:	hendrik@scholz.net (maintainer)
Approved by:	novel (mentor)
2005-10-10 18:01:50 +00:00
Roman Bogorodskiy
8655475242 Update to 0.53.
PR:		87215
Submitted by:	maintainer
2005-10-10 17:55:56 +00:00
MANTANI Nobutaka
ab08884749 Add a small fix to support gzipped XHTML contents.
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-10-10 14:41:40 +00:00
Renato Botelho
d655dde178 - Update to 1.3.17
PR:		ports/87044
Submitted by:	maintainer
2005-10-10 10:28:30 +00:00
Renato Botelho
5499adf7c8 - Update to 1.4.11
PR:		ports/87045
Submitted by:	maintainer
2005-10-10 10:28:20 +00:00
Joe Marcus Clarke
de89e69ea6 Partially revert the previous commit. Firefox can only build with specific
extensions (in particular typeaheadfind breaks Find [go figure]).  It is
safer to use a specific list of extensions with Firefox 1.0.x.  It looks
like they've made this better in 1.5, and set a reasonable default list of
extensions.

Basically, we're back to the previous 1.0.7_1,1 set of extensions with the
addition of negotiateauth.

Reported by:	many
2005-10-10 07:29:35 +00:00
Emanuel Haupt
5bd4700be7 Update to 1.27
PR:		87172
Submitted by:	Sergey Lyubka <valenok@gmail.com> (maintainer)
Approved by:	novel (mentor)
2005-10-10 06:41:07 +00:00
Mark Linimon
f8c1cfa91b Reset bouncing maintainer addresses.
Hat:		portmgr
Source:		Edwin's updated distfile tracker
2005-10-10 04:40:24 +00:00
Joe Marcus Clarke
27d7526f55 * Add support of ports-installed Kerberos [1]
* Enable all default extensions [2]

PR:		86961 [2]
Submitted by:	David W. Hankins <David_Hankins@isc.org> [1]
2005-10-09 19:44:02 +00:00
MANTANI Nobutaka
c1895aaec1 Support application/xhtml+xml MIME type.
PR:		ports/87161
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-10-09 16:39:22 +00:00