Commit graph

14 commits

Author SHA1 Message Date
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
36c06170d9 Update to 0.15:
0.15  Wed Feb 13 2008
      A special thanks to Chapman Flack for bug reports and patches.
      - Added some empty pod declarations to satisfy Pod::Coverage (RT 33099)
      - Fixed typo \xF7 => \x7F in ascii control char check (RT 30959)
      - Adapted new File::BaseDir API
      - Added DesktopEntry as a mandatory dependency
      - Added support for endian conversion (RT 28618)
      - Fixed mask behavior by making it a bit-wise regex (RT 28620 28635)
      - Reduced range by 1 byte to match ref implementation (RT 28634)
      - Added "--no-ask" switch to the mimeopen command
      - Added "mime_applications_custom()" to set custom commands
      - Made Magic load magic data when needed, not at startup
      - Made MimeInfo load glob data when needed, not at startup
2008-04-16 09:01:13 +00:00
wiz
1baffca2e9 Add missing PLIST. 2007-11-30 22:43:46 +00:00
wiz
1d790c4623 Update to 0.14:
0.14  Fri Jun 08 2007
      - Changed syntax for open() to 3 argument form
      - Fixed bug for filenames like "0"
      - Fixed bug with "-l" for Win32
      - Fixed bug with malformed utf8 chars in default() method
        derived from suggestions by mcummings_gentoo.org and jonas_cpan.org
      - Moved from Makefile.PL to Build.pl
2007-11-29 16:28:48 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
2d50786f63 Update to 0.13:
0.13  Sun Feb 26 2005
      - Fixed a bug in F:M::Applications for mimetypes containing a '+'
      - Fixed a bug in F:M::Applications when dir non-existent (debian #347462)

0.12  Sat Oct  8 2005
      Updated to version 0.13 of the shared mimeinfo specification
      - Magic rules with priority 80 go above globs now
      - Added mimetype_isa() to check for mimetype subclasses
      - Added mimetype_canon() to check for mimetype aliases
      - Added support for the inode/mount-point mimetype
      - Added File::MimeInfo::Applications and the mimeopen script
      - Changed the order of checking for inodetype "symlink" and "directory"
      as suggested by Jens Luedicke
      - Fixed a few inaccuracies in the documentation

0.11  Fri Mar 18 2005
      - Added an @DIRS to be able to overload the XDG_DATA_DIRS path
      - Fixed the code to let "mimetype" determine the mime-type of STDIN

      Thu Mar 17 2005
      - Fixed a bug in the globs() method, added File::Basename to the
      dependency list.
      - Added the --all and --magic-only options to "mimetype"

      Wed Mar 16 2005
      - globs() now returns the matched extension when called in list context
      - Added Cookbook.pm as a kind of FAQ document
      - Applied part of a patch to support reverse lookup of extensions
      which was also supplied by jgmyers at proofpoint.com
      This adds the extensions() method and fixes a bug in a regex.
      - Applied a spelling patch supplied by jgmyers at proofpoint.com
2007-02-27 09:19:21 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
epg
ccf30b1ea5 Import p5-File-MimeInfo-0.10.
This module can be used to determine the mime type of a file; it's
a replacement for File::MMagic trying to implement the freedesktop
specification for using the shared mime-info database. The package
comes with a script called 'mimetype' that can be used as a file(1)
work-alike.
2004-09-26 04:41:27 +00:00