Commit graph

4003 commits

Author SHA1 Message Date
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Martin Matuska
7f8107a9bd Add missing ctype dependency for Horde_ActiveSync 2016-06-03 08:18:18 +00:00
Martin Matuska
51db789661 Horde package update:
comms/pear-Horde_ActiveSync 2.32.0 -> 2.33.3
mail/pear-Horde_Imap_Client 2.29.6 -> 2.29.7
mail/pear-Horde_Mime 2.9.4 -> 2.9.5
www/horde-ansel 3.0.4 -> 3.0.5
2016-06-01 23:07:51 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Diane Bruce
92fe8b5a76 Summary: comms/svxlink: Fix build with libc++ 3.8.0
During the exp-run in bug 208158, it was found that comms/svxlink gives errors
with libc++ 3.8.0 [1]:

/wrkdirs/usr/ports/comms/svxlink/work/svxlink-15.11/src/async/audio/AsyncAudioDe
+viceAlsa.cpp:551:7:
error: call to 'abs' is ambiguous
  if (::abs(real_rate - sample_rate) > 100)
      ^~~~~

This is because abs() is being called with an unsigned argument.  Fix this by
casting 'real_rate' to int, since it was assigned from 'sample_rate' anyhow.

PR:		ports/209371
Reported by:	@dim
2016-05-28 15:30:41 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Vanilla I. Shu
d1cbdf8598 Update to 2.6. 2016-05-25 16:09:55 +00:00
Vanilla I. Shu
ce36820918 Update to 1.37.3. 2016-05-25 15:49:00 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Stephen Hurd
d077b0c2a3 Fix build under poudriere
Poudriere doesn't make dependencies listed in BUILD_DEPENDS available
during the patch phase.  Add a PATCH_DEPENDS entry to work-around this
issue.
2016-05-19 02:09:48 +00:00
Baptiste Daroussin
0fca21d334 Prevent collision with getline(3) 2016-05-13 18:45:43 +00:00
Martin Matuska
1ca7a8cb8d Horde package update:
comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0
www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10
2016-05-13 08:55:36 +00:00
Baptiste Daroussin
69da47a9de Prevent collision with getline(3)
While here regen patches
2016-05-11 22:07:52 +00:00
Stephen Hurd
24bd216d00 Update to latest release
Fix relative paths to share directory.
Use DATADIR in the software instead of constructing it from PREFIX.
2016-05-10 09:16:40 +00:00
Rene Ladan
abae7b71c8 comms/dcf77pi: update to version 3.5.0
- pin numbers are now 16 bits
- rename some functions to not confuse Doxygen
- make some functions public
2016-05-02 20:27:40 +00:00
Diane Bruce
4693baba3d Fix incorrect comment and while here add LICENSE 2016-04-30 00:26:00 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Ganael LAPLANCHE
3df56b21ed Fix runtime error due to missing rpath
PR:		209073
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2016-04-27 21:25:13 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Guido Falsi
8944a8a131 Convert to USES=mysql 2016-04-26 21:13:51 +00:00
Diane Bruce
de90917e70 Add back libfec
Remove support for obsolete FreeBSD versions
Reassign maintainer to hamradio@
Cleanups to make sure it compiles cleanly on clang and gcc
Cleanup to (hopefully) allow building on non x86 architectures (untested)
2016-04-25 19:45:33 +00:00
Stephen Hurd
7aafab50b7 Fix LoTW export and Preferences
We can't directly patch .lrs files since they use length/value strings.
Instead, patch the form and regenerate the resource file.
2016-04-25 11:08:12 +00:00
Stephen Hurd
3bbd14adee Update to latest release 2016-04-24 21:36:22 +00:00
Stephen Hurd
80308da64c Fix typo in previous commit affecting rotctrl commandline 2016-04-24 21:34:02 +00:00
Stephen Hurd
ba8ec99300 Update to latest release
Remove expansion of lat/lon field as upstream says it will never be
necessary again.
2016-04-24 21:29:32 +00:00
Rene Ladan
37ac791a5b Remove expired ports:
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months

Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-23 15:15:44 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mathieu Arnold
73628f8ea3 Update to 1.37.2
PR:		208863
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:06:44 +00:00
Alexey Dokuchaev
d428f6652c - Add missing `_build' suffix to USE_QT5's buildtools and linguisttools
components and remove second entry of printsupport
- Wrap one overly long command in the installation recipe
- Properly terminate sentence with a dot and merge two paragraphs in the
  port description text: they are closely coupled and extra pause is not
  warranted there, plus first one consisted of just one sentence
2016-04-16 15:31:15 +00:00
Stephen Hurd
fd4835a119 Fix pkg-fallout error and update to latest release
Add dependency on multimedia/libv4l and qt5-widgets
Sort LIB_DEPENDS
Add patch to fix issue reported by db@
2016-04-12 03:45:44 +00:00
Stephen Hurd
8ec8369d5e Fix error reported by pkg-fallout
Apparently, setting USES=zip doesn't mean you can use UNZIP_CMD in targets
after extract.

Take this opportunity to remove post-patch target.
2016-04-12 03:26:52 +00:00
Sean Bruno
429cff285c Update comms/amtterm to upstream version 1.4
Drop patch files as they are included in this revisision.

Reviewed by:	crees mat
Differential Revision:	https://reviews.freebsd.org/D5876
2016-04-11 17:01:44 +00:00
Stephen Hurd
6514784215 New port: "Yet Another APRS Client" - A Java-based graphical APRS client.
YAAC can be used as a stand-alone APRS client, an APRS RF-Internet gateway
(I-Gate), or as a AX.25 digipeater. It supports 16 different data reporting
views as delivered, and can be extended with user-written "plugins" to add
more functionality. YAAC's map rendering does not depend on Internet
connectivity, so it can be used wherever a portable computer and radio/TNC
can be located.
2016-04-11 05:16:56 +00:00
Stephen Hurd
31c19da0b3 Update to latest release 2016-04-10 22:33:00 +00:00
Stephen Hurd
93b24289aa Update to latest release.
DOCS option is back, hopefully it'll stay.
Jasper has been switched out for OpenJPEG.
2016-04-10 21:54:40 +00:00
Stephen Hurd
69195e1f58 Fix Make fails with a 32bit architecture.
Also, add strip.

PR:		200042
Submitted by:	takefu@airport.fm
2016-04-08 07:31:44 +00:00
Stephen Hurd
8bc477a5e1 Fix plist when Python 3 is the default
USE_PYTHON=	py3kplist
fixes the issue with files going into __pycache__ on 3.x but not on 2.x
2016-04-08 07:15:48 +00:00
Stephen Hurd
ebba1da1cf Change maintainer of my ham radio ports to hamradio@ 2016-04-08 04:26:33 +00:00
Stephen Hurd
048318ce04 Update to latest release 2016-04-08 04:17:36 +00:00
Stephen Hurd
0e68c6ed4c Bump PORTREVISION for Hermes change 2016-04-08 03:34:12 +00:00
Stephen Hurd
724e3ee7e7 Add subdirectory for Hermes
-- was already there, just not included in the setup.py file for some reason

PR:		208595
Submitted by:	Jeffery Baitis <jeff@baitis.net>
2016-04-08 03:33:36 +00:00
Stephen Hurd
cd6e2f7fc1 Don't use the include mysql module
This module does not work with FPC-3.x and causes errors when connecting to
the database.

Bump PORTREVISION
2016-04-08 02:29:17 +00:00
Stephen Hurd
e043035562 Copy the dist file into WRKSRC and run BRANDELF there
Install using the default BINMODE
Bump PORTREVISION so it becomes executable for users
2016-04-08 00:20:09 +00:00
Diane Bruce
76225da07c Fix so it does not core on 10.x (shurd@)
Add missing dependancy so it builds man pages and user manual (db@)
Since they are using Sourceforge, clean up distfiles (db@)

No binary changes.

Reviewed by:	shurd,db
2016-04-08 00:08:39 +00:00
Stephen Hurd
8fcaf61ea5 Update to latest release 2016-04-08 00:00:17 +00:00
Stephen Hurd
9e26db101c Update to latest release 2016-04-07 23:48:47 +00:00
Stephen Hurd
4742634d66 Update svxlink/qtel to latest release 2016-04-07 20:17:54 +00:00
Stephen Hurd
b65777a2b8 Update to latest release 2016-04-07 12:07:37 +00:00
Stephen Hurd
5471276f34 Update to latest release
Now uses Qt5
2016-04-07 11:52:21 +00:00
Martin Matuska
e5969a5eea Horde package update:
security/pear-Horde_Auth 2.1.11 -> 2.1.12
security/pear-Horde_Crypt 2.7.2 -> 2.7.3
www/pear-Horde_Css_Parser 1.0.8 -> 1.0.9
www/pear-Horde_Dav 1.1.2 -> 1.1.3
mail/pear-Horde_ListHeaders 1.2.3 -> 1.2.4
sysutils/pear-Horde_Log 2.1.3 -> 2.2.0
devel/pear-Horde_Nls 2.1.1 -> 2.2.0
comms/pear-Horde_SyncMl 2.0.6 -> 2.0.7
mail/horde-imp 6.2.13 -> 6.2.14
mail/horde-ingo 3.2.9 -> 3.2.10
deskutils/horde-nag 4.2.8 -> 4.2.9
devel/horde-timeobjects 2.1.1 -> 2.1.2
mail/horde-turba 4.2.13 -> 4.2.14
mail/horde-webmail 5.2.13 -> 5.2.14
deskutils/horde-groupware 5.2.13 -> 5.2.14
2016-04-07 07:24:32 +00:00
Stephen Hurd
b172236f5e Add new translations 2016-04-07 03:38:35 +00:00
Stephen Hurd
4081a2e55e Update to latest release 2016-04-07 03:33:32 +00:00
Dimitry Andric
c90f2c74e6 During the exp-run in bug 208158, it was found that comms/telldus-core
gives errors with libc++ 3.8.0 [1]:

/wrkdirs/usr/ports/comms/telldus-core/work/telldus-core-2.1.2/service/ProtocolNexa.cpp:59:8: error: call to member function 'insert' is ambiguous
                        str.insert(0, 1, 2);  // Repeat two times
                        ~~~~^~~~~~

This is because the third argument to this std::string method is
supposed to be a char, not an integer.  Fix it by using '\x2' instead.

[1] http://package18.nyi.freebsd.org/data/headamd64PR208158-default/2016-03-22_18h30m05s/logs/errors/telldus-core-2.1.2_1.log

Approved by:	johan@stromnet.se (maintainer)
PR:		208523
MFH:		2016Q2
2016-04-04 19:00:23 +00:00
Diane Bruce
01d387ff38 Upgrade to wsjtx 1.6.0
For quick reference, here's a short list of features and capabilities added
to WSJT-X since Version 1.5.0:

WSPR mode, including coordinated automatic band-hopping and a new
two-pass decoder that can decode overlapping signals.

EME-motivated features including JT4 (submodes A-G), Echo mode, and
automatic Doppler tracking. The JT4 decoder is more sensitive than
that in the latest WSJT, and message averaging is fully automated.
(Note that submodes JT65B and JT65C are also present in Version 1.6,
but the high-sensitivity decoder required for EME with JT65
is not yet included.)

Tools for accurate frequency calibration of your radio, so you can
be always on-frequency to within about 1 Hz.

Mode-specific standard working frequencies accessible from the
drop-down band selector.

A number of corrections to the Hamlib library, fixing balky rig-control
features. A few unreliable features peculiar to particular radios
have been removed.

Working around bugs with a2x for now

PR:			ports/208350
Submitted by:		takefu@airport.fm
2016-04-03 20:23:39 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Diane Bruce
e58fd3ee25 Missed a webkit in USE_QT5 mea culpa
Reviewed by:	jeff@baitis.net
Approved by:	jeff@baitis.net
2016-03-31 02:27:07 +00:00
Diane Bruce
c98ccae7fd "can't find the Python and f2py and fail to build"
Patch provided hard codes the full python path to use.

PR:		ports/208274
Submitted by:	takefu@airport.fm
2016-03-25 14:35:34 +00:00
Diane Bruce
17f895f94c Ok, really fix cqrlog. Add missing fpc units. 2016-03-25 02:50:39 +00:00
Tijl Coosemans
77760fcb63 Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-24 15:47:50 +00:00
Martin Matuska
75bb4aa2d7 Horde package update:
comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8
devel/pear-Horde_Alarm 2.2.6 -> 2.2.7
www/pear-Horde_Browser 2.0.11 -> 2.0.12
devel/pear-Horde_Cache 2.5.2 -> 2.5.3
archivers/pear-Horde_Compress 2.1.4 -> 2.1.5
devel/pear-Horde_Core 2.22.6 -> 2.23.0
security/pear-Horde_Crypt 2.7.0 -> 2.7.2
devel/pear-Horde_Date 2.2.0 -> 2.3.0
devel/pear-Horde_Exception 2.0.7 -> 2.0.8
www/pear-Horde_Form 2.0.12 -> 2.0.13
security/pear-Horde_Group 2.1.0 -> 2.1.1
devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4
graphics/pear-Horde_Image 2.3.4 -> 2.3.5
mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6
devel/pear-Horde_Itip 2.1.1 -> 2.1.2
textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3
devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7
mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3
mail/pear-Horde_Mapi 1.0.6 -> 1.0.8
mail/pear-Horde_Mime 2.9.3 -> 2.9.4
mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3
devel/pear-Horde_Nls 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.6 -> 2.1.7
devel/pear-Horde_Prefs 2.7.5 -> 2.7.6
net/pear-Horde_Rpc 2.1.6 -> 2.1.7
security/pear-Horde_Share 2.0.8 -> 2.0.10
mail/pear-Horde_Smtp 1.9.2 -> 1.9.3
net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4
devel/pear-Horde_Timezone 1.0.10 -> 1.0.11
devel/pear-Horde_Token 2.0.8 -> 2.0.9
sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2
www/horde-ansel 3.0.3 -> 3.0.4
ftp/horde-gollem 3.0.7 -> 3.0.8
www/horde-base 5.2.9 -> 5.2.10
mail/horde-imp 6.2.12 -> 6.2.13
mail/horde-ingo 3.2.8 -> 3.2.9
deskutils/horde-kronolith 4.2.15 -> 4.2.16
deskutils/horde-mnemo 4.2.9 -> 4.2.10
deskutils/horde-nag 4.2.7 -> 4.2.8
www/horde-trean 1.1.4 -> 1.1.5
mail/horde-turba 4.2.12 -> 4.2.13
mail/horde-webmail 5.2.12 -> 5.2.13
deskutils/horde-groupware 5.2.12 -> 5.2.13
www/horde-wicked 2.0.4 -> 2.0.5
2016-03-24 07:39:22 +00:00
Diane Bruce
beffdfbcda Mark as BROKEN ON I386 with CURRENT for now.
There is a later version of the USRP code available. Time and effort
is better spent on that.
2016-03-23 22:39:51 +00:00
Diane Bruce
a26971f32f Changed lazbuild to lazarus in BUILD_DEPENDS to fix build as user.
No other changes.

Submitted by:		pkg-fallout@
2016-03-23 14:38:55 +00:00
Diane Bruce
ee082fbd54 A WSPR receiver/decoder using libsdr. This implementation embeds the original
WSPR Fortran code into a libsdr processing node, allowing to assemble a WSPR
receiver for various sources easily.

WWW: https://github.com/hmatuschek/sdr-wspr

PR:		207381
Submitted by:	Jeffrey Baitis <jeff@baitis.net>
2016-03-19 19:53:02 +00:00
Raphael Kubo da Costa
d7c7d942f7 Add a patch to fix the build with CMake 3.5.0.
Starting with CMake 3.5.0, overriding CMAKE_{BINARY,SOURCE}_DIR does not
propagate to other files included with add_subdirectories(); in fact, doing so
should in general be avoided.

Add a patch to use PROJECT_{BINARY,SOURCE}_DIR instead, which works with all
CMake versions.

This is also being discussed upstream in
<https://github.com/gnuradio/volk/pull/65>.

PR:		208033
Obtained from:	Fedora Project
2016-03-19 14:21:39 +00:00
Diane Bruce
b3a11b78cd As Jeff's baitisj@pcbsd.org keeps bouncing, replace with a working email
Approved by:	baitisj@pcbsd.org via email
2016-03-18 22:42:21 +00:00
Jose Alonso Cardenas Marquez
ba6fa77924 - Update to 1.9.1 2016-03-17 20:28:05 +00:00
Raphael Kubo da Costa
4fc98b4698 Deprecate and expire in month.
Unmaintained since 2004, and the website no longer exists.
2016-03-14 21:45:12 +00:00
Mark Felder
b3909d5c4d comms/qpage: Resurrect port
- New MASTER_SITE
- New MAINTAINER
- Change to USES=tar:Z
- Regenerate patches

PR:		206321
2016-03-14 14:39:15 +00:00
Antoine Brodin
989bb4c20d Deprecate ports broken for more than 6 months 2016-03-13 18:45:42 +00:00
Mark Felder
572f7e6dce comms/qtel: Fix packaging issue 2016-03-10 15:42:14 +00:00
Olivier Cochard
ada7fb664c - patch for main deforaos library
- bump PORTREVISION for dependencies

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5562
2016-03-08 10:24:06 +00:00
Koop Mast
a5a6039a03 Update svxlink to 14.08.2.
This update contains commits so it builds with c++11. This is needed
for the libsigc++20 update to 2.6, which has a hard requirement on a c++11
compiler. As such add USES=compiler:c++11-lib.

PR:		207514
Approved by:	hamradio@ (db@)
2016-03-05 23:59:21 +00:00
Raphael Kubo da Costa
e628c12f71 Update to 3.1p1.
PR:		206959
Submitted by:	osidorkin@gmail.com
Approved by:	johan@stromnet.se (maintainer)
2016-03-05 20:36:18 +00:00
Raphael Kubo da Costa
98b144714e Update to 0.5.
PR:		207609
Submitted by:	takefu@airport.fm (maintainer)
2016-03-03 10:28:42 +00:00
Li-Wen Hsu
34c03267a7 - Update to 0.02
PR:		a207237
Submitted by:	Wnlin <heavenruler@gmail.com>
Approved by:	Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> (maintainer)
2016-03-02 09:59:26 +00:00
Li-Wen Hsu
9ff641729e - Update maintainer's email address
Submitted by:	maintainer (via facebook chat)
2016-03-02 05:41:03 +00:00
Vanilla I. Shu
9993e36dda 1: Update to 2.5.
2: switch to bzip2.
2016-03-02 03:53:52 +00:00
Diane Bruce
db3e77e4fa GUI functions (e.g. waterfall) for libsdr, a simple software defined radio
(SDR) library.

WWW: https://github.com/hmatuschek/libsdr-gui

PR:		207380
Submitted by:	Jeffrey Baitis <baitisj@pcbsd.org>
2016-03-01 03:42:23 +00:00
Diane Bruce
518a50b30b A simple software defined radio (SDR) library.
Although being simple, libsdr is sufficient to write a simple SDR receiver
application (github.com/hmatuschek/sdr-rx, above). This RX application
supports several input sources (i.e. sound card, files, RTL2382 dongles etc.)
and modes (i.e. AM, FM, SSB, CW, etc.).

WWW: https://github.com/hmatuschek/libsdr

PR:		207379
Submitted by:	Jeffrey Baitis <baitisj@pcbsd.org>
2016-03-01 03:41:14 +00:00
Raphael Kubo da Costa
98093689cc New port: comms/libcodec2.
Codec 2 is an open source (LGPL licensed) speech codec for 3200 bit/s
and below.

WWW: http://www.rowetel.com/codec2.html

PR:		203145
Submitted by:	takefu@airport.fm
2016-02-28 23:32:46 +00:00
Diane Bruce
d83b131731 oops I didn't. I did. I forgot to add some patches.
I'll just go sit in the corner with the pointy hat then.
2016-02-23 18:39:57 +00:00
Ganael LAPLANCHE
8352c14d3a Update to 2.5.3 2016-02-22 21:07:49 +00:00
Diane Bruce
2c99c062fb Update to 0.20
Clean up submitted patch to work with system clang compiler
Change to new upstream repository

PR:		ports/206705
Submitted by:	takefu@airport.fm
2016-02-20 17:21:29 +00:00
Guido Falsi
4be9ab4465 - Add sourceforce to MASTER_SITES
- Update WWW line in pkg-descr
2016-02-20 16:33:08 +00:00
Muhammad Moinur Rahman
fb7ce39864 comms/dfu-util: Update version 0.8=>0.9 2016-02-18 23:47:56 +00:00
Martin Wilke
42405a0878 - Switch to mysqli support 2016-02-18 03:29:17 +00:00
Olivier Cochard
dacef126af Update my email for ports I maintain
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5309
2016-02-17 10:42:08 +00:00
Martin Matuska
2a891ed50d Horde package update:
comms/pear-Horde_ActiveSync 2.31.1 -> 2.31.2
deskutils/horde-kronolith 4.2.13 -> 4.2.14
2016-02-15 13:22:19 +00:00
John Marino
6252bbf713 comms/wy60: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 00:07:53 +00:00
John Marino
6891b98d03 comms/unixcw: document ncurses requirement (USES+=ncurses)
link with ncurses, not curses

approved by:	infrastructure blanket
2016-02-07 00:03:17 +00:00
John Marino
d2df64e90b comms/qrq: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-06 23:58:42 +00:00
John Marino
df251950ef comms/predict: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-06 23:54:21 +00:00
John Marino
9a1d66859a x11/minicom: document ncurses requirement (USES+=ncurses)
Also link to ncurses, not curses.

approved by:	infrastructure blanket
2016-02-06 23:49:10 +00:00
John Marino
98a871e900 comm/ibp: document ncurses requirement (USES+=ncurses)
Also link libncurses, not libcurses.  While here, remove extra tabs

approved by:	infrastructure blanket
2016-02-06 23:44:54 +00:00
Vanilla I. Shu
1c45c158ab 1: Update to 1.37.0.2
2: remove RUN_DEPENDS to devel/cdialog.
2016-02-05 13:11:06 +00:00
Martin Matuska
6bfc8a357d Horde package update:
comms/pear-Horde_ActiveSync 2.30.6 -> 2.31.1
devel/pear-Horde_Core 2.22.5 -> 2.22.6
deskutils/horde-kronolith 4.2.12 -> 4.2.13
2016-02-04 10:37:41 +00:00
Martin Matuska
817ca149ff Horde package update:
comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6
devel/pear-Horde_Alarm 2.2.5 -> 2.2.6
devel/pear-Horde_Argv 2.0.11 -> 2.0.12
security/pear-Horde_Auth 2.1.10 -> 2.1.11
devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2
www/pear-Horde_Browser 2.0.10 -> 2.0.11
devel/pear-Horde_Cache 2.5.0 -> 2.5.2
archivers/pear-Horde_Compress 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1
devel/pear-Horde_Constraint 2.0.2 -> 2.0.3
devel/pear-Horde_Controller 2.0.3 -> 2.0.4
devel/pear-Horde_Core 2.22.3 -> 2.22.5
security/pear-Horde_Crypt 2.6.1 -> 2.7.0
security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1
www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8
devel/pear-Horde_Data 2.1.3 -> 2.1.4
devel/pear-Horde_Date 2.1.1 -> 2.2.0
devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5
databases/pear-Horde_Db 2.3.0 -> 2.3.1
devel/pear-Horde_Exception 2.0.6 -> 2.0.7
www/pear-Horde_Feed 2.0.3 -> 2.0.4
www/pear-Horde_Form 2.0.11 -> 2.0.12
security/pear-Horde_Group 2.0.5 -> 2.1.0
databases/pear-Horde_HashTable 1.2.3 -> 1.2.4
devel/pear-Horde_History 2.3.5 -> 2.3.6
www/pear-Horde_Http 2.1.5 -> 2.1.6
devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3
dns/pear-Horde_Idna 1.0.3 -> 1.0.4
graphics/pear-Horde_Image 2.3.3 -> 2.3.4
mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5
devel/pear-Horde_Injector 2.0.4 -> 2.0.5
devel/pear-Horde_Itip 2.1.0 -> 2.1.1
mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3
devel/pear-Horde_Lock 2.1.1 -> 2.1.2
sysutils/pear-Horde_Log 2.1.2 -> 2.1.3
devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6
mail/pear-Horde_Mail 2.6.2 -> 2.6.3
mail/pear-Horde_Mapi 1.0.5 -> 1.0.6
mail/pear-Horde_Mime 2.9.2 -> 2.9.3
mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2
devel/pear-Horde_Notification 2.0.3 -> 2.0.4
archivers/pear-Horde_Pack 1.0.5 -> 1.0.6
textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7
devel/pear-Horde_Prefs 2.7.4 -> 2.7.5
devel/pear-Horde_Rdo 2.0.4 -> 2.0.5
www/pear-Horde_Routes 2.0.4 -> 2.0.5
net/pear-Horde_Rpc 2.1.5 -> 2.1.6
security/pear-Horde_Secret 2.0.5 -> 2.0.6
devel/pear-Horde_Serialize 2.0.4 -> 2.0.5
www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7
security/pear-Horde_Share 2.0.7 -> 2.0.8
mail/pear-Horde_Smtp 1.9.1 -> 1.9.2
net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0
textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3
devel/pear-Horde_Stream 1.6.2 -> 1.6.3
devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4
devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3
devel/pear-Horde_Support 2.1.4 -> 2.1.5
comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6
www/pear-Horde_Template 2.0.2 -> 2.0.3
textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2
textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3
textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3
devel/pear-Horde_Timezone 1.0.9 -> 1.0.10
devel/pear-Horde_Token 2.0.7 -> 2.0.8
devel/pear-Horde_Translation 2.2.0 -> 2.2.1
net/pear-Horde_Url 2.2.4 -> 2.2.5
devel/pear-Horde_Util 2.5.6 -> 2.5.7
sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1
devel/pear-Horde_View 2.0.5 -> 2.0.6
textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4
textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3
ftp/horde-gollem 3.0.6 -> 3.0.7
www/horde-base 5.2.8 -> 5.2.9
mail/horde-imp 6.2.11 -> 6.2.12
mail/horde-ingo 3.2.7 -> 3.2.8
deskutils/horde-kronolith 4.2.11 -> 4.2.12
deskutils/horde-mnemo 4.2.8 -> 4.2.9
deskutils/horde-nag 4.2.6 -> 4.2.7
devel/horde-timeobjects 2.1.0 -> 2.1.1
www/horde-trean 1.1.3 -> 1.1.4
mail/horde-turba 4.2.11 -> 4.2.12
mail/horde-webmail 5.2.11 -> 5.2.12
devel/horde-whups 3.0.5 -> 3.0.6
2016-02-02 22:56:26 +00:00
Martin Wilke
a234e43dd7 Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
2016-01-30 18:30:40 +00:00
Kevin Lo
0b95084b78 Update to 20151219. 2016-01-28 07:13:54 +00:00
Ganael LAPLANCHE
b0a609bc05 Update to 2.5.2 2016-01-27 19:37:26 +00:00
Raphael Kubo da Costa
4c67812e01 Update Qt5 to 5.5.1.
This is the latest stable release at time of writing.

Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5

As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work
on these ports in kde@'s experimental area51 repository. He's the one who
started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden
(nolden@kde.org) has contributed the initial version of most of our new Qt5
ports.

Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805
with his own patch for the 5.5.1 update. Some of his changes there prompted
additional fixes and changes present in the final patch generated from our
experimental repository.

New ports:
- comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location,
  graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d,
  x11-toolkits/qt5-uiplugin.

General changes in all Qt5 ports:
- All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking,
  which is a problem with qmake-based because the libraries passed to the
  linker come from the modules .pri files and many are not necessary.
- With this change, several ports had their USE_QT5 lines adjusted to
  explicitly include some libraries that were pulled in implicitly, and to
  exclude libraries no longer required with -Wl,--as-needed.

Changes in specific ports:
- devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5
  ports by default. It makes the Makefile much simpler, and those options
  were already on by default.
- devel/qt5-core: The clang+base libstdc++ workaround has been expanded and
  more C++11 features have been disabled when that combination is used by a
  port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled
  features have explanations for why they were disabled in the patched
  header itself.
- devel/qt5-designer: uiplugins has been split out following a similar
  change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having
  to depend on the big qt5-designer port.
- multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of
  0.10.
- net/qt5-network: The port now depends on libproxy for proxy settings.
  Using libproxy allows proxy settings to be read from different sources,
  and also allows .pac files to work with Qt.
- www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10.

PR:		205805
PR:		206435
2016-01-24 18:10:14 +00:00
Raphael Kubo da Costa
e40992fcf3 Add patch to fix the build with the upcoming Qt 5.5.1.
./WFPalette.hpp:53:1: error: unknown type name 'Q_DECLARE_METATYPE'
  Q_DECLARE_METATYPE (WFPalette::Colours);
2016-01-21 10:45:01 +00:00
Diane Bruce
73f7f4accc Add libfap 1.5, c port for Ham::APRS::FAP Finnish APRS Parser Perl
module.

PR:		ports/206159
Submitted by:	akh@nobugware.com
2016-01-15 14:10:36 +00:00
Martin Wilke
bd30048413 - Update to 1.3
PR:		206277
Submitted by:	maintainer
2016-01-15 06:31:29 +00:00
Antoine Brodin
ce752798bf Fix LIB_DEPENDS
MFH:	2016Q1
2016-01-13 17:48:55 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Rene Ladan
327625af94 comms/dcf77pi: update to version 3.4.2
This update fixes a bug in the century calculation which could result in
wrongly calculated dates.
MFH:		2016Q1
2016-01-10 17:11:30 +00:00
Ganael LAPLANCHE
4154d0b666 Update to 2.5.1 2016-01-08 20:22:36 +00:00
Jason E. Hale
42b0bae34f Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
2016-01-07 14:54:03 +00:00
Koop Mast
353ad9c72e Update GStreamer1 to 1.6.2.
Update GStreamer1-vaapi to 0.7.0.

* Spell GStreamer consistently. [1]
* Fix typo in py3kplist in py3-gstreamer1 [1]
* Improve plugins COMMENTS (more improvements welcome)
* Actually include the gstreamer1-libav update this time.

PR:		204204 [1] (based on)
Submitted by:	olivierd@ [1]
2016-01-04 14:21:56 +00:00
Stephen Hurd
eac6ceacbe Update to latest resease.
Patches have been pushed upstream (Yay!) so this should be a lot easier
going forward.

Thanks to Rick Murphy (K1MU) for helping upstream these bits.
2016-01-03 23:53:38 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Rene Ladan
37982a8ab9 comms/dcf77pi: update to version 3.4.1 2015-12-26 12:13:44 +00:00
Dmitry Marakasov
8733e020b9 - Switch to options helpers
- Simplify patching
2015-12-25 14:43:57 +00:00
Dmitry Marakasov
e584e8aecb - Switch to options helpers 2015-12-25 14:42:49 +00:00
Diane Bruce
d991fea74d In some cases c11 libs are needed as well to run. 2015-12-24 14:31:18 +00:00
Stephen Hurd
1e4fdd1d4d Update WWW address. 2015-12-22 08:29:02 +00:00
Pawel Pekala
9cba5dcef6 - Remove pkg-config dependency from BUILD_DEPENDS, it's
implied by USES=pkgconfig
- Switch to USES=execinfo, this will use external libexecinfo
  from ports only when needed
- Use options helpers
- Remove usage of deprecated MAN1 variable, pkg-plist is handling this anyway

PR:		205271
Submitted by:	me
Approved by:	shurd
2015-12-15 19:58:16 +00:00
Stephen Hurd
3f54000051 New port: comms/freedv
FreeDV is a Digital Voice mode for HF radio. FreeDV allows any SSB radio
to be used for low bit rate digital voice. Speech is compressed down to
700-1600 bit/s then modulated onto a 1.25 kHz wide signal comprised of
16 QPSK carriers which is sent to the Mic input of a SSB radio. The signal
is received by an SSB radio, then demodulated and decoded by FreeDV. FreeDV
700(B) rivals SSB in it's low SNR performance. At high SNRs FreeDV 1600
sounds like FM, with no annoying analog HF radio noise.

WWW: http://freedv.org/tiki-index.php
2015-12-15 09:25:26 +00:00
Eitan Adler
fe6465bb1b Reset maintainer 2015-12-14 02:52:14 +00:00
Raphael Kubo da Costa
5b3f3dd953 At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.

Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).

PR:		204672
2015-12-13 21:56:50 +00:00
Steve Wills
25b1bd5ff4 mark some of the ports that don't build on powerpc64 for me 2015-12-13 16:07:27 +00:00
Baptiste Daroussin
1bb31cd39d Mark as broken: unfetchable 2015-12-12 21:36:03 +00:00
Martin Matuska
b9767d7625 Horde package update:
comms/pear-Horde_ActiveSync 2.30.0 -> 2.30.2
devel/pear-Horde_Core 2.22.1 -> 2.22.3
databases/pear-Horde_Db 2.2.3 -> 2.3.0
devel/pear-Horde_Icalendar 2.1.1 -> 2.1.2
mail/pear-Horde_Imap_Client 2.29.3 -> 2.29.4
security/pear-Horde_Perms 2.1.5 -> 2.1.6
2015-12-12 14:29:08 +00:00
Martin Wilke
9146c80d02 - Update maintainer mail address
- Update/Remove MASTER_SITE

PR:		204755
Submitted by:	 jwbacon@tds.net (maintainer)
Approved by:	mat (mentor)
Differential Revision:	D4493
2015-12-11 08:48:56 +00:00
Jimmy Olgeni
e641123ab0 Upgrade comms/mgetty+sendfax to version 1.1.37.
PR:		205152
Submitted by:	takefu@airport.fm
2015-12-11 00:25:36 +00:00
Vanilla I. Shu
212e1d9a4b change python version to '-2.7', we don't need symlink of python2. 2015-12-10 12:41:51 +00:00
Vanilla I. Shu
27491d5afb restore py-gammu. 2015-12-10 07:11:50 +00:00
Vanilla I. Shu
f1b5078e83 Upgrade to 1.36.8. 2015-12-10 07:09:45 +00:00
Dmitry Marakasov
17d72ed97b - Whitespace fixes
- Silence patching
- Switch to options helpers
- Don't install installation instructions
2015-12-08 17:12:49 +00:00
Mathieu Arnold
3f84c4ba7d Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.

With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:04:59 +00:00
Dmitry Marakasov
ee0c367b9d - Add LICENSE_FILE
- Don't install install instructions
- Simplify installation
- Switch to options helpers
2015-12-06 20:35:54 +00:00
Dmitry Marakasov
be0167073a - Add LICENSE
- Fix pkg-message handling
- Switch to options helpers
2015-12-06 20:35:43 +00:00
Dmitry Marakasov
e8f914945b - Add LICENSE
- Switch to options helpers
2015-12-06 20:35:36 +00:00
Stephen Hurd
0ed0fe8a98 Simply remove test per upstream suggestion.
This allows builds against wxWidgets 3.0+ to succeed.
2015-12-06 11:14:46 +00:00
Jan Beich
6f65479d95 comms/usbmuxd: apply udev workaround to DragonFly as well
--- 39-usbmuxd.rules ---
/usr/bin/sed -r  -e 's|@udev_activation_rule[@]|RUN+="@sbindir@/usbmuxd --user usbmux --udev"|g'  -e 's|@sbindir[@]|/usr/local/sbin|g'  <  > 39-usbmuxd.rules || rm 39-usbmuxd.rules
sh: Syntax error: redirection unexpected (expecting word)

Reported by:	http://muscles.dragonflybsd.org/bulk/latest-per-pkg/usbmuxd/
Approved by:	portmgr blanket
2015-12-05 17:15:28 +00:00
Dmitry Marakasov
08ccc83e46 - Add LICENSE
- Switch to options helpers
2015-12-05 09:43:01 +00:00
Dmitry Marakasov
01e9a8d280 - Switch to options helpers 2015-12-05 09:37:00 +00:00
Dmitry Marakasov
fc34582290 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-12-05 09:36:56 +00:00
Stephen Hurd
ad15dd2c80 Install translations, set LICENSE, and fix up dependencies
PR:		201719
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-11-30 05:43:31 +00:00
Stephen Hurd
e0deb0646c Remove runtime dependency on nec2c
PR:		196329
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2015-11-30 05:05:45 +00:00
Stephen Hurd
ce2e81be83 Fix build for 9.x 2015-11-30 04:55:14 +00:00
Thomas Zander
4745b45b5a Fix runtime segfault due to uninitialised variable, bump PORTREVISION
While on it:
- Pet portlint: regenerate patches using 'make makepatch'
- Add LICENSE

PR:		204845
Submitted by:	yama@jasper.co.jp
MFH:		2015Q4 (ports-secteam fix blanket)
2015-11-29 16:52:05 +00:00
Stephen Hurd
9744d20a02 Update to 2.1.3
Pull from arrl.org instead of sourceforge, since that seems to be the
"official" distribution location.  Cleaned up patches and sent them upstream
2015-11-29 00:21:37 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +00:00
Stephen Hurd
3e7329c278 Update to lateest release.
This release adds more contest rules.
2015-11-27 21:40:30 +00:00
Stephen Hurd
e31189f2d8 Update to latest release. 2015-11-27 20:57:14 +00:00
Stephen Hurd
c2df85f0fe Update to 0.9.2.1 2015-11-27 20:39:20 +00:00
Diane Bruce
5e5fe40707 Clean up port to use pkgconfig
No change to actual port produced binaries results.
2015-11-26 04:10:03 +00:00
Diane Bruce
3ec0021280 WSJTX ("Weak Signal Communication, by K1JT") offers specific digital protocols
optimized for meteor scatter, ionospheric scatter, and EME (moonbounce)
at VHF/UHF, as well as HF skywave propagation.  The program can decode
fraction-of-a-second signals reflected from ionized meteor trails and
steady signals 10 dB below the audible threshold.

This version is a non python Qt app.
2015-11-25 20:41:55 +00:00
Kurt Jaeger
7618719a97 comms/gkermit: fix MASTER_SITES, unbreak
Submitted by:	Patrick McMunn <doctorwhoguy@gmail.com>
2015-11-18 06:21:16 +00:00
Dmitry Marakasov
691cd45b2a - Fix build on HEAD 2015-11-17 16:12:03 +00:00
John Marino
63f533268c comms/dabstick-radio: Expand patch to support malloc.h-less DF
While here, regenerate the rest of the patches.
2015-11-13 11:22:44 +00:00
Dmitry Marakasov
66e4562fc6 - Fix license
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-11-09 20:48:17 +00:00
Rene Ladan
a89bc69537 comms/dcf77pi: update to 3.4.0
Add option to create Doxygen HTML

Changelog:	https://github.com/rene0/dcf77pi/releases/tag/3.4.0
2015-11-08 20:20:51 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Pawel Pekala
03ffc1791a - Update to version 2.1, now hosted at GitHub
- Removed need to use gmake or specify ALL_TARGET
- Define LICENSE
- Respect CFLAGS, CPPFLAGS, LDFLAGS during build
- Add DEBUG option

PR:		203842
Submitted by:	Sergey Kozlov
2015-10-29 22:13:37 +00:00
Martin Matuska
e65c77b696 Horde package update:
comms/pear-Horde_ActiveSync 2.30.0 -> 2.30.1
mail/horde-turba 4.2.10 -> 4.2.11
2015-10-28 23:09:58 +00:00
Ganael LAPLANCHE
c5827527a7 Update to 2.3.2 2015-10-27 20:13:34 +00:00
Ganael LAPLANCHE
e0622e7419 Update to version 20150716 2015-10-27 20:12:49 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Baptiste Daroussin
dc03bfaabd Remove badly set BROKEN 2015-10-24 00:28:34 +00:00
Baptiste Daroussin
bffaca7100 Mark as broken, does not fetch 2015-10-24 00:27:54 +00:00
Martin Matuska
f927ae941d Horde package update:
comms/pear-Horde_ActiveSync 2.29.2 -> 2.30.0
devel/pear-Horde_Core 2.22.0 -> 2.22.1
devel/pear-Horde_Nls 2.0.5 -> 2.1.0
devel/pear-Horde_Notification 2.0.2 -> 2.0.3
textproc/pear-Horde_Pdf 2.0.5 -> 2.0.6
devel/pear-Horde_Queue 1.1.2 -> 1.1.3
security/pear-Horde_Secret 2.0.4 -> 2.0.5
www/pear-Horde_SessionHandler 2.2.4 -> 2.2.5
devel/pear-Horde_Token 2.0.6 -> 2.0.7
devel/horde-content 2.0.4 -> 2.0.5
ftp/horde-gollem 3.0.5 -> 3.0.6
www/horde-base 5.2.7 -> 5.2.8
mail/horde-imp 6.2.10 -> 6.2.11
mail/horde-ingo 3.2.6 -> 3.2.7
deskutils/horde-kronolith 4.2.9 -> 4.2.11
deskutils/horde-mnemo 4.2.7 -> 4.2.8
deskutils/horde-nag 4.2.5 -> 4.2.6
www/horde-passwd 5.0.3 -> 5.0.4
www/horde-trean 1.1.2 -> 1.1.3
mail/horde-turba 4.2.8 -> 4.2.10
mail/horde-webmail 5.2.10 -> 5.2.11
deskutils/horde-groupware 5.2.10 -> 5.2.11
2015-10-22 16:00:30 +00:00
Dmitry Marakasov
1fe7be8b76 - Add LICENSE_FILE
- Pet portlint
2015-10-22 14:06:15 +00:00
Alexey Dokuchaev
969e3cbaa6 - Update `comms/libirman' port to version 0.4.6
- Update MAINTAINER to their new email address

PR:	202488 (modified)
2015-10-22 10:35:02 +00:00
Boris Samorodov
15944e9e1f To the pool: do not use the port any more and have no spare time to
maintain it.
2015-10-19 08:22:34 +00:00
Antoine Brodin
b135f13712 Fix make patch 2015-10-16 20:46:28 +00:00
John Marino
c687456932 comms/nmealib is not jobs safe
nmealib reproducibly fails even with -j2.  The build tries to link
libnmea before its is built.

While here, vertically align a couple of standard definitions.
2015-10-16 07:25:39 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Kevin Lo
99f2fb6035 Update to 20151011. 2015-10-15 02:54:51 +00:00
Max Brazhnikov
312b3b9c38 comms/py-serial:
- Use options helpers
- Fix packaging with python3
- Add patch to make tools.list_ports usable on FreeBSD (committed upstream)

PR:		202887
Approved by:	sbz (maintainer timeout 5 weeks)
2015-10-13 20:35:29 +00:00
John Marino
d417455b24 graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22
GraphicsMagick was just updated, but there was as newer, second
PR to upgrade it once more.  And again, the shared library version
has been bumped (haven't these guys heard of symbol versioning?)

While the INDEX references 114 users of GraphicksMagick, I'm going to
only bump the same 8 ports as yesterday.   The bump script appears to
be obsolete (still uses CVS!)

PR:		203547
Submitted by:	Walter Schwarzenfeld
2015-10-11 16:20:41 +00:00
Diane Bruce
e7302b2f89 Update to 3.5.0
2015-09-29 Kamil Ignacak
        * bugfix: fixing code that resets tone queue on flushing.  A bug
        was found on FreeBSD: after pressing Ctrl+C, application that
        wanted to stop and delete generator as part of SIGINT handling
        procedure, got stuck in cw_tq_flush_internal() function, waiting
        for tone queue to go idle. This never happened. Resetting all tone
        queue state variables in flush function ensures that the function
        completes and returns, and that client application can exit.

2015-09-12 Kamil Ignacak
        * xcwcp: the application souce code files are now ported to
        Qt5. Build system files have been modified to use Qt5 to build
        xcwcp.
        Discovery and adding -fPIC to compiler flags for xcwcp is right
        now very naive, perhaps that will have to be improved in the
        future.
2015-10-10 19:15:56 +00:00
John Marino
f6a13dc9de graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21
The shared library versions changed, so bump all the ports that
depend on GraphicsMagick by default too.

PR:		200304
Submitted by:	ports fury
2015-10-10 15:20:41 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Kurt Jaeger
8f271420b5 comms/ncid: 1.1 -> 1.2
Changes: See doc/CHANGES
- added a hangup-feature
- man-pages updated

PR:		203615
Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-08 19:08:02 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Dmitry Marakasov
07ae41a6eb - Switch to options helpers
- Add LICENSE_FILE

Approved by:	portmgr blanket
2015-10-07 01:38:13 +00:00
Dmitry Marakasov
54fbeafe51 - Add LICENSE_FILE
- Add missing run-depend on bash
- Remove no-op SHEBANG_LANG

Approved by:	portmgr blanket
2015-10-05 21:14:37 +00:00
Dmitry Marakasov
03b1d17156 - Add LICENSE_FILE
- Fix build by linking with libm
2015-10-05 20:36:46 +00:00
Dmitry Marakasov
20255ba1b9 - Add LICENSE_FILE
- Fix build by linking with libm

Approved by:	portmgr blanket
2015-10-05 20:36:40 +00:00
Diane Bruce
5b9a7d92da Update to 3.7.8
USE_GCC=yes causes the build to fail on systems where clang and libc++ are
used by default (see bug 202143, for example). This essentially means
comms/gnuradio currently only builds on 9.x. The problem is caused by the
fact that on 10.x and later boost is likely built using clang and libc++,
but USE_GCC=yes forces gnuradio to be built with GCC and libstdc++. Ports
r392951 mentioned USE_GCC=yes was added because "clang's builtins were
conflicting with gnuradio", which does not seem to happen in my tests at least.

PR:		ports/203500
Submitted by:	takefu@airport.fm
2015-10-04 02:26:08 +00:00
Diane Bruce
11ff194a50 Fix goof with missed plist entries
Strip libraries
Move hamlib.info from plist into Makefile using INFO
2015-10-03 16:30:19 +00:00
Diane Bruce
39dd7c1d08 Upgrade fldigi
=Version 3.23.03=

FSQ and fixes for FSQ bugs.
Various fixes for Olivia/Contestia, macro bug, WEFAX hang on INFO
Added ifkp modem
2015-10-03 00:47:16 +00:00
Diane Bruce
a90d43bd2f The Hamlib Group is pleased to announce the release of Hamlib 3.0.
This release of Hamlib introduces a change to the version scheme.
Essentially, the leading '1.' characters have been dropped so '3.0' is a
direct follow on from the '1.2.' releases and has been configured to be
ABI compatible with the '1.2.' releases.

Bug fixes to this release will start with '3.0.1' through '3.0.n'.

The next releases will be '3.1' through '3.n' until the next major
release.
Files are hosted at the Hamlib prjoect page at SourceForge.net:

https://sourceforge.net/projects/hamlib/files/hamlib/3.0/

The changes include:

Version 3.0
        2015-09-20
        * Kill RPC backends and rpc.rigd/rpc.rotd
        * Remove -e|--end-marker option from rigctld and rotctld
        * Build system updates--remove obsolete macros, autogen.sh now
                runs autoreconf to invoke Autotools to bootstrap the build
                system, libltdl is installed into the source tree as a part
                of the build system bootstrap and is included in the source
                tarball, ABI version is set to be compatible with the 1.2
                series, all Autotools installed files are copied rather than
                symlinked and put in the build-aux directory, building
                rigmem and rigmatrix are now user selectable at configure
                run time, building static libraries are disabled by default.
                Fixed TCL binding installation, fixed Perl binding build so it
                is not invoked by 'make dist' and clean up build files.  Cleaned
                up bindings builds to occur in alphabetical order.  Use new
                ax_pkg_swig macro and update ax_python_devel macro.  Test for
                presence of pkg-config before testing for pkg-config use.
        * Implement new RIT/XIT activation/deactivation through rig_get/set_func
+()
        * IC-PCR1500/2500 default write_delay to 0, IC-746/756, IC-PCR8500
                fixes, pcr.c, pcr1500.c: Add DSP support.  TNX Paul, KE7ZZ
        * WinRadio G313 updates.  TNX Julian Campbel
        * Readline editing and history support added to rigctl interactive
                mode.  Implement options for reading and writing history file.
        * Readline editing and history support added to rotctl interactive
                mode.  Implement options for reading and writing history file.
        * A new manual draft written in Texinfo added.  Both GNU Info and single
                HTML files are built and distributed, requires makeinfo.
        * Android build system support.  See android/README.android.  Android
                Makefile fragments are included in source tarballs.
        * Monolithic library, thanks to Remi Chateauneu for the majority of
                the work!  This allows enabling of a single static library so
                static libs are enabled by default.  Removes dependency on libltdl.
        * Fixes to easycomm, TNX Steve AI4QR.
        * Fixes to port handling allowing PTT and CAT on the same port.  TNX
                Bill, G4WJS.
        * New Peaberry models V1 and V2 added to kit backend.  TNX ON8VQ
                and R2AEE.
        * New IC-7100 model.  TNX Martin, CT1IQI.
        * Use AC_CHECK_LIB macro to search for libusb rather than rely on
            pkg-config.  Preserve environment variables LIBUSB_CFLAGS and
            LIBUSB_LIBS as user precious variables.  Two features,
            --with-xml-support and --enable-usrp still rely on pkg-config so
            only invoke pkg-config when either or both of these features are
            selected.  Only the Winradio g313 model uses libdl so test for it
            only when Winradio backend is enabled.
        * New IC-M700PRO, IC-M710, IC-M802.
        * New Icom ID-5100 model.
        * New rotor, cnctrk by KI4SBL
        * Many backend fixes and updates from many contributors (see Git
          log for complete details).
2015-10-02 13:39:19 +00:00
Martin Matuska
58376c0f6d Horde package update:
comms/pear-Horde_ActiveSync 2.28.6 -> 2.29.2
devel/pear-Horde_Core 2.20.8 -> 2.22.0
security/pear-Horde_Crypt 2.6.0 -> 2.6.1
graphics/pear-Horde_Image 2.3.2 -> 2.3.3
mail/pear-Horde_Imap_Client 2.29.1 -> 2.29.3
mail/pear-Horde_Mime 2.9.1 -> 2.9.2
2015-09-28 13:45:10 +00:00
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
Dmitry Marakasov
8dd44382a0 - Fix shebangs
- Unsilence install commands

Approved by:	portmgr blanket
2015-09-18 15:09:17 +00:00
Dmitry Marakasov
8b34c1ab49 - Drop 8.x support
- Switch to options helpers

Approved by:	portmgr blanket
2015-09-18 14:00:50 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Dmitry Marakasov
2648d11bfa - Fix build on 10.x: you can't use gcc when boost is built with clang; and it builds with clang just fine
Approved by:	portmgr blanket
2015-09-14 11:16:55 +00:00
Baptiste Daroussin
816d786ee7 Enforce unicode version of wx (which was already the default but not enforced) 2015-09-13 18:42:44 +00:00
Antoine Brodin
d9d9fbea81 Re-apply r396161
Ignore on the package builders

Reported by:	pkg-fallout
2015-09-12 08:14:16 +00:00
Dmitry Marakasov
55a34f92ce - Fix shebangs
Approved by:	portmgr blanket
2015-09-11 19:14:44 +00:00