Commit Graph

922 Commits

Author SHA1 Message Date
Joe Marcus Clarke
d3ed8a1b49 Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.

Submitted by:	kris
2004-02-04 05:25:22 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Tilman Keskinoz
768a407994 Fix build on AMD64 2004-01-31 00:35:33 +00:00
Pav Lucistnik
3c133eaabe Should have read all my mail before committing.
- Add backup MASTER_SITE

Submitted by:	maintainer
2004-01-29 09:28:05 +00:00
Pav Lucistnik
e6bc169a47 - Update MASTER_SITES
Reported by:	bento via kris
2004-01-29 09:24:00 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Pav Lucistnik
f90412bde1 - Update to 0.6.4.1
PR:		ports/61983
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-01-27 11:54:45 +00:00
Jean-Marc Zucconi
7bf178d7e6 Upgrade to version 2.5 2004-01-23 22:32:31 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Pav Lucistnik
7debfecf5c Grig is a graphical front-end to the Ham Radio libraries
written using Gtk+ and Gnome widgets by Alexandru Csete.

Part of the grounstation suite, it purpose is to control
an amateur radio transceiver from X. It supports any of
the transceivers that hamlib supports, including rpc.rigd
over the network. However, at present only a subset of the
hamlib functions are provided.

The groundstation suite comprises Gnome-rig and Gnome-predict
and is intended to provide a low-cost amateur radio station
with the facilities of a high-end satellite station.

WWW: http://groundstation.sourceforge.net/

PR:		ports/61729
Submitted by:	Matt Dawson <matt@mattsnetwork.co.uk>
2004-01-22 21:56:22 +00:00
Pav Lucistnik
fef45f2508 Gpredict is a satellite tracking and prediction application
written using Gtk+ and Gnome widgets by Alexandru Csete.

Part of the grounstation suite, its purpose is to track
the various amateur, weather and military satellites that
are of interest to radio amateurs.

The groundstation suite comprises Gnome-rig and Gnome-predict
and is intended to provide a low-cost amateur radio station
with the facilities of a high-end satellite station.

WWW: http://groundstation.sourceforge.net/

PR:		ports/61727
Submitted by:	Matt Dawson <matt@mattsnetwork.co.uk>
2004-01-22 19:15:13 +00:00
Pav Lucistnik
7b6583cae8 - Update to 2.0
PR:		ports/61670
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer
2004-01-21 21:02:11 +00:00
Joe Marcus Clarke
b7eeb1b30d Use the new ghostscript options.
Submitted by:	linimon
2004-01-20 16:30:09 +00:00
Jean-Marc Zucconi
e35846b662 A better fix for the buffer overflow problem.
Submitted by:	guy@device.dyndns.org
2004-01-20 00:36:37 +00:00
Pav Lucistnik
5efb1fd548 - Update to 0.92.0, now with FreeBSD Bluetooth stack support
PR:		ports/61319
Submitted by:	Kirill Bezzubets <kirill@mpool.solaris.ru> (maintainer)
2004-01-13 20:24:58 +00:00
Jean-Marc Zucconi
8a8afe9bbc Fix a buffer overflow problem.
Submitted by:	 guy@device.dyndns.org
2004-01-13 15:07:29 +00:00
Mark Linimon
bb4691d836 Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. Apparently
me@ has not been active in the FreeBSD community for some time now.

Reviewed by:	portmgr@FreeBSD.org (a month or so ago)
2004-01-12 00:24:20 +00:00
Michael Haro
3f1730b358 update to 4.1.8
PR:		61176
Submitted by:	maintainer
2004-01-10 18:26:48 +00:00
Edwin Groothuis
ef90f616b0 Nitpicks for the comms/qpage port
The comms/qpage port has a few minor problems.  A default installation gives
	the following errors when the /usr/local/etc/rc.d/qpage.sh script is
	execute:

	    qpage[68438]: cannot open /etc/qpage.cf: No such file or directory
	    qpage[68438]: cannot access LockDir(/var/spool/lock): Permission denied
	    qpage[68438]: cannot access QueueDir(/var/spool/qpage): No such file or directory
	    qpage[68438]: cannot chdir to QueueDir(/var/spool/qpage): No such file or directory

	In short:

	1) qpage looks for its configuration file in /etc instead of /usr/local/etc
	2) It setuid()'s to a user (daemon) without permission to access /var/spool/lock
	but does not document this anywhere outside of the source.
	3) It's queue directory is not created by installing the port.

PR:		ports/48059
Submitted by:	Kirk Strauser <kirk@strauser.com>
2004-01-10 08:48:29 +00:00
Sergei Kolobov
4f86b431f0 - Update to 0.5.8 [1]
- Fix pkg-plist: .mo files do not seem to get installed

PR:		61121 [1]
Submitted by:	Guido Falsi <mad@madpilot.net>
2004-01-09 15:57:18 +00:00
Hye-Shik Chang
7df08c1499 Add port for py-lirc 0.0.4,
An infra-red remote controller library interface for Python.

PR:		60989
Submitted by:	Lewis Thompson <purple@lewiz.net>
2004-01-07 06:41:40 +00:00
Mark Linimon
6202905164 The port did not build on many systems due to conflicting and missing
headers in certain files.  It also blindly assumed the default prefix
for the etc directory was /etc.  Also pet portlint.

PR:		ports/60680
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-12-29 07:58:47 +00:00
Mark Linimon
d351a69968 Fix build on 5.x.
PR:		ports/60675
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-12-29 07:30:09 +00:00
Mark Linimon
43916cb62f Add p5-Image-Size to RUN_DEPENDS.
PR:		ports/59495
Submitted by:	Matthias Andree <matthias.andree@web.de>
Approved by:	maintainer timeout (1 month)
2003-12-29 01:40:39 +00:00
Pav Lucistnik
25df151652 - Update to 0.91.0
PR:		ports/60546
Submitted by:	Kirill Bezzubets <kirill@solaris.ru>
2003-12-25 21:20:34 +00:00
Sergei Kolobov
b8948f43a8 - Restore Date created: and Whom: lines in the port Makefile header
to their historical values as in r1.1. Once the port is added,
  these lines should not change.

(This commit fixes the last reference to ports@FreeBSD.org in ports'
Makefiles that does not use the canonical capitalization form)
2003-12-21 00:37:58 +00:00
Michael Haro
e737a26b7b add working MASTER_SITES 2003-12-17 04:04:31 +00:00
Pav Lucistnik
3fc20d65a2 - Update to 0.5.7
PR:		ports/60297
Submitted by:	Guido Falsi <mad@madpilot.net>
2003-12-16 20:15:43 +00:00
Pav Lucistnik
99de867ec5 - Fix build when older version is already installed. This will prefer
newly build libgnokii on linking.

PR:		ports/60253
Reported by:	Krzysztof Stryjek <wtp+gnokii@bsdguru.org>
2003-12-15 19:52:27 +00:00
Pav Lucistnik
537ac8e57e - Fix INDEX.
Pointy hat to:	pav
2003-12-13 22:45:25 +00:00
Pav Lucistnik
cd5ded6a17 Add gammu, a command-line program to communicate with Nokia cell phones
over cable, infra and Bluetooth.

PR:		ports/60211
Submitted by:	Kirill Bezzubets <kirill@solaris.ru>
2003-12-13 20:39:49 +00:00
Pav Lucistnik
aea434c2a1 - Use native threading library
PR:		ports/60206
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
2003-12-13 14:31:16 +00:00
Mark Linimon
03bb01f488 Add comms/qtpcr, software that controls the ICOM PCR-1000 Receiver.
PR:		ports/52319
Submitted by:	Sebastian Yepes <esn@x123.info>
2003-12-12 05:22:45 +00:00
Jun Kuriyama
87e836c627 Upgrade to 8.0.9 (bugfix). 2003-12-11 01:16:00 +00:00
Joerg Wunsch
3f3cd6af1f Clean up historical baggage, and move the old local distfiles that
used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own
public_distfiles.

No version changes involved.
2003-12-09 21:33:03 +00:00
Mark Linimon
17fb689155 Mark as broken on 5.x. Informed maintainer. 2003-12-08 05:22:40 +00:00
Mark Linimon
5cf699de3a Mark as broken on 5.x. Maintainer's address currently bounces. 2003-12-07 06:16:24 +00:00
Mark Linimon
8288fd04a5 Per redirect response when sending mail to maintainer, update maintainer's
email address.
2003-12-07 06:08:36 +00:00
David E. O'Brien
fe553a55e1 Make the sample config file correct for FreeBSD. 2003-12-07 04:31:49 +00:00
Pav Lucistnik
58f793741a Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sending
short text messages to cell phones. Port contains python module
and a command-line client 'sms'.

PR:		ports/59987
Submitted by:	Andy Gilligan <andy@evo6.org>
2003-12-06 12:37:43 +00:00
Pav Lucistnik
91943bf1cd Add hamfax, a Qt/X11 application for sending and receiving facsimiles
over ham radio.

PR:		ports/53444
Submitted by:	Carl Makin <carl@stagecraft.cx>
2003-12-05 19:07:33 +00:00
Jun Kuriyama
88bd8f5825 Upgrade to 8.0.8. 2003-12-05 05:13:23 +00:00
Pav Lucistnik
fa4d36be29 - Update to 0.5.6
- Add WITH_SMSD knob to enable build of SMS messaging daemon
  with optional MySQL or Postgresql backend

PR:		ports/54498
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	adamw (mentor)
2003-12-04 22:00:20 +00:00
Dirk Meyer
a69da0ee63 - Fix MASTER_SITES 2003-12-04 03:21:37 +00:00
Tilman Keskinoz
d1868e9f76 - AMD64 has no APM
- Revert logic, i386 seems to be the only ARCH with APM

Submitted by:	Adriaan de Groot
Approved by:	portmgr (marcus)
2003-11-25 18:57:36 +00:00
Mark Linimon
19ebc18c75 Mark as broken on 5.x. The assumptions that the Makefiles make here,
about default compilation directories, do not work on 5.x for some reason.
2003-11-22 12:28:12 +00:00
Mark Linimon
6110eca7d0 Change BROKEN to IGNORE in the case of configurations that will never
be made to work.
2003-11-22 04:26:08 +00:00
Kirill Ponomarev
a13e3385eb - Fix pkg-plist vodafone_autralia -> vodafone_australia
- Pet portlint
- Bump PORTREVISION

PR:		31910
Submitted by:	Shaun Branden <shaun@pcuse.com>
2003-11-20 23:30:10 +00:00