1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

2547 Commits

Author SHA1 Message Date
Martin Matuska
18ca7cf8ca Update to 1.0.4 2011-07-28 09:50:55 +00:00
Martin Matuska
f13c905d3a Update to 1.1.0 2011-07-28 09:34:11 +00:00
Xin LI
4338c46beb Fix build when CC=clang. 2011-07-23 00:33:57 +00:00
Diane Bruce
88159e36ea - The last patch while fixing the build broke the program. The program is
supposed to start playing morse when the text box is clicked... the
  patch-m.pl prevented this from happening breaking the entire point
  of the program.

PR:		ports/157784
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2011-07-21 16:24:26 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Alberto Villa
c2f28f7e83 - Backport patches to fix KCalc issues.
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-07-17 16:07:23 +00:00
Juergen Lock
dbc9d49ce2 - Update devinput repeat hack to improve af9015 tuner remote behaviour.
- Bump PORTREVISION.
2011-07-17 09:22:40 +00:00
Juergen Lock
389fafa207 - Some doc (pkg-message..) updates after the webcamd update that now
supports /dev/input/eventX.
- Bump PORTREVISION.
2011-07-16 22:26:31 +00:00
Mark Linimon
0465a5878c Standardize on SRC_BASE as set in bsd.port.mk.
Approved by:	maintainer
2011-07-16 20:11:48 +00:00
Martin Matuska
96cc2bdcf8 Set maintainer of Horde ports to horde@FreeBSD.org
Approved by:	maintainer (beech@ and mm@)
2011-07-14 20:33:30 +00:00
Tilman Keskinoz
2beb18955b Fix build with clang
PR:		158660
Submitted by:	maintainer
2011-07-14 14:38:22 +00:00
Tilman Keskinoz
7c2afb558a Update to 1.4.15
PR:		158877
Submitted by:	maintainer
2011-07-14 13:02:59 +00:00
Martin Matuska
0b86071c24 This Horde package provides classes for implementing a SyncML server.
WWW: http://pear.horde.org
2011-07-07 20:55:49 +00:00
Martin Matuska
e4621958b3 Horde libraries implementing an ActiveSync server.
WWW: http://pear.horde.org
2011-07-07 20:01:56 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Steve Wills
f3342f93f3 - Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)
Approved by:	ruby@ (pgollucci)
2011-07-04 01:30:57 +00:00
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Diane Bruce
038c554165 - Fix build under clang
- main() must return int
- returns must return something from main
2011-07-01 12:45:08 +00:00
Diane Bruce
6e6530fb1d - Unbreak clang build
- Replace hard coded g++ with ${CXX} in Makefile
- main() was missing int declaration
2011-07-01 12:30:51 +00:00
Brendan Fabeny
cd061f010a Switch to MASTER_SITE_DEBIAN 2011-07-01 09:20:08 +00:00
Beech Rintoul
aba5d160e8 - Update to 5.4.1
PR:		ports/157992
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2011-06-30 22:53:19 +00:00
Diane Bruce
22f2bbf9d1 - Unbreak under clang
Feature safe:	yes
2011-06-30 18:49:26 +00:00
Juergen Lock
89b53c9312 - Update to 0.9.0 .
- Add devinput driver (/dev/input/eventX, -H devinput) in preparation
  for upcoming webcamd update that will support it.
- Fix build with clang, and a few bugs it found too.
2011-06-28 18:12:32 +00:00
Philip M. Gollucci
333962fb94 - Update to 0.9.6
- Unbreak with ruby 1.9   <=0.9.5  doesn't build with ruby 1.9
- Development of ruby's termios has moved
- Name changed to termios -> ruby-termios
- Bump PORTREVISION on ports with dependency changes

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Checked by:     make index
2011-06-26 03:21:27 +00:00
Julien Laffaye
1a3f17922e Update converters/libticonv to 1.1.2 [1]
Update comms/libticables2 to 1.3.2 [2]
Update devel/libtifiles2 to 1.1.4 [3]
Update comms/libticalcs2 to 1.1.6 [4]
Update comms/tilp2 to 1.15 [5]
Bump emulators/tiemu3 [6]

PR:		ports/157837 [1], ports/157832 [2], ports/157830 [3], ports/157836 [4], ports/157838 [5], ports/157839 [6]
Submitted by:	Tijl Coosemans <tijl@coosemans.org> [1] [2] [3] [4] [5] (maintainer) [6]
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [6], bapt (mentor)
2011-06-16 15:46:36 +00:00
Baptiste Daroussin
3438c572d5 Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-16 14:37:08 +00:00
Baptiste Daroussin
83f20fd008 Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-16 13:03:20 +00:00
Diane Bruce
1140175a68 - correct paths in cgi script usermgmt.cgi so it will run correctly.
PR:		ports/157679
Submitted by:	takefu@airport.fm
2011-06-14 11:17:43 +00:00
Alberto Villa
3f88d44ab7 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
2011-06-14 09:23:49 +00:00
Dennis Herrmann
23d39c8f24 - Update to 0.82.1 2011-06-12 12:12:43 +00:00
Rene Ladan
b1b11d0887 Change this port to use the GROUPS variable
PR:		ports/157545
Submitted by:	Chris Rees [utisoft gmail com]
Approved by:	maintainer
2011-06-06 19:27:00 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Rene Ladan
b8408f8dd2 Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10"
2011-05-01 japanese/citrix_xenapp: "crashes with f10"
2011-05-01 net/citrix_xenapp: "crashes with f10"
2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default
2011-05-01 java/gj: Upstream disapear and distfile is no more available
2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available
2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore.
2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available
2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes)
2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build.
2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken
2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
2011-06-01 21:55:13 +00:00
Diane Bruce
71390ccd88 - Update to Version 3.21.10
* Replaced es.po with newer translation
* Updated es.po, fr.po and it.po to correctly identify
  strings changed by e000ac157e7a96b
* Corrected misspelled words in tool tip
* Removed duplicate defines in src/dialogs/fl_digi.cxx
* GNU/Hurd build fix
2011-06-01 00:19:04 +00:00
Baptiste Daroussin
1705f54d5d - update to 1.54 2011-05-31 19:09:52 +00:00
Diane Bruce
5fba694945 From releaae e-mail:
This release is a bug fix release and includes no new features or
backends:

Version 1.2.13.1
        * 2011-05-29
        * Conversion to Git SCM and updated README documentation for Git SCM
        * Mingw32 build fixes
        * FUNcube dongle USB fixes for Win32
        * Added kit/README.funcubedongle
        * Bug fix--K3 antenna selection function
Users of the FUN Cube dongle on Win32 and K3 users on all platforms are
urged to upgrade to Hamlib 1.2.13.1.

73, de Nate >>
2011-05-29 22:38:42 +00:00
Boris Samorodov
d990afe83b 1. Incorporate a patch from the development repository to fix an error:
-----
Scanning dependencies of target sqlreply
> Building C object contrib/sqlreply/CMakeFiles/sqlreply.dir/c/michal.o
> /usr/ports/comms/gammu/work/gammu-1.29.0/contrib/sqlreply/c/michal.c:16:25: error: mysql/mysql.h: No such file or directory
-----
The error occures only if a mysql port/package is installed.

2. Bump PORTREVISION.

Pointed out by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports@)
2011-05-23 14:17:17 +00:00
Sylvio Cesar Teixeira
0bf7c502a1 - Return of development release, update to 1.29.92
- Add license
2011-05-19 18:14:52 +00:00
Diane Bruce
772fb240ec - update qrq to 0.2.0
- From vendor changelog

| 0.2.0 / 2011-05-07   Fabian Kurz <mail@fkurz.net>
|       * Added options for fixed CW speed (regardless of errors), unlimited   |       usage of repeats and unlimited attempt lengths. Suggested by AA0HW.
|       * No more duplicate callsigns in one attempt
|       * Unlimited attempts (e.g. with _all_ callsigns of a particular
|         database) added
|       * Call database file can be changed/selected in a menu now
|       * Added a database with the 100 most common English words
|       * Call databases with DOS linebreaks can now be used.
|       * Fixed bugs in memory allocation.
|       * CW edges changed to raised cosine
|       * Minimum character speed can be specified; below, Farnsworth is used
|       * PulseAudio support added (OSS and OpenAL still available)
|       * Reformatted ChangeLog
2011-05-17 11:08:32 +00:00
Max Brazhnikov
a34b8d38b8 Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
2011-05-16 19:26:43 +00:00
Brendan Fabeny
4fd0a4b1c1 Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00
Dennis Herrmann
8617aa2c1b - Update to 0.82 2011-05-08 19:25:41 +00:00
Bernhard Froehlich
e5d2249ebe - Update to 0.21
PR:		ports/156466
Submitted by:	martinko <gamato@users.sf.net> (maintainer)
2011-05-04 11:52:14 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Johan van Selst
4142446693 Update to minicom 2.5 (bugfix release) 2011-04-25 07:18:56 +00:00
Diane Bruce
dfaa5bf29b - Update to 3.21.8
- Contestia mode added, macro improvements, language translations,
  about window changes
- See http://www.w1hkj.com/Fldigi.html for details
2011-04-22 23:51:33 +00:00
Rene Ladan
48f1d8c469 Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
2011-04-18 22:25:41 +00:00
Diane Bruce
a4fea175f0 - Update to 0.8.1
0.8.1 / 2011-04-04   Fabian Kurz   <mail@fkurz.net>
	* Guessing of file encoding added (-g filename).
	* MP3 CGI fixed (crashed because OGG/Vorbis libs were called)
	* Chapter time now properly resetted after each chapter
	* Added -X switch (test mode: no encoder, no output files)
	* Lame or OGG support can be disabled in the Makefile

- N.B. the port does not support Lame or OGG support choice, both are enabled.
2011-04-16 16:21:33 +00:00
Soeren Straarup
89e41eb135 Fixed Gdk-CRITICAL error
PR:		ports/155255
Submitted by:	Tom Russo <russo@bogodyn.org>
2011-04-13 19:49:39 +00:00
Martin Wilke
e0bbbe66bc - Update to 0.9.4
PR:		155734
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2011-04-12 02:46:57 +00:00
Martin Wilke
bd0c6d40cb SMS::Send::TW::Qma is a SMS::Send driver
which allows you to send messages through http://www.qma.com/.

WWW:    http://search.cpan.org/dist/SMS-Send-TW-Qma/

PR:		ports/155711
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2011-04-12 02:33:07 +00:00
Steve Wills
8952e2a0ba - Mark broken with Ruby 1.9 2011-04-10 18:18:09 +00:00
Alberto Villa
44b2f80d3d The FreeBSD KDE Team is pleased to announce April updates for KDE
Software Compilation: 4.6.2, codename "Congrats". Read the full
announcement here: http://kde.org/announcements/announce-4.6.2.php.

Special thanks to Raphael Kubo da Costa who ported the release.
2011-04-07 12:03:34 +00:00
Alberto Villa
f773926996 - Update to 1.0.6. 2011-04-06 06:03:36 +00:00
Jimmy Olgeni
37e5e69e19 Remove CONFLICTS with graphics/netpbm: do not install link from
g32pbm to g3topbm, which already exists in netpbm.

The g3topbm alias is intended for 3rd party fax viewers, however
no ports depend on comms/mgetty+sendfax. g3topbm is also not
referenced anywhere in lib/mgetty+sendfax.
2011-04-01 20:27:29 +00:00
Pawel Pekala
8de0e51049 - Update to 3.2.8
- Modernize usage of CPPFLAGS

Approved by:	miwi (mentor)
2011-04-01 13:51:41 +00:00
Dennis Herrmann
e4946cb514 - Update to 1.6
- Take maintainership
- Fix WWW/pkg-descr [1]

PR:		ports/156047
Submitted by:	N.J. Mann <njm@njm.me.uk> [1]
2011-03-31 15:32:57 +00:00
Alberto Villa
12307c963b - Depend on newer libarchive (and fix plist) on 7.x and 8.0.
- Bump PORTREVISION.

Reported by:	pointyhat via pav
2011-03-29 07:19:05 +00:00
Pav Lucistnik
1ef269ccbe - Mark BROKEN on 9.X and recent 8-STBALE:
misc.h:110: error: conflicting types for 'log2'

Reported by:	pointyhat
2011-03-25 20:27:24 +00:00
Alberto Villa
c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00
Pawel Pekala
6212efe33d - Update to 3.2.7.1
- Update my email to FreeBSD

Approved by:	miwi, wen (mentors)
2011-03-23 16:21:44 +00:00
Martin Matuska
e3a244403e - Add LICENSE knob(s) 2011-03-23 15:53:22 +00:00
Alberto Villa
631e33df2a - Update to 1.0.7. 2011-03-22 11:12:02 +00:00
Alex Dupre
2ba3bfa2b9 Make it fetchable again. 2011-03-22 10:23:54 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Sofian Brabez
d7c5457ddf Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by:	jadawin@ (mentor)
2011-03-18 10:04:54 +00:00
Pav Lucistnik
e13f00eca1 - Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
2011-03-17 11:08:44 +00:00
Juergen Lock
d2b0400081 - Add patch to fix MAKE_JOBS_SAFE and mark as such.
- No PORTREVISION bump as the installed bits don't change.
2011-03-15 20:41:27 +00:00
Diane Bruce
6011d09851 Update to
Version 1.2.13
        2011-03-12
        * New models: VX-1700, FUNcube, FiFi-SDR, KTH-SDR Si570, FT-5000,
                TS-590S
        * Rotor fixes and features: SPID
        * New Rotor backend: F1TE Tracker
        * Fixes and features: TS-440S, K2, K3, SR-2200, THF6A, THF7E, NewCAT
                rigs serial port defaults, TM-D700,
        * Removed libtool tree from source tree
        * Removed old DocBook files
        * Allow USB device's VID/PID/Vendor/Product to be explicitly specified
        * Doxygen documentation updates and new style sheet
2011-03-14 02:30:17 +00:00
Alberto Villa
f084cf7c2a - Rework the checks to allow running in crossbuilding environment.
Reported by:	pointyhat via pav
2011-03-07 00:35:46 +00:00
Dennis Herrmann
f5b86c8ebe - Chase libftdi update
- Bump PORTREVISION
- Remove MD5 checksum
2011-03-05 15:55:58 +00:00
Juergen Lock
8de4beafc1 And this was missed too, doh! 2011-03-02 23:00:15 +00:00
Juergen Lock
b7cc32da9b Also commit this that was just missed. 2011-03-02 22:59:14 +00:00
Juergen Lock
6c6ae31690 - Add an example lircd.conf that's preconfigured for use with
webcamd, either with USB DVB tuner remotes supported by the Linux
  drivers by default that webcamd uses, or for remotes supplied with
  MCE USB IR receivers.
- Bump PORTREVISION.
2011-03-02 22:58:35 +00:00
Alberto Villa
11a6fb8ab0 - Replace ECHO with ECHO_CMD. 2011-03-02 03:01:01 +00:00
Alberto Villa
e738604a7f - Mark BROKEN when base libusb is older than 1.0.4.
Reported by:	pointyhat via pav
2011-03-02 02:56:31 +00:00
Dennis Herrmann
f15c6486d4 - Update to 0.81 2011-03-01 20:47:46 +00:00
Diane Bruce
9918dddc79 - comms/xlog fix distfile locations and update WWW
PR:		ports/155132
Submitted by:	Maintainer
2011-02-28 23:11:17 +00:00
Juergen Lock
b3b20f5e8a - Adjust pkg-message after remote support has been committed to the
webcamd port.
- Bump PORTREVISION.
2011-02-28 21:44:58 +00:00
Sylvio Cesar Teixeira
7dc8f38925 - Update to 2.0.5
PR:		ports/155009
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
2011-02-28 18:48:03 +00:00
Alberto Villa
6dd92cbbfc libimobiledevice is a software library that talks the protocols to
support iPhone, iPod Touch and iPad devices on Linux. Unlike other
projects, it does not depend on using any existing proprietary
libraries and does not require jailbreaking. It allows other software
to easily access the device's filesystem, retrieve information about
the device and its internals, backup/restore the device, manage
SpringBoard icons, manage installed applications, retrieve
addressbook/calendars/notes and bookmarks and synchronize music and
video to the device.

WWW: http://www.libimobiledevice.org
2011-02-28 05:13:23 +00:00
Alberto Villa
406f08f796 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in
charge of multiplexing connections over USB to an iPhone or iPod
touch. To users, it means you can sync your music, contacts, photos,
etc. over USB. To developers, it means you can connect to any
listening localhost socket on the device.

WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd
2011-02-28 05:09:56 +00:00
Diane Bruce
86b15cef12 - Upstream website (pg4i) disapeared as did a download site.
- Move download site to new one and mirror.
2011-02-27 22:53:34 +00:00
Sergey Skvortsov
caf8307740 Update to 1.53
Changes:	http://cpansearch.perl.org/src/COSIMO/Device-Modem-1.53/Changes
2011-02-27 08:21:21 +00:00
Juergen Lock
0edca97428 - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
  USB DVB tuner remotes supported by the Linux code), and enable
  support for a few more USB devices while we're at it tho of those
  only an FTDI-based one was tested:

	http://www.huitsing.nl/irftdi/ [1]

- Fix plist for audio/rhythmbox and multimedia/totem and
  add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
  multimedia/xine when building them with (optional) lirc support. [2]

- Chase liblirc_client shlib version bump for ports depdending on it
  and bump PORTREVISIONs for ports depending on it by default.

Approved by:	portmgr (miwi) [2]
Thanks to:	Warren Block <wblock@wonkity.com> for testing [1]
2011-02-26 22:11:54 +00:00
Diane Bruce
713c3440d9 - Joop download has disapeared, affecting a number of ports
- Modified original request to add a MASTER_SITE_LOCAL

Submitted by:	 matt@chronos.org.uk
Approved by:	Maintainer
2011-02-26 20:07:00 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Martin Wilke
9992960752 - Move over to python2.5 or higher
- While here kick md5
2011-02-24 23:25:54 +00:00
Diane Bruce
bc2c39a048 - Upgrade to gnuradio 3.2.2
Reviewed by:	lrk _at_ ovillatx dot sytes dot net
2011-02-23 20:59:45 +00:00
Wesley Shields
c41e06d648 The Arduino Uno (http://arduino.cc/) is an open source hardware micro-
controller designed primarily for prototyping and experimentation.
Although the devel/arduino port already exists for programming the device,
it will not work properly with the newest Arduino hardware.  Previous
versions of the Arduino used an FTDI USB to Serial interface.  The newest
Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller
to emulate a USB to Serial interface with its own custom Vendor ID and
Hardware ID.  As a result, NONE of the existing FreeBSD USB to serial
drivers can work with it.  This kernel driver supplies the necessary
kernel support for the Arduino Uno on FreeBSD.

Additionally, some 'ACM' USB Serial devices may work with this driver by
manually adding their Vendor ID and Product ID combination to files/ids.txt

Official web site
WWW:  http://www.mrp3.com/uarduno.html

PR:		ports/153963
Submitted by:	Bob Frazier <bobf@mrp3.com>
2011-02-22 02:10:51 +00:00
Diane Bruce
ae52cf4e1d - Forgot to remove patch for ebook2cw.c which is no longer needed. 2011-02-16 17:33:09 +00:00
Diane Bruce
146f374043 - Update to 0.8.0
From vendors change log:

* ebook2cw can now also be compiled to work as a CGI on a webserver
* Support for OGG/Vorbis audio file format added
* Time of created files is now calculated accurately
* Option to add a noise floor with an user definable SNR added [-N]
  (very experimental)
* Waveform can now be set to sine, sawtooth or squarewave. [-T]
* Config files are searched in current directory, ~/.ebook2cw,
  and DESTDIR/share/doc/ebook2cw/examples now. ~/.ebook2cw is
  created if only the last is found. [Linux/Unix only]
2011-02-11 14:17:16 +00:00
Boris Samorodov
ad349cb3af Mark deprecated since version 1.29.0 comms/gammu uses python by default.
Set an expiration date in three months.
2011-02-11 08:32:45 +00:00
Boris Samorodov
3809128869 Add following meta-variables:
. USE_GNOME=glib20  (yea, it's needed now, *sigh*);
. USE_PYTHON=yes    (so do python, comms/gammu-python is redundant now);
. USE_GETTEXT=yes.
Remove:
. USE_GNOME=pkgconfig (superseeded by USE_GNOME=glib20).
2011-02-11 05:34:20 +00:00
Sylvio Cesar Teixeira
da031b6424 - Marked IGNORE because the devel release are currently suspended, install comms/gammu, new release is 1.29.0 2011-02-10 12:02:18 +00:00
Martin Wilke
8d9a6cc77e Remove md5 and add LICENSE
PR:		154307
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
Feature safe:	yes
2011-02-05 05:15:11 +00:00
Diane Bruce
df101763be - new port companion to fldigi
Submitted by:	self
Reviewed by:	rneese a gmail.com
Feature safe:	yes
2011-02-03 01:58:21 +00:00
Sunpoet Po-Chuan Hsieh
a278210450 - Bump PORTREVISION for gdal shlib change
Feature safe:	yes
2011-01-29 13:09:13 +00:00
Boris Samorodov
2444ab5c2f Update to version 1.29.0. Changes:
http://wammu.eu/download/gammu/1.29.0/

Feature safe:	yes
2011-01-28 11:29:01 +00:00
Boris Samorodov
f6ecddc6ab This is a no-op change, just "make update-patches" (new patches pending).
Feature safe:	yes
2011-01-28 10:26:36 +00:00
Beat Gaetzi
5a5c913919 - Chase comms/gnokii update
Feature safe:	yes
2011-01-26 13:47:47 +00:00
Beat Gaetzi
184100d6d9 - Update to 0.6.30
- Add LICENSE information
- Add SQLite support option
- Remove MD5 checksum

PR:		ports/154303
Submitted by:	Guido Falsi <mad AT madpilot.net> (maintainer)
Feature safe:	yes
2011-01-26 13:47:04 +00:00
Steve Wills
307bae7239 - Update to 5.2
- Add license

PR:		ports/153500
Submitted by:	Alex Samorukov <samm at os2.kiev.ua> (maintainer)
Approved by:	wxs (mentor)
Feature safe:	yes
2011-01-15 14:25:29 +00:00
Alberto Villa
842092dedf - WITH_RAR: unrar is required even when rar is installed.
Feature safe:	yes
2011-01-15 10:38:43 +00:00
Johan van Selst
b987111aaa Explicitly create configuration directory during pkg install
before trying to change ownership of this directory

PR:		ports/153749
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-01-08 13:40:26 +00:00
Dima Panov
7e6373e612 - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5
for FreeBSD.

It's a bugfix-only release, January 2011 set.
2011-01-07 23:54:08 +00:00
Emanuel Haupt
283e371ea1 Add remserial, a communication bridge between a TCP/IP network port and a
character-oriented device.
2011-01-05 09:43:57 +00:00
Steve Price
68dd236cc9 Fix a page fault when attempting to access a java variable by reference.
PR:		152882
Submitted by:	Bob Frazier <bobf@mrp3.com>
2011-01-03 18:55:09 +00:00
Steve Price
6df2b5108c Change the device name for USB serial ports from ttyD to ttyU.
PR:		ports/152883
Submitted by:	Bob Frazier <bobf@mrp3.com>
2011-01-03 18:41:20 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Dennis Herrmann
5ce1c2339b - Update to 0.80 2010-12-25 11:24:47 +00:00
Ade Lovett
843f8123d4 Sync to final (for now) bsd.autotools.mk 2010-12-22 20:05:49 +00:00
Mark Linimon
5adba08e27 Use the $SRC_BASE Makevar instead of hard-coding.
Hat:		portmgr
2010-12-17 03:43:12 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Pav Lucistnik
8d8af48dc2 - Two-way unbreak: .eliif->.elif and fix OSVERSION usage
Reported by:	world+dog
With hat:	portmgr
2010-12-11 21:39:06 +00:00
Lev A. Serebryakov
d3169dcd45 Fix stupid last-minute error. 2010-12-10 16:59:24 +00:00
Lev A. Serebryakov
8cdede862c New port: driver for MosChip MCS7820/MCS7840 USB to COM adapters. 2010-12-10 16:40:22 +00:00
Philip M. Gollucci
d6325c7320 - Move RUBY_VER after bsd.port.pre.mk
Pointyhat to:   pgolucci (myself)
2010-12-09 22:01:01 +00:00
Philip M. Gollucci
378e26ee13 - Fix typo 2010-12-09 21:47:44 +00:00
Philip M. Gollucci
2c1ef9b644 - Mark some ruby* and rubygem* broken with ruby 1.9
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-12-09 21:46:18 +00:00
Diane Bruce
2a11d91402 - Unbreak build
- Ensure only new version of sdcc is used
2010-12-08 22:58:14 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Max Brazhnikov
7425aa5977 KDE FreeBSD team presents KDE SC 4.5.4. 2010-12-02 21:12:38 +00:00
Mark Linimon
d769161d66 Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2010-12-01 23:38:49 +00:00
Diane Bruce
36fc5922a0 - Update to 3.12.5
- package now includes flarq (fast light automatic repeat request)
  is a file transfer application.
2010-11-30 01:58:38 +00:00
Soeren Straarup
af19ab669c Update Xastir to v2.0.0 which adds support for OSM maps.
PR:		ports/152032
Submitted by:	Carl Makin <carl@stagecraft.cx> (maintainer)
2010-11-26 17:28:52 +00:00
Diane Bruce
06eb15d091 - unbreak build due to changes in scdcc
See http://lists.gnu.org/archive/html/discuss-gnuradio/2010-11/msg00460.html
- sdcc changed the name of asx8051 to sdas8051
- compiler removed "_naked"
2010-11-23 14:38:44 +00:00
Pav Lucistnik
2985f90258 - Mark BROKEN: does not configure
Reported by:	pointyhat
2010-11-22 21:59:08 +00:00
Jun Kuriyama
8b8576518b - Upgrade to 8.1.18. 2010-11-20 11:39:47 +00:00
Pav Lucistnik
4526133aa4 - Update to 1.4.14
PR:		ports/152343
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2010-11-18 10:58:10 +00:00
Max Brazhnikov
e3add50be1 Update to 3.2.6
PR:		ports/152234
Submitted by:	Pawel Pekala (maintainer)
2010-11-17 22:01:27 +00:00
Pav Lucistnik
e5a5ab2231 - Do not remove etc/devd, it is now part of mtree 2010-11-12 20:57:42 +00:00
Stefan Walter
99580b1924 Update to 0.20.0.
PR:		151399
Submitted by:	maintainer
2010-11-11 12:31:18 +00:00
Philip M. Gollucci
60ca7e308f - github is redirecting all these to https now 2010-11-11 03:22:25 +00:00
Ganael LAPLANCHE
a299baf00b Add missing LICENSE
Approved by:	ehaupt (mentor)
2010-11-10 13:30:59 +00:00
Christian Weisgerber
dab3be2b8b Increment PORTREVISION after liblzma major version change in archivers/xz. 2010-11-09 18:58:25 +00:00
Alberto Villa
dae276a143 - Remove nonexistent directories from plist.
Approved by:	tabthorpe (mentor, implicit)
2010-11-08 14:21:31 +00:00
Max Brazhnikov
0907842b7d KDE FreeBSD team presents KDE SC 4.5.3. 2010-11-03 18:03:27 +00:00
Pav Lucistnik
cd576c39b9 - Update to 1.2
PR:		ports/151667
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
2010-10-29 21:41:39 +00:00
Pav Lucistnik
8943ddd8be - Update to 2.0.4
PR:		ports/151809
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
2010-10-29 13:06:41 +00:00
Anders Nordby
23294a9177 Update to 1.55. 2010-10-25 22:45:47 +00:00
Edward Tomasz Napierala
11ba2822cf Drop maintainership for ports I can't maintain anymore. 2010-10-25 20:09:06 +00:00
Philip M. Gollucci
7b05323e04 - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-20 01:35:47 +00:00
Max Brazhnikov
9eae3a5720 Update to 3.2.5
PR:		ports/151499
Submitted by:	Pawel Pekala (maintainer)
2010-10-17 09:43:12 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Wen Heping
e3def39a5a - Update to 3.2.4
- Pass maintainership to submitter
- Mark MAKE_JOBS_SAFE
- Add LICENSE
- Add support for WITHOUT_NLS knob

PR:		ports/151341
Submitted by:	"Pawel Pekala" <c0rn@o2.pl>
2010-10-15 01:25:19 +00:00
Martin Matuska
a944d85d4e - Update to 3.1.14 2010-10-06 12:52:55 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Max Brazhnikov
fd6c454324 KDE FreeBSD team presents KDE SC 4.5.2.
kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1]
(set by default for new accounts). Thanks to Ivan Cukic from KDE
for making the wallpapers!

[1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
2010-10-05 17:44:17 +00:00