Commit graph

178588 commits

Author SHA1 Message Date
hans
3f897a740c requires flex>=2.5.33 2011-11-26 15:39:31 +00:00
dholland
1e7740e660 policykit-gnome from 2011-11-14 and libgksu from 2011-11-19. Oops. 2011-11-26 15:06:43 +00:00
hans
e4dc69eac4 Add flex.mk, based on texinfo.mk, to check the version of the
platform-provided flex. Packages can set FLEX_REQD to require a
minimum flex version.
2011-11-26 14:58:45 +00:00
dholland
ba8f298d38 regen distinfo (hi joerg!) 2011-11-26 13:31:58 +00:00
obache
1a0723b265 * Update HOMEPAGE
* set LICENSE
2011-11-26 13:03:36 +00:00
adam
6caf2a32e7 Updated databases/slony1 to 2.1.0 2011-11-26 11:50:49 +00:00
adam
cb2d551131 Changes 2.1.0:
* The first release for Slony-I branch 2.1 has been released, in the form of
  version 2.1.0. It is a significant new version, fixing dozens of reported
  bugs, and adding some significant enhancements, including:
  - Implicit WAIT FOR
  - Support for adding tables in bulk
  - Support for replicating TRUNCATE
  - Health checks at startup
  - Performance improvement in cases of large backlog
  - Monitoring thread to provide better monitoring data
2011-11-26 11:49:51 +00:00
cheusov
302e8e62aa clang was added to a list of supported compilers
minor code clean-ups
2011-11-26 10:18:49 +00:00
obache
9722fb2419 Updated www/py-mechanize to 0.2.5 2011-11-26 09:18:42 +00:00
obache
cffcbe58c8 Update py-mechanize to 0.2.5.
(added test target)

2011-03-31 John J Lee <jjl@pobox.com>
	* 0.2.5 release.
	* This is essentially a no-changes release to fix easy_install
	  breakage caused by a SourceForge issue
	* Sourceforge is returning invalid HTTP responses, make download
	  links point to PyPI instead
	* Include cookietest.cgi in source distribution
	* Note new IETF cookie standardisation effort

2010-10-28 John J Lee <jjl@pobox.com>
	* 0.2.4 release.
	* Fix IndexError on empty Content-type header value. (GH-18)
	* Fall back to another encoding if an unknown one is declared.
	  Fixes traceback on unknoqn encoding in Content-type header.
	  (GH-30)

2010-10-16 John J Lee <jjl@pobox.com>
	* 0.2.3 release.
	* Fix str(ParseError()) traceback. (GH-25)
	* Add equality methods to mechanize.Cookie . (GH-29)

2010-07-17 John J Lee <jjl@pobox.com>
	* 0.2.2 release.
	* Officially support Python 2.7 (no changes were required)
	* Fix TypeError on .open()ing ftp: URL (only affects Python 2.4
	  and 2.5)
	* Don't include HTTPSHandler in __all__ if it's not available

2010-05-16 John J Lee <jjl@pobox.com>
	* 0.2.1 release.
	* API change: Change argument order of
	  HTTPRedirectHandler.redirect_request() to match urllib2.
	* Fix failure to use bundled BeautifulSoup for forms. (GH-15)
	* Fix default cookie path where request path has query containing
	  / character. (http://bugs.python.org/issue3704)
	* Fix failure to raise on click for nonexistent label. (GH-16)
	* Documentation fixes.

2010-04-22 John J Lee <jjl@pobox.com>
	* 0.2.0 release.
	* Behaviour change: merged upstream urllib2 change (allegedly a
	  "bug fix") to return a response for all 2** HTTP responses (e.g.
	  206 Partial Content).  Previously, only 200 caused a response
	  object to be returned.  All other HTTP response codes resulted
	  in a response object being raised as an exception.
	* Behaviour change: Use of mechanize classes with `urllib2` (and
	  vice-versa) is no longer supported.  However, existing classes
	  implementing the urllib2 Handler interface are likely to work
	  unchanged with mechanize.  Removed RequestUpgradeProcessor,
	  ResponseUpgradeProcessor, SeekableProcessor.
	* ClientForm has been merged into mechanize.  This means that
	  mechanize has no dependencies other than Python itself.  The
	  ClientForm API is still available -- to switch from ClientForm to
	  mechanize, just s/ClientForm/mechanize in your source code, and
	  ensure any use of the module logging logger named "ClientForm" is
	  updated to use the new logger name "mechanize.forms".  I probably
	  won't do further standalone releases of ClientForm.
	* Stop monkey-patching Python stdlib.
	* Merge fixes from urllib2 trunk
	* Close file objects on .read() failure in .retrieve()
	* Fix a python 2.4 bug due to buggy urllib.splithost
	* Fix Python 2.4 syntax error in _firefox3cookiejar
	* Fix __init__.py typo that hid mechanize.seek_wrapped_response and
	  mechanize.str2time.  Fixes
	  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465206
	* Fix an obvious bug with experimental firefox 3 cookiejar support.
	  It's still experimental and not properly tested.
	* Change documentation to not require a .port attribute on request
	  objects, since that's unused.
	* Doc fixes
	* Added mechanize.urljoin (RFC 3986 compliant function for joining
	  a base URI with a URI reference)
	* Merge of ClientForm (see above).
	* Moved to git (from SVN) http://github.com/jjlee/mechanize
	* Created an issue tracker http://github.com/jjlee/mechanize/issues
	* Docs are now in markdown format (thanks John Gabriele).
	* Website rearranged.  The old website has been archived at
	  http://wwwsearch.sourceforge.net/old/ .  The new website is
	  essentially just the mechanize pages, rearranged and cleaned up a
	  bit.
	* Source code rearranged for easier merging with upstream urllib2
	* Fully automated release process.
	* New test runner.  Single test suite; tests create their own HTTP
	  server fixtures (server fixtures are cached where possible for
	  speed).
2011-11-26 09:18:25 +00:00
sbd
a1c21870fa Updated multimedia/mediainfo to 0.7.51nb1 2011-11-26 09:17:41 +00:00
sbd
7c1269cb04 * Give the MAKE_ENV to the build script.
* Add missing devel/zlib buildlink.

Bump PKGREVISION
2011-11-26 09:17:30 +00:00
obache
6f39118201 Missing dependency on py-ClientForm of py-mechanize had been resolved with
0.1.11nb1. Future version of mechanize will not require ClientForm and
this package does not using ClientForm directly, so update DEPENDS pattern,
bump require version of py-mechanize and drop dependency on py-ClientForm.

Bump PKGREVISION.
2011-11-26 09:07:43 +00:00
sbd
86985ff188 Recursive bump for devel/exempi buildlink addition. 2011-11-26 06:09:10 +00:00
sbd
74cc72ab52 Updated devel/exempi to 2.1.1nb2 2011-11-26 06:08:58 +00:00
sbd
2d2963e0a5 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 06:08:47 +00:00
sbd
9d36fd3c84 Updated archivers/nulib2 to 2.0.3nb1
Updated audio/xmms to 1.2.11nb2
Updated converters/odt2txt to 0.4nb1
Updated cross/avr-binutils to 2.19.1nb1
Updated devel/ccache to 3.1.4nb1
Updated devel/darts to 0.32nb1
Updated devel/libnjb to 2.2.6nb1
Updated devel/snappy to 1.0.1nb1
Updated devel/tla to 1.3.5nb1
Updated geography/cmconvert to 1.9.5nb1
Updated geography/xrmap-base to 2.29nb2
Updated mail/mutt-devel to 1.5.21nb3
Updated net/lopster to 1.2.2nb4
Updated net/wget to 1.13.4nb2
Updated security/mcrypt to 2.6.8nb2
Updated security/stunnel to 4.46nb1
Updated security/sudo to 1.7.8p1nb1
Updated sysutils/radmind to 1.14.1nb1
Updated www/wwwoffle to 2.9anb2
2011-11-26 04:40:41 +00:00
sbd
9672dc02f3 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
joerg
79c17c8f31 Must pad version number to four digits 2011-11-26 02:03:39 +00:00
hans
199339d716 Fix build on NetBSD, and possibly other BSDs. 2011-11-26 00:05:54 +00:00
hans
88e81eecd5 revision bump (PLIST change) 2011-11-25 23:47:16 +00:00
hubertf
44affd02de Bump to 1.1.2.1nb3:
on Mac OS X, .orig files are created with permission ugo-rwx (= 0),
which causes problems here. Set some more sane permissions.
2011-11-25 23:15:19 +00:00
joerg
82094576fa No patching with sed, please 2011-11-25 22:45:00 +00:00
alnsn
e9c19badd0 Bump PKGREVISION after adding a new patch.
Prompted by Takahiro Kambe, thanks.
2011-11-25 22:25:51 +00:00
joerg
a411758f2e Fix build with modern GCC. 2011-11-25 22:25:30 +00:00
joerg
df982418df Fix build with modern GCC 2011-11-25 22:24:39 +00:00
joerg
506ad7f622 Needs pkg-config. Always enable Xinerama for modular Xorg. 2011-11-25 22:23:52 +00:00
joerg
cec1f35cf1 Fix build with newer GCC 2011-11-25 22:23:15 +00:00
joerg
f5ab330d0f Fix build with modern GCC. 2011-11-25 22:22:05 +00:00
joerg
a98c47d221 Fix build with modern GCC 2011-11-25 22:21:27 +00:00
joerg
7b3a880644 Fix build with newer GCC. 2011-11-25 22:20:58 +00:00
joerg
cd7288f415 Fix build with modern GCC 2011-11-25 22:20:28 +00:00
joerg
200bca78ca Fix build with newer GCC. 2011-11-25 22:19:56 +00:00
joerg
7740bfa956 Fix build with modern GCC. 2011-11-25 22:19:23 +00:00
joerg
fbee16312a Fix build with newer GCC 2011-11-25 22:18:54 +00:00
joerg
e481fe6616 Wants APU, so no apache2 2011-11-25 22:18:11 +00:00
joerg
711ce6c760 Fix build with modern GCC 2011-11-25 22:17:48 +00:00
joerg
4c779b853b Add missing includes. 2011-11-25 22:17:07 +00:00
joerg
3ba7bc54c0 Fix build with newer GCC 2011-11-25 22:16:26 +00:00
joerg
4aa0f49016 Newer GCC complains that foo != NULL is tautological, if foo is a local
variable, so deal with it.
2011-11-25 22:15:18 +00:00
joerg
dfea6833a6 Fix build with newer GCC. 2011-11-25 22:14:17 +00:00
joerg
7034ed5c88 Fix C++ syntax 2011-11-25 22:13:29 +00:00
joerg
fcdc213e3a Fix issues with newer OpenSSL 2011-11-25 22:12:28 +00:00
joerg
8beb4fd249 Fix build with newer GCC 2011-11-25 22:11:44 +00:00
joerg
2e939ac30c Explicitly disable -Werror on NetBSD. GCC gets confused by the ARP
headers.
2011-11-25 22:10:48 +00:00
joerg
2bfb9c1d48 Don't expect that NULL can be casted to char without warning. 2011-11-25 22:10:16 +00:00
joerg
ef233ffecb Fix build with newer GCC. 2011-11-25 22:09:13 +00:00
joerg
4e3fec847c Fix build with newer GCC 2011-11-25 22:08:29 +00:00
joerg
e7e798f3a0 Fix build with newer GCC. 2011-11-25 22:07:34 +00:00
joerg
cb83a279be Fix build with modern GCC 2011-11-25 22:05:36 +00:00