summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2007-08-17Fix modular Xorg support.joerg1-2/+2
2007-08-17Add DESTDIR support. Add modular Xorg support. Update to molden4.6joerg5-44/+52
and remove interactive stage for fetching. Too many changes to list here, see ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/HISTORY
2007-08-17To quote Johnny Lam: "In modular-xorg we trust"joerg6-151/+1
Remove xorg 6.9 packages from pkgsrc.
2007-08-17Add p5-Geo-Coordinates-UTM.he1-1/+2
2007-08-17Import p5-Geo-Coordinates-UTM version 0.06.he4-0/+26
The Geo::Coordinates::UTM module will translate latitude / longitude coordinates to Universal Transverse Mercator(UTM) coordinates and vice versa.
2007-08-16Supports DESTDIR.joerg1-1/+3
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-12Latest xpdf vulnerabilitymarkd2-2/+9
http://www.kde.org/info/security/advisory-20070730-1.txt Bump PKGREVISION.
2007-08-09-adapt to modular-x11: add individual libraries and search in ${LOCALBASE}drochner3-5/+61
-explicitely disable the "clarens" web service part because it needs an xmlrpc-c version incompatible with the pkgsrc one
2007-08-08Update misc/mtail to 1.1.1, provided by Martin Wilke <miwi@FreeBSD.org> in ↵zuntum2-7/+6
pkg/34512 Changes: 1.1.1: * changed threading/signal handling code to accommodate changes in python 2.0 (thanks to joseph grossberg for the bug report). 1.1.0: * added support for tailing multiple files. * added -v and -q options (and long versions) related to filename banner printing. * very minor bugfixes. * added --config option to explicitly specify config file.
2007-08-08Really don't use malloc.h.joerg2-1/+14
2007-08-08Don't use malloc.h.joerg3-1/+28
2007-08-05Needs msgfmt.joerg1-2/+2
2007-08-05Include unistd.h for mkdtemp.joerg3-1/+29
2007-08-03Add missing checksum for patch-at.joerg1-1/+2
2007-08-02Don't include malloc.h.joerg4-1/+46
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam10-168/+77
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-28Update to 0.4.2:wiz2-6/+6
goffice 0.4.2: Jody: * Foocanvas bug that scaled images by 1 extra pixel. [#314864] * Fix compilation for Gtk+ trunk. * Fix chart guru help button. [#394181] * Minor memory leak.
2007-07-28Don't use malloc.h, use stdlib.h.joerg2-1/+17
2007-07-27Don't use malloc.h.joerg2-1/+14
2007-07-24Add missing directory. This still fails to interpreter check, e.g.joerg1-2/+3
due to a missing csh dependency and many .in files getting installed.
2007-07-20Update to 6.9 and sync patches with sysutils/coreutils following the updatetnn7-60/+105
2007-07-19Update to 1.1.20070704:wiz2-6/+6
2007/07/04 + revise the resizable shadows so textbox's search dialog has text visible in the shadow again. + improve the prefixing of autoconf-related symbols in the installed header files, taking into account symbols which are not mentioned in dlg_config.h + add a check when ERR returned from wgetch() to ensure that the input/output streams are still valid. If that happens, force ESC to be returned, quitting dialog (report by Reiner Huober). + add extern "C" declarations to dlg_keys.h so the corresponding function declarations are exported to C++ as C symbols. + updated config.guess, config.sub
2007-07-19Update to 1.3.11:wiz2-6/+6
2007-07-11 Heikki Orsila <heikki.orsila@iki.fi> * Version 1.3.11 - Nautilus 2 CheckSFV script - 64 bit file offset support for some platforms 2007-07-11 Heikki Orsila <heikki.orsila@iki.fi> - Added a bash script (scripts/CheckSFV) for checking SFV files with Nautilus 2. You can install the script manually by: cp scripts/CheckSFV ~/.gnome2/nautilus-scripts/ Contributed by Mike Appelman <chokuchou@gmail.com>. 2007-05-24 Heikki Orsila <heikki.orsila@iki.fi> - Added -D_FILE_OFFSET_BITS=64 for some 32 bit platforms to support files large files properly (Catalin Boie) [PERFECTIVE] [ADAPTIVE] - Change log and version control log will from now use 1-4 tags, which are: [PREVENTIVE], [PERFECTIVE], [ADAPTIVE] and [CORRECTIVE]. [PREVENTIVE] means preventive maintenance actions, such as assertions and self-tests. [PERFECTIVE] means actions improving program quality or adding features. [ADAPTIVE] means changes to adapt to certain run-time environment. [CORRECTIVE] means bug fixes.
2007-07-17+orcadrochner1-1/+2
2007-07-17import orca-2.18.1, a screen magnifier/reader for the gnome desktopdrochner6-0/+382
2007-07-17update to 1.2.5drochner3-9/+23
changes: minor fixes
2007-07-17remove stale configure argumentdrochner1-2/+1
2007-07-17update to 2.18.2drochner3-7/+167
changes: translation updates
2007-07-17oops - forgot to commit that update which is required for gnumeric nowdrochner2-7/+6
(noticed by wiz and joerg) update to 0.4.1 changes: -Make 64bit clean -Fault tolerance for unknown types on load -Let file savers specify a mime type -Fix reversed-literal problem with formats
2007-07-13-take maintainership (per PM from jmmv)drochner2-32/+39
-pull in gnome2.dirs and regen PLIST
2007-07-08Drop maintainership.wiz4-8/+8
2007-07-05Add and enable vymagc1-1/+2
2007-07-05Initial import of vym-1.8.1 into the Packages Collection.agc4-0/+172
VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts. Such maps can help you to improve your creativity and effectivity. You can use them for time management, to organize tasks, to get an overview over complex contexts. XXX - Please note that this package exposes an "interesting" feature of the print-PLIST target - the ${PKGNAME} is vym-1.8.1, and print-PLIST modifies vym-128x128.png into ${PKGNAME}28.png.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-01The package supports installation to DESTDIR.heinz1-2/+3
2007-07-01Update to version 0.64 by maintainer Dieter Roelants.heinz2-6/+6
Changes since 0.62 ================== [Changes for 0.64 - 2007-05-28] * Locale::Maketext::Extract: Extraction wasn't able to deal with escaped quotes within single- and double-quoted strings. (Bump version to 0.22.) Contributed by: Matthew O'Connor [Changes for 0.63 - 2007-02-07] * Locale::Maketext::Lexicon used to generated mysterious error "next at ..." instead of skipping the locale, when the requested .po file does not exist. Contributed by: Ruslan U. Zakirov
2007-07-01The package supports installation to DESTDIR.heinz1-1/+2
2007-06-28remove obsolete koffice language packs.markd2-74/+1
2007-06-28Remove obsolete koffice language packsmarkd140-2709/+0
2007-06-22Update to 2.2.1 during freeze because of security fixes (CVE-2007-0245hira2-20/+19
and CVE-2007-2754). Changes from 2.2.0: * freetypettg: fix CVE-2007-2754 for the internal freetype copy * autotext02: A showstopper fix for OOo2.2.1 * l10n77316fix: contains fix for i77316 * notepaint: Fix for invisible text in Calc notes while editing * macosxpbuildrepair_OOF680: This cws fixes broken Mac OS X 10.3 build, and does contain : - a fix for a build breaker in slideshow ( fixed by thb ) #i74325# - gcc-3.3 parser fixes #i75990# - a complete fix in sal for security.c ( with sb help ) #i76159# - a fix for broken linking ( because of extra symbols, due to bad filtering ) #i72922# - a fix for main.applescript ( build borken on Panther ) #i75972# All issue targeted 2.2.1 ( supposing the changes will be integrated in SRC680 too) * ause078_OOF680: quick and small to get back correct dependencies * os95_OOF680,plthes: add license-fixed polish thesaurus * olenoserver: A fix for a regression. * hro15: Unicode command line support fix for Windows only. * custompropsfix: Small bug fix in Word import for import of document variables * dba221b: fix issue 73722, in its incarnation as issue 76434, for 2.2.1. * swvalgrind: Fix for i76133 * calc221: Calc fixes for OOo2.2.1 * fix75967: fix issue 75967 * c03v8,c07v012,native86,nativebroffice: New Product BrOffice.org * impress120: Bugfix workspace for OOo 2.2.1 sj->wg: the performance test hasn|t been finished yet, but I think it should be no problem to hand over this issue without the test. * larsbehr01: Bugfix for i66661: Slideshow bug fixing for 2.2.1 * dba221a: ongoing DBA-related bugfixing towards OOo 2.2.1 * sch17: Fixes for sch * tbe29: OOo 2.2.1 accessibility bug fixes * impress119: Bug fixes for OOo 2.2.1. * printhelpfix: Bugfix for 134037. * autotext01: A showstopper cws related to autotext bug. * native79: Preparing OOo 2.2.1 and SO 8 Update 7 * vcl73_OOF680: 2.2.1 issues * cmcfixes32_OOF680: minor customized build fixes * jl57_OOF680: Contains a patch for building with an older gcc compiler. * fsfixes06_OOF680: Fix for a bug in WordPerfect typedetection that caused us to crash on unsupported documents instead of refusing them with grace * jl62,oasisrng02: Fixes of violations of the RelaxNG schema in ODF. * aw050: OOo 2.2.1 BugFixing * swqbugfix01: Issues in Writer regarding saving of documents
2007-06-20Update "openoffice2-bin" package to version 2.2.1.tron2-24/+10
This an update release for OpenOffice 2.2.0. It addresses the security vulnerabilities reported in CVE-2007-0245 and CVE-2007-2754 and fixes many other bugs. The complete release notes are available under <http://development.openoffice.org/releases/2.2.1.html>.
2007-06-18Missing unistd.h include.joerg2-1/+14
2007-06-15Depend on bzip2 using the tool framework.joerg1-4/+4
2007-06-15Remove unnecessary patch.hira2-15/+1
2007-06-14 - Remove my bogus patches. It causes hang.hira4-63/+6
- Disable systray quickstarter. I can't fix it now. Bump PKGREVISION.
2007-06-14Pre-create directories used in the do-install target.jlam1-1/+3
2007-06-13Style nit -- use a shell for loop instead of a bmake .for loop.jlam1-5/+6
2007-06-13Honor PKGMANDIR.jlam1-2/+2
2007-06-13Needs pkg-config to build the kitchen-synk^Hc.joerg1-2/+2