summaryrefslogtreecommitdiff
path: root/databases/gnome-mime-data/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-04-15Update to 2.18.0, for GNOME-2.18.wiz1-3/+3
Changes not detailed in the NEWS file.
2006-11-14update to 2.4.3drochner1-4/+3
changes: tralslation updates, build system fixes
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-4/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-27gnome-mime-data uses intltool, so include it's bl3.mk.recht1-1/+2
Fixes the build on OS X.
2004-10-26Update to 2.4.2: list of changes unknown, but only minor fixes can be expected.jmmv1-3/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-04Enable pkgviews installation.xtraeme1-1/+3
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-11bl3ifyxtraeme1-4/+4
2004-02-06Update to 2.4.1:jmmv1-2/+2
2003-12-22 Bastien Nocera <hadess@hadess.net> * configure.in: update to 2.4.1 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs.keys.in: add more aliases for .zip files (Closes: #129510) 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: * gnome-vfs.applications: * gnome-vfs.keys.in: * gnome-vfs.mime: application/x-flac is now audio/x-flac, image/svg is now image/svg+xml (Closes: #127667, #86748) 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: better heuristics to detect RIFF CDXA video types (Closes: #129780) 2003-12-22 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: matching on "<title" brings too many false positive (HTML vs. XML) (Closes: #111234) 2003-12-09 Bastien Nocera <hadess@hadess.net> * gnome-vfs.keys.in: * gnome-vfs.mime: run check-mime.pl, run check-mime.pl, whip self, whip self, add bittorrent mime-type 2003-12-09 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: * gnome-vfs.keys.in: * gnome-vfs.mime: add DjVu support as image/x.djvu 2003-12-02 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: * gnome-vfs.keys.in: * gnome-vfs.mime: add support for application/x-gchempaint and application/x-gcrystal (Closes: #126293) 2003-12-01 Bastien Nocera <hadess@hadess.net> * man/Makefile.am: don't install the man page, it's outdated
2003-12-14Update to 2.4.0 from Min Sik Kim PR pkg/23714.xtraeme1-5/+5
Changes: o Support more languages. o Provide mime database only; o Icons have been moved to gnome-icon-theme.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv1-3/+3
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-25Depend on gnome2-dirs to handle the share/application-registry directory.jmmv1-1/+3
Bump PKGREVISION to 1.
2003-04-30Use PKGCONFIG_OVERRIDE.jmmv1-1/+3
2003-04-27Update gnome-mime-data to 2.2.0. This includes an updated set of icons.rh1-4/+3
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-02Make this a prerequisite of gnome-vfs and only conflict withrh1-3/+3
gnome-vfs<=1.0.3 Bump PKGREVISION
2002-12-25Make this package install its configuration file inside the examples treejmmv1-1/+8
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2002-11-30USE_PKGLOCALEDIR, delint.salo1-3/+4
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-09-05Update to 2.0.1. Lots of new entries, I guess.wiz1-6/+9
Use buildlink2.
2002-09-05Reimport from gnome-mime-types to match DISTNAME.wiz1-0/+20