- Support STAGEDIR
- Use USES=charsetfix
Changes:
- Fixed the behavior of Sequence::read_row() so that the documented semantics of
read() are used. This will require changes in some of the handlers but does
not change the libray's ABI. Handler's that don't need the new/corrected
behavior can use version 3.12.0.
This port was added to the tree because devel/mk-configure
depended on it. netbsd-pkgsrc-mk-files is a collection of mk
files from NetBSD pkgsrc project, packed by the author of the
mk-configure. Later he included the necessary files to
mk-configure, removed the dependency and netbsd-pkgsrc-mk-files
is not updated since then.
Approved by: bdrewery (mentor)
PR: ports/182724
This gem integrates Chosen with Rails asset pipeline for easy of use.
WWW: https://github.com/tsechingho/chosen-rails
PR: ports/182663
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
like Eclipse (RDT) and NetBeans. Compatible with ruby-debug-ide.
WWW: https://github.com/astashov/debugger-xml
PR: ports/183037
Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru>
- Update to 2.1
- Update pkg-plist
- Remove indefinite article from COMMENT
- Tweak COMMENT to more closely match upstream
- Set an explicit -2.7 USE_PYTHON version
Changes: https://github.com/tweepy/tweepy/blob/2.1/CHANGELOG.md
PR: ports/182569
Approved by: maintainer timeout (2 weeks)
is implemented by utilizing a new Ruby C API hook. The core component
provides support that front-ends can build on. It provides breakpoint
handling, bindings for stack frames among other things.
WWW: http://github.com/cldwalker/debugger
PR: ports/183036
Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru>
example in a debugger where the same lines are shown many times.
WWW: https://github.com/cldwalker/debugger-linecache
PR: ports/183035
Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru>
for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and
custom outupt formats.
WWW: http://asciidoctor.org/
PR: ports/182650
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
* Mute svn warnings if .svn doesn't exist. [1]
* Add check for ${OPTION}_* (option helpers) [1]
* Suggest LICENSE as warning [1]
* Fix get_makevar and use instead of direct calls to make(1) [1]
* Remove MAKE_JOBS_SAFE [1]
* Remove vestiages of old OPTIONS [1]
* Suggest converting to stage if NO_STAGE is defined. [1]
* Check for use of MANCOMPRESSED when STAGE support is enabled.
* Do not warn about man pages in the plist if the port is built with stage
support.
* Do not flag .svn in the search for dotfiles.
Submitted by: ak [1]