| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/96894
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
Notes:
svn path=/head/; revision=161737
|
|
|
|
| |
Notes:
svn path=/head/; revision=161736
|
|
|
|
|
|
|
|
|
| |
PR: 96942
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by: arved (mentor)
Notes:
svn path=/head/; revision=161735
|
|
|
|
| |
Notes:
svn path=/head/; revision=161734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the RIPEMD128 implementation.
Turns out, the problem was fixed a few months ago by the TRF author in CVS.
This commit adds a patch and bumps portrevision.
Although the same problem existed in the TRF's RIPEMD160 implementation,
it did not affect this port, because it uses the OpenSSL's (or -lmd's)
implementations of all digests -- except those, which are considered
obsolete and no longer shipped. Like rmd128.
Thanks to: Denis Shaposhnikov
Notes:
svn path=/head/; revision=161733
|
|
|
|
| |
Notes:
svn path=/head/; revision=161732
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugin is actually a port of the xmms OSS sound ouput plugin to JACK, using
libjackasyn.
WWW: http://gige.xdv.org/libjackasyn/xmms.php
PR: ports/94292
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes:
svn path=/head/; revision=161730
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library
that can be used for two purposes.
First it can be loaded via the LD_PRELOAD variable, turning OSS applications
automatically into JACK-aware applications.
Second, it can be used to link against the program during build time, making it
trivial to turn an OSS aware sound application into a JACK aware sound
application in a short time.
libjackasyn got its name from the asynchronous manner in which it communicates
with the JACK server, which means by using libjackasyn you will introduce an
additional delay exactly the size of one JACK audiobuffer (1024 samples or 44
ms with the JACK default settings). This delay can be reduced by reducing the
JACK buffersize. It should not matter for sound generating applications, but
it might introduce phasing effects when doing sound processing.
WWW: http://gige.xdv.org/libjackasyn/
PR: ports/94290
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes:
svn path=/head/; revision=161728
|
|
|
|
|
|
|
|
| |
PR: ports/96686
Submitted by: Martin Wilke
Notes:
svn path=/head/; revision=161727
|
|
|
|
| |
Notes:
svn path=/head/; revision=161726
|
|
|
|
|
|
|
|
| |
PR: 96914
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Notes:
svn path=/head/; revision=161725
|
|
|
|
| |
Notes:
svn path=/head/; revision=161724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An RBTree is a fast, balanced efficient data structure with the
following properties:
get O(log n)
set O(log n)
delete O(log n)
min O(log n)
max O(log n)
contains O(log n)
Because the worst case timing is minimal across the range of standard
dict and ordered data operations it makes sense to use this when you
have volatile/dynamic sorted data.
In common usage its nearly as fast as the Python dict impl but has a
slightly more expensive usage of the compare function as the keys are
ordered and not hashed.
WWW: http://www.python.org/pypi/RBTree/
Notes:
svn path=/head/; revision=161722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sites on the web.
It is a collaborative surfing tool for browsing, reviewing and sharing
great sites with like-minded people. This helps you find interesting
webpages you wouldn't think to search for.
PR: ports/96771
Submitted by: Lapo Luchini <lapo@lapo.it>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161721
|
|
|
|
| |
Notes:
svn path=/head/; revision=161720
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
versions of Firefox, Flock and Thunderbird.
WWW: http://www.cutemenuproject.com/
PR: ports/96764
Submitted by: Lapo Luchini <lapo@lapo.it>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161718
|
|
|
|
| |
Notes:
svn path=/head/; revision=161717
|
|
|
|
|
|
|
|
|
| |
PR: ports/95983
Submitted by: sat
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161715
|
|
|
|
|
|
|
| |
so initialize it here (master port) with += instead of =
Notes:
svn path=/head/; revision=161714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't install docs (they are copies of the manpage)
- Add support for deb archives
- Depend on rpm-3 instead of rpm4
PR: ports/96577
Submitted by: sat
Approved by: krion (mentor)
Approved by: Mark Kane <mark@mkproductions.org> (maintainer)
Notes:
svn path=/head/; revision=161713
|
|
|
|
| |
Notes:
svn path=/head/; revision=161712
|
|
|
|
|
|
|
|
|
| |
PR: ports/96710
Submitted by: sat
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161710
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use BZIP2
PR: ports/96687
Submitted by: sat
Approved by: krion (mentor)
Approved by: Martin Wilke <freebsd@unixfreunde.de> (maintainer)
Notes:
svn path=/head/; revision=161709
|
|
|
|
|
|
|
|
|
| |
PR: ports/96662
Submitted by: sat
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161708
|
|
|
|
|
|
|
|
|
| |
PR: ports/96654
Submitted by: sat
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161707
|
|
|
|
| |
Notes:
svn path=/head/; revision=161705
|
|
|
|
|
|
|
|
|
| |
PR: ports/96097
Submitted by: sat
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161704
|
|
|
|
|
|
|
| |
Spotted by: pav
Notes:
svn path=/head/; revision=161703
|
|
|
|
| |
Notes:
svn path=/head/; revision=161702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
conversion tool for web writers.
Markdown allows you to write using an easy-to-read, easy-to-write
plain text format, then convert it to structurally valid XHTML (or
HTML).
WWW: http://www.deveiate.org/projects/BlueCloth
PR: ports/96651
Submitted by: Alastair Rankine <arsptr@optusnet.com.au>
Notes:
svn path=/head/; revision=161700
|
|
|
|
|
|
|
|
|
|
|
| |
- Ensure ejabberd can find its files
PR: ports/96675
Poked by: Denis Shaposhnikov
Submitted by: maintainer
Notes:
svn path=/head/; revision=161699
|
|
|
|
| |
Notes:
svn path=/head/; revision=161698
|
|
|
|
|
|
|
|
| |
decent satellites of germany. Before I was endangering the local
kindergarden.
Notes:
svn path=/head/; revision=161697
|
|
|
|
| |
Notes:
svn path=/head/; revision=161695
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Diff to the old one:
- INSTALL rewording
- Makefile is gone (autogenerated)
- xmlwrapp-config is gone, it uses only configure.pl
- xmlwrapp.pc is gone (wasn't installed anyway)
Also patch configure.pl for the right path to perl.
PR: ports/96634
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (me)
Approved by: lawrance (mentor)
Notes:
svn path=/head/; revision=161694
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/94081
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (me)
Reviewed by: Andrey Slusar <anrays@gmail.com>
Approved by: Dryice Liu <dryice@dryice.name> (maintainer), lawrance (mentor)
Notes:
svn path=/head/; revision=161693
|
|
|
|
|
|
|
|
| |
PR: ports/96782
Submitted by: Rong-En Fan <rafan@infor.org>
Notes:
svn path=/head/; revision=161691
|
|
|
|
| |
Notes:
svn path=/head/; revision=161690
|
|
|
|
| |
Notes:
svn path=/head/; revision=161689
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=161688
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=161687
|
|
|
|
|
|
|
|
|
|
|
| |
This build uses an unthreaded RTS, please see the GHC mailing lists for
details and report any problems you observe (eg. non-termination/segfaults in
compiled binaries).
Approved by: cabal
Notes:
svn path=/head/; revision=161686
|
|
|
|
|
|
|
| |
Reported by: Joey Mingrone <joey@mingrone.org>
Notes:
svn path=/head/; revision=161685
|
|
|
|
|
|
|
|
| |
PR: ports/93681
Submitted by: Adrian Filipi <adrian@ubergeeks.com>
Notes:
svn path=/head/; revision=161684
|
|
|
|
|
|
|
|
| |
PR: ports/95835
Submitted by: chinsan <chinsan.tw@gmail.com>
Notes:
svn path=/head/; revision=161683
|
|
|
|
|
|
|
|
|
|
|
|
| |
- RC'ify
- Take maintainership
PR: ports/95889
Submitted by: me
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161682
|
|
|
|
|
|
|
|
|
|
|
|
| |
- portlint(1)
- Take maintainership
PR: ports/95886
Submitted by: me
Approved by: krion (me)
Notes:
svn path=/head/; revision=161681
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/95869
Submitted by: me
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161680
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/95843
Submitted by: me
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161679
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainer ship
PR: ports/95828
Submitted by: me
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161678
|