Commit graph

22 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
he
59a0fe51ac Update from version 1.06 to 1.07.
Upstream changes:

1.07 - Fri Aug 15 16:53:36 2008
	* Fixed the odd character problems in some of the files
	* No need to upgrade if you already have this installed

1.06_03 - Sun Jun 22 11:32:46 2008
	* Trying the __sgi definition. If this doesn't make things
	blow up, this release will get bumped to 1.07.

1.06_02 - Thu Jun 19 11:55:21 2008
	* Removed wide chars from the header file. Some compilers
	like to complain about things that are wrong. :(

1.06_01 - Wed Jun 18 09:37:34 2008
	This is a test of a fix for Irix.

1.06_01 - Wed Jun  4 19:18:57 2008
	* This is a test of a fix for Irix.
2008-09-12 11:53:45 +00:00
rhaen
97f5307fde - updated to 1.06
- fixed dependencies (required)
ChangeLog:
1.06 - Wed Apr 23 13:14:34 2008
	* This release has a compiler-bug workaround for Sun C 5.9
	identified by Andy Armstrong. No, really, it was a compiler
	bug: http://in.opensolaris.org/jive/thread.jspa?threadID=53641&tstart=0
	* You don't need to upgrade if you already have 1.05.
2008-07-17 10:59:22 +00:00
heinz
d3b842b4ee Updated to version 1.05.
Pkgsrc changes:
  - Added missing HOMEPAGE.
  - The package supports installation to DESTDIR.
  - A C compiler is necessary.

Changes since version 0.05:
===========================
1.05 - Fri Nov  9 05:39:09 2007
	* This version fixes the signed integer problems that Solaris had.
	* Now this module require perl 5.6.
	* You don't need to upgrade if your system isn't Solaris.

1.04 - Mon Oct 15 14:27:00 2007
	* Quashed warnings about overflows by casting numbers to
	unsigned ints.
	* This compiles warning-free and passes all tests on
	Solaris 10 with gcc 3.4.6, so it might take care of RT
	# 27632

1.04_02 - Wed Sep 19 19:24:06 2007
	* remove test files that shouldn't be there

1.04_01 - Wed Sep 12 15:34:24 2007
	* This developer release explores the Solaris bug noted in
	RT # 27632. Some Solaris installations may be encrypting or
	decrpyting incorrectly.

1.04 - Fri Feb 23 11:20:44 2007
	* Todd Ross adjusted rijndael.h to use __sun to identify Solaris boxes. GCC
	uses __sun__ or __sun, but Solaris cc only uses __sun :
	http://blogs.sun.com/morganh/date/20060928
	* If you've already compiled this module, you don't need to upgrade

1.03 - Thu Feb 22 15:42:04 2007
	* Updated distro to include missing Pod tests
	* No code changes

1.02 - Thu Jan 25 14:48:51 2007
	* Updated docs to show cipher modes. No need to upgrade if you
	already have this.

1.01 - Wed Jan 10 19:14:14 2007
	* Bump to a release version. This is the same as 0.06_10.
	* This release should fix the problems with INT types on all
	platforms, including 64 bit platforms.

0.06_10 - Wed Jan 10 00:35:10 2007
	* Let's try the int type for MinGW:wq

0.06_09 - Fri Dec 15 08:12:02 2006
	* Updated header file to handle Solaris special case
	* I think this might be the release candidate for 0.07! :)

0.06_08 - Wed Nov 29 19:51:33 2006
	* Adjusting WIN32 targets for typedefs. Some things look like both
	Unix and Windows, so I don't want compilers to choke if it tries to
	redefine types.

0.06_07 - Mon Nov 27 10:37:18 2006
	* more header file fiddling to get everyone to define the right
	abstract types. This time check for _SYS_TYPES_H

0.06_06 - Fri Nov 17 14:56:19 2006
	* Fooled with header file some more, and tested it myself on
	Cygwin. Instead of checking for WIN32, just check for __CYGWIN__

0.06_05 - Fri Nov 17 11:13:25 2006
	* The last two revisions seem to not define UINTxx and ends up with a
	parse error. Let's try this, as I go off to dig out my Windows box.

0.06_04 - Wed Nov 15 14:43:37 2006
	* Try UINT patch from David Golden to get this to work on MinGW

0.06_03 - Wed Nov 15 11:07:08 2006
	* Re-jiggered logic to define UINT32 and UINT8. First I'll try
	sys/types.h, then check if they are already defined elsewhere, and
	lastly hardcode the typedefs based on platform. The previous
	release (0.06_02) had some problems on Windows from conflicting
	typedefs (similar to the cygwin problems with libjpeg and X), so
	I guard my typedefs by checking for previous definitions. Let's
	hope those previous definitions are right :)

0.06_02 - Sun Nov 12 16:23:07 2006
	* Let's try some hardcoded types for UINT(32|8) for Windows.

0.06_01 - Sun Nov 12 10:38:56 2006
	* Adjust version number to match distro number (RT #4227)
	* Use <sys/types.h> instead of hard-coding (RT #22755, 9514, 18812,
	1444, 503).
	* This module is now maintained by brian d foy (bdfoy@cpan.org)
2008-01-25 02:26:31 +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
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
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +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
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
martti
c1b54b4f61 COMMENT should start with a capital letter. 2003-07-21 17:20:17 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +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
9e04fbd4b5 Convert to buildlink2. Use perl5/module.mk. 2002-10-06 22:31:03 +00:00
martti
1eaea6eefb Updated to 0.05 (provided by Shell Hung in pkg/14803)
Changes:
- Removed empty HOMEPAGE
- Implemented the recommendation by NIST, ECB, CBC, CFS-128, OFC and CTR
2001-12-10 15:34:40 +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
mjl
eff96ea66f Initial import of p5-Crypt-Rijndael, as provided by Sen Nagata. 2001-09-20 00:49:39 +00:00