Commit graph

3429 commits

Author SHA1 Message Date
Rene Ladan
dffe241cd2 - Update comms/dcf77pi to version 3.2.0
- Use USE_LDCONFIG

Overall changes:
- Compile with -fpic instead of -fPIC (potentially smaller code size)
- Add a schematics file for the hardware receiver in FidoCadJ format
- Language and typographical updates to README.md
- Several signed/unsigned/size fixes

Library changes:
- Extract generic third-party code for bits 1..14 from decode_alarm.h into a
  new file bits1to14.h
- Convert almost all calculations for decoding the live signal into integer
  operations, drop fields 'a', 'frac', and 'maxone' from struct bitinfo.
- New function setclock_ok() in setclock.h
- New functions get_acc_minlen(), add_acc_minlen(), reset_acc_minlen() in
  decode_time.h. The accumulated minute length is now a first-class entity.
  When decoding the live signal, increment it more precisely than just 1000 ms/s
  to prevent drift during bad radio reception.
- New functions dcftime() and isotime() in decode_time.h. Use the latter in
  setclock.c
- Check input values of etc/config.txt:
  - hw.active_high must be 0 or 1
  - hw.freq must be even between 10 and 666666
- Reset the values of bit0 and bit20 if the latter becomes smaller than the
  former, show this in the log file using a '!'
- Compact the signal buffer, it now stores 8 pulses per byte instead of just 1.

Client changes:
- Make dcf77pi and dcf77pi-analyze more agnostic of the contents of the
  third-party contents
- Update display code of dcf77pi and readpin for the updates to the live signal
  decoding
- Show in dcf77pi when the value of bit20 underflows
- Update the code to display the signal buffer in readpin
- Fix readpin to properly clean up when receiving a SIGINT
2014-09-18 11:56:52 +00:00
Tijl Coosemans
a7718b4499 Convert to USES=autoreconf 2014-09-18 09:43:18 +00:00
Tijl Coosemans
83fa084228 Remove old libtool patch 2014-09-18 08:53:05 +00:00
Tijl Coosemans
15c4a5ecf3 Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
2014-09-17 07:38:15 +00:00
Tijl Coosemans
079319a2ae comms/spandsp-devel:
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac
  almost all USE_AUTOTOOLS are needed)
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS

Reported by:	antoine
2014-09-14 10:19:05 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Tijl Coosemans
d91c5097fb - Remove USE_AUTOTOOLS=libtool
- Convert to USES=python
2014-09-11 21:00:07 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Antoine Brodin
31fcd051f2 - Allow staging as a regular user
- Shebangfix
2014-09-10 14:17:06 +00:00
Martin Matuska
453bf760cf Horde package update:
comms/pear-Horde_ActiveSync 2.18.1 -> 2.19.0
devel/pear-Horde_Core 2.13.1 -> 2.14.0
mail/horde-webmail 5.2.1 -> 5.2.2
deskutils/horde-groupware 5.2.1 -> 5.2.2
2014-09-08 22:25:29 +00:00
Antoine Brodin
da92712731 Allow staging as a regular user 2014-09-08 18:22:32 +00:00
John Marino
f738e6af15 comms/ncid: Upgrade version 0.89 => 1.0
PR:		193345
Submitted by:	maintainer (Carlos JPM)
2014-09-07 05:49:54 +00:00
John Marino
4c675c716d Stage comms/pr and assign maintainership to submitter
The source files were no longer available, so the submitter is also
hosting those.

PR:		192878
Submitted by:	Chris Hutchinson
2014-09-06 17:36:34 +00:00
Martin Matuska
53bb618a09 Horde package update:
comms/pear-Horde_ActiveSync 2.18.0 -> 2.18.1
mail/pear-Horde_Imap_Client 2.24.2 -> 2.25.0
mail/horde-imp 6.2.1 -> 6.2.2
mail/horde-ingo 3.2.0 -> 3.2.1
deskutils/horde-kronolith 4.2.1 -> 4.2.2
www/horde-passwd 5.0.1 -> 5.0.2
mail/horde-turba 4.2.1 -> 4.2.2
2014-09-05 23:02:48 +00:00
Antoine Brodin
2a3be5277e Allow staging as a regular user 2014-09-05 18:33:06 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Antoine Brodin
e756c529ef Fix packaging 2014-09-03 09:04:28 +00:00
Ganael LAPLANCHE
99b4106283 Switch to USES=python for my ports 2014-09-03 06:19:08 +00:00
Baptiste Daroussin
f07dac34c2 Simplify plist 2014-09-02 22:55:00 +00:00
Baptiste Daroussin
bea764ff9c Replace @exec/unexec by @dirrmtry which does the same job 2014-09-02 22:53:08 +00:00
Baptiste Daroussin
c57439824f Fix packaging as a user 2014-09-02 14:22:03 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
Baptiste Daroussin
5c9c2e45c8 Remove non staged ports without pending PR from c* 2014-09-01 12:03:09 +00:00
Diane Bruce
64a1be3275 - Update to 3.7.4
- Important Bug Fixes and Additions
Fixed shutdown in message passing apps
Fixed PortAudio detection during configuration
Fixed QWT detection during configuration
Fixed gr::analog::agc3 volk kernel alignment
Fixed/improved support of audio on OSX
Improved performance on network-based sources and sinks
Fixed pfb_arb_resampler tag propagation
Fixed segfault in fast_atan2f
Updated codec2 support to latest standard and support all rates
New HDLC codec blocks in gr::digital
2014-09-01 00:42:49 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Dmitry Marakasov
b5868273b3 - Switch comms/spandsp-devel to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Use install-strip target instead of STRIP_CMD
- Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp and spandsp-devel

Approved by:	portmgr blanket
2014-08-27 11:43:25 +00:00
Dmitry Marakasov
c71e54983f - Switch to USES=libtool, drop .la files
- Strip libraries

Approved by:	portmgr blanket
2014-08-27 11:42:20 +00:00
Martin Matuska
66d048de35 Horde package update:
comms/pear-Horde_ActiveSync 2.17.0 -> 2.18.0
devel/pear-Horde_Core 2.13.0 -> 2.13.1
2014-08-26 20:35:42 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Sunpoet Po-Chuan Hsieh
98b90543fa - Update MAINTAINER
PR:		ports/192902
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2014-08-23 15:58:12 +00:00
Matthias Andree
1bf8aa3914 Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...

PR:		192690
2014-08-22 06:56:48 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Antoine Brodin
f6724a6aae Allow staging as a regular user 2014-08-21 19:28:40 +00:00
Martin Matuska
eb8d16cae2 Horde package update:
comms/pear-Horde_ActiveSync 2.16.11 -> 2.17.0
mail/pear-Horde_Imap_Client 2.24.0 -> 2.24.2
devel/pear-Horde_Util 2.4.0 -> 2.5.1
2014-08-21 13:21:15 +00:00
Dmitry Marakasov
bfb51f7f52 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-21 09:45:34 +00:00
Dmitry Marakasov
dda7f5c6bd - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-20 12:28:10 +00:00
Steve Wills
f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Adam Weinberger
c80daa6b80 Fix build on -current. 2014-08-16 18:27:35 +00:00
John Marino
22f2f2c795 Add new port comms/owfs
PR:		189222
Submitted by:	Johan (stromnet.se)

OWFS -- 1-Wire file system.
OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim.
OWFS is a simple and flexible program to monitor and control the physical
environment. You can write scripts to read temperature, flash lights, write
to an LCD, log and graph, ...
2014-08-16 09:15:17 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Dmitry Marakasov
455ce7795f - Switch comms/libmodbus to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-15 17:21:08 +00:00
Dmitry Marakasov
3cb467d98c - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-15 17:21:01 +00:00
John Marino
941fc51733 Add new port comms/telldus-core
PR:		189221
Submitted by:	johan (stromnet.se)

Allows access to Telldus Tellstick USB dongles for communicating with
433MHz devices in your home.

Provides "telldusd", the daemon which keeps track of your tellstick
devices. Through a UNIX socket, the sensors and devices can be used/
controlled from the command line tool "tdtool", or via the libtelldus-core
C client library.
2014-08-15 14:43:47 +00:00
Antoine Brodin
0e59a83b2e Unbreak
Reported by:	pkg-fallout since a few weeks
2014-08-13 09:28:46 +00:00
Matthias Andree
0fdcfb2db1 Modernize USE_PYTHON to USES+=python.
Approved by:	portmgr (implicit)
2014-08-11 23:08:13 +00:00
Tijl Coosemans
13e9223889 - Switch back to CFLAGS/LDFLAGS to fix configure in py-libimobiledevice
after r364564 [1]
- Convert to USES=libtool

Reported by:	antoine [1]
2014-08-11 16:52:38 +00:00
Tijl Coosemans
49108186e8 comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
2014-08-11 13:59:47 +00:00
Antoine Brodin
6f5765b31f Canonicalize some old USE_PY*
With hat:	portmgr
2014-08-11 12:29:17 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Antoine Brodin
a3f1ec2398 Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
2014-08-09 19:39:09 +00:00
John Marino
3064016d92 Stage comms/twpsk and assign maintainship to submitter
PR:		192496
Submitted by:	takefu (airport.fm)
2014-08-08 23:21:52 +00:00
Dmitry Marakasov
f60590782a - Fix plist
Approved by:	portmgr blanket
2014-08-06 16:27:22 +00:00
Dmitry Marakasov
13b4c8496d - Switch to USES=libtool
Approved by:	portmgr blanket
2014-08-06 15:37:14 +00:00
Martin Matuska
8a89915f69 Horde package update:
devel/pear-Horde_Core 2.12.6 -> 2.13.0
devel/pear-Horde_Date 2.0.11 -> 2.0.12
databases/pear-Horde_HashTable 1.1.3 -> 1.2.0
mail/pear-Horde_Imap_Client 2.23.2 -> 2.24.0
mail/pear-Horde_Mail 2.3.0 -> 2.4.0
mail/pear-Horde_Mime 2.4.3 -> 2.4.4
mail/pear-Horde_Smtp 1.5.2 -> 1.6.0
comms/pear-Horde_SyncMl 2.0.3 -> 2.0.4
ftp/horde-gollem 3.0.2 -> 3.0.3
www/horde-base 5.2.0 -> 5.2.1
mail/horde-imp 6.2.0 -> 6.2.1
deskutils/horde-groupware 5.2.0 -> 5.2.1
deskutils/horde-kronolith 4.2.0 -> 4.2.1
deskutils/horde-mnemo 4.2.0 -> 4.2.1
deskutils/horde-nag 4.2.0 -> 4.2.1
mail/horde-turba 4.2.0 -> 4.2.1
mail/horde-webmail 5.2.0 -> 5.2.1
2014-08-05 07:03:44 +00:00
Adam Weinberger
3ce545202d Fix build on newer FreeBSD versions, and with clang. 2014-08-04 19:36:18 +00:00
Dmitry Marakasov
d1459f8ca6 - Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips

Approved by:	portmgr blanket
2014-08-04 19:34:31 +00:00
Kurt Jaeger
e2b64beb51 devel/libftdi: USES=libtool, fix build, bump dependencies
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom

devel/xc3sprog is already bumped via PR 188055
2014-08-03 11:36:56 +00:00
John Marino
fbaee4903a comms/ncid: Upgrade version 0.84 => 0.89 and stage
Also identify LICENSE and assign maintainership to submitter

PR:		192179
Submitted by:	Carlos JPM
2014-07-31 20:59:12 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Diane Bruce
3e6b9b30e3 - Stage wsjt
- unbreak build
2014-07-29 21:22:05 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
c3124ff3bf Rename comms/ patch-xy patches to reflect the files they modify. 2014-07-28 14:54:09 +00:00
John Marino
a7bb142621 Stage comms/qpage
The PR wasn't quite right with regards to stage support, so I had to modify
it further.  The post-install configure file handling was focused on the
wrong file.  I updated the default name of the qpage configure file in
order to use the @sample keyword.  I added an entry in UPDATING to let
users know they may need to move an existing configure file accordingly.

PR:		192120
Submitted by:	maintainer (Jeff Blank)
Changes by:	marino
2014-07-27 12:38:41 +00:00
Dmitry Marakasov
8dec8dc1d7 - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-23 23:02:46 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Antoine Brodin
80bce78227 Fix LIB_DEPENDS 2014-07-21 21:59:06 +00:00
Adam Weinberger
f1c41f7305 Add USES=readline to fix configure. 2014-07-21 17:15:14 +00:00
Guido Falsi
d880ab8306 Fix build on head without shared readline.
MFH:		2014Q3
2014-07-21 08:34:31 +00:00
Rene Ladan
11ab98b206 comms/dcf77pi: apply upstream patch to fix display bug when realfreq is reset 2014-07-20 21:59:06 +00:00
Antoine Brodin
6d291071de Fix LIB_DEPENDS 2014-07-20 19:10:47 +00:00
Stephen Hurd
19c1daeb7e Fix TQSL issues when build with Clang (previous patches were not enough)
Update to 2.0.3
Add options for the extra (deprecated) command-line utilities

From ChangeLog.txt:
- Fix defect that doesn't allow adding station locations if only a single
  callsign certificate is installed.

Thanks Kenji!

PR:		ports/191871
2014-07-18 21:42:32 +00:00
Stephen Hurd
8fec686c29 Copy the version matching the port to my public_distfiles
and set MASTER_SITES to local for now.  Will fix this soon.

PR:		ports/191871
2014-07-16 21:07:18 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Adam Weinberger
78edb12293 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:03:23 +00:00
Rene Ladan
506b6fddaa comms/dcf77pi: update to 3.1.0, improve pkg-descr
General:
- add partial support for OSX and Cygwin
- add bitinfo.last0 field which represents the last pulse where the radio signal was 0
- store radio signal into a new field bitinfo.signal
- more robust handling of radio signal glitches
- improve realfreq by approximately 7% on a non-optimized standard build
- simplify code for handling DST changes and leap seconds
- defer assigning the decoded time until the minute length has been checked
  to match the exact expected value (i.e. 59 unless a leap second occurs)
- code cleanups

README:
 - mention supported platforms

dcf77pi:
- display updates, show last0

readpin:
- overhaul to make more use of libdcf77
- drop -t parameter
2014-07-14 11:23:37 +00:00
Martin Matuska
cbc30e3e42 Horde package update:
comms/pear-Horde_ActiveSync 2.16.9 -> 2.16.11
devel/pear-Horde_Core 2.12.4 -> 2.12.6
2014-07-13 07:45:24 +00:00
Ganael LAPLANCHE
30915d2a36 Fix librtlsdr.pc
Submitted by:	David Bjornsson <dabb@lolnet.is>
2014-07-11 12:25:55 +00:00
Sunpoet Po-Chuan Hsieh
61a8320e09 - Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
2014-07-11 11:16:06 +00:00
Diane Bruce
0a83d47bff - Fix build
- stagify
- reset MAINTAINER

Approved by:	adrian
2014-07-10 05:10:35 +00:00
Tijl Coosemans
61375fdeb4 - Add USES=libtool to net/sofia-sip and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-07-09 16:39:16 +00:00
Martin Matuska
8468884d33 Horde package update:
comms/pear-Horde_ActiveSync 2.16.1 -> 2.16.9
security/pear-Horde_Auth 2.1.4 -> 2.1.5
devel/pear-Horde_Core 2.11.1 -> 2.11.2
security/pear-Horde_Crypt 2.4.3 -> 2.5.0
devel/pear-Horde_Data 2.0.5 -> 2.1.0
devel/pear-Horde_Date 2.0.10 -> 2.0.11
www/pear-Horde_Dav 1.0.6 -> 1.0.7
databases/pear-Horde_Db 2.1.2 -> 2.1.3
security/pear-Horde_Group 2.0.3 -> 2.0.4
databases/pear-Horde_HashTable 1.1.2 -> 1.1.3
devel/pear-Horde_Icalendar 2.0.8 -> 2.0.9
graphics/pear-Horde_Image 2.0.8 -> 2.1.0
mail/pear-Horde_Imap_Client 2.20.0 -> 2.23.1
mail/pear-Horde_ListHeaders 1.1.2 -> 1.1.5
mail/pear-Horde_Mapi 1.0.2 -> 1.0.3
mail/pear-Horde_Mime 2.3.5 -> 2.4.2
security/pear-Horde_Secret 2.0.2 -> 2.0.3
mail/pear-Horde_Smtp 1.5.0 -> 1.5.2
net/pear-Horde_Socket_Client 1.1.1 -> 1.1.2
textproc/pear-Horde_Text_Diff 2.0.2 -> 2.1.0
net/pear-Horde_Url 2.2.2 -> 2.2.3
devel/horde-content 2.0.3 -> 2.0.4
www/horde-base 5.1.6 -> 5.1.7
mail/horde-imp 6.1.7 -> 6.1.8
mail/horde-ingo 3.1.4 -> 3.1.5
deskutils/horde-kronolith 4.1.5 -> 4.1.6
deskutils/horde-nag 4.1.4 -> 4.1.5
mail/horde-turba 4.1.4 -> 4.1.5
mail/horde-webmail 5.1.4 -> 5.1.5
deskutils/horde-groupware 5.1.4 -> 5.1.5
2014-07-08 08:47:41 +00:00
Stephen Hurd
e43afe1281 QRLOG is an advanced ham radio logger based on MySQL database. It provides
radio control based on hamlib libraries, DX cluster connection, band map,
QRZ.com/HamQTH.com callbook (XML access), IOTA support, a grayliner,
propagation indicator, xplanet support (maps in azimuthal projection centered
in your QTH), OK1RR free QSL manager database etc.

Reviewed by:	db, skreuzer
Approved by:	db, skreuzer (mentors)
Differential Revision:	https://phabric.freebsd.org/D313
2014-07-07 18:43:59 +00:00
Stephen Hurd
43655ecee3 Fix hashmap macro test to compile with Clang
Reviewed by:    db, skreuzer
Approved by:    db, skreuzer (mentors)
MFH:            2014Q3
Differential Revision:  https://phabric.freebsd.org/D362
2014-07-07 18:27:22 +00:00
William Grzybowski
170a8dda45 comms/gnuradio: use WX 3.0
Approved by:	portmgr (bapt, blanket)
2014-07-05 19:32:11 +00:00
William Grzybowski
9187c5df95 comms/quisk: use WX 3.0
Approved by:	portmgr (bapt, blanket)
2014-07-05 19:23:04 +00:00
John Marino
2a205074c6 comms/hylafax: Add patch for DragonFly support (dports) 2014-07-05 15:09:06 +00:00
Frederic Culot
8d8988c58b - Add WWW link
PR:		ports/191484
Submitted by:	C. Hutchinson <portmaster@bsdforge.com> (maintainer)
2014-07-04 09:23:18 +00:00
Adam Weinberger
b25b990078 Remove NOPORTEXAMPLES. 2014-07-03 23:59:03 +00:00
Stephen Hurd
6254c184d8 This is QUISK, a Software Defined Radio (SDR).
- Quisk can control the HiQSDR.
- As a receiver it can use the SDR-IQ by RfSpace as a sample source.
- As a receiver it can use your soundcard as a sample source.
- Quisk can control SoftRock hardware for both receive and transmit.
- As a transmitter it can accept microphone input and send that to your
  transmitter for SSB operation. For CW, QUISK can mute the audio and
  substitute a side tone.

PR:		ports/190366
Submitted by:	Stephen Hurd <shurd@FreeBSD.org>
Reviewed by:	db, skreuzer
Approved by:	db, skreuzer (mentors)
Differential Revision: https://phabric.freebsd.org/D301
2014-07-03 20:55:19 +00:00
Dmitry Marakasov
b39160afcd - Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
2014-07-03 00:07:33 +00:00
Dmitry Marakasov
227d7486f2 - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-07-03 00:07:15 +00:00
Dmitry Marakasov
0fd8045a7f - Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
2014-07-03 00:06:30 +00:00
Danilo Egea Gondolfo
318000aeb6 - Update maintainer email
- Add stage support

PR:		ports/191474
Submitted by:	Sven Mohr <svmohr@gmail.com>
2014-07-02 17:06:51 +00:00
Diane Bruce
fd3422fced - hamlib should have been hamradio 2014-07-02 11:39:44 +00:00