1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

83042 Commits

Author SHA1 Message Date
Dirk Meyer
21e07a995f - file retired, new location ports/Mk/bsd.gnustep.mk 2003-08-30 02:38:38 +00:00
Edwin Groothuis
47a973b88a New port: net/roadrunner - a BEEP library
roadrunner is a library implementing the BEEP (Blocks
	Extensible Exchange Protocol) protocol for use in developing
	network applications.

PR:		ports/47520
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2003-08-30 02:04:45 +00:00
Edwin Groothuis
ed1014cedb new port: net/fpl
FPL is a complete script programming language _very_ similar
	to C. If you are a software developer and plans to add any
	kind of macro/script control, consider the FPL alternative!

	FPL library lets the software programmer define functions
	and variables that FPL should accept. The library will call
	a function in the software whenever any of these functions
	are used or variables are read in an FPL program.

PR:		ports/46756
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-08-30 01:59:33 +00:00
Edwin Groothuis
205f0fe5e1 new port: net/luasocket - IP library for Lua language
LuaSocket is a Lua extension library that provides support
	for the TCP and UDP transport layers.

	Extra Lua modules implementing SMTP, HTTP and FTP protocols
	are installed to /usr/local/lib/lua/luasocket.

PR:		ports/46325
Submitted by:	Jan Hornyak <pav@oook.cz>
2003-08-30 01:53:21 +00:00
Maho Nakata
3bbd8083dc Unbreak for 4-STABLE with ad hoc patch.
replace _toupper to toupper. _toupper
is a macro defined at 5-CURRENT in ctype.h so
it doesn't harm for both.

Submitted by:	bento
2003-08-30 01:47:49 +00:00
Maho Nakata
e0ab61bca1 Fixed build dependency
Submitted by:	bento
2003-08-30 01:40:58 +00:00
Edwin Groothuis
816e55ba89 New port (split out from old port): net/spread-j
This port contains just the java client libraries, which
	have been split from the net/spread port to make them easier
	to find, build and include, as a separate port.

PR:		ports/45180
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
2003-08-30 01:39:54 +00:00
Edwin Groothuis
3618543557 [NEW PORT] devel/poslib: Posadis C++ DNS library
Poslib is a portable C++ DNS library, a part of Posadis
	project.  It consists of two parts: a client library and a
	server library.

	Using the client library, you can simply develop applications
	that use the Domain Name System (DNS). It includes many
	functions for resolving, domain-name manipulation and
	Resource Record (RR) creation.

	The server library, based on the client core, can be used
	to develop DNS servers. By implementing a query entry-point
	function using the Poslib library of functions, you can
	easily create DNS servers, without worrying about low-level
	details such as DNS message compilation, domain-name
	compression and UDP/TCP transmission.

	Author:	Meilof Veeningen <meilof@users.sourceforge.net>
	WWW:	http://posadis.sourceforge.net/projects/poslib.php

PR:		ports/55195
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-08-30 00:56:20 +00:00
Edwin Groothuis
1ce967df62 remove weedns_sc from net/ 2003-08-30 00:49:05 +00:00
Edwin Groothuis
b8d63a209f Move net/weedns_sc to dns/weedns_sc 2003-08-30 00:47:26 +00:00
Edwin Groothuis
180d7d9419 New port: net/rbldnsd - small fast DNS server for DNSBL zones
A very small and fast DNS server made especially for DNSBL
	zones. Inspired by Dan J Bernstein's rbldns from djbdns,
	but entirely original (and faster and more featureful).

PR:		ports/53274
Submitted by:	Paul Chvostek <paul+fbsd@it.ca>
2003-08-30 00:45:27 +00:00
Edwin Groothuis
57cb0ea178 new port: net/weedns_sc
This is a new port of the Perl WeedNS skeleton_client that
	can be use to update your yi.org/whyi.org dynamic DNS
	entries.

PR:		ports/52582
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2003-08-30 00:39:09 +00:00
Edwin Groothuis
a590475870 [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi
This port seems to build on neither ia64 nor sparc64,
	probably due to some kind of pointer casting problem.  Mark
	as NOT_FOR_ARCHS to save bento from trying to build it on
	those architectures.

	A more careful reading of bsd.port.mk suggests that IGNORE
	should be set in this case instead of NOT_FOR_ARCHS.  This
	will still save bento build time, but not indicate that the
	port will _never_ run on these archs.

PR:		ports/53457
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-30 00:30:10 +00:00
Edwin Groothuis
825bfdad83 ports/devel/tclxml depends on ports/devel/tcllib
Tclxml (ports/devel/tclxml) depends on ports/devel/tcllib,
	but this is not present in RUN_DEPENDS variable (see
	Makefile).

PR:		ports/54584
Submitted by:	Nicola Vitale <nivit@libero.it>
2003-08-30 00:17:56 +00:00
Kirill Ponomarev
abcbc8b232 - New port: sysutils/filelight
Filelight graphically represents a file system as a set
of concentric segmented-rings, indicating where diskspace is
being used. Segments expanding from the center represent files
(including directories), with each segment's size being
proportional to the file's size and directories having child
segments.

PR:		56152
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2003-08-29 23:43:48 +00:00
Kirill Ponomarev
b6e8095b06 - Fix build on -current (varargs -> stdargs in embedded tcl)
PR:		56164
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-29 23:18:56 +00:00
Kirill Ponomarev
68193709e4 - Install manpage in correct place -> fix 'make package'
- Bump PORTREVISION

Noticed by:	kris via bento
2003-08-29 23:12:58 +00:00
Greg Lewis
21baba3ae3 . Use a free uid rather than one thats already taken.
Clue bat applied by:	kris
2003-08-29 22:30:33 +00:00
Kirill Ponomarev
8f10fdf81a - Fix build on -current (embedded newlines)
PR:		56158
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-29 22:17:57 +00:00
Kirill Ponomarev
ca72047013 - Fix build on -current (varargs -> stdarg)
PR:		56156
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-29 22:06:15 +00:00
Joe Marcus Clarke
aac91557ee Fix build on -STABLE.
Reported by:	bento
2003-08-29 21:34:34 +00:00
Greg Lewis
4030c045ad . Add support for bootstrapping with the Diablo Caffe JDK. The bootstrap
order is now:

  . linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set.
  . A previous installation of this port, if it exists.
  . The Diablo Caffe JDK.

  That is, the Diablo Caffe JDK is now the default bootstrapper in the
  absence of a previous installation of this port.
2003-08-29 21:12:18 +00:00
Shigeyuki Fukushima
f1d1f72643 Unbreak on any platform. 2003-08-29 20:59:14 +00:00
Oliver Braun
ad674f762a * Add -DPIC to SHLIB_CFLAGS.
* Bump PORTREVISION.

PR:		ports/56131
Submitted by:	René Scholz <scholz@kids-und-co.de>
Fix obtained from:	Dave Airlie <airlied@samba.org> (developer)
2003-08-29 20:45:45 +00:00
Joe Marcus Clarke
ab6fbe6f6a Add support for Mozilla 1.5b. 2003-08-29 20:30:57 +00:00
Joe Marcus Clarke
e3c72b8409 Update to 1.5 Beta. For a list of what's new, checkout:
http://www.mozilla.org/releases/mozilla1.5b/
2003-08-29 20:25:19 +00:00
Sheldon Hearn
a21407a9c1 Don't core dump on saslauthd lookups without service and realm.
Submitted by:	Thomas Hager <thomas.hager@1012surf.net>
2003-08-29 20:21:22 +00:00
Kirill Ponomarev
c7988d67cc - Update net/simicq to 0.8.3
PR:		56142
Submitted by:	maintainer
2003-08-29 20:15:01 +00:00
Dirk Meyer
57c03b88a9 - use hook for bsd.openssl.mk 2003-08-29 19:52:59 +00:00
Andrey A. Chernov
99ef5b4fc3 Add optional CANLOCK functionality
Submitted by:   Thomas Seck <tmseck@netcologne.de>
2003-08-29 19:34:25 +00:00
Greg Lewis
617878070a . . Make this port act more like a standard FreeBSD port:
. Don't install everything in ${PREFIX}/dgd instead place the
    executables, docs and configuration in the standard places and
    place the mudlib in DATADIR.
  . Don't use the packing list as a list of things to install.
  . Fix up the configuration file to point to the install locations.
  . Add a sample rc script which can be used to start and stop dgd
    with this mudlib (need a 5.x RCng version as well).
  . Create a user to run the dgd service as (this is the same user
    as used by the net/dgd port).
  . More standard Makefile.
  . Add a post-extract target which removes the need for do-build.
  . Add a do-configure target and remove the obsolete configure script.
. Remove devel from CATEGORIES, it really doesn't belong.  This port
  should really just be in games, but thats another story.
. Catch up dependencies with changes to net/dgd.
2003-08-29 18:40:03 +00:00
Greg Lewis
f88f85d65e . Add $FreeBSD$ 2003-08-29 18:34:56 +00:00
Greg Lewis
ec43f6ac70 . Use fgets(3) rather than gets(3).
. Add $FreeBSD$.
2003-08-29 18:33:36 +00:00
Greg Lewis
2d3e091eb2 . Make this port act more like a standard FreeBSD port:
. Don't install everything in ${PREFIX}/dgd instead place the
    executables, docs and configuration in the standard places and
    place the example kernel mudlib in DATADIR.
  . Don't use the packing list as a list of things to install.
  . Fix up the configuration file to point to the install locations.
  . Add a sample rc script which can be used to start and stop dgd
    (need a 5.x RCng version as well).
  . Create a user to run the dgd service as (I'll reuse this user for
    ports of other mud drivers).
. Add the games category as dgd is primarily used to write muds.
. Bump PORTREVISION.
2003-08-29 18:30:08 +00:00
Hajimu UMEMOTO
bdcd94775f Use CONFLICTS.
PR:		ports/56118
2003-08-29 18:22:38 +00:00
Joe Marcus Clarke
562fe38c90 Add an explicit USE_REINPLACE. 2003-08-29 18:00:12 +00:00
Joe Marcus Clarke
8925f90091 Update to 1.1.6.
PR:		56148
Submitted by:	Frank Altpeter <frank@altpeter.de>
2003-08-29 17:59:16 +00:00
Sergey A. Osokin
cbcf7a8af2 Fix pkg-plist, bump PORTREVISION
Submitted by:	Martin Matuska <martin@tradex.sk>
Approved by:	maintainer timeout
PR:		56145
2003-08-29 17:34:54 +00:00
Joe Marcus Clarke
9b28c15608 With my portmgr hat on, apply a fix discussed on current@ to fix the
build on -CURRENT.  Also, reset maintainer to ports@ since dirk@ has been
inactive since 2003-02-06.
2003-08-29 17:29:06 +00:00
Norikatsu Shigemura
ee0c478b4f Resurrect a patch in previous commit for bulding on 4-STABLE.
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2003-08-29 17:12:14 +00:00
Alexander Nedotsukov
0eac30808f Update to 1.4.0
Submitted by: maintainer (-STABLE patches)
Approved by:  marcus (mentor)
2003-08-29 17:04:31 +00:00
Joe Marcus Clarke
617eab375a Fix package building when not using GNOME.
Reported by:	bento
2003-08-29 16:42:27 +00:00
Alexander Nedotsukov
b62ed40f3e Redone patch with accidently removed trailing spaces.
Approved by: marcus (mentor)
2003-08-29 16:40:30 +00:00
Maho Nakata
7988eb8020 Disable mozilla connectivity.
This patch is not needed anymore. informative purpose.
(mozilla 1.4 will be `official' and some time lag is needed for
enabling new mozilla)
obtained by Volker Quetschke
See for details:
http://www.openoffice.org/issues/show_bug.cgi?id=18066
2003-08-29 16:23:59 +00:00
Peter Pentchev
0dcdd0d4ce Fix an off-by-one error in strncpy(3) usage.
Unquote the comment variable.

PR:		55700
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-08-29 16:04:41 +00:00
Dirk Meyer
fd47489751 - use hook for bsd.openssl.mk 2003-08-29 15:41:50 +00:00
Joe Marcus Clarke
17c2849da5 Update to 1.3.19. 2003-08-29 13:52:43 +00:00
Dmitry Sivachenko
255c117370 Do not disable IPv6, with that patch it appears to work.
Submitted by:	Jolan Luff <jolan@mezzanine.servebeer.com>
Tested by:	Matthias Andree <matthias.andree@gmx.de>
Obtained from:	NetBSD
2003-08-29 13:49:14 +00:00
Kirill Ponomarev
5f88459793 - Update of the fluxbox-devel port from 0.9.4 to 0.9.5
PR:		56133
Submitted by:	maintainer
2003-08-29 13:26:26 +00:00
Sergey A. Osokin
e32d33de8f Bump PORTREVISION, which I forgot to do in previous commit (fix pkg-plist).
Notify from:	sf
2003-08-29 13:10:13 +00:00