summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Updated www/py-rss2gen to 1.0.0obache1-1/+2
2011-10-15* LICENSE=modified-bsdobache2-6/+5
* remove unused PLIST_SUBST. * regist egg-info. Bump PKGREVISION.
2011-10-15LICENSE=mitobache1-1/+2
2011-10-15Updated www/py-simpletal to 4.1nb1obache1-1/+2
2011-10-15* LICENSE=modified-bsdobache2-5/+6
* regist egg-info Bump PKGREVISION.
2011-10-15LICENSE=2-clause-bsdobache1-1/+2
2011-10-15Updated audio/py-cddb to 1.4nb2obache1-1/+2
2011-10-15* LICENSE=gnu-gpl-v2obache2-6/+6
* regist egg-info Bump PKGREVISION.
2011-10-15Updated audio/py-libmtag to 0.3.0nb1obache1-1/+2
2011-10-15* regist egg-info.obache2-5/+9
Bump PKGREVISION.
2011-10-15Updated audio/py-musicbrainz to 0.4.1nb1obache1-1/+2
2011-10-15* regist egg-infoobache2-5/+7
Bump PKGREVISION.
2011-10-15Updated audio/py-mad to 0.6nb1obache1-1/+2
2011-10-15* regist egg-infoobache2-6/+5
Bump PKGREVISION.
2011-10-15Updated audio/py-mpd to 0.2.0nb1obache1-1/+2
2011-10-15* LICENSE=gnu-gpl-v3obache2-4/+8
* regist egg-info Bump PKGREVISION.
2011-10-15Updated audio/py-ogg to 1.3nb3obache1-1/+2
2011-10-15* set LICENSE=gnu-lgpl-v2obache2-7/+6
* register egg-info. Bump PKGREVISION.
2011-10-15* no need to buildlink with py-SOAPpy, simple DEPENDS is sufficient.obache2-6/+8
* regist egg-info. Bump PKGREVISION.
2011-10-15Updated print/py-pslib to 0.2.0nb3obache1-1/+2
2011-10-15* regist egg-infoobache2-5/+7
Bump PKGREVISION.
2011-10-15Updated devel/py-kqueue to 2.0nb2obache1-1/+2
2011-10-15* PKG_SKIP_REASON is deprecated, use PKG_FAIL_REASON instead.obache2-7/+9
* set LICENSE=modified-bsd. * register egg-info Bump PKGREVISION.
2011-10-15Updated devel/py-unit to 1.4.1nb2obache1-1/+2
2011-10-15* regist egg-infoobache2-5/+6
Bump PKGREVISION.
2011-10-15Fixes EGG_NAME.obache2-3/+5
2011-10-15Updated devel/py-unitgui to 1.4.1nb3obache1-1/+2
2011-10-15* regist egg-info.obache2-7/+7
* no need to buildlink with py-Tk, simple DEPENDS is sufficient. Bump PKGREVISION.
2011-10-15Updated audio/py-daap to 0.7nb2obache1-1/+2
2011-10-15register egg-info.obache2-6/+5
Bump PKGREVISION.
2011-10-15Update HOMEPAGE.obache1-2/+2
2011-10-15Updated devel/cmake to 2.8.6adam1-1/+2
2011-10-15Changes 2.8.6:adam5-24/+43
Kitware is pleased to announce the release of CMake 2.8.6. This release features several notable changes, including a new AUTOMOC target property that helps make it easier to build Qt projects and support for the Intel Fortran compiler in VisualStudio10. Additionally, VisualStudio 9 and 10 generators for Itanium platform have been added, and appear as the “Visual Studio 9 2008 IA64” and “Visual Studio 10 IA64” generators on Windows builds of CMake. This release also contains an experimental generator in the Windows build targeting VisualStudio 11. It will remain "Experimental" until VisualStudio 11 itself is finalized. If you have the developer preview of VisualStudio 11, we would appreciate any feedback you have. Please keep in mind that this is very new, and has only been tested enough to be useful to include for the community to test drive and provide feedback on. Other improvements include the movement of many files from KDE's overrides of CMake module files, which have been accepted into upstream CMake thanks to the hard work of Alex Neundorf and Stephen Kelly. There have been many Xcode generator improvements, including support for iOS projects and the ability to switch between simulator and device builds.
2011-10-15Fix compilation on perl 5.14, from cyrus-imapd-2.4 branch.obache2-1/+85
2011-10-15Change the X11_TYPE conditional to work with the switch in the defaultsbd1-2/+2
X11_TYPE to modular.
2011-10-15PR#44846: Fix lang/mono for x86_64 DragonFlymarino2-6/+22
The patch-ad modification was independently created by myself before I knew about this PR. The mono build has been broken for several months, but with this patch along with modifications for the linker, mono now builds on an x86_64 DragonFly machine.
2011-10-15Rename "flavor" to "pkgformat".reed29-136/+136
This is from Anton Panev's GSoC 2011 project to add RPM and DPKG support to pkgsrc. (I am not adding that further support in this commit.) This is just a rename of the existing functionality. Now it will be easy to test the GSoC work by simply putting in a single directory (such as "rpm" or "deb"). See http://addpackageforma.sourceforge.net/ for some details. This is from Anton's CVS, but I made some minor changes: - changed plural pkgformats to singular pkgformat (to be consistent) - fixed a few places (in comments) that were missed - catch up on some additions to flavor not in the pkgforma cvs: PKGSRC_SETENV and _flavor-destdir-undo-replace and undo-destdir-replace-install.
2011-10-14Fixed URL to SquidFAQ entry.jklos1-2/+2
2011-10-14Fix PLIST (add missing line)ryoon1-1/+2
2011-10-14Updated graphics/pngcrush to 1.7.20adam1-1/+2
2011-10-14Changes 1.7.20:adam3-23/+20
* Removed the call to png_read_transform_info() when the system libpng is being used, so it can be built with a system libpng. Changes 1.7.19: * pngcrush-1.7.18 failed to read interlaced PNGs. Reverted the change from calling png_read_transform_info() to png_read_update_info(). Since png_read_transform_info() is not exported we again cannot build with the system libpng15. Changes 1.7.18: * This version will work with either a "system" libpng14 or libpng15, or with the embedded libpng15. The deprecated usage of libpng png_struct members and unexported functions has been removed. * Revised the format of the time report (all on one line so you can get a nice compact report by piping the output to "grep coding").
2011-10-14devel/gps: Upgrade to version 5.0.1marino15-745/+1082
Originally this was an attempt to upgrade version 5.0.0 to version 5.1-RELEASE or even 5.2-DEVELOPMENT, but it turns out that those versions require a GNAT Ada compiler based on gcc 4.7, which hasn't had its first release yet. This is mainly due to an change in the project management API, but using the 4.7 source files fail to compile due to the new SPARK restrictions. Therefore GPS must remain at 5.0.x until such time as GNAT-AUX is based on gcc 4.7. This is a bug fix release. The list of bug fixes is unknown, but it's confirmed the bug on the project dialog, library tab has been fixed and thus those patches are removed. The Makefile was updated to allow GPS users to take advantage of the numerous Python scripts, the Python console, and the python-GTK bindings. The option is present, but it has been removed from the option list because the pkgsrc version of Python cause GPS to core dump due to missing symbols in their dynamically-loaded libraries. Version 2.6 and version 2.7 were both tested, and fail in different ways. For comparison, the FreeBSD version of GPS builds and operates fine with Python 2.7, although at times similar "undefined symbol" messages appear it that error log. Once the issues with Python are fixed, this new "python" option in options.mk will be re-enabled.
2011-10-14Added x11/sakura version 2.4.2ryoon1-1/+2
2011-10-14Add sakuraryoon1-1/+2
2011-10-14Import sakura-2.4.2 as x11/sakura from wip/sakura.ryoon4-0/+62
sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator. This terminal emulator supports tab function.
2011-10-14x11/gtkada: Add user guide and reference manual documentationmarino8-29/+1111
The majority of the documentation for gtkada was not getting built. It turns out that the generation step was omitted from the vendor Makefile. For the user guide, simply adding this to the top-level makefile fixes the problem, but the reference manual is the reason it was omitted. The RM requires Gnat Programming Studio built with Python to generate the documentation. This created a circular dependency because GPS requires gtkada to build and python is optional. Secondly, pkgsrc-built python verions 26 and 27 both cause GPS to core dump. FreeBSD doesn't have this issue, but it has a different python problem that prevents the documentation from getting built manually on that system as well. In the end, the latest generated RM was pulled from libre.adacore.com online resources and packaged separately. This is not ideal because it represents gtkada 2.24 which has a couple of API differences from 2.22, but it's the only full html version of the RM that can be located. Rebuilding gtkada will result in the gtkada User Guild and Reference Manual showing up in the <help> menu of GPS. Currently the gtkada submenu item has an empty submenu.
2011-10-14Allow to accept any Python-2.x.obache1-2/+2
2011-10-14Updated x11/driconf to 0.9.1nb8obache1-1/+2
2011-10-14* no need to buildlink with py-gtk2, simple DEPENDS is sufficient.obache1-4/+5
* accep PYTHON variants same as py-gtk2. Bump PKGREVISION from default python dependency changes.
2011-10-14Fix build with perl 5.14.1hiramatsu3-1/+593