summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2005-05-19Update to 2.10.1:jmmv3-7/+9
GNOME Search Tool * Fix bug #172351, "Cannot open dia files" [Dennis] * Fix bug #168990, "Unable to open nautilus using magnifier" [Vinay M R] * Fix bug #170163, "Build failure with gcc 2.x" [Jens Granseuer] GNOME Dictionary * Mark "Spellings" for translation [Vincent] * Fix part of bug #163277 [Roderich Schupp] GNOME Floppy No changes. GNOME Screenshot No changes. Translation updates : * rw (Steve Murphy), xh (Adi Attar), de (Hendrik Richter), lt (Zygimantas Berucka), nl (Vincent van Adrighem), pt (Duarte Loreto), bg (Alexander Shopov), zh_CN (Funda Wang), sq (Laurent Dhima), es (Francisco Javier Fernandez), cs (Miloslav Trmac), pt_BR (Raphael Higino), ca (Josep Puigdemont), da (Martin Willemoes Hansen), gu (Ankit Patel), en_CA (Adam Weinberger), hu (Gabor Kelemen), fa (Roozbeh Pournader), zh_TW (Abel Cheung)
2005-05-19Update to 1.0.3:jmmv2-6/+6
* Updated translations: Adam Weinberger (en_CA) ahmad riza h nst (id) Alessio Dessì (it) Jordi Mallach (ca) Jyotsna Shrestha (ne) * Fix for bug #171231 GOK sometimes hung when UI grabbing Yelp. * Fix for bug #170347 User is stuck when using the repeat key on a drop-down menu * Fix for bug #169761 Tidying up some code. * Fix for bug #160726 to allow gok to pass make distcheck. 2005-03-07 Irene Ryan <irene.ryan@sun.com> * help/gok/C/gok.xml: updated date, manual version, and s/w version number * help/gok/C/gok-C.omf: updated version and date details
2005-05-19Moved this package from misc category to textproc category.reed8-53/+0
2005-05-19Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,reed3-7/+5
and p5-Lingua-Preferred packages to the textproc category.
2005-05-19Add ane enable firelib.minskim1-1/+2
2005-05-19Import firelib from pkgsrc-wip. Packaged by David Price and modifiedminskim6-0/+83
by me. C language function library for predicting the spread rate, intensity, flame length, and scorch height of free-burning surface fires. It is derived directly from the BEHAVE fire behavior algorithms for predicting fire spread in two dimensions, but is optimized for highly iterative applications such as cell- or wave- based fire growth simulation.
2005-05-18Remove Linux work-around for bug noted in PR #25402 from artsreed1-8/+1
and koffice build. And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd. It helps with builds on Linux for kdegraphics3, libkipi, gwenview, kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux. (It was not needed for kile, but will be used.) Thank you, Torsten Harenberg for testing many packages such as kdenetwork, kdegames, kdepim, kdemultimedia. I still don't know what the correct fix is for PR #25402.
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz25-1474/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18Add missing @dirrm.markd1-1/+2
Pointed out by Jeremy C. Reed
2005-05-16Note that gtar is required by the package.jlam3-4/+7
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam4-5/+10
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15Use gzcat instead of "gzip -dc"jlam1-2/+4
2005-05-15bsd.pkg.extract.mk doesn't know about files that end in ".z". Use thejlam1-1/+3
default extraction command, but explicitly specify the need for gzcat.
2005-05-12For Linux, usereed1-1/+8
BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined to workaround bug noted in PR #25402
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-2/+2
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level make process, not the software's own make process.
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.