Commit graph

83034 commits

Author SHA1 Message Date
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
Mathieu Arnold
e2059632bd Update to 0.28 2003-08-29 13:06:14 +00:00
Sergey A. Osokin
da4d7c528d Update to 1.2.0:
- removed all dependencies (none of them required to run)
- default configuration file now in ${LOCALBASE}/etc (instead of /etc)
- uses perl from ${PERL}
- more documentation files included
- documentation uses %%DOCSDIR%% in pkg-plist
- updated pkg-descr and pkg-message

Submitted by:	Martin Matuska <martin@tradex.sk> (maintainer)
PR:		56127
2003-08-29 13:02:37 +00:00
Mathieu Arnold
805e2e0dac Update to 0.17 2003-08-29 12:49:14 +00:00
Mathieu Arnold
b1c1340f4e - fixed plist
- made portlint happy

PR:		55962
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-08-29 12:21:58 +00:00
Kirill Ponomarev
dfcfff2394 New port - devel/xxl
XXL is a library for C and C++ that provides exception handling
and asset management. Asset management is integrated with the
exception handling mechanism such that assets may be
automatically cleaned up if an exception is thrown, which
allows for much simplified program structure with respect to
error handling.

By allowing XXL to track assets and using its exception
handling features, the programmer no longer has to check error
conditions on every function call and cleanup the assets on
failure because XXL does the work.

PR:		56128
Submitted by:	Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
2003-08-29 11:50:08 +00:00
Edwin Groothuis
1b7e94efb7 New port: finance/grisbi, a personal finance manager.
Grisbi is a personnal accounting application, written with
	Gnome and Gtk, and is released under the GPL licence.

	Its aim is to provide you with the most simple and intuitive
	software for basic use, although it can be very powerful
	if you spend a little time on the setup.

	Grisbi is an application written by french developpers, so
	it perfectly respects french accounting rules. Grisbi can
	manage multiple accounts, currencies and users. It manages
	third parties, expenditures and receipts categories, and
	also budgetary lines, financial years, and other information
	that make Grisbi adapted for associations (except those
	that require double entry accounting).

	WWW: http://www.grisbi.org/

PR:		ports/54675
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-29 11:41:11 +00:00
Roger Hardiman
c8e987f11b Use the ftp location suggested by Joe 2003-08-29 11:32:12 +00:00
Erwin Lansing
98fd2fa648 pass maintainership to markus brueffer who
kindly volunteered to keep this port up-to-date
as i am concentrating on docs-issues.

PR:		56126
Submitted by:	maintainer
2003-08-29 11:27:24 +00:00