1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

90789 Commits

Author SHA1 Message Date
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
Ernst de Haan
928436b764 Update to 5.0.16.
Submitted by:	maintainer
PR:		60036
2003-12-27 18:16:35 +00:00
Pav Lucistnik
f0d7529959 - Fix fetching
PR:		ports/60630
Submitted by:	Paul Marquis <pmarquis@pobox.com> (maintainer)
2003-12-27 17:09:04 +00:00
Hajimu UMEMOTO
094e9b4741 add WITH_PGSQL knob which supports sql plugin with postgresql backend.
PR:		ports/60606
Submitted by:	mat
2003-12-27 16:58:08 +00:00
Dirk Meyer
fe7b5bd5a6 - take maintainership
Approved by:	glebius@cell.sick.ru
2003-12-27 16:21:32 +00:00
Sergey Skvortsov
2deaf0c9c5 remove missing manpage 2003-12-27 15:57:23 +00:00
Sergey Skvortsov
2ea56861fa Updated to 0.99 2003-12-27 15:55:23 +00:00
Sergey Skvortsov
4e184a66b9 Updated to 0.90 2003-12-27 15:47:41 +00:00
Sergey Skvortsov
39ed46144f Updated to 0.30 2003-12-27 15:30:58 +00:00
Sergey Skvortsov
3ddc05e5ab Updated to 0.29 2003-12-27 15:15:49 +00:00
Pav Lucistnik
8fc8038e26 - Fix MAN1
PR:		ports/60621
Submitted by:	Ports Fury
2003-12-27 15:12:39 +00:00
Pav Lucistnik
e40b3f4cf7 - Update MASTER_SITES
PR:		ports/60620
Submitted by:	Ports Fury
2003-12-27 15:10:57 +00:00
Pav Lucistnik
554bf09416 - Update to 1.6
PR:		ports/60622
Submitted by:	Ports Fury
2003-12-27 15:07:21 +00:00
Pav Lucistnik
4bb3b324cc - Fix MASTER_SITES
- Fix COMMENT

PR:		ports/60623
Submitted by:	Ports Fury
2003-12-27 15:03:52 +00:00
Pav Lucistnik
7fd3a20b5a - Update to 0.10.4
PR:		ports/60624
Submitted by:	Ports Fury
2003-12-27 15:01:03 +00:00