Commit graph

83706 commits

Author SHA1 Message Date
Edwin Groothuis
48dc1f0a8a [new port] libticables: TI calculator link cables
Libticables is part of TiLP, a program to connect a TI
	calculator to your computer. This lib manages several types
	of cables (serial, parallel, usb).

PR:		ports/56134
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2003-09-08 10:49:58 +00:00
Michael Landin
8886501c78 Upgrade to -> 4.0.2
This release fixes the build error on alpha-4

Approved by:		roberto (mentor)
Noticed by:		bento
Thanks to:		will for alpha-4 access
2003-09-08 10:45:43 +00:00
Anton Berezin
930a5ad87a Update to 0.92.
Submitted by:	demon
2003-09-08 10:02:26 +00:00
Edwin Groothuis
80359db175 Update to revision 1.16 of rc.subr
Update the sysutils/rc_subr port to use revision 1.16 as
	it fixes several problems with the rc.subr script.

	see the cvs notes starting from revision 1.14 to 1.16:

PR:		ports/56093
Submitted by:	Scot W. Hetzel <hetzelsw@westbend.net>
2003-09-08 09:59:30 +00:00
Edwin Groothuis
155bb54ec7 [patch] graphics/osgedit 0.3.0 -> 0.4.1
This port is broken on stable as mentioned in the named PR.
	This patch fixes this problem by updating the port to the
	latest version.

PR:		ports/56548
Submitted by:	Simon Barner <barner@in.tum.de>
2003-09-08 09:55:03 +00:00
Edwin Groothuis
d29bc6b8a8 [MAINTAINER] mail/bincimap: update to 1.2.1
- Update to 1.2.1 (see ChangeLog for list of changes)
	- Add distribution patch
	- Add Makefile target for creating SSL certificates for the port

PR:		ports/56550
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-09-08 09:45:22 +00:00
Edwin Groothuis
8c7acaf189 irc/ircproxy-freebsd-port -> irc/ircproxy 2003-09-08 09:40:57 +00:00
Edwin Groothuis
c56b544f95 move ircproxy-freebsd-port to ircproxy 2003-09-08 09:38:21 +00:00
Edwin Groothuis
88eb8e1164 new port: irc/ircproxy
Night Light IRC Proxy is a multi-user IRC (Internet Relay
        Chat) proxy written in C.

        An IRC proxy (or bouncer) is a program that run on a machine
        between your IRC client and the IRC server. The ircproxy
        connect to the IRC server, then you connect to the ircproxy
        with your IRC client. The ircproxy program will forward
        data sent by the IRC server to one or more IRC clients
        connected to the ircproxy and will forward data sent from
        the IRC clients to the IRC server.

PR:             ports/56557
Submitted by:   Jonas Kvinge <jonas@brokenarrow.night-light.net>
2003-09-08 09:37:36 +00:00
Edwin Groothuis
d75b2b67b8 Assign maintainership to Yonatan.
Submitted by:	"Yonatan Bokovza" <Yonatan@xpert.com>
2003-09-08 09:30:50 +00:00
Edwin Groothuis
eec7ceccca update to new perforce binaries
Perforce has released new binaries.
	Also, with the popularity of portupgrade rising, I made some
	(somewhat bogus) changes to the makefile to help pkg_version and
	portupgrade figure out when the port has been upgraded.

I have moved the kludge on the PR to below the maintainer section.

PR:		ports/56497
Submitted by:	david marshall <marshall@chezmarshall.com>
2003-09-08 09:26:48 +00:00
Edwin Groothuis
e192e8fcc2 [patch] fix port devel/spirit
FreeBSD implements the is* functions already correctly, but this is not
	recognized with gcc 3.3.1. The proposed patch changes this behaviour.

	Code in question (gcc 3.3.1 does not seem to define _STLPORT_VERSION,
	whereas gcc 2.95.4 did):

	#if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450
	// is* functions already setup
	#else
	#ifndef isalnum
	inline bool isalnum(int c)     { return std::isalnum(c); }
	#endif
	#ifndef isalpha
	inline bool isalpha(int c)     { return std::isalpha(c); }
	#endif

PR:		ports/55783
Submitted by:	Simon Barner <barner@in.tum.de>
2003-09-08 09:17:34 +00:00
Edwin Groothuis
785f2e6305 [new port] security/dropbear: a lightweight SSH2 server
Dropbear is an SSH 2 server, designed to be usable in small
	memory environments.

	It supports:
		* Main features of SSH 2 protocol
		* Implements X11 forwarding, and authentication-agent forwarding
		for OpenSSH clients
		* Compatible with OpenSSH ~/.ssh/authorized_keys public key
		authentication

	WWW: http://matt.ucc.asn.au/dropbear/dropbear.html

PR:		ports/55795
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-09-08 09:09:36 +00:00
Edwin Groothuis
7c7f149cf5 tarball rerolled, only changes in the comments in the file doc/doc.ps.
Noticed thanks to: Sergey Matveychuk <sem@ciam.ru>
2003-09-08 09:01:17 +00:00
Alexey Zelkin
3d5acfd493 Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01 2003-09-08 08:55:20 +00:00
Sergey A. Osokin
6df0a50c70 Update to 7.20-B9 (aka 20030905)
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
PR:		56498
2003-09-08 08:53:37 +00:00
Edwin Groothuis
ab7ef04ab3 Believe it or not, but this port was entangled in between a discussion
in ports/55750, which is an update for mail/courier.

	This patch also include the update of sysconftool to 0.14.

PR:		ports/55750
Submitted by:	Shizuka Kudo <shizukakudo_99@yahoo.com>
2003-09-08 08:53:30 +00:00
Edwin Groothuis
d70fadb978 [new port] dns/bind9-sdb-mysql: BIND 9 patch to supports zones
storage in a MySQL database

	bind9-sdb-mysql is provide a simple support for MySQL
	database in bind version 9.  Currently it supports only
	zones stored in MySQL.

PR:		ports/56565
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-09-08 08:40:02 +00:00
Edwin Groothuis
c33228bd0e [MAINTAINER] devel/mico: fix docs fetch
Documentation has gone from master site (I hope accidently),
	so I've put it on my home page to fix fetching.

Doesn't fix the checksum problem.

PR:		ports/56568
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-09-08 08:33:31 +00:00
Sergey A. Osokin
7d345cf23a Update to 3.02.08a
Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
2003-09-08 08:29:32 +00:00
Edwin Groothuis
f5254d12d2 new port: irc/ircproxy
Night Light IRC Proxy is a multi-user IRC (Internet Relay
	Chat) proxy written in C.

	An IRC proxy (or bouncer) is a program that run on a machine
	between your IRC client and the IRC server. The ircproxy
	connect to the IRC server, then you connect to the ircproxy
	with your IRC client. The ircproxy program will forward
	data sent by the IRC server to one or more IRC clients
	connected to the ircproxy and will forward data sent from
	the IRC clients to the IRC server.

PR:		ports/56557
Submitted by:	Jonas Kvinge <jonas@brokenarrow.night-light.net>
2003-09-08 08:06:26 +00:00
Norikatsu Shigemura
4ce4c9ce6f Update to 1.12.0.
PR:		ports/56586
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-09-08 08:01:00 +00:00
Edwin Groothuis
34b22769c3 don't forget to bump the revision, it's important enough under -current. 2003-09-08 07:50:54 +00:00
Edwin Groothuis
7b6c469e16 Properly replace all -pthread occurances to make it working on
-current with the new gcc.
2003-09-08 07:49:23 +00:00
Edwin Groothuis
3f17e38ea9 New port: net/gkrellmmultiping2
This plugin pings several machines and shows the current
	round-trip and status.

PR:		ports/45693
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-09-08 07:25:51 +00:00
Kiriyama Kazuhiko
ea162d3817 Update 3.5 to 3.6.
* version up packages:
  edict-1.13            --> edict-1.15
  leim-1.20             --> leim-1.21
2003-09-08 07:25:04 +00:00
Kiriyama Kazuhiko
f9750060db Update 8.2 to 9.0.
* newly add packages:
  hyperbole-1.12
  oo-browser-1.03
* version up packages:
  calendar-1.19         --> calendar-1.21
  cc-mode-1.33          --> cc-mode-1.39
  ecb-1.08              --> ecb-1.10
  edit-utils-2.02       --> edit-utils-2.07
  idlwave-1.28          --> idlwave-1.30
  mail-lib-1.59         --> mail-lib-1.60
  os-utils-1.31         --> os-utils-1.32
  prog-modes-1.79       --> prog-modes-1.83
  psgml-1.40            --> psgml-1.41
  reftex-1.28           --> reftex-1.30
  text-modes-1.61       --> text-modes-1.63
  tramp-1.15            --> tramp-1.16
  xemacs-devel-1.55     --> xemacs-devel-1.58
  xslide-1.07           --> xslide-1.08
2003-09-08 07:21:22 +00:00
Ernst de Haan
d1855c80f8 Removed the DIST_SUBDIR statement.
Explanation from maintainer:

"Log4j has been the first port from the Jakarta series and
back then I thought it would be useful to put all distfiles
from the Jakarta project in the same subdirectory. Now I
don't think it is such a good idea. Furthermore, the ports
of other Jakarta projects do not use this scheme.

So here is a patch to fix it. I didn't bump the
PORT_REVISION as there is no point in updating the port if
already installed."

PR:		56490
Submitted by:	maintainer
2003-09-08 07:18:01 +00:00
Edwin Groothuis
09c97c76c2 new port database/WWWdb-0.8.2
A flexible web-enabled frontend and application-server for
	different databases ... that is WWWdb

PR:		ports/45522
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-09-08 07:12:22 +00:00
Edwin Groothuis
f4d7b17dda New port: xnodecor (x11 utility on OverrideRedirect attribute)
Xnodecor is an x11 utility by which a user can make an
	window manager ignores his/her specified applications.  Such
	applications (e.g. clocks) appear without their border and
	title bar, are skipped in keyboard focus-circulation, and
	are sticky for flippng over multiple virtual screens.  This
	may be convenient for a user using a simple window manager
	such as wmx.

PR:		ports/45329
Submitted by:	Katsura Matsumoto <katsura@cc.okayama-u.ac.jp>
2003-09-08 07:08:14 +00:00
Edwin Groothuis
7870753520 new-port: game, train control simulation
New port, game, a little simulation of a train dispatching station.

	Can simulate real station with real schedules. Datafiles
	downloadable from the home page.

PR:		ports/45316
Submitted by:	Guido Falsi <mad@madpilot.net>
2003-09-08 06:58:00 +00:00
Roger Hardiman
b56dbeaac9 Gnomemeeting2 port now moved to gnomemeeting 2003-09-08 06:35:09 +00:00
Edwin Groothuis
22f1cf401a adventure.6 man-page, add section AUTHORS
Bring in the AUTHORS section for the adventure man-page.
	Found in OpenBSD tree, rev 1.2 of adventure.6

PR:		ports/41167
Submitted by:	Anders Andersson <anders@hack.org>
2003-09-08 06:23:52 +00:00
Edwin Groothuis
398d236ce4 Update port: audio/grip
- Reaarange USE_GNOME
	- Add optional cdparanoia support

PR:		ports/56521
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 06:12:56 +00:00
Edwin Groothuis
bdb4445a67 Update port: biology/gperiodic to 2.0.6
- Update to version 2.0.6

PR:		 ports/56522
Submitted by:	 KATO Tsuguru <tkato@prontomail.com>
2003-09-08 06:09:31 +00:00
Edwin Groothuis
29f6f4e249 Update port: deskutils/teapot to 1.07
- Update to version 1.07

PR:		ports/56523
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 06:07:55 +00:00
Edwin Groothuis
599d825673 Update port: devel/libedit to 2.6.7
- Update to version 2.6.7

PR:		ports/56525
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 06:06:04 +00:00
Edwin Groothuis
b111302f44 Update port: games/gnomermind to 1.0.1
- Update to version 1.0.1

PR:		ports/56526
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 06:03:47 +00:00
Edwin Groothuis
3ff0daaad3 Update port: games/madbomber
- Fix MASTER_SITES
	- Utilize USE_SDL

PR:		ports/56527
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 06:00:51 +00:00
Edwin Groothuis
d7b1ee6479 Update port: misc/orville-write to 2.54
- Update to version 2.54

added patches for log()

PR:		ports/56528
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 05:59:07 +00:00
Edwin Groothuis
f699dfc648 Update port: sysutils/asapm to 2.13
- Update to version 2.13

PR:		ports/56529
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 05:52:33 +00:00
Edwin Groothuis
7e5f15f927 Update port: sysutils/gtoaster
- Fix handling PORTVERSION
	- Reaarange USE_GNOME
	- machine/soundcard.h -> sys/soundcard.h

PR:		ports/56530
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 05:49:41 +00:00
Yen-Ming Lee
0f15a9d90f Update to 1.87
PR:		56577
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-09-08 03:26:43 +00:00
Edwin Groothuis
3934a3fd15 New port: devel/pear-apd - Advanced PHP Debugger (APD).
Adding APD, a full-featured PHP profiler/debugger loaded
	as a zend_extension.

PR:		ports/56555
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:50:42 +00:00
Edwin Groothuis
0b4e9a5629 mail/pear-Mail: upgrading to 1.1.2.
This PR upgrades pear-Mail to its latest release.
	The 'localhost' value can now be set in the SMTP driver.

PR:		ports/56563
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:47:02 +00:00
Edwin Groothuis
cb13bea2e0 devel/pear-I18N: upgrading to 0.8.6.
Upgrading devel/pear-I18N to its latest version<<>>

PR:		ports/56507
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:43:15 +00:00
Edwin Groothuis
b6e6bf2c5e New port: PEAR RSS parser
Parser for Resource Description Framework (RDF) Site Summary
	(RSS) documents.

PR:		ports/56449
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:39:57 +00:00
Edwin Groothuis
e1782657ed New port: PEAR Swiss-army knive for reading and writing XML files
XML_Serializer serializes complex data structures like
	arrays or object as XML documents. This class helps you
	generating any XML document you require without the need
	for DOM.

	Furthermore this package can be used as a replacement to
	serialize() und unserialize() as it comes with a matching
	XML_Unserializer that is able to create PHP data strcutures
	(like arrays and objects) from XML documents, if type hints
	are available.

PR:		ports/56448
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:30:58 +00:00
Edwin Groothuis
f0b2ff48eb New port: PEAR class provided an XPath/DOM XML manipulation
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56446
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:28:24 +00:00
Hajimu UMEMOTO
039227639a chase lib version change of multimedia/xmms 2003-09-08 02:22:34 +00:00