summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-01Don't include mk/bdb.m3.mk for the builtin heimdal.joerg1-1/+5
2010-07-01Fix tool reference leaks. Bump revisionjoerg1-2/+3
2010-07-01Fix PLISTjoerg2-2/+8
2010-07-01Needs user/group early during installation.joerg1-1/+2
XXX Plays bad games with PKG_SYSCONFDIR
2010-07-01Needs user early during installationjoerg1-1/+3
2010-07-01Dance The Doxygen! Bump revisionjoerg2-37/+77
2010-07-01Needs py-expat for build. Fix destdir.joerg1-4/+5
2010-07-01fix off-by-one error parsing resolv.conftez3-11/+29
fix fd leak
2010-07-01On NetBSD, if /sbin/ping exists, pass that down. /sbin is not part ofjoerg1-1/+7
the default user PATH.
2010-07-01sortjnemeth1-2/+2
2010-06-30Fix path on MASTER_SITE_TEX_CTAN.wiz3-6/+6
2010-06-30Drop maintainership; I no longer use subversion much.gdt1-2/+2
2010-06-30Updated mail/getmail to 4.20.0schmonz1-1/+2
2010-06-30Update to 4.20.0. From the changelog:schmonz2-6/+6
-fix crap code from bad svn merge that slipped into 4.18.0, triggering exceptions in MDA_external configs. Thanks: Paul Howarth.
2010-06-30Note update of the "ghostscript" package to version 8.71nb4.tron1-1/+2
2010-06-30Add a fix for the security vulnerability reported in CVE-2010-1628tron5-3/+145
taken from the Ghostscript Bugzilla.
2010-06-30DESTDIR support.markd3-3/+23
2010-06-30Not for Python 2.4joerg1-1/+2
2010-06-30Doesn't work with Python 2.4joerg1-1/+2
2010-06-30Fix PLIST. Caught by <joerg>.asau1-7/+6
2010-06-30build fix for a leafy package (plus some beautifying)spz4-2/+29
2010-06-30Updated graphics/rabbit to 0.6.4nb2obache1-1/+2
2010-06-30enable keybord interface on Clutter render.obache3-3/+23
taken form upstream r1380. Bump PKGREVISION.
2010-06-29Updated mail/getmail to 4.19.0schmonz1-1/+2
2010-06-29Update to 4.19.0. From the changelog:schmonz2-6/+6
-fix missing import introduced in 4.18.0. Thanks: Paul Howarth.
2010-06-29Dance The Doxygen!joerg2-16/+19
2010-06-29Roll back commit: this is pkgsrc freeze (sorry, I missed the message)manu8-94/+2
2010-06-29Note update of the "python26" package to version 2.6.5nb1.tron1-1/+2
2010-06-29Add fix for CVE-2010-2089 taken from Red Hat's Bugzilla database.tron3-2/+330
2010-06-29--enable-gtk2 and --with-gtk-prefix are not there, just use --enable-wireshark.obache1-3/+2
2010-06-29Add workaround for strance detection of yacc&lex.obache1-1/+3
It expected that ${YACC} and ${LEX} point to its name, not full path.
2010-06-29Added security/pam-p11-0.1.5manu2-2/+4
2010-06-29Pam_p11 is a plugable authentication module (PAM) package for usingmanu6-0/+90
crpytographic PKCS#11 tokens such as smart cards and usb crypto tokens for local authentication. Pam_p11 implements two authentication modules: * pam_p11_openssh authenticates the user against public keys found in OpenSSH ~/.ssh/authorized_keys file. * pam_p11_opensc authenticates the user against certificates found in ~/.eid/authorized_certificates.
2010-06-28DESTDIR supportjoerg1-12/+9
2010-06-28Updated security/py-openid to 2.2.5 [roy 2010-06-28]wiz2-4/+4
2010-06-28Allow building with Emacs 24.xjoerg2-1/+15
2010-06-28Mention sysutils/fabric update to 0.9.1gls1-1/+2
2010-06-28Update to fabric 0.9.1gls3-8/+10
======================== Changes in version 0.9.1 ======================== The following changes were implemented in Fabric 0.9.1: Feature additions ================= :issue:`82`: `~fabric.contrib.files.append` now offers a `partial` kwarg allowing control over whether the "don't append if given text already exists" test looks for exact matches or not. Thanks to Jonas Nockert for the catch and discussion. :issue:`112`: `fab --list` now prints out the fabfile's module-level docstring as a header, if there is one. :issue:`141`: Added some more CLI args/env vars to allow user configuration of the Paramiko `connect` call -- specifically :ref:`no_agent` and :ref:`no_keys`. Bugfixes ======== :issue:`75`: `fab`, when called with no arguments or (useful) options, now prints help, even when no fabfile can be found. Previously, calling `fab` in a location with no fabfile would complain about the lack of fabfile instead of displaying help. :issue:`130`: Context managers now correctly clean up `env` if they encounter an exception. Thanks to Carl Meyer for catch + patch. :issue:`132`: `~fabric.operations.local` now calls `strip` on its stdout, matching the behavior of `~fabric.operations.run`/`~fabric.operations.sudo`. Thanks to Carl Meyer again on this one. :issue:`166`: `~fabric.context_managers.cd` now correctly overwrites `env.cwd` when given an absolute path, instead of naively appending its argument to `env.cwd`'s previous value. Documentation updates ===================== A number of small to medium documentation tweaks were made which had no specific Redmine ticket. The largest of these is the addition of :doc:`the FAQ <../faq>` to the Sphinx documentation instead of storing it as a source-only text file. (Said FAQ was also slightly expanded with new FAQs.) :issue:`17`: Added :ref:`note to FAQ <faq-daemonize>` re: use of `dtach` as alternative to `screen`. Thanks to Erich Heine for the tip. :issue:`64`: Updated :ref:`installation docs <downloads>` to clarify where package maintainers should be downloading tarballs from. Thanks to James Pearson for providing the necessary perspective. :issue:`95`: Added a link to a given version's changelog on the PyPI page (technically, to the `setup.py` `long_description` field). :issue:`110`: Alphabetized :ref:`the CLI argument command reference <command-line-options>`. Thanks to Erich Heine. :issue:`120`: Tweaked documentation, help strings to make it more obvious that fabfiles are simply Python modules. :issue:`127`: Added :ref:`note to install docs <pypm>` re: ActiveState's PyPM. Thanks to Sridhar Ratnakumar for the tip.
2010-06-28New version, 2.2.5. Fixes PR pkg/43528.roy2-8/+9
No upstream changelog.
2010-06-28Updated x11/gtkmm to 2.20.3nb2wiz1-1/+2
2010-06-28Fix PLIST by using bsdtar for extracting.wiz2-3/+10
Fixes PR 43521 by Aleksey Cheusov based on an idea by tnn. Bump PKGREVISION.
2010-06-28DESTDIR supportjoerg4-20/+31
2010-06-28DESTDIR supportjoerg1-3/+5
2010-06-28DESTDIR supportjoerg7-23/+26
2010-06-28Basic DESTDIR supportjoerg5-10/+18
2010-06-28DESTDIR supportjoerg3-17/+30
2010-06-28Fix PLIST for Linux. From Aleksey Cheusov in PR 43532.wiz1-1/+2
2010-06-28+ ImageMagick-6.6.2.9, Sigil-0.2.3, aria2-1.9.4 [pkg/43511],wiz1-22/+33
asymptote-2.00, autogen-5.10.2, doxygen-1.7.1, eog-plugins-2.30.2 [GNOME 2.30], etm-628, feh-1.8, gnutls-2.10.0, guile-www-2.26, mawk-1.3.4.20100625, meld-1.3.2, mimedefang-2.70, p5-Module-CoreList-2.35, p5-Module-Install-1.00, p5-PerlMagick-6.6.2.9, p5-YAML-Tiny-1.42, pcre-8.10, plptools-1.0.10, puzzles-8969, py-cups-1.9.51, py-moin-1.9.3 [pkg/43524], py-openid-2.2.5 [pkg/43528], qt4-creator-2.0.0, sawfish-1.6.3.1, telepathy-gabble-0.9.14, udunits-2.1.17 [pkg/43529], worker-2.17.8, x264-devel-20100626, xf86-video-intel-2.12.0, xorg-util-macros-1.10.0.
2010-06-28Mention new qt4-creator package (hi drochner!)wiz1-1/+2
2010-06-28DESTDIR supportjoerg1-5/+9