Commit graph

1029 commits

Author SHA1 Message Date
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
adam
a0431219da Changes 0.3.3:
* Added basic archive writing support.
* Added a cpio archive module.
* Added a zip archive module.
* Added the beginnings of a cab archive module.
* Added new API functions, which include:
  cxMkDir(), cxGets(), cxExtractFile(), cxExtractArchive(),
  cxMakePhysDirs(), cxApplyFsNodeInfo(), cxMakeFile(),
  cxGetArchiveFileCount()
* Added functions for extracting individual files and full archives.
* Added extraction notification callbacks.
* Added pkg-config support.
* Added gettext v0.11.3+ support.
* Added an Italian translation. Thanks Domenico Andreoli!
* Added a Dutch translation. Thanks Bert De Meyer!
* Added support for some non-ustar tar formats.
* Added a test program to display the file/directory tree inside of an
  archive.
* Removed comprex.h. Applications should now include libcomprex/comprex.h.
* Fixed the extraction code so permissions, timestamps, and ownerships
  are set on files and directories.
* Fixed cxEof().
* Fixed the file and directory iterator. It should provide the
  correct results now.
* Fixed a bug in the ar module where filenames weren't always read in
  correctly.
* Fixed a bug in the tar module where filenames that start with '.'
  weren't processed correctly.
* Fixed library linking problems with libbz2 and libz.
* Fixed compiling errors when --prefix wasn't specified, and linking
  errors with libltdl.
2005-08-08 09:00:00 +00:00
heinz
8195f478d8 Added an appropriate TEST_TARGET. 2005-08-07 16:02:12 +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
tron
ee098803d6 Add patch to fix the security problem described in SA16309. 2005-08-04 14:20:35 +00:00
wiz
a6b7dfd2bb Update to 2.31:
New things in Zip 2.31

- Crypt now part of source distribution (see Readme.cr)
- Bug fixes:
  - Debian patch 001 - Converted quoted strings
  - Debian patch 002 - Makefile changes
  - Debian patch 003 - Build changes
  - Debian patch 004 - Changes to unix/configure
  - Debian patch 005 - Fix for FNMAX path bug
- Split VMS -V into -V and -VV (see Manual)
- New VC6 project files thanks to Cosmin
- AtheOS port (thanks to Ruslan Nickolaev)
- Add api.c kluge for zip32.dll to support Visual Basic
- Binary detection changed from 20% binary to new algorithm
  that should better detect word processing files as binary
  and should accept UTF-8 files as text.  This flags the file
  in the archive as TEXT or BINARY for use by UnZip for line
  end conversion (see proginfo/txtvsbin.txt)
- License update
- DJGPP fixes
- Many Makefile updates
- Fixes to ZipSplit, ZipNotes, and ZipCloak
2005-08-03 18:54:31 +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
agc
7a76dfeafc Update archangel to 20050730
+ include <stdint.h> if we have it, so that we can use uintXX_t types
on OSes that don't have them in <sys/types.h> (thanks, Mac OS X)

+ clean up some uninitialised warnings on NetBSD-current

+ rein in on the compilation flags, since older versions of gcc seem
to barf on -std=c99 (thanks to David Maxwell for pointing this one out).
2005-07-31 22:31:04 +00:00
junyoung
9542020f3a Sync with pkgsrc-wip-kr. 2005-07-27 03:13:27 +00:00
agc
32c54c9362 Update archangel to 20050724 version.
Differences from previous version:

+ properly recognise __attribute__() - pointed out very eloquently by
Joerg Sonnenberger

+ add -V switch to aatar to print the version

+ fix more fallout from autoconf, showed up by bulk builds on 3.0
2005-07-24 07:44:07 +00:00
wiz
446fa529a8 Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23 21:34:55 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
agc
200e39a74c Update archangel to 20050720 sources.
Changes since previous version:

+ lint fixes, highlighted by amd64 bulk build results - cast 64bit entities
to the correct type when printing the values.
2005-07-20 21:35:44 +00:00
minskim
b27819145f Make this package build on NetBSD-1.6.2 by correcting header file paths. 2005-07-19 13:51:52 +00:00
agc
e72a2bfef1 Update archangel to sources from 20050716:
+ updated options parsing in aatar
+ fixed a bug whereby zero-length files would not be added to the
  archive correctly
2005-07-16 23:14:45 +00:00
schmonz
7a6b5fccad Fix HOMEPAGE. 2005-07-14 22:14:11 +00:00
agc
1872a66d33 Add and enable archangel 2005-07-14 21:46:52 +00:00
agc
291fa82d6c Initial import of archangel-20050714 into the Packages Collection.
Archangel is an archiver for 2005 and beyond. Some features are:

	+ cross-platform
	+ individually {compressed,bzip2ed,gzipped} entries
	+ individually {signed,encrypted,signed+encrypted} entries
	+ entries can be padded to arbitrary lengths

	All in all, a combination of zip, tar, and gpg on steroids

	You can now backup files, and not be worried about people reading them,
	either in transit or at their destination.

	Entries have a maximum size of 1 MB (by default) internally, so that
	media problems mean that you can recover the parts that aren't affected.
2005-07-14 21:45:29 +00:00
wiz
0488ffd65c Remove unneeded comment. 2005-07-14 20:05:17 +00:00
wiz
2a5f60c814 Update COMMENT and DESCR to denote this is the older
version of archivers/lzo.
2005-07-14 20:04:39 +00:00
wiz
a09020b636 Add and enable lzo. 2005-07-14 20:03:12 +00:00
wiz
70110fc20d Initial import of lzo-2.01, the new major version of archivers/liblzo.
LZO is a portable lossless data compression library written in ANSI
C.  It offers pretty fast compression and very fast decompression.
Decompression requires no memory.

In addition there are slower compression levels achieving a quite
competitive compression ratio while still decompressing at this
very high speed.

The LZO algorithms and implementations are copyrighted OpenSource
distributed under the GNU General Public License.
2005-07-14 20:02:47 +00:00
wiz
4d15892470 Update to 0.6.1:
Various minor bugfixes.
2005-07-14 16:56:24 +00:00
wiz
0dfa5b58a3 Reset maintainer, mail bounced. 2005-07-14 13:47:55 +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
minskim
de95a0c3e2 Update ulalz to 0.40.
Changes:
  - Verify CRC after decompressions.
  - Fix a bug in crypto code.
  - Error handling for non-ALZ files.
  - Fix a buffer overflow in UTF-8 filesystem.
  - Fix a bug in GetFileList().
2005-07-12 13:55:26 +00:00
minskim
16b3e9a0b6 USE_PKGLOCALEDIR=yes 2005-06-30 18:31:24 +00:00
wiz
e3bea768e4 Remove HOMEPAGE from DESCR. 2005-06-29 07:57:25 +00:00
martti
b194b08d50 Updated dar to 2.2.2
* lots of new options
* lots of bug fixes
* translation updates
* documentation updates
2005-06-29 07:38:40 +00:00
minskim
34db0b72e6 Darwin>=8.0 has a dynamic library of bzip2. Exclude it from
_INCOMPAT_BZIP2.
2005-06-27 18:17:57 +00:00
kristerw
d0f10e84f0 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 19:12:55 +00:00
wiz
fbb04b5ddc Update to 4.20:
Version 4.20
============

  - From Windows version of 7-zip 4.19 and 4.20 :
    - BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and
      Ultra. In Normal mode it compresses almost as original BZip2 compressor.
      Compression ratio in Maximum and Ultra modes is 1-3% better for some files,
      but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times
      slower than Normal mode.
    - Console version now prints all messages to stdout by default,
      and if -so switch is specified, 7-Zip prints messages to stderr.
    - Some bugs were fixed

  - Updating "contrib/VirtualFileSystemForMidnightCommander/" with u7z-4.16beta.tar.bz2

  - bug #1204993 (does not find broken filenames)

  - bug #1201244 (Missing files in p7zip_4.18_x86_linux_bin.tar.bz2)

  - makefile.linux_x86_ppc_alpha : flag "-fPIC" added

  - flag "-l" added.
    without   : p7zip stores symlinks (like p7zip 4.18)
    with "-l" : p7zip stores the files/directories pointed by symlinks (like before p7zip 4.18)
      CAUTION : the scanning stage can never end because of symlinks like ".."
                 (ex:  ln -s .. ldir)
2005-06-24 14:32:13 +00:00
kristerw
6b327495a0 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-23 20:37:23 +00:00
dillo
2e3d65600b add and enable libzip 2005-06-22 21:12:50 +00:00
dillo
97f6339c54 Import libzip-0.6, a C library to manipulate zip archives. 2005-06-22 21:11:38 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
adrianp
9e4ee3783c - Patches to address CAN-2005-1228 and CAN-2005-0988 based on FreeBSD SA
and Gentoo/Debian patches.
2005-06-09 20:23:26 +00:00
hira
8035a4ef8a Add missing entry to PLIST. Bump PKGREVISION. 2005-06-06 14:48:05 +00:00
yyamano
bf8d8a95ff Make this build on Darwin. 2005-06-06 14:03:53 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
rillig
d67097247a Changed values of some variables to "yes" instead of #defined. 2005-05-31 21:39:29 +00:00
wiz
35757d3de1 Change PKGNAME to rar-linux, to match directory name.
Noted by Lars Nordlund.
2005-05-31 20:48:17 +00:00
salo
eb0d657fb7 Security update to version 1.0.3
- Further robustification against corrupted compressed data.
  There are currently no known bitstreams which can cause the
  decompressor to crash, loop or access memory which does not
  belong to it.  If you are using bzip2 or the library to
  decompress bitstreams from untrusted sources, an upgrade
  to 1.0.3 is recommended.

  http://scary.beasts.org/security/CESA-2005-002.txt

- The documentation has been converted to XML, from which html
  and pdf can be derived.

- Various minor bugs in the documentation have been fixed.

- Fixes for various compilation warnings with newer versions of
  gcc, and on 64-bit platforms.

- The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2.
  This has been fixed.
2005-05-26 15:03:11 +00:00
rillig
36425f6078 Converted USE_PERL5 to USE_TOOLS. 2005-05-25 22:53:55 +00:00
rillig
d3f1c69d8c Replaced #defined with "yes" in NO_CONFIGURE. 2005-05-25 22:53:26 +00:00
rillig
d6629abb25 Replaced #defined with "yes" in NO_CONFIGURE and NO_BUILD. 2005-05-25 22:52:53 +00:00
rillig
0c645e6c3c Removed trailing white-space. 2005-05-25 22:51:15 +00:00
rillig
f108e799c5 Replaced USE_PERL5 with USE_TOOLS. 2005-05-25 22:37:37 +00:00