non port: comms/qtel/Makefile |
Number of commits found: 21 |
Saturday, 10 Sep 2022
|
17:41 Stefan Eßer (se) Author: Tobias Kortkamp
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
e79fe1a |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
* Brian Dean <bsd@FreeBSD.org>
* Bruce Cran <bruce@cran.org.uk>
* Carl Makin <carl@stagecraft.cx>
* Darren <igla@batterybackups.net>
* David
* David O'Brien <obrien@cs.ucdavis.edu>
* David Thiel <lx@redundancy.redundancy.org>
* Denis Shaposhnikov <dsh@vlink.ru>
* Devon H. O'Dell <devon.odell@coyotepoint.com>
* Diane Bruce <db@db.net>
* Douglas K. Rand <rand@meridian-enviro.com>
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Felix Palmen <felix@palmen-it.de>
* Frank Steinborn <steinex@nognu.de>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Hye-Shik Chang <perky@fallin.lv>
* Janos.Mohacsi@bsd.hu
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeffrey Baitis <jeff@baitis.net>
* Johan Strom <johan@stromnet.se>
* Johan Strom <johna@stromnet.se>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julian Stacey <jhs@FreeBSD.org>
* Kirill Bezzubets <kirill@solaris.ru>
* MITA Yoshio <mita@FreeBSD.org>
* Markus Brueffer <markus@FreeBSD.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Matt Dawson <matt@mattsnetwork.co.uk>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Reifenberger (mike@Reifenberger.com)
* Mike Heffner <mikeh@FreeBSD.org>
* Nick Sayer <nsayer@FreeBSD.org>
* Nicole Reid <root@cooltrainer.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Patrick Gardella <patrick@FreeBSD.org>
* Paul Traina <pst@FreeBSD.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Rick Elrod <codeblock@eighthbit.net>
* Rodrigo Osorio <rodrigo@FreeBSD.org>
* Sebastian Yepes <esn@x123.info>
* Staffan Ulfberg <staffanu@multivac.fatburen.org>
* Stephen Hurd <shurd@FreeBSD.org>
* Steve Woodford <scw@netbsd.hut.fi>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunry Chen <sunrychen@gmail.com>
* Søren Straarup <xride@x12.dk>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Vladimir Grebenschikov
* Vladimir Kondratyev <wulf@FreeBSD.org>
* db
* dirkx@webweaving.org
* dom@happygiraffe.net
* elbarto@ArcadeBSD.org
* hm
* jmz
* joes@seaport.net
* lambert@lambertfam.org
* nox@FreeBSD.org
* obrien@cs.ucdavis.edu
* rkw
* shurd
* shurd@FreeBSD.org
* wlloyd@slap.net
* //www.tomek.cedro.info)
With hat: portmgr
258a9884 |
Tuesday, 12 Oct 2021
|
15:01 Tobias Kortkamp (tobik)
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
ae22a78 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 8 Sep 2019
|
12:51 db
- Unbreak qtel
|
06:46 antoine
Mark BROKEN
pkg-static: Unable to access file
/wrkdirs/usr/ports/comms/qtel/work/stage/usr/local/lib/libasyncqt.so.1.5.0:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/comms/qtel/work/stage/usr/local/lib/libasyncqt.so.1.5:No such
file or directory
Reported by: pkg-fallout
|
Tuesday, 12 Mar 2019
|
15:51 db
Update to 17.12.2
This version supports qt5
SvxLink release 17.12 -- 30 Dec 2017
------------------------------------
The biggest news in this release is the initial revision of the SvxReflector
application. The SvxReflector application is meant to be used as a center point
to link SvxLink nodes together. The new SvxLink ReflectorLogic logic core is
used to connect a SvxLink node to the reflector server. One or more logics can
then be connected to the refelctor using normal logic linking.
In addition a lot of smaller feature additions have been made and also a number
of bugs have been fixed. The full list of changes and more details can be found
below. Information on configuration of new features can be found in the manual
pages.
|
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Thursday, 2 Nov 2017
|
00:39 db
Unbreak:
fix
PR#451999
portlint(1) compliant
add
license_file
PR: ports/223355
Submitted by: takefu@airport.fm
|
Friday, 13 Oct 2017
|
14:18 bapt
Mark as broken ports with no public distfiles
|
Thursday, 4 May 2017
|
14:58 mat
Fix some FreeBSD.org case of bad case.
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 10 Mar 2016
|
15:42 feld
comms/qtel: Fix packaging issue
|
Wednesday, 7 Jan 2015
|
12:16 shurd
Ressurect comms/qtel as a slave port of comms/svxlink
QTel is an open-source echolink client using Qt.
This allows a pkg of svxlink to not require Qt, but sill allows QTel to be
installed via pkg.
|
Wednesday, 10 Jul 2013
|
12:24 bapt
Mark jobs unsafe
|
Friday, 3 May 2013
|
16:36 ehaupt
Chase security/libgcrypt update
|
Tuesday, 23 Apr 2013
|
06:34 bapt
Convert all c categories to USE=pkgconfig
|
Thursday, 26 Jul 2012
|
05:40 bapt
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Monday, 25 Jun 2012
|
15:34 scheidell
Addport: ports/comms: Repeater controller and EchoLink (simplex or repeater)
software
including a GUI, Qtel - The Qt EchoLink client, written using the Qt widget
toolkit.
WWW: http://sourceforge.net/apps/trac/svxlink
PR: ports/168452
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
|
Number of commits found: 21 |