Commit Graph

118424 Commits

Author SHA1 Message Date
Pav Lucistnik
5056c7534b - Strip CRLF's from Page2.php
PR:		ports/76573
Submitted by:	Dan Langille <dan@langille.org>
Approved by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-01-24 12:41:54 +00:00
Volker Stolz
1949dc0bbc Pass maintainership to Christopher Nehren.
PR:		ports/76608
Submitted by:	Igor Pokrovsky (maintainer)
2005-01-24 12:24:46 +00:00
Maho Nakata
6d3e0cf511 update to 1.9m73 2005-01-24 11:44:27 +00:00
Alexey Dokuchaev
6007d77674 - Fix bad C++ code to unbreak with recent GCC
- Reindent Makefile (to make portlint(1) happy)
2005-01-24 10:31:59 +00:00
Sergei Kolobov
3929de15e4 - Update to 1.2.7 2005-01-24 09:59:01 +00:00
Erwin Lansing
b6bf4d393c Reindent so Makevars are read by make(1) and does not invoke it as a shell command. This should fix INDEX builds. 2005-01-24 09:44:17 +00:00
Alexey Dokuchaev
6b73ec18f8 - Fix the build with modern GCC
- Grab maintainership
2005-01-24 09:40:38 +00:00
Pav Lucistnik
6e9269d668 - Mirror distfile on FreeBSD project resources
Reported by:	krismail
2005-01-24 09:20:06 +00:00
Ralf S. Engelschall
722a0262fe upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based with SHA-1 hashing) 2005-01-24 09:02:25 +00:00
Sergei Kolobov
70f7fd9950 - Update to 4.2.3
PR:		ports/76268
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-01-24 08:46:58 +00:00
Kirill Ponomarev
b33122de68 Fix build on amd64. 2005-01-24 07:55:03 +00:00
Kris Kennaway
3038d3579a Document the check-latest-link and tindex scripts 2005-01-24 07:22:38 +00:00
Kris Kennaway
4649cc8071 Add the script I use to look for duplicate LATEST_LINK entries and to
send nag-mails to the responsible maintainers.
2005-01-24 07:20:01 +00:00
Kris Kennaway
738cf264d0 This is the script I use to build indexes for all supported ports branches,
which are copied to www.freebsd.org for use by 'make fetchindex', as well
as the source of build failure reports on ports@FreeBSD.org when it is
broken.
2005-01-24 07:18:33 +00:00
Yen-Ming Lee
cc101f3885 - update maintainer's email address
PR:		76601
Submitted by:	maintainer
2005-01-24 05:19:03 +00:00
Kris Kennaway
bd4c774786 Reset undeliverable maintainer address. It has reported the following
since Dec 24:

<"pdseniura:techie.com"@mail.com.int>: host
    mta1.us4.outblaze.com.int[192.168.9.154] said: 552 recipient storage full,
    try again later (in reply to RCPT TO command)
2005-01-24 04:23:44 +00:00
Pav Lucistnik
5f1dc5f51c - FreeBSD specific changes to man page
PR:		ports/76576
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2005-01-24 00:29:21 +00:00
Maho Nakata
d903039d94 Still several languages are broken 2005-01-24 00:07:25 +00:00
Pav Lucistnik
488660d601 - Use generic PY_XML instead of explicit dependency
PR:		ports/76568
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2005-01-24 00:03:46 +00:00
Maho Nakata
64b5caad39 fix pkg-plist 2005-01-24 00:03:28 +00:00
Simon L. B. Nielsen
4b3d64dc85 Document a vulnerability in YAMT. 2005-01-23 23:52:33 +00:00
Thierry Thomas
a869d5d2cc Add bush 1.0.1, the Business Shell. 2005-01-23 21:57:07 +00:00
Thierry Thomas
797b6b5689 Add info2man: translate GNU info files into man pages. 2005-01-23 21:55:46 +00:00
Pav Lucistnik
bf4f53c675 - Update to 0.8.1.48
PR:		ports/76537
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2005-01-23 20:49:21 +00:00
Tom Hukins
41128b69dd Update to version 1.3.1 and make the port support PREFIX properly. 2005-01-23 20:13:27 +00:00
Pete Fritchman
e3f1a4ff7e Unbreak: now compiles with latest libevent port
PR:		76373
Submitted by:	Phil Oleson <oz@nixil.net>
2005-01-23 19:51:03 +00:00
Dejan Lesjak
6e74169b0c Add rcNG startup script. [1]
Font cache is not build by default, which makes related lines in
default configure file wrong, which in turn causes xfs to error out
on startup with default file. Tweak generation of said file in a way
that would make proper configuration depending on existance of font
caching code, so that this patch can be sent upstream. [2]

Inspired by:	Jose M Rodriguez (josemi at freebsd.jazztel.es) [1]
Bits and pieces for [1] stolen from:
		src/etc/rc.d/xfs, apache2 and squid ports
Noticed by:	Gary Dunn (knowtree at aloha.com) [2]
2005-01-23 19:50:40 +00:00
Pete Fritchman
e4dd4efacd * update to 1.0b
PR:		76373
Submitted by:	Phil Oleson <oz@nixil.net>
2005-01-23 19:49:45 +00:00
Pav Lucistnik
cfbccda919 jpeg2pdf: converts a directory of JPEG (JPG) files to a PDF file
* jpeg2pdf is fast. Unlike ImageMagick or other general image conversion
  tools, jpeg2pdf is specialized for its task an does this very efficiently.
* jpeg2pdf generates compact PDF files. Unlike general image conversion
  tools, jpeg2pdf doesn't do any processing/rescaling of the images, nor does
  it generate thumbnails of the pages in the PDF file.
* jpeg2pdf is a command-line program. So it can very easily be integrated in a
  shell script or a web server process to automate a conversion task.

PR:		ports/76562
Submitted by:	<ports@c0decafe.net>
2005-01-23 18:44:08 +00:00
Pav Lucistnik
eac554e2b5 - Update to 1.3.26
PR:		ports/76577
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2005-01-23 18:22:54 +00:00
Pav Lucistnik
096420d5ad - Update to 1.2.6
PR:		ports/76605
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2005-01-23 17:44:46 +00:00
Pav Lucistnik
82c43a7828 - Update to 0.8.9
PR:		ports/76606
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2005-01-23 15:59:24 +00:00
Josef El-Rayes
cf496dcd9f Update to moinmoin 1.3.1
This port now supports installation of multiple wiki
instances as proposed by the installation guide.
Follow the textual instructions that are echoed out
by the 'make install' progress for more information.

Thanks to Florent for polishing up my update patches.

Submitted by:	Florent Thoumie <flz@xbsd.org>
PR:		ports/76377
2005-01-23 15:37:39 +00:00
Daichi GOTO
a37f4f7761 amd64 build is broken now.
Submitted by:	ozawa@ongs.net
2005-01-23 14:11:12 +00:00
Markus Brueffer
9c6474f762 - Unbreak by adding a missing dependency for graphics/libglut
- Bump PORTREVISION

Prodded by:	Stefan Walter <sw@gegenunendlich.de>
2005-01-23 13:23:00 +00:00
Pav Lucistnik
912c497bcf - Switch to libtool15, avoid .la file
PR:		ports/76582
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2005-01-23 13:21:53 +00:00
Pav Lucistnik
72051f1280 - Update to 0.0.10
PR:		ports/76566
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2005-01-23 12:56:59 +00:00
Jimmy Olgeni
d75f940711 Upgrade to version 1.0.1. 2005-01-23 12:50:52 +00:00
Jimmy Olgeni
8635d43712 Upgrade to version 1.9.17. 2005-01-23 12:50:27 +00:00
Jimmy Olgeni
8ab3fc4cae Upgrade to version 2.1.5. 2005-01-23 12:49:22 +00:00
Pav Lucistnik
51ca30db62 - Update to 6.1.9.2
PR:		ports/76479
Submitted by:	Gerald <gcoon@inch.com>
Approved by:	maintainer (illness)
2005-01-23 11:50:24 +00:00
Alex Dupre
6dc126eca7 - Fix tiff vulnerability
- Fix pdf generation on 64bit architectures [1]

PR:		ports/76385 [1]
Submitted by:	UEMURA Tetsuya <t_uemura@macome.co.jp> [1]
2005-01-23 11:21:07 +00:00
Jimmy Olgeni
dfecac5763 Upgrade to version 0.9.16.005, add USE_PHP/WANT_PHP_MOD.
PR:		76382, 76380
Submitted by:	Steve Wills <steve(at)stevenwills.com>
2005-01-23 10:54:01 +00:00
Maho Nakata
4427e1e6e1 (forced commit)
also reported by nork and Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2005-01-23 10:37:47 +00:00
Koop Mast
79d54c3c91 Update to version 0.100
PR:		76006
Submitted by:	maintainer
2005-01-23 10:27:56 +00:00
Sean Chittenden
1b5152db3b Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel by
stuffing the 8.0.0 release in here for the time being.  Port epoch bumped
because 8.0.rc* is greater than 8.0.0.  A note from UPDATING to people who
want to use 8.0.0 via -devel in production:

  The -devel port has been updated to contain 8.0 release since
  postgresql80-server can not be updated until 4.11 is released and the
  changes in PR ports/75344 are committed.  Users who need 8.0 now can
  use the -devel port, however, once postgresql80-server has been
  committed, -devel will begin tracking 8.1.  Please be smart about
  tracking ports and if used in production, update to
  databases/postgresql80-server as soon as it becomes available.  No
  dump/reload will be required when changing from -devel to
  postgresql80-server.

Check out the release notes and the shiny new PostgreSQL.org website at:

http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
2005-01-23 10:06:21 +00:00
Michael Johnson
d9985cee49 - Update to 2.0.2 2005-01-23 06:34:06 +00:00
MANTANI Nobutaka
45eacd3211 Update to 0.2.1. 2005-01-23 05:49:20 +00:00
Joe Marcus Clarke
84f9905665 Use GCC 3.4 when building with mozilla-devel on 4.X. 2005-01-23 04:07:50 +00:00
Joe Marcus Clarke
6811500141 Shutting down gconfd is no longer needed before installation and is
actually a bad thing to do.
2005-01-23 04:06:31 +00:00