| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/119688
Submitted by: Naram Qashat
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/AnyEvent/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Async/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/forks/CHANGELOG
|
|
|
|
|
|
| |
PR: 119882
Submitted by: leeym
Approved by: maintainer
|
|
|
|
|
|
| |
Changes:
PR: ports/119087
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp>
|
|
|
|
|
|
|
|
| |
- Reset maintainership
Changes:
PR: ports/115052
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
| |
|
|
|
|
|
|
| |
caused by the old CPU architecture in the pointyhat nodes.
Submitted by: az
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update `x11-wm/wmii' to version 3.6 [2]
- Remove CENKES as they do not carry new distfiles
- Minor tweaks in pkg-descr for `devel/libixp'
PRs: ports/119281 [1]
ports/119282 [2]
Submitted by: Daniel Roethlisberger
Reworked by: danfe (myself)
Go ahead from: sat (maintainer) [1]
|
|
|
|
| |
PR: ports/119366
|
|
|
|
|
| |
PR: ports/119782
Submitted by: TAOKA Fumiyoshi
|
|
|
|
|
|
|
|
| |
Change some hard-coded paths to variables [1]
Fix pkg-plist for Java bindings [2]
PR: ports/119782 [1], ports/117357 [2]
Submitted by: TAOKA Fumiyoshi [1], bf [2]
|
|
|
|
|
|
| |
PR: 119749
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/118192
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
| |
Changes: http://lists.otrs.org/pipermail/announce/2008/000084.html
|
|
|
|
|
|
| |
PR: ports/120079
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Approved by: Martin Jackson <mhjacks swbell.net> (maintainer)
|
|
|
|
| |
Notified by: Bruno Pages <bouml (at) free.fr> (Author)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fuzzer for C programs.
Uses compiler-level integration to seamlessly inject precise and reliable
instrumentation hooks into the traced program. These hooks enable the fuzzer to
receive real-time feedback on changes to the function call path, call
parameters, and return values in response to variations in input data.
This architecture makes it possible to significantly improve the coverage of the
testing process without a noticeable performance impact usually associated with
other attempts to peek into run-time internals.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tools in this module have been bundled for years inside of PEAK,
PyProtocols, RuleDispatch, and the zope.interface package, so they have been
widely used and tested.
Recent versions of the TurboGears framework (ported to FreeBSD as
www/py-turbogears) require the DecoratorTools package.
PR: ports/119835
Submitted by: alexander smishlajev <alex@ank-sia.com>
|
|
|
|
|
|
|
| |
of the Min and Max objects from PEP 326.
PR: ports/119915
Submitted by: alexander smishlajev <alex@tycobka.lv>
|
|
|
|
|
|
| |
amount of memory
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
| |
Author's note : this is a beta version, I encourage you to backup your
projects before using it.
Changelog available at <http://bouml.free.fr/historic.html>.
|
|
|
|
| |
Pointyhat to: myself
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
direction flag ("std"), but does not clear it ("cld"). This is invalid
according to GCC (inline assembler, which sets the direction flag,
must reset it[0]) and the SYS V ABI (functions must leave with the
direction flag cleared[1]). The macro is (indirectly, exact call
sequence below) used in SDL_BlitSurface(), so this call sometimes
returns with the direction flag set. This happens for bliting a surface
onto itself with the destination coordinates set right/down of the source
coordinates (typical use of this is scrolling left/up). Later on other
parts of the code (like inlined memcpy()) cause memory corruption. [1]
- Give maintaintership to submitter (as discussed on irc)
PR: ports/120052 [1]
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 119084
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout (3 week)
|
|
|
|
|
|
| |
PR: ports/118972
Submitted by: Marcus von Appen <mva@sysfault.org>
Approved by: maintainer timeout (jylefort; 1 month)
|
|
|
|
|
| |
PR: 119796
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
| |
Submitted by: Marcus von Appen <mva@sysfault.org> (request via irc)
|
|
|
|
|
| |
PR: ports/120004
Submitted by: Cristian KLEIN <cristi@net.utcluj.ro>
|
|
|
|
|
|
|
|
| |
paexec distributes performing the given tasks across several CPUs or
machines on a network and collects the results from those
CPUs/machines
WWW: http://sourceforge.net/projects/paexec
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
helpful for writing compilers, including hash tables, sets, lists,
debugging support, and memory management. Although LIBMAA was
designed and implemented as a foundation for the Khepera
Transformation System, the data structures are generally applicable to
a wide range of programming problems.
The memory management routines are especially helpful for improving the
performance of memory-intensive applications.
WWW: http://www.dict.org/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to obtain an exit status of every program in a pipe.
MOTIVATION
When we program in shell we often run pipes like this
prog1 args1 | prog2 args2 | ... | progN argsN
POSIX says that exit status of pipe is the exit status of LAST program
in it, i.e. progN in our example. That is, exit status of all other
programs in pipe is silently ignored. But in many situations exit
status of all programs in pipe should be checked to make program
robust. Some shells like BASH and ZSH have special extensions for
doing this but POSIX shell unfortunately doesn't provide an EASY way
for doing this.
In order to solve the problem, described above pipestatus was written.
WWW: http://sourceforge.net/projects/pipestatus/
|
|
|
|
| |
Small bug fix release.
|
|
|
|
| |
- Changelog: http://pear.php.net/package/PEAR_Info/download/
|
|
|
|
| |
- Changelog: http://search.cpan.org/dist/Term-Menus/ChangeLog
|
|
|
|
|
|
| |
Changes:
PR: ports/119941
Submitted by: maintainer (<hideo_AT_lastamericanempire dot com>)
|
|
|
|
|
| |
PR: 119950
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
|
|
|
|
| |
pointing out.
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/PathTools/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in a way that the addition or removal of one slot does not
significantly change the mapping of keys to slots. In contrast, in
most traditional hash tables, a change in the number of array slots
causes nearly all keys to be remapped.
Consistent hashing was introduced in 1997 as a way of distributing
requests among a changing population of web servers. More recently, it
and similar techniques have been employed in distributed hash tables.
WWW: http://search.cpan.org/dist/Set-ConsistentHash/
PR: ports/119587
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
WWW: http://bugs.joestump.net/code/Net_Gearman/
PR: ports/119586
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
| |
|
|
|
|
| |
Approved by: linimon (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/119664
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Drop maintainership.
PR: ports/119206
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
|
|
|
|
|
|
| |
PR: 119112
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 119871
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 119872
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
* Respect -O flags in CFLAGS
Reported by: pav
|
|
|
|
|
|
|
| |
- Drop maintainership
PR: ports/119811 [1]
Submitted by: Marcus von Appen <mva@sysfault.org> [1]
|
|
|
|
|
|
|
| |
- Drop maintainership.
PR: ports/119810 [1]
Submitted by: Marcus von Appen <mva@sysfault.org> [1]
|
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/119539
Submitted by: Daniel Rucci <dan@rucci.org>
Approved by: linimon (mentor)
|
|
|
|
|
| |
PR: 119721
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
| |
WWW: http://pecl.php.net/package/SPL_Types/
PR: ports/119678
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
|
|
|
|
|
|
| |
WWW: http://pecl.php.net/package/automap/
PR: ports/119827
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
|
|
|
|
|
| |
PR: 119798
Submitted by: peter.schuller@infidyne.com (maintainer)
|
| |
|
|
|
|
|
| |
PR: 119677
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
|
|
|
|
|
| |
PR: 119676
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
|
|
|
|
|
| |
PR: 119146
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer)
|
| |
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
|
|
|
|
| |
PR: ports/116611
Submitted by: Vivek Khera <vivek at khera.org> (maintainer)
|
|
|
|
|
|
| |
PR: ports/119763
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Craig Manley <cmanley@xs4all.nl> (maintainer), itetcu (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===============================
* Language Autodetection
* On the fly translation between languages, using online-services!
* Encoding Autodetection for most of European Languages1
* Support for encoding detection plugins (besides Enca and LibRCD)
* Recoding/translation of multi-language playlists!
* Cache to speed-up re-recoding.
* Possibility to configure new languages and encodings.
* Shared configuration file. For example mentioned TagLib and LibID3 patches
do not have their own user interface, but will utilize the same recoding
configuration as XMMS.
* As well the separate program for configuration adjustment is available.
* GTK/GTK2 UI Library: you can add properties page to your GTK application
with 3 lines of code.
* Menu localization opportunity
WWW: http://rusxmms.sourceforge.net
PR: ports/119187
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
|
|
|
|
|
| |
WWW: http://rusxmms.sourceforge.net/
PR: ports/119187
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.comm>
|
| |
|
|
|
|
| |
Noticed by: pav
|
| |
|
|
|
|
|
|
|
| |
Full diff available at
<http://people.freebsd.org/~thierry/ports/bouml_3.5_080114_080115.diff>.
Reported by: V.Chukharev <chukharev (at) mail.ru>
|
|
|
|
|
| |
Reported by: pointhat
pointyhat^2 to: arved
|
|
|
|
|
| |
PR: ports/119768
Submitted by: maintainer
|
|
|
|
| |
- require gettetxt
|
|
|
|
| |
Pointed by: pav
|
| |
|
|
|
|
| |
While being here, remove the now obsolete SSLDEBUG option.
|
|
|
|
|
| |
Reported by: pavbot
Approved by: anholt (maintainer, implicit)
|
|
|
|
| |
- Changelog at http://pear.php.net/package/Date_Holidays/download/
|
|
|
|
|
| |
* Thanks to upline developer Carlo Wood for the patch
* Thanks to Carl Johan Gustavsson for the sparc64 build test
|
|
|
|
|
| |
Suggested by: dougb
Approved by: anholt (maintainer, implicit)
|
|
|
|
| |
Submitted by: maintainer via irc
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix handling of OPTIONS as WITHOUT_GUI wouldn trigger the dependency on Tk.
- Add some more manpages, and install GUI-related manpages only when necessary.
- Silence some commands.
- Install git-daemon rc script.
- Add git-shell to /etc/shells.
PR: ports/119728
Submitted by: flz
Approved by: anholt (maintainer)
|
| |
|
|
|
|
|
|
|
| |
version 3.x (which is still very recent), the author has chosen to
no longer host the files on sourceforge.net, so I rather picked 2.x.
This is a prerequisite port for aqbanki.
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=568868>.
|
|
|
|
| |
Changes: http://search.cpan.org/src/RCAPUTO/POE-Stage-0.03/CHANGES
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Unbreak
- Fix COMMENT
PR: ports/117807
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
Approved by: maintainer timeout
|
|
|
|
| |
Changelog at <http://bouml.sourceforge.net/historic.html>.
|
|
|
|
| |
- update my mail address
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Harness/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Time-Duration-Parse/Changes
|
|
|
|
| |
- Remove 4.X cruft while I am here
|
|
|
|
| |
Changes: http://search.cpan.org/dist/PadWalker/Changes
|
| |
|
|
|
|
| |
- Also see: http://www.perforce.com/perforce/doc.073/user/relnotes.txt
|
|
|
|
|
|
|
|
| |
. add an option (-i "") to REINPLACE_CMD, thus no need to remove *.bak.
PR: 119602
Submitted by: bsam (me)
Approved by: Martin Tournoij <carpetsmoker at xs4all.nl> (maintainer)
|
|
|
|
| |
- GPLV3
|
| |
|
|
|
|
|
|
|
|
|
|
| |
system. It provides OpenID protocol handling, leaving authentication
and user interaction to the implementor.
WWW: http://kin.klever.net/libopkele/
PR: ports/119628
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Mac OS X. It uses the Subversion API for all Subversion actions and
the Qt4 C++ toolkit from Trolltech for platform independent
programming.
WWW: http://ar.oszine.de/projects/qsvn/
PR: ports/119627
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
|
|
|
|
|
|
|
|
| |
- Add OPTIONS
PR: ports/119152
Submitted by: mm
Approved by: maintainer (timeout)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Starter/Changes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
jobs into the system, and your worker processes can pull jobs from the
queue atomically to perform. Failed jobs can be left in the queue to
retry later.
WWW: http://search.cpan.org/dist/TheSchwartz/
PR: ports/119549
Submitted by: Gean-Suan Lin <gslin@gslin.org>
Approved by: stas (mentor, implicit)
|
| |
|
|
|
|
| |
- Changelog: http://pear.php.net/package/Console_Table/download/
|
| |
|
|
|
|
| |
Reported by: pointyhat via erwin
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 119533
Submitted by: bsam (me)
Approved by: Robert Gogolok <gogo at cs.uni-sb.de> (maintainer)
|
| |
|
|
|
|
|
| |
- Add note in build.xml to indicate it's from the FreeBSD port (as Makefiles).
- Add "test" directory to the sources, which was previously omitted.
|
|
|
|
|
| |
PR: ports/117849
Submitted by: Robert Noland
|
|
|
|
| |
Changes:
|
|
|
|
|
| |
PR: 119498
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 119059
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
|
|
|
|
|
| |
PR: 119059
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
|
|
|
|
|
| |
PR: 119410
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Event-Notify/
PR: ports/119359
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
|
|
|
|
| |
Submitted by: maintainer
PR: ports/119495
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
support to bsd.python.mk).
PR: 119531
Submitted by: bsam (me)
Suggested by: nivit (thanks!)
Approved by: Robert Gogolok <gogo at cs.uni-sb.de> (maintainer)
|
|
|
|
|
|
|
| |
catalogs.
PR: ports/119527
Submitted by: Oleg Ukraincev <oleg at ht-systems.ru>
|
|
|
|
| |
WWW: http://luaforge.net/projects/bitlib/
|
| |
|
|
|
|
|
| |
PR: ports/119523
Submitted by: Marcus von Appen <mva AT sysfault.org>
|
| |
|
| |
|
|
|
|
| |
goffice version 0.4 API which is still required by a few ports.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/version/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Install/Changes
|
| |
|
|
|
|
| |
- Build from source instead of installing (add an Ant build.xml file for this).
|
|
|
|
|
|
|
| |
Adobe Flash(R) is installed. Otherwise jtag will try to include
installed flash.h first.
Reported by: Bruce M Simpson <bms@incunabulum.net>
|
|
|
|
|
| |
PR: 119455
Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
|
|
|
|
| |
- Replace pkg-plist with PLIST_FILES
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It creates an environment that has its own installation directories,
that doesn't share libraries with other virtualenv environments
(and optionally doesn't use the globally installed libraries either).
Usage: virtualenv YOUR_NEW_PYTHON_ENV
WWW: http://pypi.python.org/pypi/virtualenv
|
|
|
|
| |
Changes:
|
|
|
|
| |
Changes:
|
|
|
|
|
| |
PR: ports/119088
Submitted by: maintainer (TAKATSU Tomonari)
|
|
|
|
|
|
|
|
| |
- make portlint happy
PR: ports/119086
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp>
Approved by: maintainer (Jonathan Weiss)
|
|
|
|
|
|
| |
PR: ports/119083
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp>
Approved by: maintainer (Jonathan Weiss)
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Pointyhat to: clsung (me)
Changes:
Approved by: maintainer (implicit)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Scalar-Defer/Changes
|
|
|
|
|
| |
PR: ports/119459
Submitted by: Pietro Cerutti <gahr (at) gahr.ch>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
- Grab maintainership for python@
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-ExtractUse/Changes
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Async/Changes
|
| |
|
| |
|
|
|
|
| |
Submitted by: wxs
|
| |
|
| |
|
|
|
|
| |
Changes:
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Algorithm-Permute/Changes
|
| |
|
|
|
|
|
|
|
|
| |
- Reset maintainership
Changes: http://search.cpan.org/dist/Test-MockRandom/Changes
PR: ports/119402
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Time-Duration-Parse/Changes
|
|
|
|
|
|
|
|
| |
- reset maintainership
Changes: http://search.cpan.org/dist/Test-Dependencies/Changes
PR: ports/119401
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
|
|
|
|
| |
Changes:
|
|
|
|
|
| |
PR: ports/119335
Submitted by: maintainer (yuanjue)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add --no-update-sources in Makefile.common (thanks to Alexander Logvinov)
- files/patch-lib-rubygems-source_info_cache.rb
fix when try_file() write 4 bytes into source_cache even DEFAULT_UPDATE_SOURCES is false
- files/patch-lib-rubygems-installer.rb
- do not write to .require_paths file
- currently we don't need it
- link bin/gem18 to bin/gem
- bump PORTERVISION
PR: ports/119051
Submitted by: clsung
Approved by: maintainer (Jonathan Weiss)
|
|
|
|
| |
it builds fine on all my systems here.
|
|
|
|
|
| |
- Added drivers and filters for Netherlands and Norway.
- Changelog at <http://pear.php.net/package/Date_Holidays/download/>
|
|
|
|
| |
. update to version 2.0.1.
|
|
|
|
| |
Let's hope the problem vanished.
|
|
|
|
|
|
|
| |
At least it does at my tinderbox.
PR: 119355
Submitted by: bsam (me)
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Class-InsideOut/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/AnyEvent/Changes
|
| |
|
|
|
|
| |
Changes:
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IPC-Run3/Changes
|
|
|
|
| |
Changes:
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Harness/Changes
|
| |
|
|
|
|
| |
which can run on any platform supported by FreeBSD's ppi(4) driver and more.
|
|
|
|
|
| |
- Add a note in pkg-message about them.
- Bump PORTREVISION.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
provides a framework within which a team of developers may work on many
changes to a program independently, and Aegis coordinates integrating these
changes back into the master source of the program, with as little disruption
as possible. Some key features:
* All operations on the repository are based on change sets.
* True configurations. All changes are reproducible snapshots. Every change
set has a unique configuration identifier.
* Ability to rename files without losing their history.
* Binary files are supported.
* File meta-data are versioned. Aegis versions permissions also.
* Commits are truly atomic. No part of a commit takes effect until the entire
commit has succeeded. Log messages are attached to the change set, not
stored redundantly in each file.
* Access controls on lines of development (branches). Creating a branch in
Aegis can be accomplished with a single, fast command.
* Repository synchronization, geographically distributed development.
* Optimal performance for all users, local or remote (no difference).
* Disconnected commits.
* Peer-to-peer architecture. Work may flow in without involving a master site.
* Costs are proportional to change size, not data size.
WWW: http://aegis.sourceforge.net/
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer timeout (17 days)
|
| |
|
| |
|
|
|
|
|
| |
PR: 119230
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 119242
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
|
| |
|
|
|
|
| |
With help from lofi@.
|
| |
|
|
|
|
|
| |
PR: 116422
Submitted by: Artem Naluzhnyy
|
|
|
|
|
| |
PR: 119163
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
one or more files or directories and reporting any changes
that are made to them.
Author: Andy Armstrong <andy@hexten.net>
WWW: http://search.cpan.org/~andya/File-Monitor/
PR: ports/119131
Submitted by: Masahiro Teramoto <markun at onohara.to>
|
| |
|
|
|
|
|
| |
PR: 117581
Submitted by: bf <bf2006a___yahoo.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
|
|
|
| |
Changelog at <http://bouml.free.fr/historic.html>.
|
|
|
|
|
| |
PR: ports/119229
Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
|
|
|
|
|
|
|
| |
- Update to latest avahi patch
PR: ports/119034 [*]
Submitted by: Dima Panov [*]
|
|
|
|
|
| |
PR: ports/119198
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
|
|
|
|
|
|
|
| |
- It's .if(NOPORTEXAMPLES) not .if(NOEXAMPLES)
- Bump PORTREVISION
Reported by: araujo via mail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portable and complete. Of course it assembles all official mnemonics, but it
also aims to assemble the unofficial mnemonics.
The assembler features the output of listing files which show the source with
the assembled codes and address next to it.
It also allows outputting of label files, in a format which can be included by
other assembler source files.
Other noteworthy features are complete calculation capabilities, conditional
assembling of parts of the code, and inclusion of other source files.
The assembler was written with the MSX computer in mind as the target platform,
but it can be used for any system with a Z80 in it. The original idea was to
make header files with labels of MSX specific addresses (BIOS, BDOS, system
variables), but nothing like this has been done yet.
WWW: http://savannah.nongnu.org/projects/z80asm/
PR: ports/119149
Submitted by: Sean McLaughlin <sigma.zx (AT) gmail.com>
|
|
|
|
|
|
| |
shared object.
Reported by: pointyhat via Pav
|
| |
|
| |
|
|
|
|
|
| |
PR: 119094
Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-AIO/Changes
|
|
|
|
| |
Noted by: pav, erwin
|
| |
|
|
|
|
| |
WWW: http://hotchpotch.rubyforge.org/
|