| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Remove some cruft
Obtained from: FreeBSD Haskell
|
|
|
|
|
| |
PR: ports/170262
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
|
|
|
|
|
| |
PR: ports/170321
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
|
|
|
|
|
| |
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
|
|
|
|
|
| |
PR: ports/170290
Reported by: Garrett Cooper <yanegomi@gmail.com>
|
|
|
|
| |
- new commads: cjoin0, cjoin1, cjoin2 and filehame
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-GlobalDestruction/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sub::Exporter is an incredibly powerful module, but with that power comes great
responsibility, er- as well as some runtime penalties. This module is a
Sub::Exporter wrapper that will let your users just use Exporter if all they are
doing is picking exports, but use Sub::Exporter if your users try to use
Sub::Exporter's more advanced features features, like renaming exports, if they
try to use them.
Note that this module will export @EXPORT and @EXPORT_OK package variables for
Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so you
might as well use it directly.
WWW: http://search.cpan.org/dist/Sub-Exporter-Progressive/
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Git-Repository/Changes
|
|
|
|
|
| |
PR: ports/170272
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
|
|
|
|
| |
Submitted by: Jan Beich <jbeich@tormail.org>
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
- Add BUILD_DEPENDS to silence build warnings
Changes: http://search.cpan.org/dist/ZConf-GUI/Changes
PR: ports/170220 [1]
Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
|
|
|
|
|
|
| |
Changes: http://www.open-mpi.org/community/lists/hwloc-announce/2012/07/0043.php
PR: ports/170314
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
|
|
|
|
| |
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
|
| |
|
|
|
|
|
| |
PR: ports/170296
Submitted by: maintainer, jjachuf@gmail.com
|
|
|
|
|
|
| |
_p.a flavor of the libraries.
Submitted by: pointyhat's bot
|
| |
|
|
|
|
| |
Reported by: kwm
|
|
|
|
| |
Reported by: erwin
|
| |
|
|
|
|
|
| |
At the moment I can't think of a better solution for the case when
multimple versions of beautifulsoup is installed.
|
|
|
|
| |
time to time
|
|
|
|
| |
Reported by: erwin/pointyhat for textproc/qstardict
|
|
|
|
|
|
|
|
| |
It's more safe that a relative path.
Inspired by PR: ports/169702
Submitted by: Tijl Coosemans <tijl@coosemans.org>
Discussed at: freebsd-emulation
|
|
|
|
|
|
|
|
|
| |
- Use TEST_DEPENDS for test-only dependency
Changes: http://search.cpan.org/dist/Perl-PrereqScanner/Changes
PR: ports/169511
Submitted by: sunpoet (myself)
Approved by: GeJ <geraud@edna.nealab.net> (maintainer, via IRC)
|
|
|
|
|
|
| |
- Add LICENSE
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Load-Conditional/CHANGES
|
|
|
|
|
|
| |
- fix dependency name and bump PORTREVISION for dependend ports
Reported by: pointyhat (erwin)
|
|
|
|
| |
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.7.11.4.txt
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/UNIVERSAL-isa/Changes
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/UNIVERSAL-can/Changes
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix *_DEPENDS: p5-File-Temp is already in all supported Perl releases
Changes: http://search.cpan.org/dist/MooseX-Role-Loggable/Changes
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/IO-All/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-Size/CHANGES
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since Perl allows us to provide a subroutine reference or a method name to the
-> operator when used as a method call, and a subroutine doesn't require the
invocant to actually be an object, we can create safe versions of isa, can and
friends by using a subroutine reference that only tries to call the method if
it's used on an object.
e.g. my $isa_Foo = $maybe_an_object->$_call_if_object(isa => 'Foo');
Note that we don't handle trying class names, because many things are valid
class names that you might not want to treat as one (like say "Matt") - the
is_module_name function from Module::Runtime is a good way to check for
something you might be able to call methods on if you want to do that.
WWW: http://search.cpan.org/dist/Safe-Isa/
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Moo/Changes
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new options framework
- Do not silence installation message
- Remove license file from PLIST
Changes: http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.2/README/view
|
|
|
|
| |
- direct download from github, stop mirroring the distfile
|
|
|
|
|
|
|
|
|
| |
- changes:
* Fix parsing multiline definitions which could lead to segfault [1]
* --variable output compatibility with pkg-config has been improved
* Fix --modversion showing sometime multiple version [2]
Reported by: dougb [1], Adam McDougall (via private mail) [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can use for:
* checking your package installs correctly with different Python
versions and interpreters
* running your tests in each of the environments, configuring your test
tool of choice
* acting as a frontend to Continuous Integration servers, greatly
reducing boilerplate and merging CI and shell-based testing.
WWW: http://tox.testrun.org/
PR: ports/170022
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
|
|
|
|
|
|
|
| |
- Pet portlint (whitespace)
Submitted by: pointyhat
Approved by: maintainer timeout
|
|
|
|
| |
cleanups
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/170067
Submitted by: me
Approved by: maintainer, kwm (mentor)
|
|
|
|
| |
Approved by: portmgr@ (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
- changes:
* add support for --list-all
* --version now shows pkg-config compatibility version (no need to modify
anymore buggy configures that do check for --version instead of
--modversion pkg-conf)
* new --about to show the version of pkgconf
Obtained from: pkgconf git repository
|
|
|
|
| |
in the Bittorrent network (``mainline'' variant).
|
| |
|
|
|
|
|
| |
PR: ports/168705
Submitted by: sunpoet
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add support FreeBSD 9 native blob
- Add DIST_SUBDIR for fix upgrade distfile caching issues
- for ports/169975 , ports/163872
PR: ports/170060
Submitted by: svyatoslav.lempert@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new Versions: 3.6.10, 4.0.7, 4.2.2
4.2.2
This release fixes two security issues. See the Security Advisory for details.
In addition, the following important fixes/changes have been made in this release:
o A regression introduced in Bugzilla 4.0 caused some login names to be ignored
when entered in the CC list of bugs. (Bug 756314)
o Some queries could trigger an invalid SQL query if strings entered by the user
contained leading or trailing whitespaces. (Bug 760075)
o The auto-completion form for keywords no longer automatically selects the
first keyword in the list when the field is empty. (Bug 764517)
o A regression in Bugzilla 4.2 prevented classifications from being used in
graphical and tabular reports in the "Multiple Tables" field. (Bug 753688)
o Attachments created by the email_in.pl script were associated to the wrong
comment. (Bug 762785)
o Very long dependency lists can now be viewed correctly. (Bug 762783)
o Keywords are now correctly escaped in the auto-completion form to prevent any
XSS abuse. (Bug 754561)
o A regression introduced in Bugzilla 4.0rc2 when fixing CVE-2011-0046 caused
the "Un-forget the search" link to not work correctly anymore when restoring a
deleted saved search, because this link was lacking a valid token. (Bug 768870)
o Two minor CSRF vulnerabilities have been fixed which could let an attacker
alter your default search criteria in the Advanced Search page. (Bugs 754672
and 754673)
4.0.7
This release fixes one security issue. See the Security Advisory for details.
In addition, the following bugs have been fixed in this release:
o A regression introduced in Bugzilla 4.0 caused some login names to be ignored
when entered in the CC list of bugs. (Bug 756314)
o Keywords are now correctly escaped in the auto-complete form to prevent any
XSS abuse. (Bug 754561)
o A regression introduced in Bugzilla 4.0rc2 when fixing CVE-2011-0046 caused
the "Un-forget the search" link to not work correctly anymore when restoring a
deleted saved search, because this link was lacking a valid token. (Bug 768870)
3.6.10
This release fixes one security issue. See the Security Advisory for details.
http://www.bugzilla.org/security/3.6.9/
Approved by: implicit skv@ (bugzilla / bugzilla3)
Security: CVE-2012-1968
CVE-2012-1969
https://bugzilla.mozilla.org/show_bug.cgi?id=777398
https://bugzilla.mozilla.org/show_bug.cgi?id=777586
vid=58253655-d82c-11e1-907c-20cf30e32f6d
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/170059
Submitted by: wblock@ (maintainer)
|
|
|
|
|
| |
- use CONFLICTS_INSTALL
- other minor changes
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/DateTime-Calendar-FrenchRevolutionary/Changes
|
|
|
|
|
| |
PR: ports/169662
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
|
|
|
|
| |
Submitted by: pointyhat
|
|
|
|
| |
Submitted by: sunpoet
|
|
|
|
|
|
| |
- Add vuxml entry for Rails 3.2.6 [1]
Reviewed by: zi [1]
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-GlobalDestruction/Changes
|
| |
|
|
|
|
| |
Submitted by: bf@
|
|
|
|
|
|
|
|
| |
- Add conflict with misc/gplink [1]
PR: ports/170083
Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer)
Reported by: Sulev-Madis 'ketas' Silber <madis555.hot.ee> [1]
|
| |
|
| |
|
| |
|
|
|
|
| |
Also tab -> space for WWW:
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
|
|
|
| |
Approved by: des@ (maintainer)
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Object-InsideOut/Changes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with a functioning
ripper implementation out of the box. This gem is a port of the Ripper 1.9
for Ruby 1.8.x. Ripper was written by Minero Aoki and ported by Loren Segal.
WWW: http://github.com/lsegal/ripper18
PR: ports/169390
Submitted by: Douglas Thrift
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New Features and Improvements:
- Experimental SQLite Support
- Creating an Attachment by Pasting Text Into a Text Field
- HTML Bugmail (default: on can be disabled in user preference)
- Improved Searching System
- Disabling Old Components, Versions and Milestones
- Displaying a Custom Field Value Based on Multiple Values of Another Field
- Auditing of All Changes Within Bugzilla
- Accessibility Improvements
And many other Improvements, for complete list see:
http://www.bugzilla.org/releases/4.2.1/release-notes.html
|
| |
|
|
|
|
| |
Approved by: skv@ (implicit)
|
|
|
|
|
| |
PR: ports/169132
Approved by: maintainer timeout (voldern@hoeggen.net, >1 month)
|
|
|
|
|
| |
apache version detect was not enabled,
the time SITE_PERL was removed from *_DEPENDS
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- add a WWW line for software to pkg-descr
- use optionsng for PHP, and make it the default
PR: ports/169777
Submitted by: jgh@ (myself)
Approved by: maintainer timeout, cristianorolim@hotmail.com (14 days)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.7.11.3.txt
|
|
|
|
|
|
|
| |
- Reset maintainership to perl@FreeBSD.org
PR: ports/169972
Approved by: maintainer (via email)
|
|
|
|
|
|
| |
system
Reported by: pointyhat
|
|
|
|
| |
Approved by: timur (maintainer)
|
|
|
|
|
|
| |
PR: 170074
Submitted by: Kimmo Paasiala <kpaasial at gmail dot com>
Approved by: timur (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Update devel/rubygem-rspec-core to 2.11.1
- Update devel/rubygem-rspec-mocks to 2.11.1
- Update devel/rubygem-rspec-expectations to 2.11.1
PR: ports/169281 [1]
Approved by: maintainer timeout (romanbsd@yahoo.com, >1 month) [1]
|
|
|
|
|
| |
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
|
|
|
| |
ChangeLog: http://cpansearch.perl.org/src/JARICH/autobox-Core-1.24/Changes
|
|
|
|
|
|
| |
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
|
|
|
|
|
| |
Submitted by: Kubilay Kocak <koobs.freebsd AT gmail.com> (maintainer)
Reported by: pointyhat
|
|
|
|
| |
Approved by: gnome@ (kwm)
|
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: ports/169408
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
|
|
|
|
|
|
|
| |
This module is alternate for Data::MessagePack::Unpacker. Unlike
original unpacker, this module support internal buffer and it's
possible to handle streaming data correctly.
WWW: http://search.cpan.org/dist/Data-MessagePack-Stream/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-CoreList/Changes
|
|
|
|
| |
2012-07-21 devel/acpicatools: It's quite obsolete and is already in base system for a long time
|
|
|
|
| |
Changelog: http://cpansearch.perl.org/src/GPHAT/Test-Net-RabbitMQ-0.09/Changes
|
|
|
|
| |
- Convert to optionsng framework
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add files/patch-generator__CMakeLists.txt [1]
- Remove apiextractor, generatorrunner from LIB_DEPENDS,
add xml2, and xslt
- Add gui, xml, and xmlpatterns to USE_QT4
- Convert to the new options framework
- Define option DOCS and MANPAGES
- Add textproc/py-sphinx to BUILD_DEPENDS only when
the DOCS option is on
- Add post-patch target (fix build: see http://goo.gl/EEPgQ [1])
- Add regression-test target
Buildlog: http://goo.gl/tPsRF
|
|
|
|
|
|
|
| |
- while here, convert to optionsng framework
PR: ports/169042
Submitted by: Jeffrey Pfau <jeffrey@endrift.com>
|
|
|
|
|
|
|
|
|
|
| |
Unlike the pseudo multi-line comment if (0) {}, the code being
commented out need not be syntactically valid.
WWW: http://search.cpan.org/dist/Acme-Comment/
PR: ports/169956
Submitted by: Marcello Silva Coutinho <marcellocoutinho@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This IR remote library, written by Ken Shirriff, lets you both send
and receive IR remote codes in multiple protocols. It supports NEC,
Sony SIRC, Philips RC5, Philips RC6, and raw protocols.
WWW: http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
PR: ports/163806
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CPS/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Moo/Changes
|
|
|
|
| |
Changelog: http://cpansearch.perl.org/src/INGY/IO-All-0.44/Changes
|
|
|
|
| |
Changelog: http://cpansearch.perl.org/src/RENEEB/Test-CheckManifest-1.26/Changes
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
|
|
|
|
|
|
|
|
|
|
| |
This library supports Graphical LCD (GLCD) displays for use with
Arduino and other AVR controllers.
WWW: http://code.google.com/p/glcd-arduino/
PR: ports/166237
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support PORTEXAMPLES/PLIST_FILES
- Switch to optionsng
PR: ports/169409
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
|
|
|
|
|
|
|
|
|
| |
- Add WWW: line
- Switch to optionsng
- Add LICENSE
PR: ports/169407
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
|
|
|
|
|
|
|
|
| |
- Support NO_WRKSUBDIR properly
- Support CFLAGS properly
PR: ports/169406
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Git-Wrapper/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Role-Tiny/Changes
|
|
|
|
| |
Submitted by: linimon, erwin
|
|
|
|
|
|
|
|
| |
- Pass maintainership to perl
- Add license
PR: 169882
Submitted by: Gea-Suan Lin <gslin@gslin.org> (prev. maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The original patch was written by Jan Beich in the PR mentioned
below. I haven't been able to fully build x11/qt4-opengl yet due to
other errors which show up later, but at least this one problem is
solved, and the fix will be included in the next Qt 4.8 release.
No PORTREVISION bump, as users of other standard C++ libraries are not
affected, and no dependencies have been changed.
PR: ports/169871
Submitted by: Jan Beich <jbeich@tormail.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 1.2.6 -> 1.2.7
www/pear-Horde_Browser 1.0.7 -> 1.0.8
devel/pear-Horde_Core 1.9.1 -> 1.9.2
devel/pear-Horde_Date 1.0.10 -> 1.0.11
devel/pear-Horde_Icalendar 1.1.1 -> 1.1.2
mail/pear-Horde_Imap_Client 1.5.4 -> 1.5.5
security/pear-Horde_Oauth 1.0.1 -> 1.0.2
security/pear-Horde_Secret 1.0.1 -> 1.0.2
www/pear-Horde_Service_Twitter 1.1.3 -> 1.1.4
www/pear-Horde_Service_Weather 1.1.1 -> 1.1.2
devel/pear-Horde_Util 1.3.1 -> 1.4.0
mail/horde4-imp 5.0.21 -> 5.0.22
mail/horde4-ingo 2.0.8 -> 2.0.9
|
| |
|
|
|
|
|
| |
PR: ports/169889
Submitted by: maintainer, jwbacon@tds.net
|
|
|
|
|
|
|
| |
- Update maintainer address
Submitted by: myself
Approved by: miwi, rene (mentors)
|
| |
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new options framework
Changes: http://excess.org/urwid/wiki/ChangeLog
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-Cover/Changes
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove LICENSE_FILE
- Remove PYEASYINSTALL_INSTALLARGS
- Pet portlint
- Patch setup.py for zip_safe=False
- Sort PLIST
Changes: https://github.com/HubSpot/sanetime/commits/master
PR: ports/169847
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove LICENSE_FILE
Changes:
1.3: (2012-07-13)
- Implement markdown rendering
- GitAuthor.date is now a datetime, thank you bilderbuchi
- Fix documentation of Github.get_gist: id is a string, not an integer
1.2: (2012-06-29)
- Implement legacy search APIs, thank you kukuts for telling me Github had
released them
- Fix a bug with issue labels containing spaces, thank you philipkimmey for
detecting the bug and fixing it
- Clarify how collections of objects are returned by get_* methods, thank you
bilderbuchi for asking
PR: ports/169848
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/File-Map/Changes
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Weaken/Changes
|
|
|
|
| |
Submitted by: Sulev-Madis 'ketas' Silber (via e-mail)
|
|
|
|
|
| |
PR: ports/169616
Submitted by: maintainer
|
|
|
|
|
|
| |
- Remove bluelife.at mirror because it's gone :(
Discussed with: beat
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Update to 1.3
Submitted by: by myself
Approved by: miwi, rene (mentors)
|
|
|
|
|
| |
PR: ports/169948
Reported by: Bryan Drewery
|
|
|
|
|
| |
Switch to new options framework
Link pcretest against libedit on FreeBSD 8.x and higher
|
| |
|
|
|
|
|
|
| |
Yajl-tcl is a Tcl wrapper for the Yet Another JSON Library (YAJL).
WWW: https://github.com/flightaware/yajl-tcl/
|
|
|
|
| |
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.7.11.2.txt
|
|
|
|
| |
ports.
|
|
|
|
|
|
| |
- Fix plist in case examples are not installed
Submitted by: flo
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: flo@
|
|
|
|
|
|
| |
lang/hiphop-php
WWW: https://github.com/facebook/hiphop-php/wiki/
|
| |
|
| |
|
|
|
|
|
|
| |
uses the libev C library.
WWW: http://coolio.github.com/
|
|
|
|
|
| |
PR: ports/169887
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
| |
|
|
|
|
| |
Approved by: portmgr (beat)
|
|
|
|
|
| |
Pointed out by: sunpoet
Pointy hat to: swills
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix applications hanging issue (deluge and qbittorrent at least) [2]
- fix interprocess communication (upstream svn revision 76181) [3]
- bump PORTREVISION
PR: 168661 [1]
PR: 169755 [2]
PR: 169806 [3]
Submitted by: Alexey Markov <redrat at mail dot ru> [1],
Mario Lobo <lobo@bsd.com.br> [2],
Martin Matuska <mm at FreeBSD dot org> [3]
Approved by: maintainer timeout (1 month)
|
|
|
|
|
|
|
|
|
|
|
|
| |
MaxMind provides IP intelligence through the GeoIP brand. Over 5,000 companies
use GeoIP data to locate their Internet visitors and show them relevant content
and ads, perform analytics, enforce digital rights, and efficiently route
Internet traffic. Businesses can obtain additional insights into their
customers' connection speeds, ISPs, and more using GeoIP data.
WWW: http://www.maxmind.com/app/java
Sponsored by: Experts-Exchange, LLC.
|
| |
|
|
|
|
| |
- Update pkg-descr
|
|
|
|
|
|
|
| |
- Remove LICENSE_FILE
- Take maintainership
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS
|
|
|
|
|
|
| |
- Thank you for your years of service
With hat:: portmgr
|
|
|
|
|
|
|
| |
- Fix *_DEPENDS
- Fix PERL_CONFIGURE
Changes: http://search.cpan.org/dist/Class-StateMachine/Changes
|
|
|
|
|
| |
PR: ports/169618
Submitted by: pawel@
|
|
|
|
| |
Changes: http://search.cpan.org/dist/File-MMagic/ChangeLog
|
| |
|
|
|
|
| |
- Convert to new style OPTIONS
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/strictures/Changes
PR: ports/169815
Submitted by: sunpoet (myself)
Approved by: wen (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Role-Tiny/Changes
|
| |
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/File-Find-Object/Changes
|
|
|
|
|
| |
PR: ports/169784
Submitted by: William Grzybowski <william88 at gmail.com> (maintainer)
|
|
|
|
| |
Approved by: wblock@ (maintainer)
|
|
|
|
|
|
|
| |
Convert to optionsNG.
PR: ports/169790
Submitted by: wblock@ (maintainer)
|
|
|
|
| |
devel/cmake-modules
|
|
|
|
|
|
| |
to keep Modules and Templates separated.
Approved by: avilla (kde)
|
|
|
|
| |
reference).
|
|
|
|
|
|
|
|
|
| |
He had requested this some time ago, so any past timeouts should not be held
against him.
Your work in the past has been much appreciated, thank you.
Submitted by: maintainer, via private email
|
|
|
|
|
| |
PR: ports/169762
Submitted by: arrowdodger <6yearold@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
dcmtk-3.6.0. This has been reported in CMake bug tracker:
http://public.kitware.com/Bug/view.php?id=12324
Approved by: kde@ (implicit)
|
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: 169149
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer(timeout, > 20 days)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- ExtUtils::Install is a build-only dependency
- Module::Build 0.36+ is already in Perl 5.12.0+
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
PR: ports/169011
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 4 weeks)
|
|
|
|
|
|
|
|
|
| |
- Remove outdated post-patch:
- Bump PORTREVISION for dependency change
PR: ports/168704
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 5 weeks)
|
|
|
|
|
|
|
|
|
| |
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes: http://search.cpan.org/dist/Sys-Virt/Changes
PR: ports/169738
Submitted by: sunpoet (myself)
Approved by: Frank Wall <fw@moov.de> (maintainer)
|
|
|
|
| |
Reported by: John Hein <jhein at symmetricom dot com>
|
|
|
|
|
|
|
| |
non-blocking I/O applications but is suitable wherever buffering is
required. IO::Buffer is compatible with Ruby 1.8/1.9 and Rubinius.
WWW: https://github.com/tarcieri/iobuffer
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix WITHOUT_NLS handling if gettext is installed [2]
There is upstream bug-report regarding to NLS case:
http://bz.selenic.com/show_bug.cgi?id=3536
PR: 169661 [1]
PR: 168977 [2]
Submitted by: John Hein <jhein at symmetricom dot com> [1],
arrowdodger <6yearold at gmail dot com> [2]
|
|
|
|
|
|
|
|
|
|
|
| |
well as benchmark code by allowing timings of repeated trials. It is perfect
for when you need more precise information about the running time of portions
of your code than the Benchmark module will give you, but don't want to go all
out and profile your code.
WWW: http://search.cpan.org/dist/Benchmark-Timer/
Reviewed by: az (older version)
|
|
|
|
|
|
|
|
|
|
| |
to a test of their interestingness. A common such situation is when attempting
to isolate a small failure-inducing substring of a large input that causes your
program to exhibit a bug.
WWW: http://delta.tigris.org/
Reviewed by: Bryan Drewery <bryan@shatow.net>
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add TEST_DEPENDS
- Convert to new options framework
- Do not silence installation message
Changes: http://search.cpan.org/dist/Time-Local/Changes
|
|
|
|
| |
- Sort PLIST
|
|
|
|
|
|
| |
- Fix PLIST: remove superfluous @dirrmtry entry in PLIST
Changes: http://search.cpan.org/dist/IO-Async/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use standard USE_RC_SUBR (`set_rcvar` is deprecated`)
- Remove stale entry from plist
- Use OptionsNG, and not old options framework
- Use autotools tools, and don't call specifically as a build dependency (ie. libtool, automake), automake is required
- Add an additional MASTER_SITE
- remove extra new line from pkg-descr
- fix make install by using CONFIGURE_WRKSRC
- some portlint petting was necessary
Approved by: skreuzer (mentor)
|
|
|
|
|
|
|
| |
Libvirt-java is a base framework allowing to use libvirt, the virtualization
API though the Java programming language.
WWW: http://libvirt.org/java.html
|
|
|
|
|
| |
PR: ports/169673
Submitted by: sunpoet
|
|
|
|
| |
- sort pkg-plist
|
| |
|
|
|
|
| |
- sort pkg-plist
|
| |
|
|
|
|
| |
bsd.port.pre.mk requires bsd.port.post.mk to be included!
|
| |
|
|
|
|
|
|
| |
PR: ports/169659
Submitted by: ak
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/169652
Submitted by: sbz (myself)
Approved by: Attila Nagy <bra at fsn.hu> (maintainer)
|
|
|
|
| |
- Move CONFLICTS to prevent portlint warnings
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MooseX-LazyRequire/Changes
|