Commit graph

160777 commits

Author SHA1 Message Date
gdt
847234f173 Substitute the egg file in PLIST so that the version isn't hardcoded.
(We are missing infrastructure for egg files in non-egg packages.)
Problem pointed out by wiz@.
2010-07-23 23:04:27 +00:00
gdt
a3d52accd2 Explain what extension.mk is for, vs egg.mk, and clarify the notion of
egg info files in non-egg python distributions.

Add a comment that PY_NO_EGG appears wrong.  Obviously there is a
reason it was added, but we need to figure out why and if it's still
true.
2010-07-23 22:56:40 +00:00
gdt
1236d2b00e Clarify that this mk fragment is only for python distributions that
use setuptools.
2010-07-23 22:44:46 +00:00
pettai
25d9f55cfe Missed to remove a line containing etc 2010-07-23 22:41:49 +00:00
gdt
05c6117b29 SUBDIR+= py-foolscap 2010-07-23 21:48:08 +00:00
gdt
5c0f7b2d6f Added net/py-foolscap version 0.5.1 [gdt 2010-07-23]
(From pkgsrc-wip by Kamal Derouiche.)
2010-07-23 21:47:44 +00:00
gdt
d08420b8a4 Import py26-foolscap-0.5.1 as net/py-foolscap.
This is a ground-up rewrite of Perspective Broker, which itself is Twisted's
native RPC/RMI protocol (Remote Procedure Call / Remote Method Invocation).
If you have control of both ends of the wire, and are thus not constrained to
use some other protocol like HTTP/XMLRPC/CORBA/etc, you might consider using
Foolscap.

Fundamentally, Foolscap allows you to make a python object in one process
available to code in other processes, which means you can invoke its methods
remotely. This includes a data serialization layer to convey the object
graphs for the arguments and the eventual response, and an object reference
system to keep track of which objects you are connecting to. It uses a
capability-based security model, such that once you create a non-public
object, it is only accessible to clients to whom you've given the
(unguessable) FURL. You can of course publish world-visible objects that
have well-known FURLs.
2010-07-23 21:45:52 +00:00
gdt
c1ac008d73 Update to 0.10.0.
0.10.0 is from 2009; this package was at 0.3.0 (0.4.0 was released in
2005).  Upstream does not provide changelogs or NEWS.  This update
should be considered equivalent to removing the old package and
importing a new one.
2010-07-23 21:35:41 +00:00
joerg
d1f2d83167 pbulk-0.48: If pkg_add fails, remove binary package 2010-07-23 21:19:40 +00:00
gdt
f80bae9c8d Don't suppress egg-info file, so that programs that use requires to
find the Python package contained in this distribution will work.
2010-07-23 21:09:51 +00:00
gdt
c96177a7cf Add PY_NO_EGG=no and egg file to PLIST.
Add LICENSE.
2010-07-23 18:30:51 +00:00
drochner
3afa5003ec update to 1.2.3
changes:
-misc fixes, minor API extension
-allow to build against icu-4.4
-security fixes added (CVE-2010-1386, CVE-2010-1392, CVE-2010-1405,
 CVE-2010-1407, CVE-2010-1416, CVE-2010-1417, CVE-2010-1665, CVE-2010-1418,
 CVE-2010-1421, CVE-2010-1422, CVE-2010-1501, CVE-2010-1767, CVE-2010-1664,
 CVE-2010-1758, CVE-2010-1759, CVE-2010-1760, CVE-2010-1761, CVE-2010-1762,
 CVE-2010-1770, CVE-2010-1771, CVE-2010-1772, CVE-2010-1773, CVE-2010-1774)
2010-07-23 14:38:51 +00:00
adam
5195663e36 Added PKGCONFIG_OVERRIDE 2010-07-23 13:25:54 +00:00
adam
bf89e99aed Updated devel/SDL_ttf to 2.0.10 2010-07-23 13:25:31 +00:00
adam
1ba9b87fa6 Changes 2.0.10:
* Set the appropriate font styles for bold and italic fonts
* Added font style TTF_STYLE_STRIKETHROUGH
* Fixed size calculations taking outline and underline into account
* Added API for font outlining: TTF_GetFontOutline()/TTF_SetFontOutline()
* Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning()
* Fixed height calculation for fonts that extend below the font height
* Added access to font hinting: TTF_GetFontHinting()/TTF_SetFontHinting()
* Added TTF_GlyphIsProvided() to check whether a glyph is in a given font
2010-07-23 13:22:12 +00:00
schmonz
a87e8cbc25 Updated www/ikiwiki to 3.20100722 2010-07-23 13:07:46 +00:00
schmonz
280ccd62ae Update to 3.20100722. From the changelog:
* img: Add a margin around images displayed by this directive.
   * comments: Added commentmoderation directive for easy linking to the
     comment moderation queue.
   * aggregate: Write timestamp next aggregation can happen to
     .ikiwiki/aggregatetime, to allow for more sophisticated cron jobs.
   * Add --changesetup mode that allows easily changing options in a
     setup file.
   * openid: Fix handling of utf-8 nicknames.
   * Clarified what the filter hook should be passed: Only be the raw,
     complete text of a page. Not a snippet, or data read in from an
     unrelated file.
   * template: Do not pass filled in template through filter hook.
     Avoids causing breakage in po plugin.
   * color, comments, conditional, cutpaste, more, sidebar, toggle: Also
     avoid unnecessary calls to filter hook.
   * po: needstranslation() pagespec can have a percent specified.
   * Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have
     the caching problem that was added to work around). Closes: #588623
   * Made much more robust in cases where multiple source files produce
     conflicting files/directories in the destdir.
   * Updated French translation from Philippe Batailler. Closes: #589423
   * po: Fix selflink display on tranlsated pages. (intrigeri)
   * Avoid showing 'Add a comment' link at the bottom of the comment post form.
2010-07-23 13:07:16 +00:00
pettai
072bf7a57d Added the correct NSEC3 option 2010-07-23 08:42:05 +00:00
adam
4bcfc34231 Updated security/libgcrypt, audio/sox 2010-07-23 08:13:17 +00:00
adam
83da7837a3 Changes 14.3.1:
* Several fixes incl. multi-core MS-Windows threading problem.
* New MS-Windows native audio driver.
* New Grandstream ringtone file format.
* New support in libSoX for memory based file IO.
* Now able to set MP3 compression parameters.
2010-07-23 07:55:12 +00:00
ghen
9f5bcfd3c8 Automatically include dovecot-(manage)sieve options when generating distinfo. 2010-07-23 07:44:51 +00:00
adam
8b19684238 Changes in version 1.4.6:
* New variants of the TIGER algorithm.
* New cipher algorithm mode for AES-WRAP.
* Interface changes relative to the 1.4.2 release:
  GCRY_MD_TIGER1             NEW.
  GCRY_MD_TIGER2             NEW.
  GCRY_CIPHER_MODE_AESWRAP   NEW.
2010-07-23 06:39:03 +00:00
tnn
96bba1f934 Add missing checksum and take measures to prevent this mistake from
happening in the future. PR pkg/43654
2010-07-23 06:04:33 +00:00
gdt
270a0e0968 Don't bl3 against crypto++.
While one would expect a python wrapper for a library to link with the
library, this packages's source has files from crypto++, and it
doesn't try to link against the installed crypto++.
2010-07-23 01:17:42 +00:00
pettai
296e3bf547 Added security/dnssec-tools version 1.7 2010-07-22 21:30:50 +00:00
adam
cd107ee836 Updated databases/sqlite3 to 3.7.0, net/ntop to 4.0 2010-07-22 21:12:53 +00:00
adam
6345ae8ce1 Changes 4.0:
* Partially rewritten ntop processing engine to address reliability and
  performance
* Several bugs and stability issues fixed
* Added better support for IPFIX and NetFlow v9, as well as ntop PEN
 (Private Enterprise Number)
* Added support for Cisco ASA firewalls
* Added ntop engine scriptability via the python programming language
* Added RRDalarm plugin for generating alerts based on thresholds
* Improved google maps integration
* Enhanced sFlow support
2010-07-22 21:10:52 +00:00
pettai
639fa84a11 The DNSSEC-Tools project is about creating a set of software tools, patches,
applications, wrappers, extensions, and plugins that will help ease
the deployment of DNSSEC related technologies.
2010-07-22 21:08:26 +00:00
adam
429132a3f2 Changes 3.7.0:
* Added support for write-ahead logging.
* Query planner enhancement - automatic transient indices are created when
  doing so reduces the estimated query time.
* Query planner enhancement - the ORDER BY becomes a no-op if the query also
  contains a GROUP BY clause that forces the correct output order.
* Add the SQLITE_DBSTATUS_CACHE_USED verb for sqlite3_db_status().
* The logical database size is now stored in the database header so that bytes
  can be appended to the end of the database file without corrupting it and so
  that SQLite will work correctly on systems that lack support for ftruncate().
2010-07-22 21:07:45 +00:00
pettai
5f72196485 Nmap 5.35DC1 [2010-07-16]
Some of the highlights are:

o [NSE] Added more scripts, bringing the total to 131!
o Performed a major OS detection integration run.
o Performed a large version detection integration run.
o [Zenmap] Added the ability to print Nmap output to a printer.
o [Nmap, Ncat, Nping] The default unit for time specifications is now
  seconds, not milliseconds, and times may have a decimal point.
o Ports are now considered open during a SYN scan if a SYN packet
  (without the ACK flag) is received in response.
o [Ncat] In listen mode, the --exec and --sh-exec options now accept a
  single connection and then exit, just like in normal listen mode.
o UDP payloads are now stored in an external data file, nmap-payloads,
  instead of being hard-coded in the executable.
o Added a new library, libnetutil, which contains about 2,700 lines of
  networking related code which is now shared between Nmap and Nping
o Improved service detection match lines.
o Improved our brute force password guessing list by mixing in some
  data sent in by Solar Designer of John the Ripper fame.
o [Zenmap] IP addresses are now sorted by octet rather than their
  string representation.
o [Ncat] When receiving a connection/datagram in listen mode, Ncat now
  prints the connecting source port along with the IP address.
o Added EPROTO to the list of known error codes in service scan.
o Updated IANA IP address space assignment list for random IP (-iR)
  generation.
o Zenmap's "slow comprehensive scan profile" has been modified to use
  the best 7-probe host discovery combination we were able to find in
  extensive empirical testing
o Zenmap now lets you save scan results in normal Nmap text output
  format or (as before) as XML.
o [NSE] Raw packet sending at the IP layer is now supported, in
  addition to the existing Ethernet sending functionality.
o Nmap now honors routing table entries that override interface
  addresses and netmasks.
o [Ncat] The HTTP proxy server now accepts client connections over
  SSL, and added support for HTTP digest authentication of proxies, as
  both client and server.
o Improved the MIT Kerberos version detection signatures.

Plus many bugfixes and improvements.

For full changelog, see http://nmap.org/changelog.html
2010-07-22 20:46:29 +00:00
gdt
711faa9bd0 Add py-crypto and py-cryptopp. 2010-07-22 20:22:49 +00:00
gdt
f633ec547b Added security/py-cryptopp version 0.5.19 [gdt 2010-07-22] 2010-07-22 19:40:11 +00:00
gdt
441cc2cb1b Import py26-cryptopp-0.5.19 as security/py-cryptopp.
pycryptopp is a set of Python wrappers for a few of the best crypto
algorithms from the Crypto++ library.
2010-07-22 19:39:41 +00:00
gdt
05602f6554 Note addition of py-crypto, resurrected 9 years later. 2010-07-22 19:35:57 +00:00
gdt
d59ea9a05e Fix import; apparently importing a package that used to exist does not
go well.
2010-07-22 19:34:11 +00:00
gdt
fd78140742 Import py26-crypto-2.1.0 as security/py-crypto.
Python extensions using OpenSSL which contains hashing algorithms,

This package more or less supersedes py-amkCrypto.
chaffing/winnowing, random number generation, various utility modules,
and several block encryption and digital signature algorithms.
2010-07-22 19:30:42 +00:00
drochner
561fddf14e add recent additions/updates 2010-07-22 16:47:51 +00:00
drochner
b910708931 update to 0.10.19
change: Wrap new gstreamer API up to 0.10.30
2010-07-22 16:34:47 +00:00
tnn
af37c3508f Updated net/Transmission to 2.03 2010-07-22 14:52:51 +00:00
taca
a86141f1dd Note update of www/contao29 package to 2.9.0nb2 and
update of www/contao29-translations package to 20100720.
2010-07-22 14:11:05 +00:00
taca
eedb3d7ca8 Update contao29-translations package to 20100720.
* Add missing PIST Guarani which I forgot to add.
* Update French, Croatian, Hungarian, Japanese, Dutch and Swedish
  language files.
2010-07-22 14:09:46 +00:00
taca
b6302fd559 * Make languages files writable to web server to allow language files
as extension.

Bump PKGREVISION.
2010-07-22 14:04:49 +00:00
drochner
47b0b84112 reset PKGREV for base pkg update 2010-07-22 13:22:01 +00:00
drochner
fa703c6080 update to 0.10.24
changes:
-Use Orc for SIMD and other optimisations, and remove liboil dependency
-fixes, minor feature extensions
2010-07-22 12:59:47 +00:00
drochner
1df9cd57e0 update to 0.10.30
changes:
-Use Orc for SIMD and other optimisations, and remove liboil dependency
-fixes, minor feature extensions
2010-07-22 12:57:15 +00:00
drochner
ccb5793ecc update to 0.10.30
changes: bugfixes, minor extensions
2010-07-22 12:51:49 +00:00
drochner
f234df9553 needs py-expat to build, seen in bulk build 2010-07-22 08:31:35 +00:00
jklos
a0bd8606c0 Correctly do cache flushing on m68k NetBSD. Fixes PR #43106. 2010-07-22 04:17:44 +00:00
sbd
7f47face22 If db4 is selected as the DBD_TYPE then PTHEADS_LDFLAGS is needed for linking. 2010-07-21 22:29:36 +00:00
wiz
1d2ce8b405 + obexftp-0.23. 2010-07-21 20:53:54 +00:00