summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-10Initial import of scdp-1.0.2 from pkgsrc-wip. Packaged by Tilman Linneweh.xtraeme4-0/+26
This program sends CDP (Cisco Discovery Protocol) packets out on selected interfaces and tells the connected switch (Cisco only) where the host is connected.
2004-05-10Updated gentoo to 0.11.51adam2-3/+3
2004-05-10Changes 0.11.51:adam4-23/+9
* Removed the -Wstrict-prototypes option since it causes warnings in GTK+ headers which are simply too annoying. Hopefully I won't regret this... *"Jaws" theme*. * Cleaned code in various places where warnings had earlier crept in hidden by the flood caused by GTK+ and -Wstrict-prototypes. * Removed printf() from hex-text-loader which I forgot in there. :/ * Regenerated Makefile, hopefully fixing problem with install. * Added "Video, MOV" type to default config; quietened mplayer. * Updated Italian translation, from F. Cosoleto.
2004-05-10Note pkgtools/pkglint update.salo1-1/+2
2004-05-10Welcome to 3.75.salo2-4/+4
Use real value of PKGNAME, suppress bogus warnings when PKGNAME is created from altering DISTNAME with make modifiers (e.g., S or C).
2004-05-10Force building X11 version (not Carbon) under MacOSXadam3-1/+29
2004-05-10Make this compile on gcc 2.95 by removing an unneccessary C99 construct.kristerw2-1/+16
2004-05-10Add a missing #include <errno.h> to make this package build on NetBSD 1.6.kristerw2-6/+14
2004-05-10Convert to buildlink3.snj4-9/+29
2004-05-10Add and enable p5-NetPacket.minskim2-2/+4
2004-05-10Import p5-NetPacket from pkgsrc-wip. Packaged by David Ferlier.minskim4-0/+26
NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendent module knows how to encode and decode packets for the network protocol it implements.
2004-05-10Add and enable p5-CDDB.minskim2-2/+4
2004-05-10Import p5-CDDB from pkgsrc-wip. Packaged by xtraeme@.minskim4-0/+33
The CDDB module implements a Perl class for communicating with an audio compact disc database through the CDDBP protocol. It allows querying the database and submitting new entries to it via e-mail (the Mail::Internet and Mail::Header modules are required for submitting, but their absence won't affect other functions). Unlike its analogs, CDDB.pm doesn't try to read a disc in your CD-ROM by itself, but relies on the main program supplying disc data. Therefore, it is particularly useful for developing software that deals with alternative media, such as MPEG audio files.
2004-05-10Note update of mit-krb5 to 1.3.3nb1.kristerw1-1/+2
2004-05-10Correct PLIST when not renaming the applications.kristerw2-3/+4
Bump PKGREVISION.
2004-05-10Note update of png to 1.2.5nb5.fredb1-1/+2
2004-05-10Move WRKSRC from the DISTNAME section to silence a pkglint FATAL error.kristerw1-2/+3
2004-05-10Don't read past the end of the error message string. This patch wasfredb4-6/+36
posted to png-implement by Glenn Randers-Pherson, libpng's maintainer. This error was widely reported as "security issue", http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0421 even though there is no security issue. The most the error could do is SIGSEGV, and that only with some fairly uncommon circumstances. The patch posted with the advisory is in fact flawed, in that it calls strlen() on presumably arbitrary data. Bump PKGREVISION.
2004-05-10Updated pkglint to 3.74 (those dates are in UTC, right?)atatat1-1/+2
2004-05-10The existence of the kde-i18n-sr@Latn pkg makes it clear that _pkgatatat2-5/+7
also needs escapement treatment so that the eval doesn't barf. Since _ver is the only thing left, do that one, too. This makes 3.74.
2004-05-10- doxyen-1.3.7recht1-2/+1
2004-05-10Note the update of doxygen to 1.3.7 and py-gnome2 to 2.0.2.recht1-1/+3
2004-05-10update to Doxygen Release 1.3.7 - ok'd by groo@recht4-50/+148
Changes * The \param command now has an optional input and/or output attribute. The syntax for an input & output parameter is for example: \param[in,out] name Description. New features * Added new option CREATE_SUBDIRS which when enabled makes doxygen distribute the generated output evenly over 100 subdirectories. * Added support for Qt's properties (i.e. Q_PROPERTY) which can be documented by putting a documentation block in front of the macro or by using a comment block with the new \property command. * Added new commands \manonly and \endmanonly to enter man page specific text and commands in the generated man pages (thanks to Carsten Stiborg). * Included new python based translation report script, which now replaces the old perl based version (thanks to Petr Prikryl). * Improved parser to also support parsing of Objective-C implementation files. * Added new config option EXTRACT_LOCAL_METHODS which can be used for Objective-C code to extract methods definition in the implementation section that are not present in the interface. * Added new config option STRIP_FROM_INC_PATH which allows to specify a list of paths that, if matched, will be striped from the #include statement in the generated documentation of a class. * Added new command \includelineno with works as \include except it will add line numbers to the code (thanks to Giancarlo Niccolai for the patch). * Added BeOS support, thanks to a patch by Mark Hellegers. * Included update for the French translation, thanks to Jacques Bouchard. And many bug fixes. For a complete list see: http://www.stack.nl/~dimitri/doxygen/changelog.html
2004-05-10Fix typo.xtraeme1-2/+2
2004-05-10update to 2.0.2recht2-6/+5
Changes since 2.0.0: * gnome.canvas - add functions and methods to allow using Bpath canvas item - add item_list attribute to gnome.canvas.Group to contain list of child items * gnome.vfs - add lots of wrappers for gnome.vfs.mime_* functions - add wrappers for gnome.vfs.xfer_* functions - bug fixes * bonobo - fix reference counting of bonobo object constructors * gnomeprint - Add examples ported from C, found in libgnomeprintui - Add wrappers for gnome_print_convert_distance(_full)? - GnomeFontDialog derives from GtkDialog, not GtkWidget - Add missing gnomeprint.Context.grestore() * gconf - check gconf value type on get_xxx() - fix example simple-view.py - misc fixes * applet - add PanelApplet.get_flags and PanelApplet.set_flags and respective constants * gnome.ui - Enable wrapper for IconTextItem.get_text() - Add wrapper for gnome.ui.IconList.get_selection() - Fix AboutDialog crash when translator_credits is None - Add wrappers for gnome.ui.Client.set_xxx_command() Changes since 2.0.1: The only change since 2.0.1 is a small build fix that makes it possible to build the vfs bindings again. (bug 138556)
2004-05-09s/buildlink2/buildlink3/ in an overlooked line.wiz1-2/+2
2004-05-09Make mysql and expat-using modules find their shlibs.wiz4-13/+15
Convert to bl3.
2004-05-09Note kdrill update to 5.6.11nb2.wiz1-1/+2
2004-05-09Convert to buildlink3.wiz5-23/+19
Depend on edict and kanjidic packages for input files. Bump PKGREVISION.
2004-05-09Unused.wiz1-26/+0
2004-05-09Updated gtk-thinice-engine to 2.0.2nb5.snj1-1/+2
2004-05-09Convert to buildlink3. Fix PLIST (gtk2 update to 2.4.0 broke it).snj2-11/+12
Bump PKGREVISION to 5.
2004-05-09Do not use buildlink2-defined variables -- they are not defined nowkristerw1-2/+2
when we are using buildlink3, and buildlink3 is smart enough to do this automagically.
2004-05-09Unused.wiz6-138/+0
2004-05-09+ audacity-1.2.1, boson-0.10, conserver-8.1.5, cvsweb-3.0.1,wiz1-5/+11
doxygen-1.3.7, gcc-3.4.0 [pkgsrc-wip], gdb-6.1 [pkgsrc-wip], gentoo-0.11.51, larswm-7.3.5, mhonarc-2.6.9.
2004-05-09Make this build again on older NetBSD systems, without statvfs().fredb2-5/+8
2004-05-09No longer used.snj3-145/+0
2004-05-09Convert to buildlink3.snj8-25/+25
2004-05-09Neither the client nor server needs to be setgid kmem on NetBSD.fredb2-4/+4
Note: it's very likely the client doesn't need to be setgid kmem on any platform.
2004-05-09With statvfs(), the significant measures are scaled in terms of f_frsize,fredb2-7/+11
not f_bsize.
2004-05-09Pass -b to pkg_admin lsbest to make this work correctly on systems where the ↵danw1-2/+2
pkgdbdir passes through a symlink
2004-05-09No longer used.snj4-124/+0
2004-05-09Convert to buildlink3.snj6-30/+38
2004-05-09s/malloc.h/stdlib.h/ for darwin/freebsddanw3-0/+39
2004-05-09Note update of roundup to 0.7.0.recht1-2/+2
2004-05-09Update pkg_chk to 1.48abs1-1/+3
Fix awk usage for nawk in 2.0
2004-05-09update roundup to 0.70recht3-25/+63
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-09Update pkg_chk to 1.48abs2-6/+6
Fix awk usage for nawk in 2.0
2004-05-09Convert to buildlink3.snj4-37/+31
2004-05-09Note PKGREVISION bump of muse.minskim1-1/+2