Path to this page:
./
databases/shared-mime-info,
Core database of common types
Branch: pkgsrc-2007Q3,
Version: 0.19,
Package name: shared-mime-info-0.19,
Maintainer: jmmvMany programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the correct MIME type for
a file. This is generally done by examining the file's name or contents,
and looking up the correct MIME type in a database.
For interoperability, it is useful for different programs to use the same
database so that different programs agree on the type of a file, and new
rules for determining the type apply to all programs.
This package contains the core database of common types and the
update-mime-database command used to extend it.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:15 jlam Exp $
MIMEDB_PATH="@MIMEDB_PATH@"
case ${STAGE} in
POST-DEINSTALL)
${RM} -rf ${MIMEDB_PATH}
;;
esac
Required to run:[
textproc/libxml2] [
devel/glib2]
Required to build:[
textproc/intltool] [
lang/perl5] [
devel/libtool-base] [
devel/pkg-config] [
devel/gmake]
Master sites:
SHA1: c589906365c591d67b4d7280b0a52297b4bb7dcc
RMD160: edb36ea4c23f608749cb9e8bfa747297a10afed1
Filesize: 581.219 KB
Version history: (Expand)
- (2007-11-10) Package added to pkgsrc.se, version shared-mime-info-0.19 (created)
CVS history: (Expand)
2007-11-04 11:57:19 by Geert Hendrickx | Files touched by this commit (3) |
Log message:
Pullup ticket 2218 - requested by joerg
build fix for shared-mime-info
- pkgsrc/databases/shared-mime-info/distinfo patch
- pkgsrc/databases/shared-mime-info/patches/patch-ab 1.3 via patch
- pkgsrc/databases/shared-mime-info/patches/patch-ac 1.1 via patch
Module Name: pkgsrc
Committed By: joerg
Date: Sat Nov 3 16:37:44 UTC 2007
Modified Files:
pkgsrc/databases/shared-mime-info: distinfo
Added Files:
pkgsrc/databases/shared-mime-info/patches: patch-ab patch-ac
Log message:
Remove INCOMPAT_GETTEXT and the automatic rebuilding of the PO files.
This fixes the build on older NetBSD systems in a clean way.
|