summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Depend on sqlite3, which is more likely to be already installed than sqlite2Beech Rintoul2008-12-272-3/+6
| | | | | | | | | | | - Fix a warning when no firefly_enable var is set in rc.conf PR: ports/129617 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: Mark Foster <mark@foster.cc> (maintainer) Notes: svn path=/head/; revision=224841
* - Fix plistMartin Wilke2008-12-271-15/+0
| | | | | | | Reported by: erwinbot Notes: svn path=/head/; revision=224840
* - Update to 3.10.2Martin Wilke2008-12-274-8/+8
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224839
* - Fix a typoMartin Wilke2008-12-271-1/+1
| | | | Notes: svn path=/head/; revision=224838
* Mark BROKEN on HEAD after the import of strndup(3).Pav Lucistnik2008-12-261-0/+4
| | | | | | | | | As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat via droso Notes: svn path=/head/; revision=224836
* - Update to 0.10.3Martin Wilke2008-12-262-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224835
* - Update to version 0.0.7Alexey Dokuchaev2008-12-262-5/+5
| | | | | | | | | - Drop maintainership PR: ports/128479 Notes: svn path=/head/; revision=224834
* - Update to 0.1.8Martin Wilke2008-12-262-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224833
* - Update to 4.2.3Martin Wilke2008-12-2610-45/+40
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224832
* - Update to 1.12.3Martin Wilke2008-12-264-8/+8
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224831
* - Update to 0.12.1Martin Wilke2008-12-266-82/+490
| | | | | | | | | | - Update Maintainer email PR: 129935 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=224830
* - Update to 0.61.09Martin Wilke2008-12-263-6/+23
| | | | | | | | | | - Pass maintainership to submitter PR: 129929 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=224829
* - Update to 0.61.09Martin Wilke2008-12-263-6/+17
| | | | | | | | | | - Pass maintainership to submitter PR: 129929 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=224828
* - Update to 0.04.12Martin Wilke2008-12-262-6/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 129929 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=224827
* - Update to 20081224Martin Wilke2008-12-264-21/+56
| | | | | | | | PR: 129933 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=224826
* The overall goal of this project is to provide remote control service on LinuxMartin Wilke2008-12-265-0/+92
| | | | | | | | | | | | | | | | | | | through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection. anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, Motorola and others. It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi) capabled phone and UNIX, and in principle could be configured to manage almost any software. WWW: http://anyremote.sourceforge.net/ PR: ports/129943 Submitted by: Alexander Logvinov <ports at logvinov.com> Notes: svn path=/head/; revision=224825
* - Update to 1.2.2Martin Wilke2008-12-262-4/+4
| | | | | | | | PR: 129954 Submitted by: Matthias Sund <m.sund@arcor.de> (maintainer) Notes: svn path=/head/; revision=224824
* - Update to 0.6.3Martin Wilke2008-12-263-7/+8
| | | | | | | | PR: 129960 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=224823
* - Update to 0.52Martin Wilke2008-12-262-4/+5
| | | | | | | | PR: 129961 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer) Notes: svn path=/head/; revision=224822
* Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a niceMartin Wilke2008-12-265-0/+158
| | | | | | | | | | | | | | | | | and easy GObject based API for creating fast, heavily stylised applications, such as media box UI, presentations, kiosk style applications, etc. Clutter uses OpenGL for rendering. The Clutter Perl bindings allow you to write canvas-based applications in a Perlish and object-oriented way, freeing you from having to care about casting and memory management of the original Clutter C API, and yet remaining close to its spirit. WWW: http://www.clutter-project.org/ Notes: svn path=/head/; revision=224821
* This package contains the Python modules that allow you to use theMartin Wilke2008-12-265-0/+90
| | | | | | | | | Clutter toolkit in Python programs. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224820
* An experimental clutter cairo 'drawable' actor. Sucks a bit as rendersMartin Wilke2008-12-265-0/+47
| | | | | | | | | | | cairo via an image surface and thus no real cairo rendering acceleration. Experiments with glitz and sharing GL contexts for such acceleration proved problematic. Needs more investigation. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224819
* A glue layer between clutter and box2d that provides a special group where theMartin Wilke2008-12-265-0/+75
| | | | | | | | | | | | | | | | | | | | | | | actors can be set to be static or dynamic in regard to a physics simulation. The source tree currently contains an embedded version of box2d trunk. Features: - Children of the ClutterBox2d group can be simulated as static or dynamic rigid bodies. Collision detection. - Specifying the gravity of the world. - play/pause control over the box2d physics engine - Setting linear and angular velocities of simulated children. - automatic position synchronization between clutter and box2d. - joints - prismatic. - revolute. - distance (spring) - mouse (for dragging objects around and manipulating them). WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224818
* Clutter-GStreamer (clutter-gst) is an integration library for using GStreamerMartin Wilke2008-12-265-0/+81
| | | | | | | | | | | | | | | | | | | | | with Clutter. Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. It uses OpenGL for drawing primitives and has multiple backends, allowing its usage on different platforms. GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224817
* Clutter-GTK is a library providing facilities to integrate Clutter into GTK+Martin Wilke2008-12-265-0/+62
| | | | | | | | | | applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224816
* Clutter it an open source software library for creating fast, visuallyMartin Wilke2008-12-265-0/+206
| | | | | | | | | rich and animated graphical user interfaces. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224815
* M.A.X.R. (Mechanized Assault and Exploration Reloaded) is a fanprojectDmitry Marakasov2008-12-265-0/+1261
| | | | | | | | | | | | by the community of MaxTheGame.de. It was founded by MM (Michael Mönch) around 2006 and became OpenSource at the end of 2007. MAXR is based on the old M.A.X. (Mechanized Assault and Exploration) by Interplay from 1996. WWW: http://www.maxthegame.de/ Notes: svn path=/head/; revision=224814
* MPD click & play clientMartin Wilke2008-12-266-0/+121
| | | | | | | | | | | | | | | | | mpdBrowser show your collection's covers and let you: - play an album with left click - Enqueue an album with left click and Control - Clear playlist with middle click - play a song with right click - enqueue a song with right click and Control WWW: http://www.gnomefiles.org/app.php/mpdBrowser PR: ports/129955 Submitted by: Henrik Friedrichsen <hrkfdn at gmail.com> Notes: svn path=/head/; revision=224813
* - Fix build on 6.x by using valloc(3) instead of posix_memalign(3)Rong-En Fan2008-12-261-11/+18
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=224812
* - Update to 0.1.4Martin Wilke2008-12-262-4/+4
| | | | Notes: svn path=/head/; revision=224811
* Fix an array overflow which led to an assertion crash.Joe Marcus Clarke2008-12-262-0/+22
| | | | | | | | Reported by: miwi Obtained from: http://bugzilla.openedhand.com/show_bug.cgi?id=1203 Notes: svn path=/head/; revision=224810
* - Fix duplicate pear categoryMartin Wilke2008-12-261-1/+1
| | | | | | | | | PR: 129949 Submitted by: jun <yamajun@ofug.net> Approved by: maintainer Notes: svn path=/head/; revision=224809
* - Fix pear categoryMartin Wilke2008-12-261-1/+2
| | | | | | | | | PR: 129950 Submitted by: Jun <yamajun@ofug.net> Approved by: maintainer Notes: svn path=/head/; revision=224808
* Update to gnuit version 4.9.4 now that the project is active again, upGerald Pfeifer2008-12-2618-174/+284
| | | | | | | | | | | | | | | | | | | from the old version 4.3.20 dating back to 2000 which was still called git. Most configuration files, environment variables, the HTML documention, subdirectory names, etc have been renamed to carry gnuit instead of git in their names. Support for large files has been improved, new terminal types rxvt-unicode, linux-m, cygwin, and Eterm, have been added, and many bugs have been fixed. The git file manager is now called gitfm, there is no longer a command called git. Among others this helps reduce confusing with devel/git. PR: 126234 Notes: svn path=/head/; revision=224807
* Chase glpk shlib version bump.Dmitry Sivachenko2008-12-263-5/+6
| | | | Notes: svn path=/head/; revision=224806
* Update to version 4.34.Dmitry Sivachenko2008-12-263-7/+7
| | | | | | | | PR: 129446 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=224805
* Fix typo.Jimmy Olgeni2008-12-261-1/+1
| | | | Notes: svn path=/head/; revision=224804
* 1) Consistently use "%08X" instead of "%08lX" for formatting uint32_tDmitry Sivachenko2008-12-264-23/+139
| | | | | | | | | | | | | | | task ID. 2) Consistently use "%d" instead of "%ld" for formatting int32_t values. This results in printing the same (correct) numbers on amd64 as they appear on i386. Use correct type for arguments in uftp.h:logfunc(...). Bump PORTREVISION. Notes: svn path=/head/; revision=224803
* - Update to 2.7.6Rong-En Fan2008-12-262-5/+4
| | | | Notes: svn path=/head/; revision=224802
* Update to 1.6.3Erwin Lansing2008-12-262-4/+4
| | | | Notes: svn path=/head/; revision=224800
* - Update to 0.035Philippe Audeoud2008-12-262-4/+4
| | | | Notes: svn path=/head/; revision=224799
* Upgrade to 4.9.Thierry Thomas2008-12-266-8/+29
| | | | | | | Changelog available at <http://bouml.free.fr/historic.html>. Notes: svn path=/head/; revision=224798
* - Update to 20081226Gabor Kovesdan2008-12-262-4/+4
| | | | Notes: svn path=/head/; revision=224797
* Missed another cvs removePhilip M. Gollucci2008-12-261-0/+0
| | | | | | | | | | PR: ports/120983 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Pointyhat to: pgollucci Approved by: araujo (mentor, implicit) Notes: svn path=/head/; revision=224796
* - ampache -- insecure temporary file usagePhilippe Audeoud2008-12-261-0/+33
| | | | Notes: svn path=/head/; revision=224795
* Update to 2.1.3Philip M. Gollucci2008-12-264-97/+73
| | | | | | | | | PR: ports/120983 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: araujo (mentor, implicit) Notes: svn path=/head/; revision=224794
* - Update to 5.4 [1]Philip M. Gollucci2008-12-264-12/+12
| | | | | | | | | | | | - Use SF macro - Require apache 2.0+ (conn_rec.id structure incompatabilities) PR: ports/129470 Submited by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: araujo (mentor, implicit) Notes: svn path=/head/; revision=224793
* Update to 1.0Philip M. Gollucci2008-12-262-5/+4
| | | | | | | | | Port does not work with www/apache22 b/c it does not work with apr 1.x series) Approved by: araujo (mentor, implicit) Notes: svn path=/head/; revision=224792
* - Update to 20070523oBeech Rintoul2008-12-262-4/+4
| | | | | | | | | | | | - Update scamper, primarily to build on freebsd 8-current with the new arp code. PR: ports/129940 Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer) Reported by: pointyhat Notes: svn path=/head/; revision=224791
* clojure-mode is an emacs editing mode for the clojurePhilip M. Gollucci2008-12-266-0/+53
| | | | | | | | | | | | | (www.clojure.org) programming language. WWW: http://clojure.codestuffs.com/ PR: ports/129857 Submitted by: Peter Schuller <peter.schuller at infidyne.com> Approved by: araujo (mentor, implicit) Notes: svn path=/head/; revision=224790