summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2005-05-11I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually usejlam1-3/+3
to pass make flags to bmake.
2005-05-10Add share/themes/Clearlooks and bump version to 1.1.jmmv2-3/+4
This is needed because the clearlooks gtk2 and metacity theme will be now in different packages.
2005-05-09Don't assign to PKG_OPTIONS.<pkg> which has special meaning to thejlam1-6/+6
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-4/+4
caches variable definitions that were computed by make. These variables are specified by listing them in MAKE_VARS, e.g., .if !defined(FOO) FOO!= very_time_consuming_command .endif MAKE_VARS+= FOO bsd.pkg.mk will include only the one generated during the most recent phase. A particular phase's makevars.mk file consists of variable definitions that are a superset of all of the ones produced in previous phases of the build. The caching is useful because bsd.pkg.mk invokes make recursively, which in the example above has the potential to run the very time-consuming command each time unless we cause FOO to be defined for the sub-make processes. We don't cache via MAKE_FLAGS because MAKE_FLAGS isn't consistently applied to every invocation of make, and also because MAKE_FLAGS can overflow the maximum length of a make variable very quickly if we add many values to it. One important and desirable property of variables cached via MAKE_VARS is that they only apply to the current package, and not to any dependencies whose builds may have been triggered by the current package. The makevars.mk files are generated by new targets fetch-vars, extract-vars, patch-vars, etc., and these targets are built during the corresponding real-* target to ensure that they are being invoked with PKG_PHASE set to the proper value. Also, remove the variables cache file that bsd.wrapper.mk was generating since the new makevars.mk files provide the same functionality at a higher level. Change all WRAPPER_VARS definitions that were used by the old wrapper-phase cache file into MAKE_VARS definitions.
2005-05-08PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for thejlam1-2/+8
package because PKG_OPTION.<pkg> could contain negative options, which are never part of PKG_OPTIONS. Instead, use the show-var target to display the value. We cache it in WRAPPER_VARS and in MAKE_FLAGS to prevent reinvoking the show-var target recursively.
2005-05-03need perl to build, from wizdrochner1-1/+2
2005-05-03correct checksum, distfile was repacked, from Mark Daviesdrochner1-4/+4
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed2-2/+4
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02update to 0.73drochner5-21/+55
some features added (libcdparanoia cloned, CD audio), some fixes not quite mature, but we have to update because the API changed (in the iso9660 area), and other pkgs (vcdimager, vlc) depend on it
2005-04-30Update MASTER_SITES and HOMEPAGE.agc3-10/+10
2005-04-28We don't need ${SORT} to sort a list .. just use the :O modifier instead.jlam1-3/+2
2005-04-28We don't need to use ${SORT} to sort a list -- just use the :O modifier.jlam6-21/+15
2005-04-28We don't need to use ${SORT} to sort a list... just use the :O modifier.jlam1-3/+2
2005-04-28Replace consecutive /'s in a path with a single /.jlam1-2/+2
2005-04-26update to 2.0.8drochner3-7/+47
changes: Updated the menubar code to be gtk+ 2.4 compliant. while being here, update names for elements 110 and 111 and fix some atomic weights
2005-04-25Updated nxtvepg to 2.7.5magick2-6/+6
Changes since 2.7.4: - fixed HTML export (not all text format options were processed, weekday color column was not implemented) and improved layout - fixed timezone format in XMLTV output (DTD 0.5, local timezone only) Thanks to Laurent Garnier for reporting the bug. - XML export: format can now be selected via command line options - added command line option -outfile <path> - Improved network/channel identification by VPS/PDC during interaction with TV applications (e.g. TV5 was not identified) - Added support for reading channel table of K!TV 2.3 Thanks to Quenotte for providing a patch. - Windows only: fixed !wintv! keyword handling in scripts bound to reminder events (this was already supposed to be in 2.7.4 but lost somehow) - Windows only bugfix: "Record this show" did not appear in context menu when connected to K!TV - bugfix: missing error-check in time conversion lead to inconsistant start/stop times around daylight saving time switch (which lead to error "database corrupt" during reload)
2005-04-22Remove very old staroffice version -- obsoleted by openoffice.wiz22-3183/+1
2005-04-19Update to 1.2: add share/desktop-directories.wiz2-3/+4
Okayed by jmmv@.
2005-04-19Revert previous, committed by accident.wiz4-31/+20
2005-04-19Update to 1.2: add share/desktop-directories.wiz6-23/+35
Okayed by jmmv@.
2005-04-16Make it clear that dpkg manages Debian packages.agc1-2/+2
2005-04-14Apply fix for security problem CAN-2005-0941 by installing patched library.mrauch2-2/+12
Bump PKGREVISION.
2005-04-14Apply fix for security problem CAN-2005-0941 from OOo CVS.mrauch3-3/+17
Bump PKGREVISION.
2005-04-12Fixup old DESCR message still mentioning 0.2's release notesreinoud1-3/+1
2005-04-12Removed the declaration of getpwent_r(), which differs among differentrillig2-4/+13
operating systems. The function is never used in openoffice. Approved by phone.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv159-318/+159
2005-04-10Add and enable rubygems.minskim1-1/+2
2005-04-10Import rubygems.minskim4-0/+80
RubyGems is a way to package Ruby libraries/applications for distribution, its a distribution manager, its a package manager. RubyGems brings to the world of Ruby a very valuable capability--the ability to manage concurrent versions of libraries and dependencies between those libraries. This last aspect of RubyGems is one of the most important to the end user, because its value is continuous as you use and program Ruby, but to understand its impact an explanation of how Ruby manages libraries is in order.
2005-04-10Update udfclient package to 0.3.5 fixing a serious enough memory leak toreinoud2-7/+7
justify the update!
2005-04-05Update to version 4.51.cube3-27/+32
From hiramatu /at/ boreas _dot_ dti _dot_ ne _dot_ jp in PR#29890, with a few modifications by me. * ver 4.51 (Jan.16th,2004) + fixed keyboard-interrupt handling while reloading a file to avoid segmentation fault. (pointed out by Masanori GOTO <gotom@debian.or.jp>) + modified definitions of boolean_t, PAGE_SIZE, VDISCARD, and autoconf for libcurses for AIX. (pointed out by SHIOTA Shoichi <Shoichi.Shiota@lightwell.co.jp>) + omitted to specify owner and group to install command, and omitted include langinfo.h when HAVE_LANGINFO_CODESET is not defined, for Max OS X. (pointed out by Koki NAKASHIRO <nakasiro@sdl.hitachi.co.jp>)
2005-04-05Use .tar.bz2 file and add test target.wiz2-6/+7
2005-04-05Update to 1.3.4:wiz2-8/+9
2005-04-04 Heikki Orsila * version 1.3.4 - compatibility fixes - recursive sfv file checking support by Durk van Veen 2005-03-26 Heikki Orsila - trivial fix for 'make check'. It wasn't posix sh compatible. On bash "==" is the same as "=". 2005-03-26 Heikki Orsila * version 1.3.4-pre5 - added recursion support from Durk van Veen 2005-03-21 Heikki Orsila - fixed 'make install' bug. Man dir was not created properly. Thanks to Durk van Veen for finding this. 2005-02-21 Heikki Orsila * version 1.3.4-pre1 - consistent policy for BSD and Linux systems. Trying to checksum a directory lead to different actions. Also, trying to verify checksum of a directory bugged. 2005-02-06 Heikki Orsila - 'make check' executes tests. 'make tests' doesn't.
2005-04-04Update udfclient to version 0.3.4; mainly OpenBSD support (thanks to Pedroreinoud2-7/+7
Martelletto) and some small bugfixes.
2005-04-02Add DISTNAME section for Linux/i386, which got lost.mrauch1-4/+10
2005-03-31Use INSTALLATION_DIRS to precreate man directories.reed1-1/+2
My bulk build had a text pkg/man/man2 file which was the people(2) man page.
2005-03-30Back out last change. I can't reproduce the problem that led me to do thatfredb1-2/+2
anymore, and it apparently breaks the build for "misc/celestia-kde".
2005-03-29Use buildlink3 instead of DEPENDS line for libslang.darcy1-3/+2
2005-03-29Avoid repeated compiler warnings about redefining USEVARARGS.kim2-5/+5
2005-03-28Remove security/cyrus-sasl and security/cy-login. These packagesjlam2-6/+6
tracked the Cyrus SASL 1.5.x releases, which are no longer maintained. Adjust packages to use security/cyrus-sasl2 instead for SASL support. This closes PR pkg/28218 and PR pkg/29736.
2005-03-27Don't try and delete the noatun_oblique directories since we don'tmarkd1-4/+1
build it.
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-2/+2
2005-03-25The noatun_oblique plugin was only being built under some combinationsmarkd4-7/+18
of options and even then it wasnt building a working one so disable it always. Bump PKGREVISION.
2005-03-25Optional gstreamer support in kttsd.markd2-2/+17
2005-03-24Undo last and redo the correct way (include pkgconfig/buildlink3.mk).markd3-16/+3
2005-03-24Dont try and use gstreamer even if pkg-config finds it.markd2-1/+15
At some point I'll add optional gstreamer support to the package.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz25-69/+25
useful.
2005-03-24Make cyrus-sasl2 dependency optional but on by default. Default mightmarkd3-6/+22
be switched if common authentication cases are handled without it.
2005-03-23Update to KDE 3.4markd33-2104/+3025
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23Update to KDE 3.4markd11-193/+499
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-22Update to 2.10.0:jmmv3-9/+43
=================================================================== GNOME Utilities 2.10.0 GNOME Search Tool * Fix bug #168569 - Prevent possible crash if locate is not present [Dennis] * Define the desktop icon and name [Dennis] GNOME Dictionary * Set the "_Dictionary" string to be translated again [Vincent] * Fix a gtk_style leak [Vincent] GNOME Floppy No changes. GNOME Screenshot No changes. GNOME Log Viewer * Fix bug #167969 - malloc not freed (patch by Joe Marcus Clarke) Translation updates : * cs (Miloslav Trmac), de (Hendrik Richter), en_CA (Adam Weinberger), fr (Baptiste Mille-Mathias), hu (Laszlo Dvornik), it (Alessio Frusciante), ja (Takeshi AIHANA), lt (Žygimantas Beručka), nb (Kjartan Maraas), nl (Vincent van Adrighem), no (Kjartan Maraas), pl (Artur Flinta), pt_BR (Raphael Higino), ru (Leonid Kanter), sq (Laurent Dhima), sr (Danilo Segan), tr (Baris Cicek), uk (Maxim Dziumanenko) * New Ukrainian translation of the manual (Maxim Dziumanenko) =================================================================== GNOME Utilities 2.9.92 GNOME Search Tool * Fix bug #166895 - Correct handling of the '?' wildcard [Dennis] * Fig bug #166905 - Fix opening of files in 'single click to activate' mode [Dennis] * Use startup notification when launching nautilus. GNOME Dictionary * Fix bug #167092 - Small header cleanup [Kristof Vansant] GNOME Floppy No changes. GNOME Screenshot No changes. GNOME Log Viewer * Fix bug #167109 [Kristof Vansant] Translation updates : * bg (Alexander Shopov), ca (Josep Puigdemont), da (Martin Willemoes Hansen), el (Kostas Papadimas), en_GB (David Lodge), et (Ivar Smolin), fa (Behnam Esfahbod), gu (Ankit Patel), it (Andrea Zagli), ja (Takeshi AIHANA), ko (Changwoo Ryu), nb (Kjartan Maraas), nl (Reinout van Schouwen), no (Kjartan Maraas), pt_BR (Raphael Higino), sq (Laurent Dhima), tr (Deniz Kocak), uk (Maxim Dziumanenko) =================================================================== GNOME Utilities 2.9.91 GNOME Search Tool * Fix bug #166303 - Use new gnome-desktop API [Elijah] * Fig bug #166049 - Crash when glib character conversion fails [Dennis] * Respect the enable_animations desktop key. GNOME Dictionary * microscopic code cleanup [Vincent] GNOME Floppy Nothing much GNOME Screenshot Nada GNOME Log Viewer Walou Translation updates : * bg (Alexander Shopov), cs (Miloslav Trmac), de (Hendrik Brandt), en_CA (Adam Weinberger), es (Francisco Javier F. Serrador), el (Kostas Papadimas), et (Priit Laes), fi (Pauli Virtanen), it (Alessio Frusciante), ja (Takeshi AIHANA), ko (Changwoo Ryu), lt (uid0@akl.lt), nb (Kjartan Maraas), pt (Duarte Loreto), pt_BR (Raphael Higino), ru (Leonid Kanter), sv (Christian Rose), th (Theppitak Karoonboonyanan) =================================================================== GNOME Utilities 2.9.90 GNOME Search Tool * Updates for the new GNOME 2.10 menu bar layout [Dennis] * Convert from Popt to GOption for arguments handling [Dennis] GNOME Dictionary * Fix bug #163094 - print and print preview on multiple pages [Vincent] * Fix bug #164329 - crash on session saving [Vincent] * Fix bug #164488 - show and hide the definition area depending on the search type [Vincent] * Much needed code cleanup [Vincent] * Fix bug #163803 - show information processing after error [Vincent] * Fix bug #163623 - don't pass -a parameter when called from applications menu [Vincent] GNOME Floppy * Fix bug #101760 - remove markup from translatable strings [Michael Terry] * Use gtk_message_dialog_new_with_markup everywhere [Vincent] GNOME Screenshot * Misc bugfixes [Carlos Garnacho Parro] GNOME Log Viewer * Fix bug #164904 - broken compilation [Vincent & Luca Ferretti] =================================================================== GNOME Utilities 2.9.4 GNOME Search Tool * Fix bug #162373 - Search results label is not accessible [Dennis] * Fix bug #162536 - Add translator comments and rephrase some descriptions in the schema file [Dennis] * Fix bug #162344 - Verify files exist prior to adding them to the search results [Dennis] * Fix bug #161857 - Fix crash if gtk-file-chooser-button returns NULL by falling back to user's home directory [Dennis] * Fix bug #161456 - Fix compliation error [Dennis] * Use the gtk+ 2.6 HIG compliant message dialog [Dennis] GNOME Dictionary * New feature - web dictionaries, see bug #116749 [Vincent] * Use new panel applet API, bug #161737 [Elijah Newren] * Misc Bugfixes : #162080, #162085, #162527, #162954, #162995, #163555 [Sebastien Bacher, Marco, Vincent] GNOME Floppy * Use gtk_window_set_default_icon_name [Vincent] GNOME Screenshot * Fix bug #161461 - --delay option working again [Vincent] GNOME Log Viewer * Fix bug #162584 - Mark string for translation [Vincent] * Fix bug #162586, #162587 - Correct typos [Vincent] * Fix bug #162584 - Use ngettext [Vincent] =================================================================== GNOME Utilities 2.9.3 GNOME Search Tool * Fix bug #160106 - Do not open folders with default application [Dennis] * Fix bug #160098 - Add support for 'single click to activate' [Dennis] * Replace deprecated gtk-option-menu with gtk-combo-box widget [Dennis] * Replace deprecated gnome-popup-menu with gtk-ui-manager [Dennis] * Add startup notification support when opening files [Dennis] * Focus stealing prevention fixes [Dennis] * Better detection of link mime types and broken links [Dennis] * Use relative paths for the folder column [Dennis] * Open help documents on appropriate screen [Dennis] * If available, use getpgid() when killing a spawned command [Dennis] * Update for Gtk+ 2.6 gtk-file-chooser-button API [Dennis] GNOME Dictionary * Added printing support, based on libgnomeprint 2.8 [Vincent] * Removed the "Spellings" window. Show alternate spellings in a side panel in the main window. Fixes bugs #82317, #125561 and #155270 [Vincent] * Select alternate spellings by single-click [Vincent] * Remove the "smart lookup" preference. Always be smart [Vincent] * Remove distinction between "default strategy" and "strategy" [Vincent] * Fix bug #144680 - gdict applets and gnome-dictionary now have different sets of preferences [Vincent] * Open a new window for each definition asked on the command line [Vincent] * Open a new window when middle-clicking a word in a definition [Vincent] * Make the dictionary window remember its position on screen [Vincent] * Make clicking on the applet icon show/hide the main window [Vincent] * Show a busy cursor while looking up stuff [Vincent] GNOME Floppy No News GNOME Screenshot * Use new GtkFileChooserButton API [Vincent] GNOME Log Viewer * Migrate to goption [Vincent] * Consider all unnamed options are logfiles to be opened [Vincent] * Syslog parsing is back [Vincent] =================================================================== GNOME Utilities 2.9.2 The gnome-utils package is very proud to welcome the "Gnome Screenshot" program in its warm embrace, after it was found wandering in the cold streets, due to its ruthless eviction from gnome-panel. GNOME Search Tool * Use fewer deprecated functions [Dennis] * Don't use deprecated Gnome-VFS functions [Dennis] GNOME Dictionary * Bring gnome-dictionary into the 21st Century : port to GtkUIManager, GtkAboutDialog, gtk_window_set_default_icon_name, G_TYPE and friends. [Paolo Borelli] * Set saved search limit to 10. [Paolo Borelli] * Use an icon instead of a button in the applet [Vincent] * Support panel translucency in the applet [Vincent] * Fix bug #144408 - Handle more status messages from the dict server. [Vincent] * Fig bug #143866 - Put the searched word into the window title [Vasista Sarma] GNOME Floppy * Add support for formatting floppies in non-standard location [James] * Use fewer deprecated functions, HIG dialogs [Vincent] GNOME Screenshot * Moved here from gnome-panel [Jonathan] * Remove dead code, save the last used save directory [Jonathan] * Better dialog layout [Jonathan] GNOME Log Viewer * Use a Yelp-like (or firefox-like) search bar [Vincent] * Open zipped archives [Vincent] * Use gnome-vfs to open archives in local or remote locations [Vincent] * Simplify a lot the code for the "Properties" and "Details" windows [Vincent] * Make "Monitor" switch the window to monitoring mode [Vincent] * Store the default log and window size in gconf [Vincent] * Add copy log lines to the clipboard [Vincent] =================================================================== GNOME Utilities 2.9.0 GNOME Search Tool * Fix bug #153563 - Add logic to perform a two scan search for simple filename searches [Dennis] * Convert gnome-file-entry to gtk-file-chooser-button [Dennis] * Increment file count while searching [Dennis] GNOME Dictionary * Fix bug #156125 - Put border around spelling suggestions [Davyd Madeley] * Fix bug #153971 - Fix applet padding [Vincent] GNOME Floppy * Add support for usb, etc floppy drives and detection via HAL [James] GNOME Log Viewer * Log file searching [Vincent] * Each log is opened in its own window [Vincent] * Use fewer deprecated functions [Vincent] Translations * cs(Miloslav Trmac) * da(Martin Willemoes Hansen) * en_CA(Adam Weinberger) * es(Francisco Javier F. Serrador) * id(Mohammad DAMT) * ms(Hasbullah Bin Pit) * sq(Laurent Dhima)