Commit graph

171725 commits

Author SHA1 Message Date
drochner
ac1eef7d3b update to 2.28.7
changes:
-bugfixes
-translation updates
2011-05-25 09:38:42 +00:00
drochner
ade1bcc810 add patch from upstream to make network connections (to fetch CRLs)
non-blocking. Blocking can be considered a DOS problem because other
requests are not served in that time. (SA44680, no CVE entry)
bump PKGREV
2011-05-25 09:29:05 +00:00
tron
a8f4de348d Note update of the "milter-greylist" package to version 4.2.7. 2011-05-25 07:16:22 +00:00
tron
228f8a8839 Note update of the "milter-greylist" package to version 4.2.7. 2011-05-25 07:15:44 +00:00
tron
82222c5d18 Update "milter-greylist" package to version 4.2.7. Changes since 4.2.6:
- Fix ratelimit sliding window for computing average
- Fix p0f port byte order (Enrico Scholz)
- Fix milter-greylist.m4 for newer Sendmail (Joe Pruett)
- Fix autoconf warning about --datarootdir (R P Herrold)
2011-05-25 07:15:32 +00:00
obache
1ae6561d65 * set LICENSE=gnu-gpl-v2.
* add user-destdir installation support.
2011-05-25 06:11:46 +00:00
obache
934d690ccc LICENSE=gnu-gpl-v1 2011-05-25 05:54:38 +00:00
obache
3b65b5dcbf USE_GAMESGROUP=yes 2011-05-25 04:42:58 +00:00
dmcmahill
b49c75b264 Added databases/idzebra version 2.0.47 2011-05-25 01:13:39 +00:00
dmcmahill
d19dc798b0 add idzebra 2011-05-25 01:12:30 +00:00
dmcmahill
a6035d6ec3 Import idzebra-2.0.47
Zebra is a high-performance, general-purpose structured text indexing and
retrieval engine. It reads structured records in a variety of input formats
(eg. email, XML, MARC) and allows access to them through exact boolean
search expressions and relevance-ranked free-text queries.

Zebra supports large databases (more than ten gigabytes of data, tens of
millions of records). It supports incremental, safe database updates on
live systems. You can access data stored in Zebra using a variety of Index
Data tools (eg. YAZ and PHP/YAZ) as well as commercial and freeware Z39.50
clients and toolkits.
2011-05-25 01:11:29 +00:00
mspo
ba06b3bdb4 fix issue with double dollar-sign in patch-ab 2011-05-24 23:54:58 +00:00
obache
8a81a358f6 * LICENCE=gnu-gpl-v2 # or later
* add user-destdir installation support
2011-05-24 12:38:43 +00:00
is
3fa7dc3806 DESTDIR support 2011-05-24 12:26:00 +00:00
obache
f2e281c681 * add an patch for compiler warning free.
* regen patches
* add user-destdir installation support.
2011-05-24 12:03:37 +00:00
obache
dff72a7dff * set LICENSE=gnu-gpl-v2 # or later
* honor PKGMANDIR
* add user-destdir installation support
2011-05-24 11:32:54 +00:00
obache
14fcd8f71c sort. 2011-05-24 10:00:26 +00:00
obache
f6ac20ec7f Updated games/xjewel to 1.6nb3 2011-05-24 09:54:19 +00:00
obache
ff7aed93d8 * Honor VARBASE for score file directory.
* Handle score file as a part of package.
* Add user-destdir installation support.

Bump PKGREVISION.
2011-05-24 09:54:05 +00:00
cheusov
2918c7dc88 +parallel, oked by sponsors 2011-05-23 21:40:03 +00:00
cheusov
8f0b2a55bf Added parallel/parallel version 20110522 2011-05-23 21:38:48 +00:00
cheusov
0cffe25a6d GNU Parallel is a shell tool for executing jobs in parallel using one or
more machines.  A job is typically a single command or a small script that
has to be run for each of the lines in the input.  The typical input is a
list of files, a list of hosts, a list of users, or a list of tables.
2011-05-23 21:38:37 +00:00
cheusov
094533f752 +dikt, oked by sponsors 2011-05-23 21:08:45 +00:00
cheusov
e9580c2bb4 Added textproc/dikt version 2d 2011-05-23 21:07:23 +00:00
cheusov
2ac79479de Dictionary program for KDE accessing dictionary servers
via specialized protocol (RFC2229).
2011-05-23 21:07:12 +00:00
zafer
1b2407bb5c note update of net/filezilla to 3.5.0 2011-05-23 20:05:00 +00:00
zafer
46929c0100 Update filezilla to 3.5.0
Changelog:
* Don't create queue.xml anymore if it does not exist
* MSW: Progress lines in transfer queue now appear in correct position after changing the Windows theme
* MSW: Work around a bug in Windows where a list controls' scroll position changes without the control being notified in any way
* Several fixes to build system and environment
* Added experimental setting to strip file revision upon download from VMS servers. Set "Strip VMS revisions" to 1 in FileZilla.xml to enable
* The string coalescer benchmark debug option no longer crashes if benchmarking an empty string coalescer
* The transfer queue is now stored in an SQLite database. This greatly improves performance and vastly reduces memory consumption while loading/saving the queue
* Additional improvements to general queue performance and memory consumption
* The provided Linux binaries are now compiled for Debian Squeeze instead of Lenny
* Fixed crash during shutdown of FileZilla
* Clearing the queue when it was not yet fully populated no longer causes a crash
* If using ask login type for a site and no username is given, the initial focus is now on the user box in the login dialog
2011-05-23 20:03:35 +00:00
bouyer
59caa8f614 Updated net/p5-SNMP-Info to 2.04
Updated net/netdisco to 1.1
2011-05-23 19:40:17 +00:00
bouyer
7a0e8c2a04 Update netdisco-1.1 and add DESTDIR support.
Changes since 1.0:
Features:
 + []        Add report with number of ports per device that are up, recently
             down and down for a longer time.
 + []        Allow selecting multiple devices in admin_dev.html for actions
             that don't require confirmation (eg macsuck, arpnip, refresh).
             Based on patch by Michael Rubashenkov.
 + []        Add arpnip_min_age, macsuck_min_age and discover_min_age config
             directives, which can be used to prevent polling devices too often.
 + [2982386] Add port_search page so that users can search for ports based
             on the configured description/name. -bldewolf
 + []        Add "Port Usage" report page. Work in progress. -jeroenvi
 + []        Add config option for adding edge styles for graphs. -bldewolf
 + []        Small changes to support devices without sysServices ("layers")
 + []        Add "show free ports" option to Device View. -jeroenvi
 + []        New version of device.html - more columns to be shown/hidden,
             (hopefully) easier to maintain & extend. For testing purposes
             added as "device-new.html". -jeroenvi
 + []        Detect wrapping in device uptime counter & compensate. -jeroenvi
 + [2982390] Added command line option for saving configurations that have
             been modified by jobs in the last x minutes.  Added commented
             cronjob to call this hourly.
 + []        Add support for IPv6 node address tracking. -jeroenvi
 + []        Add device_port_power.power column to store output power per
             PSE port in milliwatts. -jeroenvi
 + [2777415] Improved PoE support in new Device View with accurate PoE source
d
             power per port (if device supports it, fallback to class-based
             estimation). -jeroenvi
 + []        IPv6 address to hostname resolving (quick hack by rkerr)
 + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from
             Nic Bernstein.
 + [3148218] Detect Proxim wireless APs in WAP search (J R Binks)

Bugfixes:
 * []        Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb
 * [3002989] Performance improvement for add_arp SQL query. -bldewolf
 * [2991159] Fix complaints when doing a partial MAC search. -bldewolf
 * []        Fix complaints from reports.html with no report type. -bldewolf
 * []        Improve query performance in expire_ips(). -bldewolf
2011-05-23 19:39:09 +00:00
bouyer
bf7dd0ff98 Update to 2.04. Changes since 2.01:
+ Support for older HP switch models moved to new L2::HP4000 class
    + Fix VLAN changing in L2::HP and L2::HP4000 classes
    * Updated model lists in HP classes
    + [2980782] Added L3::CiscoFWSM for Cisco Firewall Services Modules
      (Brian De Wolf)
    + Added L3::Pf for FreeBSD PFSense Firewalls (max)
    * Added specific functions for neighbor mgmt addresses to CDP class
    * Implemented os_bin() method in CiscoStats
    + [2980787] Fix for C1900 bp_index not containing interfaces.
      (Brian De Wolf)
    + [2599795] Added vendor_i_type() method to HP and HP4000 clases
    + [2688801] Minor modification for obscure Proxim/Orinoco device
      (jrbinks)
    + [3051443] Add PoE measured power per port to Cisco, Extrme and HP
      classes (jeroenvi)
    * Minor tweaks to support devices without sysServices
    * Added Cisco CBS3xxx blade switches to L3::C6500
    * Fix for FWSMs not being detected properly.  Special thanks goes to
      Jukka Pirhonen for pointing it out. (Brian De Wolf)
    + Added support for IPv6 to physical address mapping
    * Added ME340x to L3::C3550
    * Added new ProCurve models to HP class
2011-05-23 19:30:20 +00:00
minskim
91ec369a42 Note update of tex-pdfpages{,-doc}. 2011-05-23 18:30:36 +00:00
minskim
7590dc61da Update tex-pdfpages to 0.4n and add missing dependencies.
Changes:
- \includepdfmerge was updated.
2011-05-23 18:29:45 +00:00
minskim
17b5df895a Add ruby-classifier. 2011-05-23 18:12:56 +00:00
minskim
e494d37a8a Import ruby19-classifier-1.3.3 as textproc/ruby-classifier.
Classifier is a general classifier module for Ruby to allow Bayesian
and other types of classifications.
2011-05-23 18:11:23 +00:00
mef
9ff3c0a709 Fix typo 2011-05-23 14:17:55 +00:00
obache
ff8ac1df1f Updated games/xmris to 4.05nb3 2011-05-23 12:06:11 +00:00
obache
b75ed2b71b * add user-destdir installation support.
* set LICENSE=gnu-gpl-v2
* replace manual SED with SUBST.
* prepare game score directory and file with pkgsrc.

Bump PKGREVISION.
2011-05-23 12:05:53 +00:00
obache
f076335935 sort. 2011-05-23 12:02:58 +00:00
cheusov
5ca06fe7fe fix. pkglint doesn't treat files ending with .mk under patches/ directory
as Makefiles. Version bumped. Oked by wiz@
2011-05-23 10:59:36 +00:00
cheusov
314f472c23 fix #!/usr/bin/env issue, oked by wiz@ 2011-05-23 08:28:42 +00:00
minskim
47a5efd03c Add ruby-fast-stemmer. 2011-05-23 02:58:20 +00:00
minskim
916cfb432f Import ruby19-fast-stemmer-1.0.0 as textproc/ruby-fast-stemmer.
Fast-stemmer is simply a wrapping around multithreaded Porter stemming
algorithm.
2011-05-23 02:56:56 +00:00
tron
beeadd8c7f Note update of the "apache22" package to version 2.2.19. 2011-05-22 22:55:06 +00:00
tron
35f4b56baf Update "apache22" package to version 2.2.19. Changes since version 2.2.18:
- Revert ABI breakage in 2.2.18 caused by the function signature change
  of ap_unescape_url_keep2f().  This release restores the signature from
  2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex().
  [Eric Covener]
2011-05-22 22:54:50 +00:00
tron
d320770eb8 Note update of the "apr-util" package to version 1.3.12. 2011-05-22 22:47:31 +00:00
tron
67c5f21732 Update "apr-util" package to version 1.3.12. Changes since version 1.3.11:
- apr_ldap: Fix crash because of NULL cleanup registered by
  apr_ldap_rebind_init(). [Rainer Jung]
2011-05-22 22:47:19 +00:00
tron
afec81d080 Note update of the "apr" package to version 1.4.5. 2011-05-22 22:41:14 +00:00
abs
56f2e30d6b When reporting packages detected by BSDpkg indicate them as 'BSDpkg' by
default, and 'pkgsrc' if appropriate
2011-05-22 22:41:09 +00:00
tron
1169b0adf0 Update "apr" package to version 1.4.5. Change since version 1.4.4:
- Security: CVE-2011-1928
  apr_fnmatch(): Fix high CPU loop. [William Rowe]
- Fix top_builddir in installed apr_rules.mk. [Bojan Smojver]

Please note the fix for CVE-2011-1928 was previously already integrated
as a patch.
2011-05-22 22:41:00 +00:00
ryoon
5a59fbba17 Fix typo in filename. 2011-05-22 20:55:31 +00:00