Commit graph

232429 commits

Author SHA1 Message Date
Juergen Lock
39efa4c6ed Fix misspelled WITHOUT_NOUVEAU.
Submitted by:	kirma on irc
Approved by:	miwi
2010-02-13 23:06:13 +00:00
Juergen Lock
a511d9abd7 Update to 9.0r262 .
Security:	http://www.freebsd.org/ports/portaudit/ff6519ad-18e5-11df-9bdd-001b2134ef46.html
2010-02-13 22:03:48 +00:00
Martin Wilke
b1d084e0c3 twitmail is a curses-based mail-like interface to twitter. It also can be
used as a command line app for sending and receiving tweets. In both modes
it remembers the last thing you read and only shows you newer posts (ie, it
reports nothing when you have no updates to read). It'll collect all the
new posts as well (up to a configurable limit), to ensure you haven't
missed anything important.

WWW:	http://www.hardakers.net/twitmail/
2010-02-13 22:03:39 +00:00
Juergen Lock
cb12efe47c Update to 10.0r45 .
Security:	http://www.freebsd.org/ports/portaudit/ff6519ad-18e5-11df-9bdd-001b2134ef46.html
2010-02-13 22:01:45 +00:00
Sylvio Cesar Teixeira
22385c860e - Update to version 1.27.90
- Use base gcc at ARCH={amd64,sparc64}

PR:		ports/143541
Submitted by:	bsam@
Approved by:	miwi (mentor) via irc
2010-02-13 22:00:29 +00:00
Juergen Lock
d32b361180 Document linux-flashplugin -- multiple vulnerabilities.
Reviewed by:	miwi
2010-02-13 21:55:50 +00:00
Sylvio Cesar Teixeira
d94f44b41d - Force commit to gammu-devel 2010-02-13 21:44:25 +00:00
Sylvio Cesar Teixeira
ce136a45b4 - Add gammu-devel in comms/Makefile
PR:		ports/143541
Submitted by:	bsam@
Approved by:	miwi (mentor) via irc
2010-02-13 21:35:57 +00:00
Martin Wilke
fae6086892 This module is a wrapper around Getopt::Long that extends the value of
the original Getopt::Long module to:

1) add a simple graphical user interface option screen if no arguments
   are passed to the program.
2) provide an auto-help mechanism such that -h and --help are handled
   automatically.

   It's designed to make the creation of graphical shells trivial without the
   programmer having to think about it much as well as providing automatic
   good-looking usage output without the programmer needing to write usage()
   functions.

   This also can turn normal command line programs into web CGI scripts as
   well (automatically).  If the Getopt::GUI::Long program is installed as a
   CGI script then it will automatically prompt the user for the same
   variables.

 WWW:	http://search.cpan.org/dist/Getopt-GUI-Long/
2010-02-13 21:35:07 +00:00
Sylvio Cesar Teixeira
bcad187052 - Update to 10.0
- Build now in amd64.

Approved by:	miwi (mentor) via irc
2010-02-13 21:24:04 +00:00
Doug Barton
1d28e3ed5f Update rc.d script.
Approved by:	maintainer timeout
2010-02-13 21:17:42 +00:00
Martin Wilke
a2f382ce70 - reset maintainer
mailbounce
<a.donig@gmx.net>... User is unknown {mx035} (in reply to RCPT TO command)
2010-02-13 20:47:58 +00:00
Martin Wilke
f0aae1c084 - Update to 1.2.4
PR:		143207
Submitted by:	bf <bf1783@gmail.com>
Approved by:	maintainer timeout
2010-02-13 20:38:27 +00:00
Martin Wilke
c13ff75b82 MongoKit is a python module that brings structured schema and validation layer
on top of the great pymongo driver. It has be written to be simpler and
lighter as possible with the KISS and DRY principles in mind.

WWW:	http://bitbucket.org/namlook/mongokit/wiki/Home

PR:		ports/143919
Submitted by:	Mirko Zinn <mail at derzinn.de>
2010-02-13 20:20:00 +00:00
Martin Wilke
22005820fd - Unbreak with qt 4.6.X
- Update to 2.0

PR:		143081
Submitted by:	fluffy
Approved by:	maintainer timeout
2010-02-13 20:10:24 +00:00
Martin Wilke
d0fe1d882c - Use $SUB_FILES to adjust PREFIX in pkg-message instead of hardcoding /usr/local
- Use bsd.port.options.mk
- Remove unneeded variables DISTNAME,DISTFILES & WRKSRC
- Declare LIB_DEPENDS earlier

PR:		142733
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer timeout
2010-02-13 19:53:56 +00:00
Martin Wilke
10ab754f57 - Update to 2.2.9
PR:		143875
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2010-02-13 19:37:42 +00:00
Martin Wilke
55cf082446 - Update to 0.1.1
PR:		143876
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2010-02-13 19:37:00 +00:00
Martin Wilke
8d39ec5a56 - Update to 0.6.1
PR:		143877
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2010-02-13 19:36:18 +00:00
Martin Wilke
41261d4e03 - Use $SUB_FILES to dynamically adjust pkg-message
PR:		142587
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2010-02-13 19:29:06 +00:00
Sylvio Cesar Teixeira
f1d5736c72 - Greenlet provides a primitive form of micro-threads in the form of a native extension module to Python. Higher-level primitives such as coroutine scheduling are not part of greenlet itself, but can be built upon it.
WWW: http://pypi.python.org/pypi/greenlet

PR:		ports/143610
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
Approved by:	miwi (mentor)
2010-02-13 19:27:23 +00:00
Martin Wilke
3f07f6b3e6 - Fix build 2010-02-13 19:25:16 +00:00
Martin Wilke
1674fb8d01 - Use $SUB_FILES to dynamically adjust pkg-message
PR:		143168
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2010-02-13 19:24:06 +00:00
Martin Wilke
696d1e0663 - Use $SUB_FILES to update pkg-message
PR:		143152
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer timeout
2010-02-13 19:20:56 +00:00
Martin Wilke
29597e5083 - Use $SUB_FILES to update pkg-message
PR:		143150
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2010-02-13 19:17:14 +00:00
Martin Wilke
d88e45a1a1 - Use $SUB_FILES to dynamically update findmtu script
PR:		143105
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer
2010-02-13 19:14:33 +00:00
Martin Wilke
5435c8f5a6 - Use $SUB_FILES to dynamically adjust pkg-message
PR:		142623
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2010-02-13 19:09:45 +00:00
Martin Wilke
7ba7b6cf27 - Update to 0.16
PR:		143871
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2010-02-13 18:47:04 +00:00
Martin Wilke
fe86b5c2e9 Toonel.net exploits a tunneling technique combined with data compression.
It runs compressed data frames from toonel client to one of the toonel
servers and then these are forwarded to the target host. Reducing the
size of resources that are transferred between the server and the client
makes more efficient use of the user's bandwidth.

WWW:	http://toonel.net

PR:		ports/143552
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-02-13 18:45:55 +00:00
Martin Wilke
3f8fd2d404 - Update to 1.8rc1
PR:		143524 (based on)
Submitted by:	Bartlomiej Syryjczyk <guzik@anka.net.pl>
Approved by:	maintainer
2010-02-13 18:45:13 +00:00
Martin Wilke
afec01ba88 - Update to 1.7.10
PR:		141469
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	maintainer timeout
2010-02-13 18:42:04 +00:00
Martin Wilke
4fee8a2823 - Update to 1.14.25
PR:		140699
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	maintainer timeout
2010-02-13 18:41:06 +00:00
Martin Wilke
6f7534f75d - Update to 1.25
PR:		140328
Submitted by:	Sahil Tandon <sahil@tandon.net>
Approved by:	maintainer timeout
2010-02-13 18:39:27 +00:00
Martin Wilke
78761dc70e - make portlint happy
PR:		141738
Submitted by:	Glen Barber <glen.j.barber@gmail.com>
Approved by:	maintainer implicit
2010-02-13 18:10:48 +00:00
Dmitry Marakasov
ef76f9c4e3 Spacejunk is a computer game about traveling in 2D planetary systems.
The player must collect drifting garbage by navigating through the
gravitational fields of planets and stars. A rough editor for
planetary systems is provided too.

WWW: http://spacejunk.sourceforge.net/
2010-02-13 17:35:12 +00:00
Dirk Meyer
3b28dc46b4 - add CONFLICTS
PR:		143872
2010-02-13 17:27:36 +00:00
Martin Wilke
3ff05f4318 - Chase mjpegtools shlib bump
Reported by:	Naram Qashat via #bsdports
2010-02-13 17:12:44 +00:00
Martin Wilke
fd937b998e - Update to 3.3.0
PR:		140589
Submitted by:	Shane Bell <decept0@gmail.com>
Approved by:	maintainer timeout
2010-02-13 16:59:59 +00:00
Martin Wilke
8199279352 - Fix build with newer gcc
PR:		129687
Submitted by:	Eugene Grosbein <eugen@kuzbass.ru>
Approved by:	maintainer timeout (more than 1 year ago)
2010-02-13 16:53:19 +00:00
Martin Wilke
9281f7517f - Update to 6.24 2010-02-13 16:51:38 +00:00
Martin Wilke
9814762b89 - Update to 1.9.9.47 2010-02-13 16:06:05 +00:00
Johan van Selst
e26983152c - Update to 2.9
- Add libsigsegv and NLS support
- Remove timestamp precision patch (now supported by default)
- Grab maintainership
2010-02-13 15:59:37 +00:00
Sylvio Cesar Teixeira
25154f7586 - Anyjson loadds whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implemention is used
WWW: http://bitbucket.org/runeh/anyjson/wiki/Home

PR:		ports/143604
Submitted by:	Mirko Zinn <mail@derzinn.de>
Approved by:	itetcu (mentor)
2010-02-13 14:56:50 +00:00
Li-Wen Hsu
5e1d147bf8 - Fix some portlint warnings
- Add dependency (default off) on devel/py-cheetah (it is needed for export plugin)
- Bump PORTREVISION

PR:		ports/143845
Submitted by:	Ruslan Mahmatkhanov <cvs-src AT yandex.ru> (maintainer)
2010-02-13 14:38:43 +00:00
Maho Nakata
09a2631384 Fix language pack build.
Funded by OpenOffice.org community.
2010-02-13 13:13:23 +00:00
Maho Nakata
56bb64bed0 Add KDE4 knob
Submitted by:	"Stephane E. Potvin" <sepotvin <at> videotron.ca>
Funded by: OpenOffice.org community.
2010-02-13 13:04:28 +00:00
Martin Wilke
34b63e9e26 - Correct the categorie 2010-02-13 12:07:03 +00:00
Martin Wilke
a341e3503d - Add an additional parameter '-p' display nagios
performance data in the output. This output can the easily graphed
  with pnp.

PR:		142266
Submitted by:	olli hauer <ohauer@gmx.de>
Approved by:	maintainer
2010-02-13 11:28:36 +00:00
Martin Wilke
c6cad2390f xml-commons is focussed on common code and guidelines for xml projects. The
first focus will be to organize and have common packaging for the various
externally-defined standards code relating to XML - things like the DOM,
SAX, and JAXP interfaces.

As the xml-commons community forms, we also hope to serve as a holding area
for other common xml-related utilities and code, and to help promulgate
common packaging, testing, documentation, and other guidelines across all
xml.apache.org subprojects.

WWW: http://xml.apache.org/commons/

PR:		ports/143863
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
2010-02-13 11:27:29 +00:00
Martin Wilke
c29b862b75 Apache XML Graphics Commons is a library that consists of several reusable
components used by Apache Batik and Apache FOP. Many of these components can
easily be used separately outside the domains of SVG and XSL-FO. You will
find components such as a PDF library, an RTF library, Graphics2D
implementations that let you generate PDF & PostScript files, and much more.

WWW: http://xmlgraphics.apache.org/commons/

PR:		ports/143862
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-02-13 11:26:45 +00:00