Commit graph

82767 commits

Author SHA1 Message Date
kristerw
fad5e651ff Note PKGREVISION bump for lang/python23. 2005-08-02 05:12:12 +00:00
kristerw
9e7d57552b Add the libpython2.3.dylib.
Bump PKGREVISION.
2005-08-02 05:06:56 +00:00
reed
4b52aacba0 Fix typo. 2005-08-02 03:38:09 +00:00
taca
80a38ec632 Note update of devel/p5-Compress-Zlib to 1.35. 2005-08-02 03:24:32 +00:00
taca
79e1eb9c5b Update p5-Compress-Zlib packaeg to 1.35.
This includes security fix as zlib 1.2.2.

CHANGES
-------

  1.35 - 16 July 2005

      * Updated zlib source to 1.2.3

      * Fixed problem with where two calls to gzclose would hang the debugger.
        See https://rt.cpan.org/Ticket/Display.html?id=13789

      * Added code from Alexey Tourbin to use XSLoader when available,
        and DynaLoader otherwise.

      * Documented that the compress & uncompress functions were not
        the same as the Unix utilities of the same name.

      * Fixed 05gzsetp -- it left a temp file hanging around.

      * Integrate core change 24787 - SvUPGRADE returns void in blead

      * Integrate core change 24788 - Makefile.PL adjustments for the core
2005-08-02 03:23:44 +00:00
reed
0ba4386344 Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to
pkgsrc/mk/defaults/mk.conf.

This is from PR 30741 from anonymous AT example.net.
2005-08-02 00:23:31 +00:00
reed
a587c72eed Updated x11/fspanel to 0.8.0.1nb4 2005-08-02 00:15:10 +00:00
rillig
5cf3e67b43 Some more speed optimization. 2005-08-01 23:54:09 +00:00
rillig
ddc2bad236 Converted PkgLint::FileUtils::Line to use an array instead of a hash for
saving the fields. This gives a 5 percent speed-up.
2005-08-01 22:29:13 +00:00
dmcmahill
3553893136 note update of pkgtools/cdpack to 1.6 2005-08-01 21:48:48 +00:00
dmcmahill
c0d9814d89 update to cdpack-1.6.
- add -m, -o, and -r flags to optionally specify the machine-architecture
  operating system, and os version to be displayed in the generated README
  file.  From Greg Woods via private email.

- White space fixes from Greg Woods.

- Clean up the generated README file as well as several of the messages
  to reflect if the collection is a CD-ROM or DVD set.  Some patches from
  Greg Woods, more from me.

- List the tools used at runtime.
2005-08-01 21:47:43 +00:00
rillig
347db3598b Sppeded up the subroutines read_makefile and check_for_multiple_patches. 2005-08-01 21:28:06 +00:00
rillig
3496d25434 Added a new command line option --debug|d. It is currently used for
measuring the time spent in the main checking subroutines. Using that
function I discovered that method calls like $line->text are awfully
slow. The subroutine checkfile_PLIST spent half of its time in this
function call. Now it is almost twice as fast as before.
2005-08-01 21:02:30 +00:00
tron
92c13868ad Note update of "imap-uw" package to version 2004c1nb3. 2005-08-01 20:34:50 +00:00
tron
47c0862eac Add optional IPv6 support. Bump package revision because of this change. 2005-08-01 20:34:31 +00:00
jlam
21ffccc8f2 Note that the sparc64 patch is actually a hack for gcc<3.3. 2005-08-01 19:27:39 +00:00
rillig
452f1079ac Simplified the code---no user-visisble changes. 2005-08-01 18:39:40 +00:00
rillig
656b775a63 More code cleanup. This time it's only white-space issues. 2005-08-01 18:03:37 +00:00
rillig
362c7ac285 Added p5-PAR version 0.89.
PAR is a toolkit to create and use perl scripts and modules stored
inside compressed .par files, similar to what .jar is to Java.
2005-08-01 17:59:36 +00:00
rillig
5f1572f6ef Added PAR-0.89.
PAR is a toolkit to create and use perl scripts and modules stored
inside compressed .par files, similar to what .jar is to Java.
2005-08-01 17:58:38 +00:00
drochner
440ec0e316 while I don't use this pkg actively, fix some obvious problems:
-restore dependencies on libtool and pkg-config to be "full",
 (this is an IDE, using all that gnu stuff)
-fix the baudrate patch to give it a chance to compile on NetBSD<current
 (B460800 went in just recently)
-don't try to remove $PREFIX/share/mimelnk
2005-08-01 17:17:14 +00:00
reed
348ec7ac3f Patch fspanel.c so the workspace switching buttons (like 1, 2 ,3)
will work with blackbox. This is from Tero Koskinen on the blackbox list.
It also works with xfwm4 and window maker; and the patch should work
on all NetWM compliant window managers.

Tested and okayed by maintainer, Joel Carnat.

Bump PKGREVISION.
2005-08-01 17:10:32 +00:00
rillig
03037814cd Internal cleanup: moved some subroutines so that fewer forward
references are needed. As the return value of the checkfile_*
subroutines is not needed, it is not provided anymore. Some other small
changes, which all do not affect the actual output or behavior of
pkglint.
2005-08-01 17:06:56 +00:00
wiz
42cc128e46 Remove (commented out) USE_DB2 here too. 2005-08-01 15:40:19 +00:00
wiz
0bbe0f0493 USE_DB2 is not used any longer, remove it. 2005-08-01 15:39:50 +00:00
wiz
cef1157503 Adapt for socketmap -> sendmail-socketmap. 2005-08-01 15:30:52 +00:00
wiz
ca34417c57 Describe sendmail-socketmap. 2005-08-01 15:29:24 +00:00
wiz
8f60660ad3 Rename socketmap option to sendmail-socketmap. 2005-08-01 15:27:00 +00:00
wiz
1b85815c74 Another variable can be removed after the next branch. 2005-08-01 14:56:44 +00:00
wiz
4725013ee3 Convert to options framework. 2005-08-01 14:54:33 +00:00
martin
ff06b1ef37 Note addition of archivers/unshield - a tool to extract .CAB files in
InstallShield format.
2005-08-01 14:31:46 +00:00
martin
3646e6968c enable unshield 2005-08-01 14:29:08 +00:00
martin
99b336d523 Import of unshield-0.5, a tool to extract .CAB archives in InstallShield
format.
2005-08-01 14:22:02 +00:00
adam
014c848042 Updated devel/anjuta to 1.2.3 2005-08-01 14:15:54 +00:00
adam
6c304fcaf4 Changes 1.2.3:
After a long time I made another release to bring some patches from the community to all users:

New: Better symbol handling of structs/classes/etc.
New: New realtime func/macros/var/struct define exporer in message windows.
Bug fix: IA64 and Solaris problems
Bug fix: Terminal Ctrl-C and Shift-Insert
Bug fix: Debugger improvements
Bug fix: Project generation
Bug fix: double tags loading
Bug fix: Patches from the debian tree (Thanks!)

Hopefully this will make anjuta more usable for now. Of course there are
many many other bugs but development is concentrating on anjuta2.
2005-08-01 14:14:49 +00:00
wiz
53d044314a Use tar, gtar is not really necessary. 2005-08-01 13:10:07 +00:00
wiz
c8b9fd00ce Update MASTER_SITES. Use rsaref-license. 2005-08-01 12:27:53 +00:00
wiz
ad59c9ee11 Add license for security/rsaref. 2005-08-01 12:26:56 +00:00
wiz
4acf55d953 Add comment that USE_MILTER legacy handling can be removed after 2005Q3. 2005-08-01 12:19:37 +00:00
wiz
c305027ada Convert to options framework. 2005-08-01 12:18:41 +00:00
wiz
299780592a Sort. 2005-08-01 12:15:40 +00:00
wiz
50fb2bd282 Add support for NET_SNMP_USE_SSL legacy var. 2005-08-01 11:58:33 +00:00
wiz
a9264a1931 Add RCS Id. 2005-08-01 11:56:54 +00:00
wiz
85c448cdb5 Remove trailing whitespace. 2005-08-01 11:56:17 +00:00
wiz
3f8122837e Convert to options framework.
While here, sort Makefile a bit to make it easier to read.
2005-08-01 11:55:55 +00:00
wiz
1ce099d619 Remove comment about obsolete TKPASMAN_USE_SSL variable. 2005-08-01 11:46:36 +00:00
wiz
fe6278675c Default to enabling ssl, like before. 2005-08-01 11:45:56 +00:00
wiz
19360ac3ff Convert to options framework. 2005-08-01 11:45:19 +00:00
wiz
5347dad73a Remove another legacy var that was removed from pkgsrc before the previous branch. 2005-08-01 11:40:56 +00:00
wiz
4891041ece Remove comments for deprecated XCHAT_* variable. 2005-08-01 11:39:59 +00:00