Path to this page:
./
databases/shared-mime-info,
Core database of common types
Branch: pkgsrc-2010Q2,
Version: 0.71,
Package name: shared-mime-info-0.71,
Maintainer: pkgsrc-usersMany 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.3 2008/10/31 14:02:18 wiz Exp $
MIMEDB_PATH="@MIMEDB_PATH@"
case ${STAGE} in
POST-DEINSTALL)
(cd ${MIMEDB_PATH} && \
${LS} . | ${GREP} -v '^packages$' | ${XARGS} ${RM} -rf)
${RMDIR} ${MIMEDB_PATH}/packages || ${TRUE}
${RMDIR} ${MIMEDB_PATH} || ${TRUE}
;;
esac
Required to run:[
devel/glib2] [
textproc/libxml2]
Required to build:[
devel/pkg-config] [
devel/gmake] [
devel/libtool-base] [
lang/perl5] [
textproc/intltool]
Master sites:
SHA1: 6f3d3379662857646b0c5b95d5d26e47c0b6250a
RMD160: 4b228ce926c60e11afacc8804772f423d9b73158
Filesize: 481.656 KB
Version history: (Expand)
- (2010-07-05) Package added to pkgsrc.se, version shared-mime-info-0.71 (created)