Commit graph

61118 commits

Author SHA1 Message Date
fredb
e9dc5531d4 Neither the client nor server needs to be setgid kmem on NetBSD.
Note: it's very likely the client doesn't need to be setgid kmem on any
platform.
2004-05-09 20:47:04 +00:00
fredb
38c9766dd0 With statvfs(), the significant measures are scaled in terms of f_frsize,
not f_bsize.
2004-05-09 20:32:10 +00:00
danw
dfdeab4b0e Pass -b to pkg_admin lsbest to make this work correctly on systems where the pkgdbdir passes through a symlink 2004-05-09 20:31:07 +00:00
snj
010675143c No longer used. 2004-05-09 20:19:59 +00:00
snj
280b1b2fbe Convert to buildlink3. 2004-05-09 20:19:44 +00:00
danw
6e2815189e s/malloc.h/stdlib.h/ for darwin/freebsd 2004-05-09 20:02:59 +00:00
recht
004bca037a Note update of roundup to 0.7.0. 2004-05-09 17:59:37 +00:00
abs
cdaedc908e Update pkg_chk to 1.48
Fix awk usage for nawk in 2.0
2004-05-09 17:57:41 +00:00
recht
86465772d4 update roundup to 0.70
changes (among many others):

- added postgresql backend
- trackers using postgresql or mysql backends may have many users
- new "actor" automatic property (user who caused the last "activity")
- RDBMS backends have data typed columns and indexes on several columns
- registration may be concluded by replying to the confirmation email
- HTML templating permission checks are greatly simplified
- database exports now include full journals

For a complete list see:
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
2004-05-09 17:56:45 +00:00
abs
98d45c8b05 Update pkg_chk to 1.48
Fix awk usage for nawk in 2.0
2004-05-09 17:56:17 +00:00
snj
e2adc0423f Convert to buildlink3. 2004-05-09 17:46:01 +00:00
minskim
122a82177f Note PKGREVISION bump of muse. 2004-05-09 17:28:56 +00:00
minskim
b38e3ca764 Install .mo into ${PKGLOCALEDIR}/locale, not /usr/local.
Add them to PLIST and Bump PKGREVISION.
2004-05-09 17:27:53 +00:00
recht
f2d76bf080 Note the following updates:
- py-qt3-sip to 4.0rc3
- py-qt3-base to 3.11
- py-qt3-modules to 3.11
- py-qt3-qscintilla to 3.11
- eric3 to 3.4.2
- kodos to 2.4.2
2004-05-09 17:27:30 +00:00
recht
932f85d39b update to 2.4.2
Fix for PyQt < 3.8. The BlackAdder generated files are now hacked (again) to
eliminate an attibute error for WState_Polished. Also, backreferences are now
supported in the replace output.
2004-05-09 17:23:21 +00:00
recht
1d12d44e0a update to 3.4.2 and bl3ify
changes:
(for a complete list see the included HISTORY file)

Version 3.4.2
- some bug fixes
- changed unittest logic to search for testcases in the given module,
  if no module function named 'suite' could be found
- adoption to subversion 1.0
- include a message marker in the subject line for bug emails
- a few usability enhancements

Version 3.4.1
- fixed a serious bug in VariablesViewer

3.4:

- It comes with it's own source documentation generator.
- Support for Quixote PTL files.
- Capability to generate various UML-like diagrams from the source code.
- Interface to the cyclops cycles finder (a copy of cyclops is included).
- Import/Export of keyboard shortcuts.
- A QRegExp and a Python regexp wizard.

Version 3.3.1:
- fixed a compatibility problem with PyQt/sip 3.9

3.3:
This version includes an interface to omniORB, scripting capabilities, a
refactoring browser (the well known Bicycle Repair Man), remapable
keyboard actions and a Russian translation. The editor supports split
views, keyboard macros, bookmarks and additional breakpoint types. In
addition to these new features there are a bunch of changes under the
hood, that should increase eric3's usability. For details see the
history file in the distribution.
2004-05-09 17:06:56 +00:00
recht
bbf6e7725e update py-qt3-{base,modules,qscintilla} to 3.11 and bl3ify
v3.11 11th March 2004
	Added the QIconDragEvent and QLocale classes from Qt v3.3.0.  Updated
	all existing classes to Qt v3.3.1.  Added the missing QSocketDevice
	class.  Added the missing QString += operators.

v3.10 16th January 2004
	Added the QFtp, QHttp, QHttpHeader, QHttpRequestHeader,
	QHttpResponseHeader, QLocalFs classes.

v3.9 7th December 2003
	This version requires SIP v3.9 (or later) or SIP v4.0rc1 (or later).
	QLayoutIterator.next() is now documented.  Added the QImageIO and
	QListViewItemIterator classes.  Added the QDockArea << and >>
	operators.  Added QSettings.readBoolEntry().  Added qInstallPath(),
	qInstallPathDocs(), qInstallPathHeaders(), qInstallPathLibs(),
	qInstallPathBins(), qInstallPathPlugins(), qInstallPathData(),
	qInstallPathTranslations(), qInstallPathSysconf().  A new
	(configure.py) build system has been added which is independent of
	tmake and qmake and installs a pyqtconfig module.  The old (build.py)
	build system remains.  Added the -r flag to the build systems to enable
	tracing.  Added the -v flag to the build systems to specify the default
	location for .sip files.

v3.8.1 6th September 2003
	Added the missing QWMatrix.mapRect() * operators.  The supported
	educational version is now Qt v3.2.0.
2004-05-09 17:06:07 +00:00
recht
a5a7a38072 update py-qt3-sip to 4.0rc3 and bl3ify
4.0 (guessing from ChangeLog since the NEWS file is empty)
- needs Python >= 2.3
- more documentation
- new build system
- Darwin/OSX support

v3.10.1 11th March 2004
	Bug fixes only - see the ChangeLog file for details.

v3.10 16th January 2004
	Added the asstring() method to the sip.voidptr type.

v3.9 7th December 2003
	Added the -w flag to sip to enable warning messages.  Added the -j flag
	to sip to concatanated source files.  %Import, %Include and
	%OptionalInclude can now take a relative (UNIX style) pathname.  The
	directory containing the file will also be searched for files that it
	itself includes or imports.  Added %MethodCode and deprecated
	%MemberCode.  Deprecated %Makefile and %ExportedHeaderCode.  Added
	%TypeHeaderCode as a synonym for the deprecated %HeaderCode in type
	definitions.  Added %ModuleHeaderCode as a synonym for the deprecated
	%HeaderCode in module definitions.  Added %ModuleCode as a synonym for
	the deprecated %C++Code in module definitions.  Added %TypeCode as a
	synonym for the deprecated %C++Code in type definitions.  Added
	%PostInitialisationCode as a synonym for the deprecated
	%PostInitialisationC++Code.  Added support for functions that return
	values via pointers and references.  Added support for structs within
	classes.  Added support for %AccessCode and deprecated %VariableCode.
	Added support for %VirtualCatcherCode and deprecated %VirtualCode.
	Added support for explicit C++ signatures.  Added the SIP_SLOT,
	SIP_QOBJECT, SIP_PYCALLABLE, SIP_PYTUPLE, SIP_PYLIST and SIP_PYDICT
	types.  Added /PreHook/ and /PostHook/ to ctors.  Added /TransferBack/
	for function results.  Added /AllowNone/ and /GetWrapper/ to arguments.
	Added sipTrace(), sipBadCatcherResult(), sipParseResult(),
	sipCallMethod(), sipGetWrapper(), sipTransfer(), sipClassName() and
	sipBuildResult() to the module API.  Added SIP_VERSION and SIP_BUILD to
	sip.h.  A new (configure.py) build system has been added which is
	independent of tmake and qmake and installs a sipconfig module.  The
	old (build.py) build system also installs a (different and
	incompatible) sipconfig module.  SIP is now licensed under a single
	Python-like license.
2004-05-09 17:04:22 +00:00
jmmv
d38c605075 Note update of ORBit2 to 2.10.2. 2004-05-09 16:31:17 +00:00
jmmv
a18e703092 Update to 2.10.2:
2004-05-07  Michael Meeks  <michael@ximian.com>

	* Version 2.10.2

2004-05-07  Michael Meeks  <michael@ximian.com>

	* Branch for Gnome 2.6

2004-04-24  Dan Winship  <danw@ximian.com>

	* src/services/imodule/Makefile.am (LDADD): Remove
	$(LOCAL_LINC_LIBS). (Only libORBit-2 itself should be linking
	against it.)

	* src/services/name/Makefile.am (libORBitCosNaming_2_la_LDFLAGS):
	Likewise

2004-04-24  Frank Rehberger  <frehberg@fresa.casa.in-berlin.de>

	* MAINTAINERS: maintainer-ship handed over to  frehberg@gnome-de.org

2004-04-21  Michael Meeks  <michael@ximian.com>

	* Version 2.10.1

2004-04-21  Michael Meeks  <michael@ximian.com>

	* src/orb/orb-core/iop-profiles.c
	(CodeSetComponent_demarshal): don't spew a
	g_warning, just a dprintf.
	(IOP_UnknownComponent_marshal): actually marshal
	the length of the sequence as well as the data.

2004-04-21  Bill Haneman  <bill.haneman@sun.com>

	* test/everything/basicServer.c
	(TestFactory_getObjectCount, TestFactory_getObject):
	hammer on some JavaORB stuff.

	* test/everything/client.c (testIOR): impl.
	(run_tests): upd.

2004-04-13  Joe Marcus Clarke  <marcus@freebsd.org>

	* ORBit-2.0.pc.in: add gthread dep.

2004-03-19  Mark McLoughlin  <mark@skynet.ie>

	* orbit2-config.in: return -lORBitCosNaming-2 with
	--use-service=name rather than -lORBitCosNaming.
	This script is still deprecated old cruft, though.
2004-05-09 16:30:24 +00:00
recht
542fe8ea9e Add buildlink3.mk. 2004-05-09 16:28:55 +00:00
minskim
999a4c443d Add and enable p5-SWF-File. 2004-05-09 15:14:06 +00:00
minskim
4678db8ce3 Import p5-SWF-File from pkgsrc-wip. Packaged by xtraeme@.
SWF modules are manipulating Macromedia Flash movie (SWF) files.
This package contains:

SWF::File module can be used to make SWF movie.
SWF::Parser module provides a parser for SWF file.
2004-05-09 15:12:35 +00:00
grant
5130ce322f remove an extraneous ; from a grammar rule which was causing yacc(1)
on Solaris to barf.
2004-05-09 14:36:27 +00:00
grant
b315137fde no longer used. 2004-05-09 14:24:16 +00:00
grant
843889f988 use buildlink3. 2004-05-09 14:23:55 +00:00
grant
ee35f416aa Initial import of xvid4conf 1.12 into the NetBSD packages collection.
This tool creates XviD configuration files. The generated configuration
file is meant to be read by transcode's xvid4 export module. This module
(and the configuration file) is intended to be used with XviD 1.0
(dev-api-4).

Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor
cleanup by me.
2004-05-09 13:55:36 +00:00
grant
0dedfb2c4a +xvid4conf 2004-05-09 13:54:16 +00:00
grant
82aae57f14 Initial import of xvid4conf 1.12 into the NetBSD packages collection.
This tool creates XviD configuration files. The generated configuration
file is meant to be read by transcode's xvid4 export module. This module
(and the configuration file) is intended to be used with XviD 1.0
(dev-api-4).

Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor
cleanup by me.
2004-05-09 13:53:38 +00:00
grant
f8893af65f sync COMMENT with fixesext. 2004-05-09 13:24:59 +00:00
grant
37fc694e9e fix path in MASTER_SITES. 2004-05-09 13:24:02 +00:00
grant
fde1bf0c13 link ottest against glib2 libs, fixes build on Solaris. 2004-05-09 13:16:02 +00:00
grant
f278604d87 use buildlink3. 2004-05-09 12:54:00 +00:00
wiz
aa3e858c8e Unused. 2004-05-09 11:23:51 +00:00
recht
529c7594d8 after jmmv's glib2 fixes patch-aa isn't needed anymore 2004-05-09 10:12:08 +00:00
jmmv
378641063d Note update of bidwatcher to 1.3.15. 2004-05-09 09:31:08 +00:00
jmmv
4c61963c75 Update to 1.3.15. Closes PR pkg/25505.
Changes since 1.3.13:

4/23/04
	* TimeSync logic improved.  If we can't hit eBay, rely on local time,
	  but, for real this time.
	* Version 1.3.15
4/22/04
	* Fix time synchronization
4/20/04
	* Allow configurable X font string
	* Fix item location parsing
	* Fix currency parsing
	* Version 1.3.14
4/11/04
	* Show seller in main window (RFE #902344)
	* Use unsigned long longs for auction numbers.
	* Applied add by URL patch (#820963)
3/30/04
	* Changed default fonts
	* Added some missing HTML entites
2004-05-09 09:29:32 +00:00
mrauch
07a582d232 Add a message that the gtk warning is harmless.
Suggested by Hubert Feyrer in private mail.
2004-05-09 08:25:00 +00:00
snj
398301ef04 No longer used. 2004-05-09 06:50:29 +00:00
snj
0e761f7225 Convert to buildlink3. 2004-05-09 06:48:40 +00:00
snj
9878cedd3b Add include/pgsql/server/*.h and include/pgsql/server/utils/*.h to
BUILDLINK_FILES.  Needed to make gtksql build.  Stupid symlinks.
2004-05-09 06:11:51 +00:00
taca
d31f62e3e6 + samba-2.2.9, samba-3.0.4. 2004-05-09 05:55:04 +00:00
minskim
a22b4082b9 Enable pkgviews installation. 2004-05-09 05:52:20 +00:00
snj
a9020ce749 s/buildlink2/buildlink3/ in a comment. 2004-05-09 05:41:52 +00:00
minskim
7535771efc Add and enable p5-Data-TemporaryBag. 2004-05-09 05:40:40 +00:00
minskim
c1d2af950b Import p5-Data-TemporaryBag from pkgsrc-wip. Packaged by xtraeme@.
Data::TemporaryBag module provides a bag object class handling long
size data.  The short size data are kept on memory.  When the data
size becomes over $Threshold size, they are saved into a temporary
file internally.
2004-05-09 05:39:00 +00:00
minskim
bf04c70e18 Enable pkgviews installation. 2004-05-09 05:30:44 +00:00
minskim
bc0e1b84ed Add and enable p5-XML-Sablotron. 2004-05-09 05:21:53 +00:00
minskim
9133638c8d Import p5-XML-Sablotron from pkgsrc-wip. Packaged by Adam Migus and
modified by me.

This perl module is encapsulation of the XSLT processor called
Sablotron (textproc/sablotron).  If you don't know what is XSLT, look
at http://www.w3.org/ site.  If you don't know what is Sablotron, look
at http://www.gingerall.com/.
2004-05-09 05:20:25 +00:00
jschauma
c214c1eb69 Resurrect do-extract target, following atatat's advice.
This way, sources are extracted first as any other package, allowing for
local patches.
2004-05-09 05:13:24 +00:00