Commit graph

21 commits

Author SHA1 Message Date
hiramatsu
e137acb29c Add LICENSE. 2011-10-21 04:29:23 +00:00
adam
595325f15a Revision bump after updating perl to 5.14.1 2011-08-06 13:04:14 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
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
he
ac5edd3af7 Update from version 1.5 to 1.61. Changes:
1.61  Tue Jul 27, 2004
	Made a small change to the example.pl script to keep it from
	dumping deref warnings.  Thanks to an anonymous person who sent
	this suggestion through the CPAN bug tracking system.

1.6   Mon Jan 26, 2004
        Patched around yet another undocumented "feature" of the TOC
        protocol---namely, in order to successfully sign on, you must have
        at least one buddy in your buddy list.  At sign-on, in the absence
        of a real buddy list, Net::AOLIM inserts the current user as a
        buddy in group "Me."  Don't bother removing this buddy, as it
        doesn't really exist---as soon as you add any real buddies, this
        one will go away.  Thanks to Galen Johnson and Jay Luker for
        emailing with the symptoms.
2008-08-07 09:22:54 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
schmonz
4d06196c07 Update to 1.5, quell pkglint, and relinquish MAINTAINER. From the
changelog:

- Added a very simple t/use.t test script that just makes sure the
  module loads properly.
2007-03-24 06:14:55 +00:00
rillig
c0c5854a86 Fixed hard-coded paths. Bumped PKGREVISION. 2006-10-02 21:27:03 +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
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +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
snj
e74a5b7c43 Convert to buildlink3. 2004-04-27 22:03:13 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
schmonz
62b121f312 Convert to buildlink2. Use perl5/module.mk. Move post-extract to pre-configure. 2002-10-09 00:51:05 +00:00
schmonz
80963ef125 Update to 1.4, and update my email address. Changes:
Changed (defined @tci_buddies) to (@tci_buddies) in
        toc_chat_invite.  Fixed a potential infinite loop in
        set_srv_buddies involving an off-by-one error in a for() test.
        Thanks to Bruce Winter for pointing this out.

        Changed the way that Net::AOLIM sends the login command string
        because AOL apparently changed their server software, breaking
        the previous implementation.  The new method requires that only
        the user agent string be in double quotes; all other fields
        should not be quoted.  Note that this does not affect the user
        interface at all---it's all handled internally.  Thanks to Bruce
        Winter, Fred Frey, Aryeh Goldsmith, and tik for help in tracking
        down and fixing this error.

        Also added additional checks to read_sflap_packet so that if the
        other end of the connection dies we don't go into an infinite
        loop.  Thanks to Chris Nelson for pointing this out.
2002-05-12 15:40:15 +00:00
martti
2842dd73f7 Imported p5-Net-AOLIM-1.2 (provided by Amitai Schlair in pkg/15210)
Object-Oriented interface to the AOL Instant Messenger TOC client protocol.
2002-01-31 07:34:51 +00:00