1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

90803 Commits

Author SHA1 Message Date
Edwin Groothuis
6901172156 add patch files which do have RCS tags in it.
PR:		ports/60164
2003-12-28 10:43:57 +00:00
Edwin Groothuis
0a5ec7a9b8 New Port: quftp-1.0.7
New port for quftp, a scriptable ftp client.

PR:		ports/60164
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2003-12-28 10:42:48 +00:00
Alfred Perlstein
41313d2039 Forced commit to denote attribution.
Submitted by: Chris Jones <cjones@gruntle.org>
2003-12-28 10:38:09 +00:00
Edwin Groothuis
98d41cddb3 New Port: devel/readline-4.3
libreadline is out of date in base (both -STABLE and 5.x)
	HEAD is the only version thats up to date. This port is only
	temp (to make quftp work) until libreadline is updated.

Actually I'm hoping that the submitter will keep maintaining this
PR so that people will have the choice to update their readline
libs. Maybe it could support LIBREADLINE_OVERWRITE_BASE ?

PR:		ports/60166
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2003-12-28 10:32:48 +00:00
Edwin Groothuis
c566cb0035 Update port: games/amy
Update pkg-descr with new WWW: link. The old domain does
	not exist anymore

PR:		ports/60647
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de>
2003-12-28 10:23:22 +00:00
Edwin Groothuis
3141087329 [PATCH] using www/squid as proxy (instead of www/squid24)
Squid-STABLE version 2.5 should be stable enough for use in
	misc/instant-server, so usage of squid24 should be obsolete

PR:		ports/54938
Submitted by:	Jens Rehsack <rehsack@liwing.de>
Approved by:	puregroog
2003-12-28 10:07:06 +00:00
Edwin Groothuis
23f0a346aa [PATCH] www/squid: update to 2.5-STABLE4 (+ vendor patches)
[...]
- Add 2.5-STABLE4 vendor patches
  - cache.log message on "squid -k reconfigure" confusing
  - digest auth never detects password changes
  - login with space confuses redirector helpers
  - FQDNcache discards negative responses when using internal DNS
  - Full details at http://www.squid-cache.org/Versions/v2/2.5/bugs/#STABLE4
[...]

PR:		ports/58090
Submitted by:	Jonathan Noack <noackj@concordiacrusaders.org>
Approved by: 	MAINTAINER TIMEOUT
2003-12-28 09:58:21 +00:00
Edwin Groothuis
888ac61430 [PATCH] www/squid: update to 2.5 STABLE 4
- Update to 2.5-STABLE4
	- plist is correct -- see ports/56392 for details on extra files

PR:		ports/56926
Submitted by:	Jonathan Noack <noackj@concordiacrusaders.org>
Approved by:	MAINTAINER TIMEOUT
2003-12-28 09:46:35 +00:00
Dirk Meyer
b7feae40bf - take maintainership 2003-12-28 09:38:19 +00:00
Alfred Perlstein
c57400c219 Update to 6.6.
Submitted by: Chris Jones <cjones@gruntle.org>
2003-12-28 09:33:38 +00:00
Alfred Perlstein
0d12c2d660 Add a master port to use perl when installing irssi. 2003-12-28 09:32:33 +00:00
Edwin Groothuis
9416c015cb [new port] games/ssamtse - Serious Sam: The Second Encounter
Sam is back in the all new Second Episode of his battles
	with his arch-enemy Mental! After finding the Sirian
	spacecraft in ancient Egypt, Sam "Serious" Stonr hijacked
	it and headed for Mental himself!

	Warning: You still need original game data files to play.

PR:		ports/59678
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-12-28 09:29:20 +00:00
Edwin Groothuis
b1d111d183 Maintainer Update: games/ninix-aya to 2.4.5
Maintainer Update: games/ninix-aya to 2.4.5

PR:		ports/60470
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2003-12-28 09:25:07 +00:00
Alfred Perlstein
cc8959a12b Add a patch to check for the environment variable IRSSI_NOTHROTTLE
to disable throttling.

Submitted by: Chris Jones <cjones@gruntle.org>
2003-12-28 09:12:58 +00:00
Edwin Groothuis
1446aabaab pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk>
    .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

    can be simplified to:

    .include <bsd.port.pre.mk>
    .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

    the latter version also doesn't make any assumptions about the
    path of including Makefile

PR:		ports/57152
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2003-12-28 09:11:28 +00:00
Edwin Groothuis
c0fcaf379b New port: pear-HTTP_Upload: Easy and secure managment of files submitted via HTML Forms
This class provides an advanced file uploader system for
	file uploads made from html forms. Features:
	 * Can handle from one file to multiple files.
	 * Safe file copying from tmp dir.
	 * Easy detecting mechanism of valid upload, missing upload or error.
	 * Gives extensive information about the uploaded file.
	 * Rename uploaded files in different ways: as it is, safe or unique
	 * Validate allowed file extensions
	 * Multiple languages error messages support (es, en, de, fr, nl)

	WWW: http://pear.php.net/package-info.php?package=HTTP_Upload

PR:		ports/60196
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:56:37 +00:00
Mark Linimon
035feb978b Mark as broken on recent versions of -current due to use of varags.h
(deprecated in gcc3.3 in favor of stdarg.h.)  This is not caught on bento
because this is a restricted port.

The distfile is from 2001; perhaps the submitter of the most recent
PR (ports/58479) might take a look at creating a port for msql3?

While here, pet portlint and fix plist.
2003-12-28 08:55:53 +00:00
Edwin Groothuis
04ef66b100 New port: pear-HTTP_Session: OO interface to the session_* family functions
Object-oriented interface to the session_* family functions
	it provides extra features such as database storage for
	session data using DB package. It introduces new methods
	like isNew(), useCookies(), setExpire(), setIdle(),
	isExpired(), isIdled() and others.

	WWW: http://pear.php.net/package-info.php?package=HTTP_Session

PR:		ports/60195
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:54:32 +00:00
Edwin Groothuis
f02a187e7f New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easily
This class provides methods to set/modify HTTP-Headers.
	To abstract common things, like caching etc. some sub classes are
	provided that handle special cases (i.e. HTTP_Header_Cache).

PR:		ports/60198
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:52:55 +00:00
Edwin Groothuis
678d38df0c New port: pear-HTTP: PEAR miscellaneous HTTP utilities
The HTTP class is a class with static methods for doing miscellaneous
	HTTP-related stuff like date formatting or language negotiation.

	WWW: http://pear.php.net/package-info.php?package=HTTP

PR:		ports/60197
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:47:44 +00:00
Edwin Groothuis
cc503d8ccc security/pear-Auth: upgrading to 1.2.3.
Upgrading pear-Auth to its latest release.

PR:		ports/60281
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-28 08:44:09 +00:00
Maho Nakata
0d39c0b4db Update to 2.5.3 2003-12-28 08:39:35 +00:00
Jun Kuriyama
e761855002 Add pkg-message to mention required privilege to read /var/log/maillog.
PR:		ports/60059 (but another solution)
2003-12-28 08:11:42 +00:00
Edwin Groothuis
b4dab1d061 devel/pear-Console_Getopt: upgrading to 1.2.
Upgrading pear-Console_Getopt to its latest release.
	Remark: 1.1 was intentionally missed.

PR:		ports/60279
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-28 08:08:11 +00:00
Edwin Groothuis
0a10231147 sysutils/pear-Log: upgrading to 1.8.1.
Upgrading pear-Log to its latest release.

PR:		ports/60280
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-28 08:06:54 +00:00
Maho Nakata
a7e3bc1c4c silent updates of archives:
a) program: Draw the hydrophobicity function F5
b) documentation: add very minor description not
   related FreeBSD.

1) bump portrevision
2) several clean ups for Makefile
2003-12-28 08:02:14 +00:00
Jun Kuriyama
88cab673f6  2003-12-28 08:01:14 +00:00
Edwin Groothuis
93b7ed7f50 [PATCH] simplify pear-* ports
These patches do the following things for PEAR ports:

	* devel-pear-PEAR-Makefile.common.patch
	    - provides a do-install target and all that jazz in
	      devel/pear-PEAR/Makefile.common
	    - individual PEAR ports now just set a few variables:
	* pear-ports-Makefile.common-ng.patch
	    contains changes for all pear-* ports including devel/pear-PEAR

	See http://smradoch.innuendo.cz/FreeBSD/ for complete description.

Note: still missing are:
	devel/pear-HTML_Common
	devel/pear-I18N
	net/pear-Net_NNTP
	security/pear-Auth

PR:		ports/59213
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2003-12-28 07:55:47 +00:00
Mark Linimon
8f2582a569 Update to 2.11 and assign maintainership to PR submitter. Many, many,
feature additions and bugfixes; see NEWS for details.

PR:		ports/60489
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2003-12-28 07:36:36 +00:00
Maho Nakata
f2c2581583 Update to 2.2.1 2003-12-28 07:16:29 +00:00
Jun Kuriyama
2c0098e9b8 o Upgrade to 5.0r3.
o Release maintainership.

PR:		ports/58123
Submitted by:	Simon Dick <simond@irrelevant.org>
2003-12-28 07:15:43 +00:00
Edwin Groothuis
ee6d4a302f [PATCH] simplify pear-* ports
These patches do the following things for PEAR ports:

	* devel-pear-PEAR-Makefile.common.patch
	    - provides a do-install target and all that jazz in
	      devel/pear-PEAR/Makefile.common
	    - individual PEAR ports now just set a few variables:
	* pear-ports-Makefile.common-ng.patch
	    contains changes for all pear-* ports including devel/pear-PEAR

	See http://smradoch.innuendo.cz/FreeBSD/ for complete description.

PR:		ports/59213
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2003-12-28 06:37:11 +00:00
Maho Nakata
0de6dff69b a) Update to 3.5.22
b) added Opteron support but my machine is very unstable :(
2003-12-28 06:01:19 +00:00
Norikatsu Shigemura
e1f2f0c7b9 Update a message if you don't enable libmap.conf(5) feature.
Asked by:	Mike Harding <mvh@ix.netcom.com>
2003-12-28 05:32:26 +00:00
Dirk Meyer
98b9a79877 - update to 0.5.4
- install documentation
- preserve configuration
- honor CFLAGS
- add multimedia in CATEGORIES
- new option WITHOUT_DVD
- Fix build for 64bit
- Fix linker warnings in STABLE
2003-12-28 05:30:05 +00:00
Alfred Perlstein
953c521b38 A suite of offensive utilties for irssi. 2003-12-28 02:43:36 +00:00
Joe Marcus Clarke
1f966a6d96 Do not use the %-[.] format to strftime since this is a GNUism.
PR:		60617
2003-12-28 02:02:33 +00:00
FUJISHIMA Satsuki
d4a1aee4af fix build with lame. 2003-12-28 01:05:16 +00:00
Kirill Ponomarev
c0c1552a04 - Update to version 1.14
PR:		60605
Submitted by:	maintainer
2003-12-28 00:24:43 +00:00
Kirill Ponomarev
ec8af96e9a Add p5-AI-DecisionTree 0.08, perl module for Automatically Learning
Decision Trees.

PR:		60628
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-12-28 00:19:45 +00:00
Kirill Ponomarev
bb173a1a69 - Update to version 1.04
PR:		60615
Submitted by:	maintainer
2003-12-28 00:16:05 +00:00
Kirill Ponomarev
0651c49f1b Add p5-Text-Ngrams 1.0, perl5 modules for Flexible Ngram analysis.
PR:		60607
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-12-28 00:12:31 +00:00
Kirill Ponomarev
3dc191f0ef Add p5-Algorithm-SVM 0.06, perl bindings for the libsvm Support
Vector Machine library.

PR:		60614
Submitted by:	Cheng-Lung Sung	<clsung@dragon2.net>
2003-12-28 00:08:32 +00:00
Kirill Ponomarev
93bb3e964a - Update to version 0.97.5
PR:		60629
Submitted by:	maintainer
2003-12-27 23:56:01 +00:00
Kirill Ponomarev
87f43fa80f Add ace+tao ,
The ADAPTIVE Communication Environment (ACE) is an
object-oriented (OO) toolkit that implements fundamental design
patterns for communication software.  ACE provides a rich set
of reusable C++ wrappers and frameworks that perform common
communication software tasks across a range of OS platforms.

TAO is a freely available, open-source implementation of a
CORBA 2.x-compliant ORB that supports real-time extensions.

WWW: http://www.cs.wustl.edu/~schmidt/ACE.html
WWW: http://www.cs.wustl.edu/~schmidt/TAO.html

PR:		60634
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-12-27 23:47:14 +00:00
Pav Lucistnik
c9f4bc9773 - Update to 20031227
- check for empty +REQUIRED_BY files, too (Yen-Ming Lee <leeym@leeym.com>)
- optionally run 'pkgdb -F' after each run (new parameter '-F')
- add info messages for progress status when deinstalling packages
- minor code cleanups, improvement of messages/comments
- remove the 'usage' text from the pkg-descr file

PR:		ports/60639
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (author)
2003-12-27 23:08:05 +00:00
FUJISHIMA Satsuki
9eb1333270 $ ffmpeg
/libexec/ld-elf.so.1: Shared object "libavcodec.so" not found
$ (cd /usr/local/lib; ls -l libavcodec.so*)
lrwxr-xr-x  1 root  wheel  15 Dec 22 00:32 libavcodec.so@ -> libavcodec.so.0
lrwxr-xr-x  1 root  wheel  13 Dec 22 00:32 libavcodec.so.0@ -> libavcodec.so
$ tail -5 /usr/ports/multimedia/ffmpeg/Makefile  | head -3
# add shared lib link
        @${LN} -sf libavcodec.so \
        ${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION}

This inversion symlink problem fixed in ports/56721
(files/patch-libavcodec::Makefile) but this code left unremoved.
2003-12-27 23:02:44 +00:00
Norikatsu Shigemura
53f664b8d5 o Correct to use acrobat on firebird. But I don't know that this fix is
right.  I heard BAD and OK:-). [1]
o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2]
  OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29.
  It really got to me.

Reported by:	Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1]
Tested by:	osa, ale [1]
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org> [2]
2003-12-27 21:57:09 +00:00
Norikatsu Shigemura
5796f6fd71 Add IGNORE. Because this port should be obsolated:-). 2003-12-27 21:40:49 +00:00
Jimmy Olgeni
6121683354 Fix dets file corruption issue.
Obtained from:	Hans Bolinder <hasse@erix.ericsson.se>
2003-12-27 18:57:37 +00:00