summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-03Update php5 to 5.0.4nb1 to address XML_RPC security issue(s)adrianp3-5/+20
Fix based on work done by tron@ for the PHP 4.x branch fix PLIST fixup to correctly remove @PREFIX@/lib/php
2005-09-03don't derive DISTNAME from PKGNAME, the other way is simplertonio1-3/+3
2005-09-03strips nb[0-9]* from PKGNAME when building DISTNAMEtonio1-2/+2
2005-09-03use DEPENDS+= instead of = in options.mk, to prevent forgetting the dependancytonio2-4/+5
on p5-perl-ldap bump PKGREVISION
2005-09-03As the shell commands in Makefiles can be quite long, only the closerillig1-8/+23
neighborhood of the tool name is printed when checking for direct use of tools.
2005-09-03Nikto update for security issueadrianp1-1/+2
2005-09-03Update to include security warning for:adrianp2-5/+7
http://secunia.com/advisories/16669/
2005-09-03Added section comments and renamed some subroutines and variables.rillig1-28/+27
2005-09-03Made the import clauses uniform.rillig1-5/+11
2005-09-03Fix HOMEPAGExtraeme1-2/+2
2005-09-03Added benchmarks/pipebenchxtraeme2-2/+4
2005-09-03Initial import of pipebench-0.40.xtraeme5-0/+41
Measures the speed of a pipe, by sitting in the middle passing the data along to the next process.
2005-09-03Added benchmarks/nbenchxtraeme2-2/+4
2005-09-03Initial import of nbench-2.2.2.xtraeme5-0/+51
This benchmark utility is used to determine how the processor, its caches and coprocessors influence overall system performance. Its measurements can indicate problems with the processor subsystem and (since the processor is a major influence on overall system system performance) give us an idea of how well a given system will perform.
2005-09-03Added benchmarks/ubenchxtraeme2-2/+4
2005-09-03Initial import of ubench-0.32.xtraeme5-0/+59
The Unix Benchmark Utility "ubench" provides a single mesure of performance for machines running various flavors of Unix operating systems.
2005-09-03Fix detection of Berkeley db4 if /usr/include/db.h exists and happensjlam3-2/+33
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache" option on FreeBSD-4.
2005-09-02Sorted the PLIST to make pkglint happy.rillig4-16/+16
2005-09-02Replaced $(...) with ${...} to make pkglint happy.rillig1-2/+2
2005-09-02Reordered PKGREVISION and SVR4_PKGNAME to make pkglint happy.rillig2-4/+4
2005-09-02Reordered PKGREVISION and PKGNAME.rillig1-2/+2
2005-09-02Removed the -Winternal flag and the checks for the ":=" operator. There hadrillig1-16/+1
been too many spurious warnings to be worth the effort.
2005-09-02Allow this to build on DragonFly also. No change to package.reed2-4/+4
Found this on DragonFly users List. Thank you Steve O'Hara-Smith.
2005-09-02Various fixes for typos and grammar by Leonard Schmidt.rillig16-136/+130
2005-09-02Replaced the DESCR with contents from the SUMMARY file of the distribution,rillig1-26/+13
which is intended for exactly that kind of files. Fixes PR 31121.
2005-09-02Restore the 'old-releases' directory to MASTER_SITES so this packageriz1-2/+3
doesn't immediately break when the next version is released.
2005-09-02Mark this package as only available on NetBSD 3.0 and newer andtron1-1/+3
Linux 2.6.x and newer.
2005-09-02Added x11/efltk and x11/ede.xtraeme2-2/+6
2005-09-02Initial import of ede-1.0.4.xtraeme5-0/+637
Equinox Desktop Environment (shortly EDE) is small desktop environment, builted to be simple and fast. It is based on modified FLTK library (called extended FLTK or just eFLTK). Comparing to other desktop environments, EDE is much faster and smaller in memory space (EDE's window manager use less memory than xterm).
2005-09-02Initial import of efltk-2.0.5.xtraeme8-0/+347
EFltk is a LGPL'd C++ graphical user interface toolkit for X, OpenGL and Microsoft Windows. It is based on FLTK2 and is currently developed by the Equinox Desktop Environment Team.
2005-09-02Updated comms/asterisk to 1.0.9adam2-3/+3
2005-09-02Changes 1.0.9:adam6-48/+48
-- fix bug in callerid matching in the dialplan that was introduced in 1.0.8 Changes 1.0.8: -- chan_zap -- Asterisk will now also look in the regular context for the fax extension while executing a macro. Previously, for this to work, the fax extension would have to be included in the macro definition. -- On some systems, ALERTING will be sent after PROCEEDING, so code has been added to account for this case. -- If no extension is specified on an overlap call, the 's' extension will be used. -- chan_sip -- We no longer send a "to" tag on "100 Trying" messages, as it is inappropriate to do so. -- We now respond correctly to an invite for T.38 with a "488 Not acceptable here" -- We now discard saved tags on 401/407 responses in case the provider we're talking to tries to pull a dirty trick on us and change it. -- rtptimeout options will now be correctly set on a peer basis rather than only global -- chan_mgcp -- Fixed setting of accountcode -- Fixed where *67 to block callerid only worked for first call -- chan_agent -- We now will not pass audio until the agent has acked the call if the configuration is set up for the agent to do so. -- chan_alsa -- Fixed problems with the unloading of this module -- res_agi -- A fix has been added to prevent calls from being hung up when more than one call is executing an AGI script calling the GET DATA command. -- AGI scripts will now continue to run even if a file was not found with the GET DATA command. -- When calling SAY NUMBER with a number like 09, we will now say "nine" instead of "zero" -- app_dial -- There was a problem where text frames would not be forwarded before the channel has been answered. -- app_disa -- Fixed the timeout used when no password is set -- app_queue -- Distinctive ring has been fixed to work for queue members -- rtp -- Fixed a logic error when setting the "rtpchecksums" option -- say.c -- A problem has been fixed with saying the date in Spanish. -- Makefile -- A line was missing for the autosupport script that caused "make rpm" to fail -- format_wav_gsm -- Fixed a problem with wav formatting that prevented files from being played in some media players -- pbx_spool -- Fixed if the last line of text in a file for the call spool did not contain a new line, it would not be processed -- logger -- Fixed the logger so that color escape sequences wouldn't be sent to the logs -- format_sln -- A lot of changes were made to correctly handle signed linear format on big endian machines
2005-09-02Removed the (undocumented) -d/--debug option.rillig1-16/+1
2005-09-02The command line options are now defined in one table instead of two.rillig1-49/+60
2005-09-02Note update of "apache2" package to version 2.0.54nb5.tron1-1/+2
2005-09-02In logical lines from Makefiles, white-space surrounding therillig1-8/+13
continuation is stripped from the string to make the output shorter.
2005-09-02Add patch from Apache SVN repository to fix weak client certificatetron3-6/+17
validation reported in CAN-2005-2700. Bump package revision.
2005-09-02Added patch-ag to the distinfo file. It had already been added torillig1-1/+2
../../multimedia/mplayer-share/distinfo.
2005-09-02In the diagnostics, "../../" path components that are not at therillig1-1/+5
beginning are stripped to make the output less verbose. The beginning is needed to have a reference from which package the file is included, so it is not stripped.
2005-09-02Removed references to missing patch-Makefile and patch-gdc_py.c fromrillig1-3/+1
distinfo. The patch files are called patch-aa and patch-ab.
2005-09-02The PKGDIR variable is extracted from the Makefile first, because otherrillig1-7/+6
variables like PATCHDIR and DISTINFO_FILE depend on it.
2005-09-02Updated www/curl to 7.14.1adam1-1/+2
2005-09-02Changes 7.14.1:adam3-12/+12
* GNU GSS support * --ignore-content-length and CURLOPT_IGNORE_CONTENT_LENGTH added * negotiates data connection SSL earlier when doing FTPS with PASV * CURLOPT_COOKIELIST and CURLINFO_COOKIELIST * trailer support for chunked encoded data streams * -x/CURL_PROXY strings may now contain user+password * --trace-time now outputs the full microsecond, all 6 digits * Bugfixes
2005-09-02note update of devel/pvs to 3.2jschauma1-1/+2
2005-09-02Update pvs to 3.2:jschauma6-232/+122
According to http://pvs.csl.sri.com/announcements/pvs3.2-release-notes.shtml this contains a number of bug fixes as well as the following improvements and added features: -Startup Script Update -Theory Interpretation Enhancements -References to Mapped Entities -Cleaning up Specifications -Binary Files -Generating HTML -Default Strategies -Better handling of TCCs in Proofs -typepred! rule and all-typepreds strategy -grind-with-ext and reduce-with-ext -New forward chain commands -TeX Substitutions -add-declaration and IMPORTINGs -Prelude additions
2005-09-02Give these hacks a meaningful name ("arm-gcc2-optimizer").schmonz2-4/+4
2005-09-02Note ezmlm-idx update.schmonz1-1/+2
2005-09-02Update to 0.443. From the changelog:schmonz2-6/+6
- Fixed the marker logic in ezmlm-moderate to allow comments between any two lines containing "%%%", not just lines 8 characters or longer. - Some internal changes in ezmlm-test and the subdb API.
2005-09-02When checking for direct use of tools, the Makefile lines arerillig1-8/+27
interpreted as "logical lines", that is, lines ending in a backslash are continued on the next line. This led to a false warning for PKG_FAIL_REASON, which is suppressed.
2005-09-01Fixed a newly introduced bug that prevented multiple patches per file fromrillig1-1/+3
being detected.