Commit graph

22 commits

Author SHA1 Message Date
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
heinz
732c7605c7 Updated to version 0.179.
Pkgsrc changes:
  - DESTDIR support

Changes since version 0.176:
============================
0.179   Mon Nov 27 2006
        bug 23657: fix domain label regex: thanks, Nobuaki ITO!

0.178   Sat Nov 25 2006
        reduce cases in which IO::CaptureOutput is needed on Win32
        (bug 22062, thanks Alexandr Ciornii)

0.177   Sat Nov 25 2006
        resolve bug 22710: make fqdn rule more strict: domains must be multiple
          valid domain labels, and domain labels must be [a-z0-9][-a-z0-9]*
        replace UNIVERSAL:: with eval{}-wrapping
2007-04-21 15:32:52 +00:00
obache
7295795a8b Update p5-Email-Valid to 0.176.
Patch provided by Martin Wilke via PR 34374.

Changes:
0.176   Thu Jul 27 2006
        further improve DNS stuff: try to make Net::DNS a prereq if we think
        we'll need it later

0.175   Sat Jun 24 2006
        attempt to improve nslookup-location on Cygwin

0.174   Fri Jun 17 2006
        added module required on Win32 (IO::CaptureOutput) to Makefile.PL

0.173   Fri Jun 17 2006
        update test to require same min. version of TLD.pm as code

0.172   Sat Jun 10 2006
        add pod tests

0.171   Sat Jun 10 2006
        fixed a problem with the test plan

0.170   Thu Jun  8 2006
        fix details on failures for mxcheck and tldcheck
        don't screw up addresses beginning with a dash
        try to work on win32 where forking open is busted (thanks Smylers)
        improve tests

0.16    Fri Jun  2 2006
        maintainership assumed by RJBS
        work with current, broken Net::Domain::TLD
        improve tests
2006-10-26 14:41:53 +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
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +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
he
e571f3d81f Update p5-Email-Valid from version 0.13 to 0.15.
Add HOMEPAGE pointing into search.cpan.org.


Change log:

0.15 Sun Sep  7 21:39:12 PDT 2003
        - Support for top level domain validity check added by Elizabeth
          Mattijsen (liz@dijkmat.nl).  Updated documentation and added tests.
        - Patch to improve portability when looking
          for nslookup executable.  Thanks to Chromatic<chromatic@wgz.org>
        - Update AOL rules in local_rules check thanks to
          Paul Fierro <pablo@nothing.com>

0.14 Wed Jul  3 12:58:50 CEST 2002
        - Applied patch from Michael G Schwern <schwern@pobox.com>
          to remove 'use UNIVERSAL'.
2004-12-05 19:06:05 +00:00
snj
14584d0133 Convert to buildlink3. 2004-05-02 04:19:41 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
0cec9f63e0 Change foo-* dependencies into foo-[0-9]* dependencies so we match only
those packages with a base package name of "foo".
2001-09-27 07:36:12 +00:00
jlam
ce2f263a74 mail/p5-Email-Valid: This module determines whether an email address is
well-formed, and optionally, whether a mail host exists for the domain.
Provided in pkg/13844 by Sen Nagata <sen@eccosys.com>.
2001-09-27 04:05:07 +00:00