Commit graph

84020 commits

Author SHA1 Message Date
xtraeme
f0a8f47510 Initial import of nbench-2.2.2.
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-03 06:26:21 +00:00
xtraeme
690e515fa9 Added benchmarks/ubench 2005-09-03 05:58:58 +00:00
xtraeme
7844bb2f3e Initial import of ubench-0.32.
The Unix Benchmark Utility "ubench" provides a single mesure of
performance for machines running various flavors of Unix operating
systems.
2005-09-03 05:57:45 +00:00
jlam
6b4ddbe438 Fix detection of Berkeley db4 if /usr/include/db.h exists and happens
to pass mutt's weak configure tests.  Fixes build with the "mutt-hcache"
option on FreeBSD-4.
2005-09-03 03:21:23 +00:00
rillig
2cfc68952a Sorted the PLIST to make pkglint happy. 2005-09-02 23:15:36 +00:00
rillig
a4043db7fb Replaced $(...) with ${...} to make pkglint happy. 2005-09-02 23:14:18 +00:00
rillig
16145d92a7 Reordered PKGREVISION and SVR4_PKGNAME to make pkglint happy. 2005-09-02 23:11:50 +00:00
rillig
ae3ee63a9a Reordered PKGREVISION and PKGNAME. 2005-09-02 22:58:42 +00:00
rillig
b57ad50501 Removed the -Winternal flag and the checks for the ":=" operator. There had
been too many spurious warnings to be worth the effort.
2005-09-02 22:45:31 +00:00
reed
5f2fa22cbf Allow this to build on DragonFly also. No change to package.
Found this on DragonFly users List. Thank you Steve O'Hara-Smith.
2005-09-02 19:29:56 +00:00
rillig
8ba088c4d6 Various fixes for typos and grammar by Leonard Schmidt. 2005-09-02 19:12:37 +00:00
rillig
b43a9a9ece Replaced the DESCR with contents from the SUMMARY file of the distribution,
which is intended for exactly that kind of files. Fixes PR 31121.
2005-09-02 18:33:14 +00:00
riz
0ae635d1b3 Restore the 'old-releases' directory to MASTER_SITES so this package
doesn't immediately break when the next version is released.
2005-09-02 17:23:06 +00:00
tron
f6405297d7 Mark this package as only available on NetBSD 3.0 and newer and
Linux 2.6.x and newer.
2005-09-02 17:01:13 +00:00
xtraeme
0b2e0ee51e Added x11/efltk and x11/ede. 2005-09-02 14:44:33 +00:00
xtraeme
edd230d0ec Initial import of ede-1.0.4.
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-02 14:42:52 +00:00
xtraeme
ac32004b23 Initial import of efltk-2.0.5.
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-02 14:41:37 +00:00
adam
bfabbb5bab Updated comms/asterisk to 1.0.9 2005-09-02 12:59:25 +00:00
adam
ba5beff8db Changes 1.0.9:
-- 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-02 12:58:34 +00:00
rillig
5ba3f69424 Removed the (undocumented) -d/--debug option. 2005-09-02 12:39:42 +00:00
rillig
8e2103a120 The command line options are now defined in one table instead of two. 2005-09-02 12:10:16 +00:00
tron
05535fea50 Note update of "apache2" package to version 2.0.54nb5. 2005-09-02 11:48:34 +00:00
rillig
3b87a70054 In logical lines from Makefiles, white-space surrounding the
continuation is stripped from the string to make the output shorter.
2005-09-02 11:43:52 +00:00
tron
40b74e8b4e Add patch from Apache SVN repository to fix weak client certificate
validation reported in CAN-2005-2700. Bump package revision.
2005-09-02 11:40:56 +00:00
rillig
abef1f6e89 Added patch-ag to the distinfo file. It had already been added to
../../multimedia/mplayer-share/distinfo.
2005-09-02 10:52:09 +00:00
rillig
093cc95760 In the diagnostics, "../../" path components that are not at the
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-02 10:42:18 +00:00
rillig
cfec93f7e3 Removed references to missing patch-Makefile and patch-gdc_py.c from
distinfo. The patch files are called patch-aa and patch-ab.
2005-09-02 10:22:38 +00:00
rillig
1e45f525ef The PKGDIR variable is extracted from the Makefile first, because other
variables like PATCHDIR and DISTINFO_FILE depend on it.
2005-09-02 10:11:24 +00:00
adam
c00c16245f Updated www/curl to 7.14.1 2005-09-02 08:14:25 +00:00
adam
b0fc62efc1 Changes 7.14.1:
* 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-02 08:13:29 +00:00
jschauma
ba10ddeb17 note update of devel/pvs to 3.2 2005-09-02 02:28:20 +00:00
jschauma
5add9c1ebf Update pvs to 3.2:
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-02 02:27:11 +00:00
schmonz
ea35dfbdf2 Give these hacks a meaningful name ("arm-gcc2-optimizer"). 2005-09-02 01:40:20 +00:00
schmonz
501bf3692a Note ezmlm-idx update. 2005-09-02 01:10:20 +00:00
schmonz
14a687ea3f Update to 0.443. From the changelog:
- 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-02 01:08:48 +00:00
rillig
5deb0fcc3e When checking for direct use of tools, the Makefile lines are
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-02 01:03:20 +00:00
rillig
1c2f92a2b4 Fixed a newly introduced bug that prevented multiple patches per file from
being detected.
2005-09-01 23:24:35 +00:00
rillig
772fe05470 Fixed the false warnings for lines in patches that start with "---". The
old parser had been a little too simple.
2005-09-01 22:45:16 +00:00
rillig
fddefa4338 Removed trailing white-space in comments. 2005-09-01 22:23:41 +00:00
rillig
0753a70b6e Pkglint can check the pkgsrc root directory now. The checks are kept
minimal, as I use it mainly to check all the categories using the -r
flag.
2005-09-01 22:09:39 +00:00
rillig
aab3423f0a Indented the SUBDIR section to look like the SUBDIR sections in the
category Makefiles.
2005-09-01 22:02:34 +00:00
rillig
ac22c61ffe Added an (undocumented) option -r/--recursive that checks all the packages
in a category Makefile that are not commented out.
2005-09-01 21:39:57 +00:00
adrianp
c4c702f8f5 Fix typo in phpldapadmin entry 2005-09-01 20:36:33 +00:00
adrianp
0e1a4c260a Note phpldapadmin update 2005-09-01 19:58:35 +00:00
adrianp
c748eb60a4 Add a depends on apache
Fix up previous handling of new patch as suggested by salo@ in private email.
Bump PKGREVISION
2005-09-01 19:56:57 +00:00
rillig
3591882fc1 Removed the item saying that pkglint emits too many false warnings. 2005-09-01 18:12:54 +00:00
hubertf
55592c0463 fix typo in comment, reported by Leonard Schmidt on tech-pkg@ 2005-09-01 18:09:26 +00:00
darcy
4d80fa0954 Bump PKGREVISION for change made to patches/patch-al in revision 1.7 as
suggested by Lubomir Sedlacik in discussions on releng-pkgsrc and pullup
request 727.
2005-09-01 13:14:35 +00:00
markd
c669fd3031 The KDE libraries object to being in setgid binaries so don't try to
install them that way. Bump PKGREVISION.
2005-09-01 12:12:04 +00:00
hira
4277331690 Add PKG_OPTIONS_LEGACY_OPTS due to previous commit (esd -> esound).
Pointed out by dillo@.
2005-09-01 11:31:57 +00:00