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

115857 Commits

Author SHA1 Message Date
Pav Lucistnik
b8d930b4fe - Chase pdflib update
These ports were broken for 5, resp. 14 months. Ouch.

PR:		ports/75187 (pike76)
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
Pointy hats:	ale, edwin
2004-12-18 15:34:20 +00:00
Pav Lucistnik
7088054b34 - Take care of empty directories after uninstall
PR:		ports/75192
Submitted by:	Nicolas Jombart <ecu@ipv42.net> (maintainer)
2004-12-18 15:26:01 +00:00
Sergey Matveychuk
88de31623a - Update to 2004.12.16
PR:		ports/75205
Submitted by:	maintainer
2004-12-18 15:14:42 +00:00
Sergey Matveychuk
03e833a5b8 - Fix plist
PR:		ports/75222
Submitted by:	maintainer
2004-12-18 15:12:38 +00:00
Sergey Matveychuk
ec6674e616 - Remove extra directories from ru and de man pages.
- While I'm here: remove locale directories for ru and de also.

PR:		ports/75218
Submitted by:	maintainer
2004-12-18 14:51:06 +00:00
Pav Lucistnik
0d26bb3ada Add autoindex, a PHP script that makes a table that lists the files in a
directory, and lets users access the files and subdirectories. It includes
searching, icons for each file type, an admin panel, uploads, access logging,
file descriptions, and more.

This software comes in two versions, one which works with PHP 4.x,
and one which works with PHP 5.x

Submitted by:	DanGer <danger@wilbury.sk>
2004-12-18 14:22:56 +00:00
Michael Nottebrock
e0fd7e7e3c Fix build with gcc3.4 2004-12-18 14:18:00 +00:00
Niels Heinen
0d9375f74f PR: ports/71050
Submitted by: Philippe Rocques <phil(at)teaser.fr>
Approved by: nectar (mentor)
2004-12-18 13:46:44 +00:00
Oliver Braun
6ca48c8c22 Upgrade to 0.15.1. 2004-12-18 12:45:22 +00:00
Dima Dorfman
c683169dcf Update to 20020403
PR:		75064
Submitted by:	tjs <tjs@cdpa.nsysu.edu.tw>
2004-12-18 12:15:10 +00:00
Clement Laforet
f923f178ec - Sync with www/apache2:
- mod_ssl fix
  - make envvars modular
- Try to make pointyhat happy [1]

Obtained from:  devel/apr [1]
2004-12-18 11:09:00 +00:00
Clive Lin
baf19feaff Fix build on 4.x. 2004-12-18 09:58:29 +00:00
Cheng-Lung Sung
3096cec368 - update to 0.13 to be compatable with Kwiki-0.35 2004-12-18 09:32:40 +00:00
Cheng-Lung Sung
93003019ab - update to 0.12 to be compatable with Kwik-0.35 2004-12-18 09:32:21 +00:00
Sean Chittenden
56b76e087f Update pmk to 0.8.2. 2004-12-18 09:25:47 +00:00
Cheng-Lung Sung
2f3bf51af9 - update to 0.13
- Make compatible with Kwiki-0.35
2004-12-18 09:19:23 +00:00
Cheng-Lung Sung
d3aec77f92 - update to 0.35
Changes:
- Fixed archive commit hook
- Don't fail tests if no HTTP::BrowserDetect
- Kwiki is now memory cycle free, which makes it much more suitable
  for use under mod_perl
- Added Pane superclass for Toolbar Widgets and Status
- Added BrowserDetect module
- Removed Htaccess module
- Added Kwiki::WebFile base class
- Use new Spoon::Hook for archive
- Make path configurable for templates, css, and javascript
- Add -subwiki and -update_all actions to installer.
- Add -quiet/-q options to installer
- Add BEGIN/END comments to templates automatically
- Make installer smarter
- Plugins can specify prerequisites
- Add ip address to page metadata
2004-12-18 09:16:54 +00:00
Clive Lin
d3ef20c610 Fix build on FreeBSD 4.x.
PR:		ports/75183
Submitted by:	MAINTAINER
2004-12-18 08:48:28 +00:00
Michael Nottebrock
8702d7cf1d Fix yet another plist nit. 2004-12-18 08:45:29 +00:00
Greg Lewis
5f52d4cff4 . Add missing manual pages.
Submitted by:	kris
2004-12-18 08:18:10 +00:00
Cheng-Lung Sung
78ab741977 - update to 0.19
- add four modules
- add two manpages of module
2004-12-18 08:06:59 +00:00
Michael Johnson
4b38657e2f Fix path to glade file
Submitted by:	Joel Diaz <joeldiaz@bellsouth.net>
2004-12-18 07:21:43 +00:00
Edwin Groothuis
f6d14d5a72 Update port: ftp/wput - new version (0.5)
There's a new version of wput out there, 0.5

PR:		ports/75085
Submitted by:	Pasi Hirvonen <psh@iki.fi>
Approved by:	".::ChiP::." <chip-set@mail.ru>
2004-12-18 07:16:25 +00:00
Dirk Meyer
08ee700376 - order linker options for shared option 2004-12-18 06:33:47 +00:00
Mark Linimon
e874ef3b41 With portmgr hat on, mark DEPRECATED to go along with the fact that it
is currently marked FORBIDDEN due to security problems.  Set for 1-month
timeout (that will be 6 weeks since the initial FORBIDDEN).
2004-12-18 04:11:51 +00:00
Mark Linimon
84899daae7 Switch from FORBIDDEN to BROKEN to be in accordance with all the other
cases of linking to conflicting libraries.  While here, canonicalize
COMMENT.

Reviewed by:	kris
2004-12-18 04:03:31 +00:00
Mark Linimon
fe97dade6d Remove DEPRECATED upon request by maintainer. 2004-12-18 03:36:28 +00:00
Maho Nakata
89f5e2cd4b Somehow patch was doubled...
Pointy hat to: maho
2004-12-18 03:24:12 +00:00
Makoto Matsushita
090777b4b0 Use /usr/local instead of ${PREFIX}. Makefile tweaks it if user who
install via port changes PREFIX to other location.

Submitted by:	sf
2004-12-18 03:13:23 +00:00
Makoto Matsushita
468257cbe0 Forget to add a new file, pkg-message... Pointy hat me.
Pointed out by: 	sf
2004-12-18 03:09:00 +00:00
Maho Nakata
852393cbec Fix PTHREAD_CFLAGS and PTHREAD_LIBS
hardcoded inside config_office/configure.in
2004-12-18 03:08:52 +00:00
Maho Nakata
41a4b20ee2 Fix PTHREAD_CFLAGS, PTHREAD_LIBS, hardcoded
inside config_office/configure.in
2004-12-18 03:06:13 +00:00
Mikhail Teterin
17287de677 Oops, bump port revision to reflect the changes in the previous commit
and acknowledge poinyhat and the Ports Janitor, who called my attention
to the problem with pkg-plist.
2004-12-18 02:51:42 +00:00
Mikhail Teterin
e51246132b Turns out, this package now installs one executable -- dtplite.
Add it to pkg-plist and make sure it has proper path to executable
at the beginning.
2004-12-18 02:49:47 +00:00
Cheng-Lung Sung
2b4630d69f - update to 0.33
- io('path/to/symlink') would return a file object
  if the link was to a file
- $link->readlink incorrectly returned a new IO::All::Link
  object, no matter what the link pointed to.
- io($io_all_object) would not return an object of the same
  type as the object give to io(), it would always return a
  plain IO::All object.
- add head and tail methods
2004-12-18 02:40:01 +00:00
Cheng-Lung Sung
4016f058ac - updat to 0.21 2004-12-18 02:21:16 +00:00
Mikhail Teterin
a5ca29f51c Add the shared library missing from pkg-plist.
Noticed by:	pointyhat
Reported by:	kris
2004-12-18 02:16:46 +00:00
Mikhail Teterin
3c77a73ba0 Don't install httpd.1 twice -- as tclhttpd.1 and as httpd.1.
Noticed by: pointyhat
Reported by: kris
2004-12-18 02:13:42 +00:00
Herve Quiroz
0c00a1e18f - rcNGify startup
- Fix table creation for autoincrement feature in Postgresql

PR:		75032
Submitted by:	maintainer
2004-12-18 02:11:35 +00:00
Joe Marcus Clarke
7a05d9d9ba Update default application commands for Firefox, Thunderbird, and Mozilla.
PR:		75067
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2004-12-18 02:01:54 +00:00
David E. O'Brien
e8032f9812 Portlint 2004-12-18 01:54:38 +00:00
Joe Marcus Clarke
a8e7ad4313 Don't statically create GConf schema file stubs. The GConf handling code
should create these file as needed.
2004-12-18 01:54:05 +00:00
Mario Sergio Fujikawa Ferreira
ee1cdfebb9 Update to 0.1.10 2004-12-18 00:52:50 +00:00
Joe Marcus Clarke
fc88aa7bda Adapt patches from gnomekeyring to dbus to fix alignment errors on
non-i386 platforms.
2004-12-18 00:42:02 +00:00
Joe Marcus Clarke
73523d3ae9 Properly NULL-terminate the array of command-line options.
Submitted by:	Sean McNeil <sean@mcneil.com>
2004-12-18 00:28:12 +00:00
Joe Marcus Clarke
502885d8af Fix some alignment errors with socket authentication which fixes
gnome-keyring on non-i386 platforms.

Submitted by:	Sean McNeil <sean@mcneil.com>
2004-12-18 00:27:02 +00:00
Joe Marcus Clarke
7e98cf0203 This file should never have been here. 2004-12-18 00:25:36 +00:00
Thierry Thomas
3d926a8789 ffmpeg-0.4.9 has changed its API.
Mark broken untill a fix is found.

Reported by:	kris via pointyhat.
2004-12-17 23:00:55 +00:00
Clement Laforet
d77a69574f - Fix a bug in mod_ssl. When client aborts connection, mod_ssl still try
to send its data, ad vitam eternam.

Noticed by:	Didier Bringer <bringer at echo dot fr>
Patched by:	Bruno Ducrot <ducrot at poupinou dot org>
2004-12-17 22:24:05 +00:00
Thierry Thomas
b7d7064198 Fix plist.
Reported by:	kris via pointyhat.
2004-12-17 22:17:21 +00:00