1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

3821 Commits

Author SHA1 Message Date
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