diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:35:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:35:25 +0800 |
commit | 0d7aa06c11e81fbcfbcfb819d26d0007837753c3 (patch) | |
tree | fd3d934fedd92df1676995e31b0c9ca7bb5d7870 /misc | |
parent | ff56eb86e80db7a1dd8eaad740dd4048b997bd5e (diff) | |
download | marcuscom-ports-0d7aa06c11e81fbcfbcfb819d26d0007837753c3.tar marcuscom-ports-0d7aa06c11e81fbcfbcfb819d26d0007837753c3.tar.gz marcuscom-ports-0d7aa06c11e81fbcfbcfb819d26d0007837753c3.tar.bz2 marcuscom-ports-0d7aa06c11e81fbcfbcfb819d26d0007837753c3.tar.lz marcuscom-ports-0d7aa06c11e81fbcfbcfb819d26d0007837753c3.tar.xz marcuscom-ports-0d7aa06c11e81fbcfbcfb819d26d0007837753c3.tar.zst marcuscom-ports-0d7aa06c11e81fbcfbcfb819d26d0007837753c3.zip |
Add gnomemimedata.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@561 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-mime-data/Makefile | 32 | ||||
-rw-r--r-- | misc/gnome-mime-data/distinfo | 1 | ||||
-rw-r--r-- | misc/gnome-mime-data/files/patch-gnome-vfs.applications | 20 | ||||
-rw-r--r-- | misc/gnome-mime-data/pkg-descr | 4 | ||||
-rw-r--r-- | misc/gnome-mime-data/pkg-plist | 54 | ||||
-rw-r--r-- | misc/gnomemimedata/Makefile | 32 | ||||
-rw-r--r-- | misc/gnomemimedata/distinfo | 1 | ||||
-rw-r--r-- | misc/gnomemimedata/files/patch-gnome-vfs.applications | 20 | ||||
-rw-r--r-- | misc/gnomemimedata/pkg-descr | 4 | ||||
-rw-r--r-- | misc/gnomemimedata/pkg-plist | 54 |
10 files changed, 222 insertions, 0 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile new file mode 100644 index 000000000..40d3ab5dd --- /dev/null +++ b/misc/gnome-mime-data/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gnomemimedata +# Date created: 22 January 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/misc/gnomemimedata/Makefile,v 1.21 2003/03/07 06:07:00 ade Exp $ +# + +PORTNAME= gnomemimedata +PORTVERSION= 2.3.0 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.3 +DISTNAME= gnome-mime-data-${PORTVERSION} +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A MIME and Application database for GNOME + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomehier gnomeprefix +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lintl" + +MAN5= gnome-vfs-mime.5 + +.include <bsd.port.mk> diff --git a/misc/gnome-mime-data/distinfo b/misc/gnome-mime-data/distinfo new file mode 100644 index 000000000..1b08cd6f3 --- /dev/null +++ b/misc/gnome-mime-data/distinfo @@ -0,0 +1 @@ +MD5 (gnome/gnome-mime-data-2.3.0.tar.bz2) = 85ccc1026a9a1fc85128b7af9b56879a diff --git a/misc/gnome-mime-data/files/patch-gnome-vfs.applications b/misc/gnome-mime-data/files/patch-gnome-vfs.applications new file mode 100644 index 000000000..269a0905a --- /dev/null +++ b/misc/gnome-mime-data/files/patch-gnome-vfs.applications @@ -0,0 +1,20 @@ +--- gnome-vfs.applications.orig Sun Oct 6 15:14:35 2002 ++++ gnome-vfs.applications Sun Feb 9 18:46:01 2003 +@@ -55,7 +55,7 @@ + mime_types=application/x-deb + + electric_eyes +- command=ee ++ command=ElectricEyes + name=Electric Eyes + can_open_multiple_files=true + expects_uris=false +@@ -187,7 +187,7 @@ + mime_types=application/x-gnumeric,application/x-applix-spreadsheet,application/vnd.ms-excel,application/vnd.lotus-1-2-3,application/x-oleo,application/x-xbase,text/spreadsheet,text/x-comma-separated-values,text/tab-separated-values + + grecord +- command=gnome-sound-recorder -p ++ command=gnome-sound-recorder + name=Sound Recorder + can_open_multiple_files=false + expects_uris=false diff --git a/misc/gnome-mime-data/pkg-descr b/misc/gnome-mime-data/pkg-descr new file mode 100644 index 000000000..349bb253a --- /dev/null +++ b/misc/gnome-mime-data/pkg-descr @@ -0,0 +1,4 @@ +The base MIME and Application database for GNOME. It is meant to be accessed +through the MIME functions in GnomeVFS + +WWW: http://www.gnome.org/ diff --git a/misc/gnome-mime-data/pkg-plist b/misc/gnome-mime-data/pkg-plist new file mode 100644 index 000000000..8d2b16937 --- /dev/null +++ b/misc/gnome-mime-data/pkg-plist @@ -0,0 +1,54 @@ +etc/gnome-vfs-mime-magic +libdata/pkgconfig/gnome-mime-data-2.0.pc +share/gnome/application-registry/gnome-vfs.applications +share/gnome/mime-info/gnome-vfs.keys +share/gnome/mime-info/gnome-vfs.mime +share/locale/am/LC_MESSAGES/gnome-mime-data.mo +share/locale/az/LC_MESSAGES/gnome-mime-data.mo +share/locale/be/LC_MESSAGES/gnome-mime-data.mo +share/locale/bg/LC_MESSAGES/gnome-mime-data.mo +share/locale/ca/LC_MESSAGES/gnome-mime-data.mo +share/locale/da/LC_MESSAGES/gnome-mime-data.mo +share/locale/de/LC_MESSAGES/gnome-mime-data.mo +share/locale/el/LC_MESSAGES/gnome-mime-data.mo +share/locale/es/LC_MESSAGES/gnome-mime-data.mo +share/locale/et/LC_MESSAGES/gnome-mime-data.mo +share/locale/eu/LC_MESSAGES/gnome-mime-data.mo +share/locale/fa/LC_MESSAGES/gnome-mime-data.mo +share/locale/fi/LC_MESSAGES/gnome-mime-data.mo +share/locale/fr/LC_MESSAGES/gnome-mime-data.mo +share/locale/ga/LC_MESSAGES/gnome-mime-data.mo +share/locale/gl/LC_MESSAGES/gnome-mime-data.mo +share/locale/he/LC_MESSAGES/gnome-mime-data.mo +share/locale/hi/LC_MESSAGES/gnome-mime-data.mo +share/locale/hu/LC_MESSAGES/gnome-mime-data.mo +share/locale/id/LC_MESSAGES/gnome-mime-data.mo +share/locale/it/LC_MESSAGES/gnome-mime-data.mo +share/locale/ja/LC_MESSAGES/gnome-mime-data.mo +share/locale/ko/LC_MESSAGES/gnome-mime-data.mo +share/locale/lt/LC_MESSAGES/gnome-mime-data.mo +share/locale/lv/LC_MESSAGES/gnome-mime-data.mo +share/locale/mk/LC_MESSAGES/gnome-mime-data.mo +share/locale/ml/LC_MESSAGES/gnome-mime-data.mo +share/locale/mn/LC_MESSAGES/gnome-mime-data.mo +share/locale/ms/LC_MESSAGES/gnome-mime-data.mo +share/locale/nl/LC_MESSAGES/gnome-mime-data.mo +share/locale/nn/LC_MESSAGES/gnome-mime-data.mo +share/locale/no/LC_MESSAGES/gnome-mime-data.mo +share/locale/pl/LC_MESSAGES/gnome-mime-data.mo +share/locale/pt/LC_MESSAGES/gnome-mime-data.mo +share/locale/pt_BR/LC_MESSAGES/gnome-mime-data.mo +share/locale/ro/LC_MESSAGES/gnome-mime-data.mo +share/locale/ru/LC_MESSAGES/gnome-mime-data.mo +share/locale/sk/LC_MESSAGES/gnome-mime-data.mo +share/locale/sl/LC_MESSAGES/gnome-mime-data.mo +share/locale/sv/LC_MESSAGES/gnome-mime-data.mo +share/locale/tr/LC_MESSAGES/gnome-mime-data.mo +share/locale/uk/LC_MESSAGES/gnome-mime-data.mo +share/locale/vi/LC_MESSAGES/gnome-mime-data.mo +share/locale/wa/LC_MESSAGES/gnome-mime-data.mo +share/locale/yi/LC_MESSAGES/gnome-mime-data.mo +share/locale/zh_CN/LC_MESSAGES/gnome-mime-data.mo +share/locale/zh_TW/LC_MESSAGES/gnome-mime-data.mo +@dirrm share/gnome/mime-info +@dirrm share/gnome/application-registry diff --git a/misc/gnomemimedata/Makefile b/misc/gnomemimedata/Makefile new file mode 100644 index 000000000..40d3ab5dd --- /dev/null +++ b/misc/gnomemimedata/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gnomemimedata +# Date created: 22 January 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/misc/gnomemimedata/Makefile,v 1.21 2003/03/07 06:07:00 ade Exp $ +# + +PORTNAME= gnomemimedata +PORTVERSION= 2.3.0 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.3 +DISTNAME= gnome-mime-data-${PORTVERSION} +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A MIME and Application database for GNOME + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomehier gnomeprefix +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lintl" + +MAN5= gnome-vfs-mime.5 + +.include <bsd.port.mk> diff --git a/misc/gnomemimedata/distinfo b/misc/gnomemimedata/distinfo new file mode 100644 index 000000000..1b08cd6f3 --- /dev/null +++ b/misc/gnomemimedata/distinfo @@ -0,0 +1 @@ +MD5 (gnome/gnome-mime-data-2.3.0.tar.bz2) = 85ccc1026a9a1fc85128b7af9b56879a diff --git a/misc/gnomemimedata/files/patch-gnome-vfs.applications b/misc/gnomemimedata/files/patch-gnome-vfs.applications new file mode 100644 index 000000000..269a0905a --- /dev/null +++ b/misc/gnomemimedata/files/patch-gnome-vfs.applications @@ -0,0 +1,20 @@ +--- gnome-vfs.applications.orig Sun Oct 6 15:14:35 2002 ++++ gnome-vfs.applications Sun Feb 9 18:46:01 2003 +@@ -55,7 +55,7 @@ + mime_types=application/x-deb + + electric_eyes +- command=ee ++ command=ElectricEyes + name=Electric Eyes + can_open_multiple_files=true + expects_uris=false +@@ -187,7 +187,7 @@ + mime_types=application/x-gnumeric,application/x-applix-spreadsheet,application/vnd.ms-excel,application/vnd.lotus-1-2-3,application/x-oleo,application/x-xbase,text/spreadsheet,text/x-comma-separated-values,text/tab-separated-values + + grecord +- command=gnome-sound-recorder -p ++ command=gnome-sound-recorder + name=Sound Recorder + can_open_multiple_files=false + expects_uris=false diff --git a/misc/gnomemimedata/pkg-descr b/misc/gnomemimedata/pkg-descr new file mode 100644 index 000000000..349bb253a --- /dev/null +++ b/misc/gnomemimedata/pkg-descr @@ -0,0 +1,4 @@ +The base MIME and Application database for GNOME. It is meant to be accessed +through the MIME functions in GnomeVFS + +WWW: http://www.gnome.org/ diff --git a/misc/gnomemimedata/pkg-plist b/misc/gnomemimedata/pkg-plist new file mode 100644 index 000000000..8d2b16937 --- /dev/null +++ b/misc/gnomemimedata/pkg-plist @@ -0,0 +1,54 @@ +etc/gnome-vfs-mime-magic +libdata/pkgconfig/gnome-mime-data-2.0.pc +share/gnome/application-registry/gnome-vfs.applications +share/gnome/mime-info/gnome-vfs.keys +share/gnome/mime-info/gnome-vfs.mime +share/locale/am/LC_MESSAGES/gnome-mime-data.mo +share/locale/az/LC_MESSAGES/gnome-mime-data.mo +share/locale/be/LC_MESSAGES/gnome-mime-data.mo +share/locale/bg/LC_MESSAGES/gnome-mime-data.mo +share/locale/ca/LC_MESSAGES/gnome-mime-data.mo +share/locale/da/LC_MESSAGES/gnome-mime-data.mo +share/locale/de/LC_MESSAGES/gnome-mime-data.mo +share/locale/el/LC_MESSAGES/gnome-mime-data.mo +share/locale/es/LC_MESSAGES/gnome-mime-data.mo +share/locale/et/LC_MESSAGES/gnome-mime-data.mo +share/locale/eu/LC_MESSAGES/gnome-mime-data.mo +share/locale/fa/LC_MESSAGES/gnome-mime-data.mo +share/locale/fi/LC_MESSAGES/gnome-mime-data.mo +share/locale/fr/LC_MESSAGES/gnome-mime-data.mo +share/locale/ga/LC_MESSAGES/gnome-mime-data.mo +share/locale/gl/LC_MESSAGES/gnome-mime-data.mo +share/locale/he/LC_MESSAGES/gnome-mime-data.mo +share/locale/hi/LC_MESSAGES/gnome-mime-data.mo +share/locale/hu/LC_MESSAGES/gnome-mime-data.mo +share/locale/id/LC_MESSAGES/gnome-mime-data.mo +share/locale/it/LC_MESSAGES/gnome-mime-data.mo +share/locale/ja/LC_MESSAGES/gnome-mime-data.mo +share/locale/ko/LC_MESSAGES/gnome-mime-data.mo +share/locale/lt/LC_MESSAGES/gnome-mime-data.mo +share/locale/lv/LC_MESSAGES/gnome-mime-data.mo +share/locale/mk/LC_MESSAGES/gnome-mime-data.mo +share/locale/ml/LC_MESSAGES/gnome-mime-data.mo +share/locale/mn/LC_MESSAGES/gnome-mime-data.mo +share/locale/ms/LC_MESSAGES/gnome-mime-data.mo +share/locale/nl/LC_MESSAGES/gnome-mime-data.mo +share/locale/nn/LC_MESSAGES/gnome-mime-data.mo +share/locale/no/LC_MESSAGES/gnome-mime-data.mo +share/locale/pl/LC_MESSAGES/gnome-mime-data.mo +share/locale/pt/LC_MESSAGES/gnome-mime-data.mo +share/locale/pt_BR/LC_MESSAGES/gnome-mime-data.mo +share/locale/ro/LC_MESSAGES/gnome-mime-data.mo +share/locale/ru/LC_MESSAGES/gnome-mime-data.mo +share/locale/sk/LC_MESSAGES/gnome-mime-data.mo +share/locale/sl/LC_MESSAGES/gnome-mime-data.mo +share/locale/sv/LC_MESSAGES/gnome-mime-data.mo +share/locale/tr/LC_MESSAGES/gnome-mime-data.mo +share/locale/uk/LC_MESSAGES/gnome-mime-data.mo +share/locale/vi/LC_MESSAGES/gnome-mime-data.mo +share/locale/wa/LC_MESSAGES/gnome-mime-data.mo +share/locale/yi/LC_MESSAGES/gnome-mime-data.mo +share/locale/zh_CN/LC_MESSAGES/gnome-mime-data.mo +share/locale/zh_TW/LC_MESSAGES/gnome-mime-data.mo +@dirrm share/gnome/mime-info +@dirrm share/gnome/application-registry |