Commit graph

2526 commits

Author SHA1 Message Date
shannonjr
889503e71f Retracting change made earlier today. Leaving it for Mark Davies to
examine and commit as he sees fit.
2005-06-23 14:06:17 +00:00
shannonjr
f1be188469 Added buildlink3.mk includes for security/libgpg-error and
security/libassuan. The configure script ckecks for these packages
and substitutes very old versions if they are not found.
This change ensures that the correct header files are used during
compilation.
2005-06-23 09:37:55 +00:00
hira
323e0aab03 Use devel/GConf2/schemas.mk. Bump PKGREVISION.
Reviewed by minskim@.
2005-06-20 06:06:11 +00:00
hira
ba19c0addc Don't install celestia.schemas. This fixes PR pkg/30066. 2005-06-20 06:02:30 +00:00
veego
7c4e32c440 Update to match the description of that file, by adding this part:
(of which all but 884 are also in JIS X 0212)
2005-06-19 11:48:32 +00:00
markd
2faa88d6a5 Make compile with old g++'s. 2005-06-19 11:02:41 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
reinoud
501b568cd3 Upgrade misc/udfclient to version 0.4.5
UDFclient.0.4.5 : serious cleanup and bugfix release fixing serious `mkdir'
brokenness and introducing a more decent logical volume open/close
behaviour with coupled logical volume integrity sequence support that was
lacking. Discs opened read-only are now really read-only; one could delete
files from a read-only disc that could result in broken discs.
2005-06-13 20:39:47 +00:00
reinoud
7599bb7bcf Major upgrade to the 0.3 series due to a structural rebuild of main engine
based on insights gained from developing version 0.3. Pitty enough still no
recordable media write support (sorry folks...). Significant speed
improvements have been made in both reading and writing heaps of little
files. Offcource also heaps of bug fixes. Work has also started on an
in-kernel implementation though i decided to get udfclient fully functional
first. New in this version is support for non 2048 byte media using the -b
flag, new `rename' and `free' commands in udfclient and a fixed and
hopefully full working `rm' command. Warning some flags have been changed
meaning so check your scripts!
2005-06-08 22:46:26 +00:00
markd
5b25e56286 Add kchm. 2005-06-05 22:47:19 +00:00
markd
d68c75c6e4 Initial import of kchm 0.6.5 from pkgsrc-wip. Packaged by Ian Zagorskih.
Makefile cleaned up by me.

Chm is a new chm viewer for KDE. It consists of kio_chm,
corresponding kpart(so you can view chm files in konqueror)
and a small viewer on top of this.
2005-06-05 22:45:53 +00:00
jmmv
dba1dd4b42 Fix print-PLIST generation (broken by incorrect regexp in MKDIR handling). 2005-06-04 11:20:22 +00:00
wiz
3e2e99a8ed Convert to options framework. 2005-06-02 18:26:36 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jmmv
0dcda0ebc1 During PLIST generation, suppress MKDIR lines that create directories
handled by these packages.  Found by wiz@.
2005-05-31 18:53:32 +00:00
drochner
bb01abd1fe update to 0.74
changes:
- cd-paranoia fixes
- cdda-player fixes
- cd-drive shows MMC level
- CD Text improvements/fixes
- eject of empty CD-ROM drives on GNU/Linux
- FreeBSD audio sub-channel time reporting fixed
2005-05-31 17:05:36 +00:00
drochner
66d756fe89 update to 2.10.0
uses the mozilla/gecko HTML renderer now, let it choose firefox or
mozilla-gtk2, what the GECKO_PROVIDER option is set to
lots of other changes, fixes and cleanup -- too much to list here
2005-05-31 15:54:26 +00:00
markd
57d42e31e5 Update to KDE 3.4.1
Changes: unknown
2005-05-31 14:58:32 +00:00
markd
d0c325c049 Update to KDE 3.4.1
Changes:
* Rellinks: Disable the toolbar by default
2005-05-31 14:56:19 +00:00
markd
b52f777cce Update KDE to 3.4.1
Changes:
* kuser: Fix crash when adding user
2005-05-31 14:54:22 +00:00
markd
2f07dc84d1 Update to KDE 3.4.1
Changes: unknown
2005-05-31 14:52:43 +00:00
markd
eaea4012f8 Update to KDE 3.4.1
Changes:
* KLettres: fix Z in English data
* KLettres: Romanized Hindi and Spanish support added
* KLettres: fix empty line in txt file that generated an empty special
  char
* KHangMan: Slovak support added and bug fix in case language is empty
  in kdeglobals
* KHangMan: fix empty line in txt file that generated an empty special
  char
* KHangMan: fix German first capital letter
* Kig: check if the file name is a temporary one
* Kig: don't crash when loading documents with incorrect object types
* Kig: better size for some menu item icons
* KmPlot: Print header table correctly when automatic scaling is chosen.
* Kalzium: Fix drawing of the atom-hulls of elements 87-114
* Kalzium: Fix a wrong unit (used cm^2 instead of cm^3 for the density)
* Kalzium: Fix translation-problem
2005-05-31 14:50:56 +00:00
markd
de065c2f8e Update to KDE 3.4.1
Changes:
* KMail: Fix compilation on IRIX
* KMail: Send redirected messages to the correct address even if sending
  failed at first
* KMail: Fix crash when canceling KWallet password prompt
* KMail: Reduce memory consumption when importing folders
* KMail: Honor the character encoding when loading a message from a file
* KMail: Fix problem with per-identity BCC addresses
* KMail: Fix problem with inline forwarding of CC'ed messages
* KMail: Allow thread-related actions for single messages in threaded
  message list
* KMail: Show correct attachment status of imported message
* KMail: Fix attachment detection
* KMail: Fix problem with context menu for email addresses
* KMail: Show categories in the recipients picker
* KMail: Fix problem with Apply button staying disabled
* KMail: Correctly update filters filtering by status
* KMail: Fix for deletion of folders with subfolders using cached imap
* KMail: Rename temporary file used for compaction so that it doesn't
  risk appearing when kmail is killed and restarted
* KNode: Don't create empty reference headers when superseding articles
* KNode: Cleanly terminate network threads
* KNode: Respect custom color settings in the folder tree and source
  viewer
* KNode: More robust handling of optional headers in XOVER response
* KNode: Don't toggle 'sort by thread change date' when restoring
  header view layout
* KNode: Show error message on write errors
* KNode: Remove linebreaks from subject
* KNode: Don't break inline GPG signatures when forwarding messages
* KNode: Fix drag&drop crash in folder tree
* karm: Don't crash when deleting a task.
* Akregator: Don't crash when closing tab before the page is loaded.
* Akregator: Show icons on status filter combobox KMail style
* Akregator: Make reset filter button to reset status filter
* Akregator: Show window with size it was closed or with one from
  command line
* Akregator: Remove block around "Read more" link
2005-05-31 14:48:24 +00:00
markd
93ebb3c246 Update to KDE 3.4.1
Changes:
* Ark: Dead lock in "Add to archive" action when providing invalid
  archive format
* Ark: Mark "Selected Files" as default in the extraction dialog if
  more than one file is selected
* KFloppy: better error messages during low-level formatting (Linux
  only)
* KFloppy: disable "Auto-Detect" on BSD, as it is not supported
* kcharselect: Removed "Configure Toolbars..." menu item
* kgpg: No "Import Missing Signatures From Keyserver" for own key
2005-05-31 14:40:41 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
agc
14cdb325a4 Add and enable ukpostcodes 2005-05-26 08:59:42 +00:00
agc
5f1c542edc Initial import of a list of UK national postcodes into the Packages
Collection. The list is a five-field CSV file.

	Free list of UK postcodes

	The list is formatted as plain text, with each record on a separate
	line.  Each record consists of five fields, each field being separated
	by a comma.  You should be able to import this data into most
	applications that support "comma separated variables".  The five
	fields are:

	   1. First part of the UK postcode (area code)
	   2. x-coordinate (metres)
	   3. y-coordinate (metres)
	   4. Latitude
	   5. Longitude
2005-05-26 08:58:43 +00:00
wiz
8e24884a04 Add RMD160 checksum. 2005-05-25 13:06:04 +00:00
wiz
ef5988eb62 Add RMD160 checksum. 2005-05-25 12:48:57 +00:00
wiz
0ecd8e6abf Add RMD160 checksum. 2005-05-25 12:37:37 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
rillig
e9812894f2 Sorted PLIST. 2005-05-23 08:24:07 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
9849b2c9bd Update to 2.10.1:
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-19 21:12:21 +00:00
jmmv
0e1e80a923 Update to 1.0.3:
* 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-19 21:09:25 +00:00
reed
06db8b52af Moved this package from misc category to textproc category. 2005-05-19 17:29:30 +00:00
reed
f2f882c6ac Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,
and p5-Lingua-Preferred packages to the textproc category.
2005-05-19 17:27:13 +00:00
minskim
1d759ba9b1 Add ane enable firelib. 2005-05-19 13:06:41 +00:00
minskim
f35a42a804 Import firelib from pkgsrc-wip. Packaged by David Price and modified
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-19 13:03:56 +00:00
reed
a9c1cbde21 Remove Linux work-around for bug noted in PR #25402 from arts
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-18 22:35:04 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
markd
2d1ecb654f Add missing @dirrm.
Pointed out by Jeremy C. Reed
2005-05-18 21:27:29 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
jlam
d8a369b7d8 Use gzcat instead of "gzip -dc" 2005-05-15 21:49:39 +00:00
jlam
ae43474fd6 bsd.pkg.extract.mk doesn't know about files that end in ".z". Use the
default extraction command, but explicitly specify the need for gzcat.
2005-05-15 19:21:46 +00:00
reed
e74d2cd48f For Linux, use
BUILDLINK_TRANSFORM+=  rm:-Wl,--no-undefined
to workaround bug noted in PR #25402
2005-05-12 18:31:20 +00:00
jlam
0dbd0c0762 Rename MAKE_VARS to MAKEVARS so that it more closely resembles
"MAKEFLAGS".  Both "MAKEVARS" and "MAKEFLAGS" affect the package-level
make process, not the software's own make process.
2005-05-11 22:08:18 +00:00
jlam
4fd08abc6e I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually use
to pass make flags to bmake.
2005-05-11 22:03:52 +00:00
jmmv
8c3ed20149 Add share/themes/Clearlooks and bump version to 1.1.
This is needed because the clearlooks gtk2 and metacity theme will be now
in different packages.
2005-05-10 20:21:57 +00:00