aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0zi2011-12-144-255/+243
| | | | | | | | - Update maintainers email address PR: ports/163152 Submitted by: Warren Block <wblock@FreeBSD.org> (maintainer) Feature safe: yes
* - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDSswills2011-12-141-1/+6
| | | | - Add TEST_DEPENDS
* This module allows you to deliberately hide modules from a program even thoughswills2011-12-145-0/+37
| | | | | | | they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. WWW: http://search.cpan.org/dist/Test-Without-Module/
* - Add missing dependsswills2011-12-141-2/+4
| | | | | - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Set TEST_DEPENDS
* Test::Harness is limited to printing out its results. This makes analysis ofswills2011-12-145-0/+40
| | | | | | | | | the test results difficult for anything but a human. To make it easier for programs to work with test results, we provide Test::Harness::Straps. Instead of printing the results, straps provide them as raw data. You can also configure how the tests are to be run. WWW: http://search.cpan.org/dist/Test-Harness-Straps/
* - Add test dependsswills2011-12-141-0/+4
|
* Define your own method resolution order in Perlswills2011-12-145-0/+35
| | | | WWW: http://search.cpan.org/dist/MRO-Define/
* - Update to 5.09-012tota2011-12-142-3/+3
|
* - Update to 1.443lwhsu2011-12-132-3/+3
|
* - Update to 1.57jadawin2011-12-132-4/+6
| | | | | | | PR: ports/162283 Submitted by: jadawin@ (myself) Approved by: maintainer timed-out Feature safe: yes
* - Update to 0.08sunpoet2011-12-132-5/+6
| | | | Changes: http://search.cpan.org/dist/MooseX-Types-DateTime-MoreCoercions/Changes
* - Update to 0.07sunpoet2011-12-132-5/+5
| | | | Changes: http://search.cpan.org/dist/MooseX-Types-DateTime/Changes
* - Update to 1.04sunpoet2011-12-132-3/+4
| | | | Changes: http://search.cpan.org/dist/App-GitGot/Changes
* - Update to 4.0.11culot2011-12-132-10/+10
| | | | | | PR: ports/163209 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) Feature safe: yes
* - Upgrade to 2.2.1scheidell2011-12-133-7/+4
| | | | | | PR: ports/163120 Approved by: gabor (mentor) Feature safe: yes
* - fixed a gcc 4.2.1 's namespace bug. Now mozc can builddaichi2011-12-132-29/+7
| | | | | | | | | | | himself using the system's default gcc. - removed the dependency for external gyp - removed the gsed dependency - removed the gnugrep dependency - refined the mozc relative ports Feature safe: yes Submitted by: hrs
* NINJA-IDE (from the recursive acronym: "Ninja-IDE Is Not Just Another IDE"),nivit2011-12-137-0/+483
| | | | | | | | | | is a cross-platform integrated development environment (IDE). NINJA-IDE runs on *BSD, Linux/X11, Mac OS X and Windows desktop operating systems, and allows developers to create applications for several purposes using all the tools and utilities of NINJA-IDE, making the task of writing software easier and more enjoyable. WWW: http://ninja-ide.org/
* - Add p5-MooseX-Types-DateTime-MoreCoercions 0.07sunpoet2011-12-135-0/+51
| | | | | | | | MooseX::Types::DateTime::MoreCoercions builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited. WWW: http://search.cpan.org/dist/MooseX-Types-DateTime-MoreCoercions/
* - Remove CONFLICTS with devel/p5-ExtUtils-MakeMakersunpoet2011-12-131-3/+1
| | | | - Bump PORTREVISION for package change
* - Update to 6.62sunpoet2011-12-134-33/+32
| | | | | | | | | | | - Remove CONFLICTS with devel/p5-ExtUtils-Install Note that this port now depends on modules from Perl releases and ports tree instead of its bundled ones. Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes PR: ports/160759 Submitted by: Jase Thew <freebsd@beardz.net>
* - Update to 1.7.6.1culot2011-12-123-8/+7
| | | | | | | Changes: http://www.doxygen.org/changelog.html PR: ports/163184 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
* - update to 2.13.4rm2011-12-122-3/+4
| | | | | Approved by: glarkin (mentor) Feature safe: yes
* - update to 2.13.2rm2011-12-122-3/+3
| | | | | Approved by: glarkin (mentor) Feature safe: yes
* 2011-12-12 Has expired: Port is outdated. Author discouragesrm2011-12-126-250/+0
| | | | | | | system-wide installation. Download it manually. Approved by: novel (mentor) Feature safe: yes
* - Update to 0.11sunpoet2011-12-122-4/+3
| | | | | Changes: http://search.cpan.org/dist/Locale-Maketext-Fuzzy/Changes Feature safe: yes
* - Update to 1.03sunpoet2011-12-123-6/+10
| | | | | Changes: http://search.cpan.org/dist/App-GitGot/Changes Feature safe: yes
* - Update to 1.31sunpoet2011-12-122-6/+8
| | | | | | | - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/Test-WWW-Selenium/Changes Feature safe: yes
* - Add p5-MooseX-Types-DateTime 0.06sunpoet2011-12-125-0/+47
| | | | | | | | | MooseX::Types::DateTime packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects. WWW: http://search.cpan.org/dist/MooseX-Types-DateTime/ Feature safe: yes
* - Add p5-MouseX-App-Cmd 0.08sunpoet2011-12-125-0/+63
| | | | | | | | | | | | | | | | MouseX::App::Cmd marries App::Cmd with MouseX::Getopt. It is a direct port of MooseX::App::Cmd to Mouse. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MouseX::App::Cmd::Command. Then you can write your Mouse commands as Mouse classes, with MouseX::Getopt defining the options for you instead of opt_spec returning a Getopt::Long::Descriptive spec. WWW: http://search.cpan.org/dist/MouseX-App-Cmd/ Feature safe: yes
* - Update to 0.7.1.12culot2011-12-122-4/+4
| | | | | | PR: ports/163165 Submitted by: Valery Komaorv <komarov@valerka.net> (maintainer) Feature safe: yes
* - Update to 0.31culot2011-12-122-3/+6
| | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Paranoid/CHANGELOG Feature safe: yes
* Update to 1.1.3mm2011-12-122-3/+3
| | | | Feature safe: yes
* Update to 1.0.2mm2011-12-122-3/+3
| | | | Feature safe: yes
* Update to 1.1.0mm2011-12-122-3/+3
| | | | Feature safe: yes
* Update to 1.0.4mm2011-12-122-3/+3
| | | | Feature safe: yes
* Update to 1.0.7mm2011-12-124-6/+6
| | | | Feature safe: yes
* Update to 1.1.6mm2011-12-122-3/+3
| | | | Feature safe: yes
* Update to 1.1.4mm2011-12-122-3/+3
| | | | Feature safe: yes
* Update to 1.8.1mm2011-12-122-3/+5
| | | | | | | Add dependency on php5-session [1] Reported by: Oliver Lehmann <lehmann@ans-netz.de> [1] Feature safe: yes
* Update to 2.02.1lme2011-12-122-3/+3
| | | | Feature safe: yes
* - since version 0.19 of mk-configure there is no need in specifying installdirscrees2011-12-112-7/+7
| | | | | | | | | | | | | in INSTALL_TARGET, so it can be removed and the default INSTALL_TARGET is used - pass HAVE_HEADER.execinfo_h=0 to mkcmake via MKCMAKE_FLAGS rather than MKCMAKE_ENV - Pet portlint PR: ports/163175 Submitted by: trociny Feature safe: yes
* update to 1.52; don't build or install the manpage ifbf2011-12-114-16/+28
| | | | | | NOPORTDOCS is defined Feature safe: yes
* - Upgrade to 1.14.kuriyama2011-12-112-4/+5
| | | | Feature safe: yes
* - Update to 0.63.03dhn2011-12-104-15/+6
| | | | Feature safe: yes
* - Update to 0.08dhn2011-12-102-3/+3
| | | | Feature safe: yes
* - Remove text locations in libtar.so on NON i386 systemsscheidell2011-12-101-2/+0
| | | | | | | | | - This improved performance and security in vm systems PR: ports/163116 Submitted by: Jilles Tjoelker <jilles@stack.nl> [1] Approved by: gabor (mentor) Feature safe: yes
* This module is a simple interface to extensible logging. It iskuriyama2011-12-105-0/+52
| | | | | | | | | | | | | | | bundled with a really basic logger, Log::Contextual::SimpleLogger, but in general you should use a real logger instead of that. For something more serious but not overly complicated, try Log::Dispatchouli (see "SYNOPSIS" for example.) The reason for this module is to abstract your logging interface so that logging is as painless as possible, while still allowing you to switch from one logger to another. WWW: http://search.cpan.org/dist/Log-Contextual/ Feature safe: yes
* - Updated to 0.5.7glarkin2011-12-102-3/+3
| | | | | | ChangeLog: http://rsvndump.sourceforge.net/ChangeLog Feature safe: yes
* Update to 0.21.2cs2011-12-092-4/+4
| | | | | | | Changelog: https://launchpad.net/qbzr/+announcement/9330 Approved by: glarkin@ (mentor, implicit) Feature safe: yes
* fix CLANG-buildoliver2011-12-091-5/+2
| | | | | PR: ports/160921 Feature safe: yes
* update varconf to 0.6.7oliver2011-12-096-8/+10
| | | | | | | update eris to 1.3.19 update ember to 0.6.2 Feature safe: yes
* Man pages were erroneously installed.knu2011-12-091-1/+4
| | | | | Pointed out by: pointyhat Feature safe: yes
* An @dirrmtry was missing.knu2011-12-092-0/+2
| | | | | Pointed out by: pointyhat Feature safe: yes
* - Update to 5.09-006tota2011-12-092-4/+3
| | | | Feature safe: yes
* - Needs MASTER_SITE_SUBDIRscheidell2011-12-091-0/+1
| | | | | | | | | - Would not build unless dependency thrift tarball was in distfiles - (which is not specific to this port/patch level, but legacy) - found by pointyhat Approved by: gslin@gslin.org (maintainer, implicit), gabor (mentor) Feature safe: yes
* - Mark BROKEN on FreeBSD 7.X: fails to compilepav2011-12-091-1/+7
| | | | | | | main.c:36:17: error: usb.h: No such file or directory Reported by: pointyhat Feature safe: yes
* Use PLIST_FILES instead of one line pkg-plist.novel2011-12-092-2/+2
| | | | | Suggested by: danfe Feature safe: yes
* Add devel/py-prettytable -- a simple Python library for easily displayingnovel2011-12-095-0/+35
| | | | | | tabular data in a visually appealing ASCII table format. Feature safe: yes
* - Update to 0.9.1novel2011-12-092-4/+6
| | | | | | | - Change MASTER_SITES to GOOGLE_CODE as the project is now hosted there Feature safe: yes
* -Committer has become maintainerscheidell2011-12-092-2/+2
| | | | | Approved by: gabor (mentor) Feature safe: yes
* - Forgot distinfosbz2011-12-081-2/+2
| | | | | Approved by: jadawin@, miwi@ (mentors, implicit) Feature safe: yes
* - Remove py-include_server entry, such port never existedpav2011-12-081-1/+0
| | | | | | Spammed by: skreuzer in rev. 1.4721 Reported by: pointyhat Feature safe: yes
* - Update to 3.0.1sbz2011-12-081-1/+1
| | | | | Approved by: jadawin@, miwi@ (mentors, implicit) Feature safe: yes
* -Update fb303 to version 0.7.0 [1]scheidell2011-12-083-29/+29
| | | | | | | | | -pet portlint PR: ports/162052 [1] Submitted by: Valery Komarov <komarov@valerka.net> [1] Approved by: gslin@gslin.org (maintainer timeout, 30 days), gabor (mentor) Feature safe: yes
* -Update to 0.7.0 [1]scheidell2011-12-087-18/+79
| | | | | | | | | | -Fix Build C++ Library [1] -pet portlint PR: ports/159902 [1] Submitted by: Valery Komarov <komarov@valerka.net> [1] Approved by: skv (maintainer timeout, 100 days), gabor (mentor) Feature safe: yes
* - Update to 0.49sunpoet2011-12-082-10/+21
| | | | | | | - Sort MAN3 Changes: http://search.cpan.org/dist/Inline/Changes Feature safe: yes
* - Fix *_DEPENDSsunpoet2011-12-081-6/+12
| | | | Feature safe: yes
* - Remove unnecessary BUILD_DEPENDSsunpoet2011-12-081-3/+1
| | | | Feature safe: yes
* - update to 1.1.0bapt2011-12-083-7/+10
| | | | | | | | - take maintainership [1] - add license Approved by: thompsa (previous maintainer by private mail) [1] Feature safe: yes
* - Update to 1.2.11swills2011-12-082-3/+3
| | | | Feature safe: yes
* Update to 1.7.8.wxs2011-12-073-9/+27
| | | | | | Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.txt Feature safe: yes
* Update to 1.4.tobez2011-12-072-4/+4
| | | | | Changes: http://search.cpan.org/dist/Directory-Queue/Changes Feature safe: yes
* - Update to 2.3.0sunpoet2011-12-072-3/+3
| | | | | Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt Feature safe: yes
* - Update to 0.001004sunpoet2011-12-072-6/+8
| | | | | Changes: http://search.cpan.org/dist/MooseX-Types-Common/Changes Feature safe: yes
* - Update to 1.265sunpoet2011-12-072-3/+3
| | | | | Changes: http://search.cpan.org/dist/Config-Model/ChangeLog Feature safe: yes
* Mark MAKE_JOBS_SAFE, tested with hw.ncpus=8 and hw.ncpus=16bapt2011-12-071-1/+1
| | | | Feature safe: yes
* wsgitools is a set of tools working with WSGI (see PEP 333).wen2011-12-075-0/+63
| | | | | | | | | | | | It includes classes for filtering content, middlewares for caching, logging and tracebacks as well as two backends for SCGI. Goals in writing it were portability and simplicity. WWW: http://subdivi.de/~helmut/wsgitools/ PR: 163100 Submitted by: Klaus Aehlig <aehlig@linta.de> Feature safe: yes
* Add a missing build dependency: devel/mingw32-bin-msvcrt.knu2011-12-071-0/+1
| | | | Feature safe: yes
* Add a missing build dependency: devel/mingw32-bin-msvcrt.knu2011-12-071-2/+3
| | | | | Pointed out by: pointyhat Feature safe: yes
* Add a missing build dependency: devel/mingw32-bin-msvcrt.knu2011-12-071-2/+3
| | | | | | | Remove a macro definition taken care of by a patch while at it. Pointed out by: pointyhat Feature safe: yes
* Add a missing build dependency: devel/mingw32-bin-msvcrt.knu2011-12-071-4/+6
| | | | | Pointed out by: pointyhat Feature safe: yes
* - Upgrade to 0.39.kuriyama2011-12-072-3/+4
| | | | Feature safe: yes
* - Mark BROKEN: does not configurepav2011-12-071-0/+2
| | | | | | | Can't locate ExtUtils/Depends.pm in @INC (@INC contains: [..] Reported by: pointyhat Feature safe: yes
* - Remove expired port: Duplicates PBI functionality, and 0install feedsrm2011-12-075-304/+0
| | | | | | | are available as ports Approved by: novel (mentor) Feature safe: yes
* - Update to 1.2.10swills2011-12-072-3/+3
| | | | Feature safe: yes
* Update to 0.10004.tobez2011-12-062-4/+6
| | | | | Changes: http://search.cpan.org/dist/Class-Accessor-Grouped/Changes Feature safe: yes
* Update to version 4.4.19.bsam2011-12-063-4/+5
| | | | Feature safe: yes
* Add devel/p5-Set-CrossProduct 1.95, a Perl module to work with the crosstobez2011-12-065-0/+38
| | | | | | product of two or more sets. Feature safe: yes
* Update to 1.40.tobez2011-12-062-3/+4
| | | | | Changes: http://search.cpan.org/dist/Cache-FastMmap/Changes Feature safe: yes
* - take maintainership of this lonely porteadler2011-12-061-1/+1
| | | | Feature safe: yes
* - Update ruby-gnome2 to 1.0.3swills2011-12-062-2/+3
| | | | | | PR: ports/162139 Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on) Feature safe: yes
* Remove these ports as they are no longer included in the upstreamswills2011-12-0610-224/+0
| | | | | | | | | | | | | | | | | | | | | ruby-gnome. devel/ruby-gconf2 devel/ruby-gnomevfs devel/ruby-libglade2 graphics/ruby-gnomecanvas2 graphics/ruby-libart2 print/ruby-gnomeprint www/ruby-gtkhtml2 www/ruby-gtkmozembed x11-toolkits/ruby-gnomeprintui x11-toolkits/ruby-gtkglext x11-toolkits/ruby-panelapplet x11/ruby-gnome2-all PR: ports/162139 Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on) Feature safe: yes
* Ruby/GIO2 is a Ruby binding of gio-2.0.x.swills2011-12-064-0/+52
| | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ Feature safe: yes
* Update to 1.7.2lev2011-12-065-38/+31
| | | | | | Fix building with apr 0.9.20. Feature safe: yes
* Depend on release clang. Even 2.9 is sufficient so we don't need tobrooks2011-12-061-4/+5
| | | | | | | | make people drag in -devel. Someone ought to own this and I own most of the depends so grab it. Feature safe: yes
* -update openocd from 0.4.0 -> 0.5.0scheidell2011-12-065-39/+138
| | | | | | | | | | | -committers notes: patch modified to use userspace 'WITH_*' and not -oslevel 'USE_*', requested by gabor PR: ports/161989 Submitted by: maintainer Reviewed by: gabor Approved by: gabor(mentor) Feature safe: yes
* - Update to 1.23sunpoet2011-12-052-4/+8
| | | | | | | | - Update *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Git-Repository/Changes Feature safe: yes
* - Update to 0.80sunpoet2011-12-052-3/+5
| | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/rpm-build-perl/Changes Feature safe: yes
* Add mingw32-openssl, the OpenSSL library cross-compiled for MinGW32.knu2011-12-055-0/+150
| | | | Feature safe: yes
* - Update to 1.07sunpoet2011-12-052-3/+3
| | | | | Changes: http://search.cpan.org/dist/MouseX-NativeTraits/Changes Feature safe: yes
* - Update to 1.00sunpoet2011-12-052-9/+8
| | | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/DateTime-Calendar-Chinese/Changes PR: ports/162972 Submitted by: sunpoet (myself) Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Feature safe: yes
* - Update to 1.00sunpoet2011-12-052-13/+8
| | | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/DateTime-Event-Chinese/Changes PR: ports/162971 Submitted by: sunpoet (myself) Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Feature safe: yes
* - Fix iconv dependencyswills2011-12-052-2/+4
| | | | | | PR: ports/162298 Submitted by: TAKATSU Tomonari <tota@freebsd.org> Feature safe: yes
* - update to 0.17.0;eadler2011-12-052-5/+7
| | | | | | | | | | | | | | - change MAINTAINER address; - add devel/pipestatus to RUN_DEPENDS (used by lmdbg-sym and lmdbg-sort); - don't link with devel/libexecinfo (always use its own implementation of backtrace). Changes: - This version adds a lot of improvements and fixes in manual pages, new capabilities in lmdbg, lmdbg-run, and lmdbg-sym, and minor fixes to lmdbg-stat. - lmdbg is now a meta tool which is able to do many more things, not just find memory leaks. PR: ports/163068 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Feature safe: yes
* - Update to 0.3.3swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 3.0.8swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 3.30.0swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 2.8.1swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 1.1.3swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 0.6.5swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 1.5.2swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 0.3.5swills2011-12-052-3/+3
| | | | Feature safe: yes
* Add mingw32-libffi, the libffi library cross-compiled for MinGW32.knu2011-12-055-0/+52
| | | | Feature safe: yes
* Add mingw32-libyaml, the libyaml library cross-compiled for MinGW32.knu2011-12-056-0/+49
| | | | Feature safe: yes
* - Update to 0.6.6swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 0.7.1swills2011-12-052-3/+3
| | | | Feature safe: yes
* - Update to 2.12.4swills2011-12-052-3/+3
| | | | | | Changelog: https://github.com/seattlerb/hoe/blob/master/History.txt Feature safe: yes
* - Upgrade to 0.19.kuriyama2011-12-042-3/+3
| | | | Feature safe: yes
* - Upgrade to 1.55.kuriyama2011-12-042-3/+3
| | | | Feature safe: yes
* - Upgrade to 0.50.kuriyama2011-12-043-6/+4
| | | | Feature safe: yes
* - Use static plistcrees2011-12-043-12/+453
| | | | | | | | | - Automate distconf->config stage; port handles config files more gracefully - Use COPYTREE macros PR: ports/162689 Approved by: maintainer timeout (ychsiao@ychsiao.org, 14 days) Feature safe: yes
* Add mingw32-zlib, the zlib library cross-compiled for MinGW32.knu2011-12-045-0/+36
| | | | Feature safe: yes
* - Upgrade to 1.5006.kuriyama2011-12-042-3/+3
| | | | Feature safe: yes
* - Unbreak on clangmiwi2011-12-041-0/+9
| | | | | | PR: 162919 Submitted by: Jan Beich <jbeich@tormail.net> Feature safe: yes
* - Update to 0.2.1miwi2011-12-043-341/+21
| | | | | | PR: 162846 Submitted by: Ports Fury Feature safe: yes
* - Update to 1.13tabthorpe2011-12-043-8/+3
| | | | | | PR: ports/163039 Submitted by: maintainer Feature safe: yes
* - update to 0.5.4bapt2011-12-042-3/+3
| | | | | | PR: ports/162937 Submitted by: pfg@ Feature safe: yes
* -hasunsetenv test fails because main() has wrong return typescheidell2011-12-041-0/+4
| | | | | | | PR: ports/162921 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer (sylvio, implicit), gabor (mentor) Feature safe: yes
* -The base __aligned attribute no longer exists in gcc46+scheidell2011-12-042-6/+22
| | | | | | | | | -patch uses __attribute__ which is upward compatible with gcc42+ PR: ports/156881 Submitted by: Zhihao Yuan <lichray@gmail.com> Approved by: maintainer(timeout), gaboe(mentor) Feature safe: yes
* - Mark BROKEN: invalid distinfopav2011-12-031-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Update to 1.6.3swills2011-12-032-3/+3
| | | | Feature safe: yes
* - Update to 1.6.1swills2011-12-032-3/+3
| | | | Feature safe: yes
* - Update to 1.0.4swills2011-12-032-3/+3
| | | | Feature safe: yes
* - extend optional dependencydinoex2011-12-031-0/+1
| | | | Feature safe: yes
* - fix missing character in optional dependencydinoex2011-12-031-1/+1
| | | | Feature safe: yes
* - fix scripts when build with clangdinoex2011-12-031-1/+13
| | | | | | Approved by: eadler Obtained from: NetBSD Feature safe: yes
* Sepia is a set of features to make Emacs a better tool for Perlashish2011-12-025-0/+66
| | | | | | | | | | development. This package contains the Perl side of the implementation, including all user-serviceable parts (for the cross-referencing facility see Sepia::Xref). WWW: http://search.cpan.org/dist/Sepia/ Feature safe: yes
* Update to 2.22mm2011-12-022-3/+3
| | | | Feature safe: yes
* - Install versioned shlib as wellgahr2011-12-011-2/+4
| | | | | | - USE_LDCONFIG Feature safe: yes
* - Build and install shared library as wellgahr2011-12-012-4/+38
| | | | Feature safe: yes
* - Update to 1.0.1sunpoet2011-12-012-3/+4
| | | | | Changes: http://excess.org/urwid/wiki/ChangeLog Feature safe: yes
* - Update to 1.264sunpoet2011-12-012-3/+3
| | | | | Changes: http://search.cpan.org/dist/Config-Model/ChangeLog Feature safe: yes
* - update to 3.5.0rm2011-12-013-4/+3
| | | | | Approved by: novel (mentor) Feature safe: yes
* - update to 3.6.1rm2011-12-012-4/+5
| | | | | | | - introduce dependency on devel/py-zope.schema Approved by: novel (mentor) Feature safe: yes
* - update to 3.4.1rm2011-12-013-4/+7
| | | | | | | - update port description Approved by: novel (mentor) Feature safe: yes
* Update ocaml-pcre to 6.2.3johans2011-12-012-4/+3
| | | | Feature safe: yes
* - Update to 0.108sunpoet2011-12-012-4/+5
| | | | | Changes: http://search.cpan.org/dist/Test-Tester/CHANGES Feature safe: yes
* - Update to 20111111sunpoet2011-12-012-6/+6
| | | | | | | | | | | | | | | | | | | | | | - Update MAINTAINER address Changes: 2011-11-14: - Makefile.in (MAKE_VERSION): bump version to 20111111 Merge with NetBSD make, pick up - debug output for .PARSEDIR and .PARSEFILE 2011-10-10: - Makefile.in (MAKE_VERSION): bump version to 20111010 2011-10-09: - boot-strap: check for an expected file in the dirs we look for. - make-bootstrap.sh: pass on LDSTATIC PR: ports/162957 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Feature safe: yes
* - Add p5-DateTime-Astro 0.99999_03sunpoet2011-12-015-0/+71
| | | | | | | | | | | | | | | | | | DateTime::Astro implements functions used in astronomical calendars: - Solar Longitude - Solar Terms - Lunar Longitude - New Moons ... etc This module is best used in environments where a C compiler and the MPFR arbitrary precision math library is installed. It can fallback to using Math::BigInt, but that would pretty much render it useless because of its speed and loss of accuracy that may creep up while doing Perl to C struct conversions. WWW: http://search.cpan.org/dist/DateTime-Astro/ Feature safe: yes
* - Update to 1.263sunpoet2011-11-303-3/+5
| | | | | Changes: http://search.cpan.org/dist/Config-Model/ChangeLog Feature safe: yes
* - Update to 0.092culot2011-11-303-6/+44
| | | | | | | Changes: http://search.cpan.org/dist/Reflex/CHANGES PR: ports/162960 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) Feature safe: yes
* Update to 1.39.tobez2011-11-292-3/+3
| | | | | Changes: http://search.cpan.org/dist/B-Generate/Changes Feature safe: yes
* - Update to 2.03culot2011-11-292-3/+3
| | | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog Feature safe: yes
* Update to 0.6.5cs2011-11-293-5/+7
| | | | | Approved by: glarkin@ (mentor) Feature safe: yes
* - Fix CATEGORIES to match PKGORIGINsunpoet2011-11-281-1/+1
| | | | Feature safe: yes
* Update to 1.3.tobez2011-11-283-7/+11
| | | | | Changes: http://search.cpan.org/dist/Directory-Queue/Changes Feature safe: yes
* Update to 0.13.tobez2011-11-282-4/+6
| | | | | Changes: http://search.cpan.org/dist/Parallel-Prefork/Changes Feature safe: yes
* - Update to 0.4.8miwi2011-11-283-20/+21
| | | | | | PR: 162819 Submitted by: Ports Fury Feature safe: yes
* - Update to 0.45sunpoet2011-11-283-6/+19
| | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IO-Async/Changes Feature safe: yes
* - Add p5-Test-Refcount 0.07sunpoet2011-11-285-0/+45
| | | | | | | | | | | | | | | | | | | | | The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it. Test::Refcount provides two test functions to help ensure this property holds for an object class, so as to be polite to its callers. If the assertion fails; that is, if the actual reference count is different to what was expected, a trace of references to the object can be printed, if Marc Lehmann's Devel::FindRef module is installed. This may assist the developer in finding where the references are. WWW: http://search.cpan.org/dist/Test-Refcount/ Feature safe: yes
* - Add p5-Test-Identity 0.01sunpoet2011-11-285-0/+38
| | | | | | | | | | | | | | Test::Identity provides a single testing function, identical. It asserts that a given reference is as expected; that is, it either refers to the same object or is undef. It is similar to Test::More::is except that it uses refaddr, ensuring that it behaves correctly even if the references under test are objects that overload stringification or numification. It also provides better diagnostics if the test fails. WWW: http://search.cpan.org/dist/Test-Identity/ Feature safe: yes
* - Fix TEST_DEPENDSsunpoet2011-11-281-3/+8
| | | | Feature safe: yes
* - Update to 0.17sunpoet2011-11-282-6/+12
| | | | | | | - Fix *_DEPENDS Changes: http://search.cpan.org/dist/B-Utils/Changes Feature safe: yes
* - Update to 0.009culot2011-11-282-4/+5
| | | | | Changes: http://search.cpan.org/dist/Const-Fast/Changes Feature safe: yes
* - Update to 1.05sunpoet2011-11-282-5/+9
| | | | | Changes: http://search.cpan.org/dist/MouseX-NativeTraits/Changes Feature safe: yes
* - Add p5-Sys-Virt 0.9.7sunpoet2011-11-285-0/+67
| | | | | | | | | | | | The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. WWW: http://search.cpan.org/dist/Sys-Virt/ PR: ports/162722 Submitted by: Frank Wall <fw@moov.de> Feature safe: yes
* - Update to 3.1.3swills2011-11-282-3/+3
| | | | Feature safe: yes
* Fix DISTNAME for fetchingcrees2011-11-282-3/+3
| | | | | Pointyhat to: bapt Feature safe: yes
* Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real ↵bapt2011-11-275-99/+8
| | | | | | | | | static distfiles) Take back maintainership chase library bump Feature safe: yes
* - Fix MASTER_SITESmiwi2011-11-272-16/+23
| | | | | | | | | - Add LICENSE - Support MANPREFIX PR: 162856 Submitted by: Ports Fury Feature safe: yes
* - Fix MASTER_SITESmiwi2011-11-271-9/+9
| | | | | | | | - Support USE_TCL PR: 162853 Submitted by: Ports Fury Feature safe: yes
* - Update to version 0.8.4miwi2011-11-272-5/+11
| | | | | | PR: 162834 Submitted by: Ports Fury Feature safe: yes
* update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustbf2011-11-278-7/+8
| | | | | | | dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes
* Bump Go packages for the new Go release.jlaffaye2011-11-271-0/+1
| | | | Feature safe: yes
* - Update to 5.08-011tota2011-11-262-3/+3
| | | | Feature safe: yes
* - Update to 1.12tabthorpe2011-11-262-3/+3
| | | | | | PR: ports/162797 Submitted by: maintainer Feature safe: yes
* The PHP WebDAV extensionmiwi2011-11-264-0/+35
| | | | | | | | WWW: http://php-webdav.pureftpd.org/project/php-webdav PR: ports/160207 Submitted by: Valery Komarov <komarov@valerka.net> Feature safe: yes
* Port for libk8055 to provide support for the Velleman K8055 USBmiwi2011-11-265-0/+148
| | | | | | | | | | Experiment Board. Package also include k8055 command line tool. WWW: http://www.horizon9.org/~geroy/ PR: ports/161440 Submitted by: Jake Smith <jake@xz.cx> Feature safe: yes
* A non-blocking Graphite clientskreuzer2011-11-265-0/+41
| | | | | | WWW: http://search.cpan.org/dist/AnyEvent-Graphite/ Feature safe: YES
* - Take maintainershipgahr2011-11-261-1/+1
| | | | Feature safe: yes
* - Update to 3.0.0sbz2011-11-253-6/+6
| | | | | Approved by: jadawin@, miwi@ (mentors, implicit) Feature safe: yes
* - Update to 0.16007sunpoet2011-11-252-9/+8
| | | | | Changes: http://search.cpan.org/dist/DateTime-Format-Pg/Changes Feature safe: yes
* - Package language files into jarale2011-11-254-13/+37
| | | | | | | - Fix XMP Metadata replacement - Remove no more needed patch Feature safe: yes
* - Update to 4179miwi2011-11-243-16/+5
| | | | | | | | - Pet Portlint PR: 162764 Submitted by: maintainer Feature safe: yes
* Update to 3.1.6ehaupt2011-11-242-4/+3
| | | | Feature safe: yes
* - Update to 5.0.7gahr2011-11-245-42/+5
| | | | Feature safe: yes
* - Update to 1.440lwhsu2011-11-242-3/+3
| | | | Feature safe: yes
* Update to 1.1.2mm2011-11-242-3/+3
| | | | Feature safe: yes
* Update to 1.0.5mm2011-11-244-6/+6
| | | | Feature safe: yes
* Update to 1.0.8mm2011-11-242-3/+3
| | | | Feature safe: yes
* Update to 1.0.6mm2011-11-246-9/+9
| | | | Feature safe: yes
* Update to 1.0.4mm2011-11-244-6/+6
| | | | Feature safe: yes
* Update to 1.0.1mm2011-11-2416-24/+24
| | | | Feature safe: yes
* Update to 1.8.0mm2011-11-242-3/+3
| | | | Feature safe: yes
* Update to 1.1.3mm2011-11-242-3/+3
| | | | Feature safe: yes
* Update to 1.1.0mm2011-11-242-3/+3
| | | | Feature safe: yes
* - Update to 0.26sunpoet2011-11-242-3/+3
| | | | | Changes: http://search.cpan.org/dist/Data-Printer/Changes Feature safe: yes
* - Update to 2.1.1lwhsu2011-11-234-53/+266
| | | | | | | PR: ports/159409 (based on) Submitted by: ychsiao <ychsiao@ychsiao.org> Approved by: maintainer timeout Feature safe: yes
* - update to 2.1eadler2011-11-237-72/+31
| | | | | | | | | | | | | | | | - remove build patches New features in this release: - By default, functions and global variables are marked as "static" permitting compilers to optimize more aggressivELY IN SOme cases. - We now try harder to get auto-vectorizers and other loop optimizers in trouble by generating code that is more idiomatic and therefore more likely to be optimized. In particular, array indices are in-bounds by construction instead of by using % operators. - Unions are supported. - The comma operator is supported, as in x = (y, 1, z, 3). - Embedded assignments are supported, as in x = 1 + (y = z). - The pre/post increment/decrement operators are supported. - A --no-safe-math mode was added, which avoids calling the safe math wrappers. This is useful when trying to crash compilers but the resulting executables should not be run since they are very likely to have undefined behavior. Feature safe: yes
* - Add a new port: devel/py-ordereddicttota2011-11-234-0/+36
| | | | | | | | | | | Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big-oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). WWW: http://pypi.python.org/pypi/ordereddict Feature safe: yes
* - Update to 2.4.1swills2011-11-232-3/+3
| | | | | | | PR: ports/162096 Submitted by: swills (myself) Approved by: maintainer timeout (3 weeks) Feature safe: yes
* - Fix a error in plistwen2011-11-232-1/+2
| | | | Feature safe: yes
* Remove expired port:rene2011-11-237-428/+0
| | | | | | 2011-11-22 devel/tortoisehg1: does not work with current devel/mercurial, use tortoisehg2 Feature safe: yes
* Update to 0.8.17.kwm2011-11-223-5/+7
| | | | | | | | Move LICENSE section to please portlint. PR: ports/161585 Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes
* Upgrade Perforce related ports to 2011.1/370818. Of note is the loss ofgordon2011-11-2242-94/+54
| | | | | | | | | sparc64 and support for FreeBSD 5.x releases. Older versions of Perforce are still supported and those needing support for those platforms can download the last version at ftp://ftp.perforce.com/perforce/r10.2/ Submitted by: gibbs@ Feature safe: yes
* - update to 2.3.2rm2011-11-223-5/+6
| | | | | | | | | | - change USE_PYTHON to just `yes', because it now builds with python3 too PR: 162702 Submitted by: rm (myself) Approved by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer), miwi (co-mentor) Feature safe: yes
* - Upgrade to 0.08.kuriyama2011-11-222-3/+3
| | | | Feature safe: yes
* - Upgrade to 0.11.kuriyama2011-11-222-3/+3
| | | | Feature safe: yes
* - Upgrade to 0.00022.kuriyama2011-11-222-3/+3
| | | | Feature safe: yes
* - Upgrade to 0.18.kuriyama2011-11-222-3/+3
| | | | Feature safe: yes
* - Upgrade to 1.5004.kuriyama2011-11-222-3/+3
| | | | Feature safe: yes
* - Update to 1.1.3sbz2011-11-222-3/+3
| | | | | | | PR: ports/162462 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> Approved by: miwi@ (mentor) Feature safe: yes
* Update to 0.99.7001 (distversion 0.997001)lth2011-11-223-21/+10
| | | | Feature safe: yes
* Update to 1.12lth2011-11-222-6/+9
| | | | Feature safe: yes
* Update to 1.7.7.4.wxs2011-11-223-9/+8
| | | | | | Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.4.txt Feature safe: yes
* Update to 2.35lth2011-11-222-5/+13
| | | | Feature safe: yes
* Update to 1.34lth2011-11-222-3/+6
| | | | Feature safe: yes
* Update to 2.58lth2011-11-222-3/+3
| | | | | | PR: ports/162713 Submitted by: sunpoet Feature safe: yes
* - Force reinstallation after recent bsd.python.mk, should help with plistpav2011-11-211-0/+1
| | | | | | problems Feature safe: yes
* Return to the pool since I don't use and ENOTIME to maintain those ports.bsam2011-11-211-1/+1
| | | | Feature safe: yes
* - update to 4.11rm2011-11-212-4/+4
| | | | | | | - change USE_PYTHON to just `yes', because it now builds with python3 too Approved by: miwi (co-mentor) Feature safe: yes
* - update to 2.2.0rm2011-11-212-3/+3
| | | | | Approved by: miwi (co-mentor) Feature safe: yes
* - update to 3.13.0rm2011-11-213-3/+9
| | | | | Approved by: miwi (co-mentor) Feature safe: yes
* - update to 2.13.22rm2011-11-213-3/+6
| | | | | Approved by: miwi (co-mentor) Feature safe: yes
* - update to 4.0.0rm2011-11-213-3/+8
| | | | | Approved by: miwi (co-mentor) Feature safe: yes
* - Update to 0.004sunpoet2011-11-202-4/+4
| | | | | Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS Feature safe: yes
* - Update to 0.25sunpoet2011-11-202-3/+6
| | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Printer/Changes Feature safe: yes
* - Update to 1.262sunpoet2011-11-203-4/+22
| | | | | Changes: http://search.cpan.org/dist/Config-Model/ChangeLog Feature safe: yes
* - Update to 0.03sunpoet2011-11-202-3/+5
| | | | | Changes: http://search.cpan.org/dist/Class-Load-XS/Changes Feature safe: yes
* Update to 2.0.16mm2011-11-192-4/+5
| | | | Feature safe: yes
* - set NOT_FOR_ARCHSdinoex2011-11-191-4/+1
| | | | Feature safe: yes
* - Update to 1.8.11swills2011-11-192-3/+3
| | | | | Feature safe: yes Approved by: portmgr (pav)
* Remove trailing whitespaces.ehaupt2011-11-192-2/+2
| | | | Feature safe: yes
* Beautify port description (reformat and remove excessive whitespace).danfe2011-11-181-14/+12
| | | | Feature safe: yes
* - Add OPTIONS: THREAD for optional thread support (default on)sunpoet2011-11-181-3/+6
| | | | | | | | - Change comment to match current version PR: ports/162641 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Feature safe: yes
* - Fix *_DEPENDSsunpoet2011-11-181-2/+2
| | | | Feature safe: yes
* - Update to 1.16sunpoet2011-11-182-4/+4
| | | | | Changes: http://search.cpan.org/dist/Data-Alias/Changes Feature safe: yes
* - Update to 3.12.0clsung2011-11-182-4/+3
| | | | Feature safe: yes
* - Update to 2.0401clsung2011-11-182-8/+3
| | | | Feature safe: yes
* - Update to 20110911 which is actually official 1.0.1 to avoid PORTEPOCH bumpsunpoet2011-11-183-39/+36
| | | | | | Changes: https://savannah.nongnu.org/forum/forum.php?forum_id=6947 https://savannah.nongnu.org/forum/forum.php?forum_id=6931 Feature safe: yes
* - Update to 1.1.0clsung2011-11-182-3/+3
| | | | Feature safe: yes
* - Remove patch files as requested by maintainer in the PR, and unbreakpav2011-11-182-65/+0
| | | | | | Reported by: pointyhat Pointy hat to: wen Feature safe: yes
* - Add missing BUILD_DEPENDS to silence build warnings and allow testingswills2011-11-181-5/+6
| | | | Feature safe: yes
* - Mark BROKEN: fails to build (building refman.pdf)pav2011-11-181-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Add test dependsswills2011-11-181-0/+2
| | | | Feature safe: yes
* Additional utils for Perl symbols manipulationswills2011-11-185-0/+32
| | | | | | WWW: http://search.cpan.org/dist/Symbol-Util/ Feature safe: yes
* - Fix CATEGORIES: it should be rubygems, not rubysunpoet2011-11-179-9/+9
| | | | Feature safe: yes
* kgio provides non-blocking I/O methods for Ruby without raising exceptions onswills2011-11-174-0/+29
| | | | | | | | | | EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications (that run on Unix-like platforms). WWW: http://bogomips.org/kgio/ Feature safe: yes
* - Update to 2.0400clsung2011-11-162-3/+12
| | | | Feature safe: yes
* - update to 0.0.2rm2011-11-162-5/+6
| | | | | | | - pet portlint Approved by: miwi (co-mentor) Feature safe: yes