Commit graph

2834 commits

Author SHA1 Message Date
wiz
7b53b52892 This package installs an autocorrect file, so depend on koffice.
However, don't use its bl3.mk, because it doesn't need any library
from koffice.
Bump PKGREVISION.
2006-03-15 00:26:07 +00:00
wiz
225a0cbe06 This package does not need anything in particular from koffice.
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-15 00:17:42 +00:00
wiz
0c02765e24 Set USE_PKGLOCALEDIR. 2006-03-14 23:58:19 +00:00
wiz
93caf3307f This package only installs locale files -- no reason to depend on koffice. 2006-03-14 23:55:18 +00:00
wiz
d9ae18d520 Fix directory name in PLIST. Bump PKGREVISION. 2006-03-14 23:36:35 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
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-14 01:14:26 +00:00
minskim
e899c5ed94 Remove share/kde/apps/noatun from PLIST because it is created/deleted by
kdemultimedia.  Bump PKGREVISION.
2006-03-13 22:14:54 +00:00
wiz
3351c09810 Update to 1.3.9:
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-12 18:26:20 +00:00
ghen
3c4efb2a04 pkglint: Please use ${OO_VER:Q} instead of ${OO_VER} (in MESSAGE_SUBST). 2006-03-11 11:15:39 +00:00
ghen
496a8989a4 Update to OpenOffice 2.0.2, another bugfix release on the 2.0 branch.
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-11 11:11:04 +00:00
jlam
ecd187df30 Use the pkginstall framework to generate the INSTALL/DEINSTALL scripts
instead.
2006-03-10 20:18:38 +00:00
minskim
0c308ad972 Add wish to USE_TOOLS and replace the hardcoded "wish8.3" with ${WISH}.
Also fix the command name in usage.  Suggested by Robert Elz in PR pkg/32990.

Bump PKGREVISION.
2006-03-09 19:19:00 +00:00
joerg
b1fdc71ece Override LIBPTHREAD on DragonFly. 2006-03-07 03:58:22 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
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-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-04 21:28:51 +00:00
wiz
4acc412762 Update to 1.0.20060221:
2006/02/21
	+ fix logic in split-out dlg_menu() to separate inputmenu and menu
	  handling (report by Auke Kok).
2006-03-03 22:29:58 +00:00
minskim
938801ed8c Update xchm to 1.4.
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-03-02 01:40:24 +00:00
joerg
5f504824c0 Add DragonFly support. When will the Large File Hacks for/from Linux
finally die?
2006-02-24 19:05:40 +00:00
rillig
79d30e1ecb Fixed pkglint warnings and one that has been discovered by wiz. 2006-02-23 23:01:00 +00:00
rillig
3efe8f8368 Added a patch that passes the pkgsrc LDFLAGS to the compiler and linker. 2006-02-23 18:03:57 +00:00
adam
665bdb1486 Removed celestia{-gtk,-gnome,-kde}; use celestia/options.mk to select a gui 2006-02-17 23:49:19 +00:00
adam
b2f04064f4 Changes 1.4.0
* 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 23:46:39 +00:00
adrianp
5a17aaa31a +p5-Locale-libintl 2006-02-17 21:00:00 +00:00
adrianp
c9b6933a2d The package libintl-perl is an internationalization library for Perl
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-17 20:58:38 +00:00
rillig
d4909077d6 Updated multitail to 3.8.6.
Changes since 3.8.5:
- Made the cursor keys work in the scrollback screen.
2006-02-17 13:50:18 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
rillig
e6cd99b6c7 Updated multitail to 3.8.5.
Changes include:
- Many bug fixes.
- Many portability improvements.
- Interactive mode for adding/removing log files on-the-fly.
2006-02-16 06:05:31 +00:00
drochner
10000d9556 update to 0.7.1
new major release, lots of features added, and some bugfixes
see http://www.stellarium.org/changelog.txt for details
2006-02-15 18:43:45 +00:00
rillig
961eecf2d1 PKGNAME in PLIST corresponds to PKGNAME_NOREV in Makefile. Fixed. Also
fixed all pkglint warnings. Bumped PKGREVISION.
2006-02-14 01:01:17 +00:00
wiz
017354df44 PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change. 2006-02-13 21:12:55 +00:00
rillig
f85d3e4da5 Pass {BIN,MAN}{OWN,GRP} to the inner Makefile. Bumped PKGREVISION. 2006-02-12 18:57:21 +00:00
xtraeme
507463550b Joerg Sonnenberger will be the maintainer. 2006-02-12 15:29:17 +00:00
xtraeme
b36bf56512 ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
2006-02-12 15:24:14 +00:00
joerg
7a370a99a2 Use PKGNAME_NOREV. 2006-02-11 14:19:49 +00:00
markd
37e58a16f9 Fix build on Solaris. 2006-02-07 10:17:28 +00:00
markd
a6321a55cc Fix build on Solaris. 2006-02-07 10:06:53 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cube
03c09cffe6 Remove a reference to a variable unused by the configure script. Looks
like it could cause issues in some situation, as shown by a recent bulk
build failure.  No functional change.
2006-02-05 14:41:37 +00:00
rillig
10c1f397c2 BUILD_DEFS+=XAW_TYPE. Bumped PKGREVISION. Tried to update to 3.6.0, but
failed.
2006-02-04 02:46:31 +00:00
markd
a867f8a702 Update to KDE 3.5.1
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-31 22:44:58 +00:00
markd
0839e39c68 Update to KDE 3.5.1
Changes unknown.
2006-01-31 22:43:41 +00:00
markd
75af763bd8 Update to KDE 3.5.1
Changes:
* KCron
  o Don't crash after selecting variable
2006-01-31 22:42:33 +00:00
markd
7cfe60c285 Update to KDE 3.5.1
Changes:
* various KWin decorations: Support for titlebar wheel event actions
2006-01-31 22:41:11 +00:00
markd
14d360cfef Update to KDE 3.5.1
Changes:
* Kalzium
  o (Calculator) Visible userfeedback for invalid input
  o (Calculator) Don't calculate invalid molecules
  o (Plotting) Fix drawing of single points
  o (Data) Fix the discovery date of Iodine (was 1804, correct is 1811)
  o (Data) About 40 new radii (atomic and covalent) have been added
  o (Data) Some elements densities (only elements > 70) where displayed
    wrong (g/L instead of g/cm^3)
* Kig
  o forcing undo/redo actions disabled while constructing
  o fix redefining of text labels
* KStars: NGC 1300 KPNO image link is to an image of NGC 1232 and not
  NGC 1300
* KTouch: Missing i18n calls.
* KVoctrain: Make keyboard layout switching work again.
* KWordQuiz: Don't crash when downloading vocabularies.
* libkdeedu: (Plotting) Fix drawing of grid
2006-01-31 22:39:29 +00:00
markd
667a41da9b Update to KDE 3.5.1
Changes:
* KAlarm
  o Fix email attachments being forgotten when saving alarms
  o Make autoclose of message windows work
  o Display alarm message windows within current screen in multi-head
    systems
  o Fix toolbar configuration being lost after quitting KAlarm
  o Fix New From Template not creating alarm if template contents are
    not changed
  o Fix configuration dialog not fitting in 1024x768 screen in some
    translations
* KMail
  o KMail crashes while inserting files
  o KMail composer crashes when inserting file
  o KMail crashes when inserting files into email messages
  o autocomplete in composer completes section title instead of
    email-address
  o The item "network state" in the KMail file menu is very confusing
  o Crash when applying pipe through filters
  o subfolders and included mails lost when moving folder to
    cachedimap account
  o Cannot create new folders with IMAP using Dovecot-imapd, regression
    from 3.4.X
  o Retrieving folder contents screen is irritating
  o Interpret old-fashioned time zone in email Date header
  o HTML formatting is lost when saving in drafts folder
  o composer kaddressbook no adresses at first launch
* KOrganizer
  o libkholidays bug in Belgian version
  o HTML export does not include location field
* Kontact
  o Mistake in reporting upcoming German Holidays on Overview page
  o Summary for "special dates" shows wrong time spans
* KAddressBook
  o Allow the selection/copy of the formatted address
  o URL images not working in KAddressBook
  o Photo image location field is nonfunctional
  o Contact's photos are not cleared in "Contact Editor" extension bar
  o Need an easy way to copy and paste an address from the editor window
  o Exporting contacts to vcard generates _.vcf for EVERY contact
    without a real name
  o kaddressbook hangs on loading vcard
* KNotes
  o Possibility to sort knotes list of notes titles
  o separate "Clear" action visually from Cut/Copy/Paste since it's not
    doing anything with the clipboard
  o added a "Do not show again" box to the delete note dialog
  o actually set the "Keep Above/Below" bit when creating a note on
    startup
  o race condition when using NETRootInfo::moveResizeRequest
  o line breaks not rendered properly in edit view
  o KNotes via network does not work properly
  o Confusing error requester while sending to self
  o Renaming a note opening it and editing its title does not rename it
    in the kontact notes view
* Akregator
  o Do not open binary files in the HTML viewer but externally. Fix
    "Save Link As" for binary files
  o  Fix article order in Combined View: sort by date
  o Fix parsing of Atom 1.0 feeds with escaped HTML in it: Don't show
    tags as text
  o Select next item in article list when deleting the selected article
  o Avoid crashes as happening when moving a folder and deleting a
    subitem afterwards
  o Fix problems with keyboard navigation getting stuck on duplicated
    articles and prevent creation of new items when selecting an unread
    dupe
  o Don't try to reload broken feeds every minute
  o CDATA in feed is not handled correctly
* KNode
  o Respect background color settings when article viewer is empty
  o Fix crash on startup if auto mark-as-read is disabled
  o Reset busy cursor when folder loading fails.
2006-01-31 22:37:34 +00:00
markd
fb19ac3812 Update to KDE 3.5.1
Changes:
* SuperKaramba
  o Allow to remove a local theme
  o Enhanced itemDropped-func with x,y-value
  o some major strategic feature enhancements to superkaramba, which
    make it possible to write kicker-replacement themes
  o locale in python themes
  o Applets appear on top after switch desktop
  o Get new Superkaramba theme from internet (with KHotNewStuff) doesn't
    work
  o SuperKaramba does not use the result for its test for KNewStuff
  o Don't popup dialog at startup when there are no themes on desktop
  o Non-intuitive theme removing in Theme Dialog
* KCalc
  o KCalc returns wrong value
  o KCalc truncates decimals sporadically
  o Cannot increase the precision to 10 digits
  o Cut buffer is filled with wrong value when you click on results
* KLaptopDaemon
  o KLaptopDaemon improperly links against libstdc++
2006-01-31 22:35:02 +00:00
jschauma
bfc146aa64 add p5-Geo-Weather 2006-01-31 21:38:28 +00:00
jschauma
d716356b46 Initial import of p5-Geo-Weather:
The Geo::Weather module retrieves the current weather from weather.com
when given city and state or a US zip code. Geo::Weather relies on
LWP::UserAgent to work.
2006-01-31 21:37:46 +00:00
reed
f48c1dcb6a Forgot to commit this last week; from my update to git-4.3.20:
Update patch-ac -- for location of html document. (Now only
installs one.)

Update patch-ab -- to add .gitrc.cons25

(distinfo was already committed.)
2006-01-31 20:29:40 +00:00