summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2006-03-25Make karbon run on NetBSD and other systems where dlopen doesn't look inmarkd5-3/+191
dependent libraries. From koffice SVN by way of kde bug id 111372. Pointer to the bug report and fix from David W. Talmage and Joerg Sonnenberger. Bump PKGREVISION.
2006-03-25Sprinkle some const. Helps on DragonFly, but wordexp is still an issue.joerg2-1/+19
2006-03-25Fix DragonFly build.joerg4-1/+43
2006-03-25Fix pthread linkage.joerg3-2/+17
2006-03-21Add build dependency on kdelibs3, because configure tests for kde-config.wiz24-24/+72
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam4-8/+8
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20* Honor PKGINFODIR and drop use of obsolete INFO_DIR.jlam2-6/+10
* List the info files directly in the PLIST.
2006-03-20Replace INFO_DIR with EMACS_INFOPREFIX, which is the correct location forjlam2-19/+10
info files for both emacs and xemacs. Handle the split info file case correctly when installing the info files.
2006-03-15This package installs an autocorrect file, so depend on koffice.wiz9-27/+35
However, don't use its bl3.mk, because it doesn't need any library from koffice. Bump PKGREVISION.
2006-03-15This package does not need anything in particular from koffice.wiz15-45/+75
Depend on kdelibs3 instead (which contains the directory containing the directories from this package). Also, DEPEND on it instead of including its bl3.mk file, since we do not need any libraries. Bump PKGREVISION.
2006-03-14Set USE_PKGLOCALEDIR.wiz24-24/+72
2006-03-14This package only installs locale files -- no reason to depend on koffice.wiz24-72/+48
2006-03-14Fix directory name in PLIST. Bump PKGREVISION.wiz2-4/+4
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam3-9/+5
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-13Remove share/kde/apps/noatun from PLIST because it is created/deleted byminskim2-4/+3
kdemultimedia. Bump PKGREVISION.
2006-03-12Update to 1.3.9:wiz2-6/+6
2006-03-07 Heikki Orsila * Version 1.3.9 - Fixed large file support for Solaris (Mark Niggemann) - Added an option that converts backslashes to slashes. It is useful for checking sfv files generated by Windows systems. The feature was implemented by Tero Halla-aho.
2006-03-11pkglint: Please use ${OO_VER:Q} instead of ${OO_VER} (in MESSAGE_SUBST).ghen1-2/+2
2006-03-11Update to OpenOffice 2.0.2, another bugfix release on the 2.0 branch.ghen2-26/+25
This release fixes a lot of bugs, and also introduces some new features. For a complete list of changes, see http://development.openoffice.org/releases/2.0.2.html Ok with mrauch.
2006-03-10Use the pkginstall framework to generate the INSTALL/DEINSTALL scriptsjlam1-23/+9
instead.
2006-03-09Add wish to USE_TOOLS and replace the hardcoded "wish8.3" with ${WISH}.minskim1-4/+15
Also fix the command name in usage. Suggested by Robert Elz in PR pkg/32990. Bump PKGREVISION.
2006-03-07Override LIBPTHREAD on DragonFly.joerg2-1/+16
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz49-98/+98
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam2-4/+4
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam78-156/+156
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Update to 1.0.20060221:wiz2-6/+6
2006/02/21 + fix logic in split-out dlg_menu() to separate inputmenu and menu handling (report by Auke Kok).
2006-03-02Update xchm to 1.4.minskim2-7/+6
Changes: - Fixed Polish translation. - Fixed a command line relative path bug. - Fixed CHM input stream implementation on Windows. - The build scripts are MinGW32-friendly.
2006-02-24Add DragonFly support. When will the Large File Hacks for/from Linuxjoerg5-1/+75
finally die?
2006-02-23Fixed pkglint warnings and one that has been discovered by wiz.rillig2-6/+5
2006-02-23Added a patch that passes the pkgsrc LDFLAGS to the compiler and linker.rillig2-1/+16
2006-02-17Removed celestia{-gtk,-gnome,-kde}; use celestia/options.mk to select a guiadam10-217/+1
2006-02-17Changes 1.4.0adam15-238/+342
* New stars.dat format with HD catalog numbers and parallax errors omitted * Added catalog cross indexes for HD and SAO catalogs * Fixed bugs in parsing catalog numbers * Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ * Added handling for partial spectral types where one or both of the subclass and luminosity class are unknown * Permit extended star attributes in .stc files: mesh, texture, rotation elements, semiaxes * Support multiple star systems of any complexity with orbits and barycenters * Changed .stc loader so that a star definition with a duplicate catalog number replaces the previous definition * Made catalog numbers optional in .stc files; stars can be defined without having to create fake catalog numbers * Star colors now chosen based on temperature; either 'classic' and black body colors may be selected * Bound % key to toggle between star color tables * Fixed black holes: infinite radius bug gone, rendered just as a plain black sphere * Added comprehensive catalog of all knows stars within 25 light years of the Sun, including orbits for multiple star systems [More] Changes 1.4.1 * Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to three; if max is exceeded, clamp to three rather than not rendering the shadows at all. * Corrected a bad calculation in ring shadow shaders that caused ring shadows to be drawn in the wrong place. * Windows: Fixed the minimum feature size slider in the locations dialog so it updates in response to all the standard controls. * Added a correct InfoURL for the Moon * Windows: added splash screen with a progress indicator * Corrected a local flashing of the Milky Way brightness. * Now the distance to the galaxy center is displayed, if the observer is located inside the galaxy (Milky Way...). * Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had penetrated the PERL filter. * Updated Titan and Iapetus textures in lores directory * Added lunar elevation map, using Clementine laser altimeter data, merged in the polar regions, with topographic data from Clementine 750 nm oblique and nadir images. * Updated/added Tethys textures in lores, medres and hires directories. * Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU official data. * Added Mesh for Phoebe texture. * Updated Iapetus texture. * Moved locations files from extras into data directory for inclusion in standard package. * Fixed bug where displayed time scale differed from actual time scale after clicking a cel URL. [More] Pkgsrc: * Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-17+p5-Locale-libintladrianp1-1/+2
2006-02-17The package libintl-perl is an internationalization library for Perladrianp4-0/+29
that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext. Packaged by peter.schuller (at) infidyne.com in pkgsrc-wip
2006-02-17Updated multitail to 3.8.6.rillig2-6/+6
Changes since 3.8.5: - Made the cursor keys work in the scrollback screen.
2006-02-17Fixed warnings found by pkglint -Wall.martti1-2/+2
2006-02-16Updated multitail to 3.8.5.rillig5-28/+35
Changes include: - Many bug fixes. - Many portability improvements. - Interactive mode for adding/removing log files on-the-fly.
2006-02-15update to 0.7.1drochner3-23/+175
new major release, lots of features added, and some bugfixes see http://www.stellarium.org/changelog.txt for details
2006-02-14PKGNAME in PLIST corresponds to PKGNAME_NOREV in Makefile. Fixed. Alsorillig1-5/+7
fixed all pkglint warnings. Bumped PKGREVISION.
2006-02-13PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change.wiz2-4/+4
2006-02-12Pass {BIN,MAN}{OWN,GRP} to the inner Makefile. Bumped PKGREVISION.rillig1-1/+4
2006-02-12Joerg Sonnenberger will be the maintainer.xtraeme2-4/+4
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme3-6/+6
insterested.
2006-02-11Use PKGNAME_NOREV.joerg1-2/+2
2006-02-07Fix build on Solaris.markd2-6/+9
2006-02-07Fix build on Solaris.markd2-1/+16
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg146-246/+293
2006-02-05Remove a reference to a variable unused by the configure script. Lookscube2-1/+15
like it could cause issues in some situation, as shown by a recent bulk build failure. No functional change.
2006-02-04BUILD_DEFS+=XAW_TYPE. Bumped PKGREVISION. Tried to update to 3.6.0, butrillig1-9/+14
failed.
2006-01-31Update to KDE 3.5.1markd3-7/+7
Changes: * Kttsd o kttsd freezes when removing a speaking text job on alsa plugin o appendText method ignored and not working o Not loading plugins when desktop language is not ISO-8859-1
2006-01-31Update to KDE 3.5.1markd2-6/+5
Changes unknown.