Commit graph

458 commits

Author SHA1 Message Date
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
grant
bce85df836 add xmill 2003-02-17 09:23:06 +00:00
grant
5d72966303 use the full path to unzip. 2003-02-17 09:22:47 +00:00
grant
50863252ec Initial import of xmill-0.7 into The NetBSD packages collection.
XMill is a special-purpose compressor for XML data that typically achieves
twice the compression rate over existing compressors, such as gzip.

Provided by collver1@attbi.com in PR pkg/20353, with minor changes by
me.
2003-02-17 09:20:25 +00:00
jmmv
79492e16f3 Update to 2.2.1. Changes since 2.0.4:
version 2.2.1
	* Change icon themes on the fly and allow svg icons.
	* Added pt, sk and mn translations.
version 2.2.0
	* Updated the manual.
version 2.1.5
	* Handle LHA archives created on Windows.
	* Bugfixes.
version 2.1.4
	* Bugfixes.
version 2.1.3
	* Multi Drag & Drop support.
	* Session management support.
	* HIG compliant dialogs.
	* Added archive operations in the nautilus context menu.
	* Scripts removed.
	* Bugfixes.
version 2.1.2
	* Archive loading is 3 times faster.
	* Recognize zip archives regardless of the file extension.
version 2.1.1
	* Use egg-recent for handling recent files.
	* Use gnome-icon-lookup to get icons.
version 2.1.0
	* Do not read the archive in non-interative mode, this speeds up
	  extraction with Nautilus scripts.
	* Fixed russian manual.

Changes in the package:
- Use schemas.mk to register GConf2 schemas in the global database.
- Depend on gnome2-dirs.
2003-02-14 20:55:50 +00:00
grant
c7945897b2 - remove unnecessary if(OPSYS == Darwin), as this is handled
automatically.
- use ${TOUCH} to create empty file, not ${ECHO} '' > filename...
2003-02-13 17:41:37 +00:00
yyamano
5f3bc8e0de fix build on darwin. 2003-02-06 15:06:17 +00:00
jlam
733bab205c Reorder the two targets for aesthetic reasons. 2003-02-04 18:44:52 +00:00
jlam
3c82a3e8ca Create a fake libtool archive since libbz2.la isnt in the base system but
the package creates one.
2003-02-04 18:40:07 +00:00
jmmv
1b555806e7 Remove dependancy on gnome1-dirs as discussed with wiz. This will be handled by gnome-libs. 2003-01-27 19:46:59 +00:00
jmmv
7a7159adec Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION to 1. 2003-01-27 11:46:58 +00:00
tron
a90297edcc Fix typo in last commit. 2003-01-21 14:22:31 +00:00
wiz
86aa32b2fa Depend on latest gtar, PKGREVISION++. 2003-01-21 11:49:50 +00:00
wiz
98dc9010e9 Bump PKGREVISION for last change. 2003-01-21 09:29:45 +00:00
jschauma
baee51c780 As suggested by wiz:
Make sure a ${PREFIX}/bin/gtar exists independent of ${GNU_PROGRAM_PREFIX},
since it's needed for pkgsrc, and make pkgsrc use ${PREFIX}/bin/gtar.
2003-01-20 23:23:57 +00:00
salo
a44600312f s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV. 2003-01-19 06:46:23 +00:00
wiz
58d8da7264 Update to 3.1.3, bugfix release. 2003-01-13 10:55:11 +00:00
cjep
f2bc62817c USE_PKGLOCALEDIR 2003-01-10 07:34:16 +00:00
uebayasi
dc1117f8e4 Prototype buildlink2.mk's created automagically by createbuildlink(8). 2003-01-09 11:21:40 +00:00
jmmv
9e7affa983 Add and enable file-roller 2003-01-04 12:46:45 +00:00
jmmv
c16c2865bc Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This means
that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.

Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.

Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 12:45:42 +00:00
agc
81c51de124 Update to version 20021217 of mousetar.
Major change is a minimalist bignum implementation as a portable means
of supporting integers larger than 32 bits.
2003-01-02 09:45:48 +00:00
jschauma
4c3744b0dd Update MASTER_SITE. Should fix problem in Huberts last bulk-build. 2002-12-26 18:04:33 +00:00
grant
7bcdc57b43 also pass '-DBSD' on Darwin. 2002-12-25 18:30:24 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
wiz
61bff0cd75 Oops, typo in last. 2002-12-24 18:52:45 +00:00
wiz
a208234c4d Update MAINTAINER address, per PR 19515. 2002-12-24 18:50:12 +00:00
jmmv
ae19327ec0 Make this package install its example file inside the examples tree. Do not
copy it to PKG_SYSCONFDIR as it is just an example, not needed for regular
operation. Bump PKGREVISION to 1.
2002-12-23 08:05:34 +00:00
cjep
26603c92dd Add and enable unzoo 2002-12-23 01:57:04 +00:00
cjep
bbe6a86183 Initial import of unzoo 4.4 into the NetBSD packages collection as
archivers/unzoo.

unzoo is a public domain zoo archive extractor.
2002-12-23 01:56:43 +00:00
wiz
4ea2ccb987 'files/gtar.1' does not change name depending on GNU_PROGRAM_PREFIX;
noted by Jeremy C. Reed.
2002-12-22 17:15:33 +00:00
agc
28b3d18ee5 Allow this to be built on Linux. From Jeremy Reed, PR 19481 2002-12-22 16:37:30 +00:00
wiz
1de7c1fa18 Do not change (variable) name of executable in info documentation. 2002-12-22 01:49:13 +00:00
wiz
efda627f0a Use GNU_PROGRAM_PREFIX, based on a patch by Jeremy C. Reed. 2002-12-22 01:42:16 +00:00
wiz
22c7f33811 Use GNU_PROGRAM_PREFIX. Based on patch by Jeremy C. Reed. 2002-12-22 01:34:38 +00:00
grant
2938fe0c30 Updated star to 1.4.2.
Major changes since 1.4.1:

- printf() now correctly handles %X vs. %x on 64 bit machines
  Removed a 20 year old local extension that became non-portable.
- new 'librmt', which may be used by any external program like e.g.
  dump/restore to improve cross platform compatibility.
- librmt now allows the use of ssh(1) for remote tape access.
- smt benefits from librmt and now gives platform independent
  'mt status' output in remote mode.
- New option -wready for smt.
- Better man page for 'rmt'.
- Handle a seek error problem in create mode correctly when checking
  for reading past max possible file size on non-large file OS.
- Correctly propagate write/read errors from FIFO to star.
- Add support for SIGINFO (*BSD) as a courtesy to BSD users.
- Do not open /dev/tty if a newvolume script is present.
  This allows the use of star from cron scripts.
- Fixed a bug in the ACL handling code on Linux that caused star to
  recognize ACL comments as ACL entries and include them in the archive.
- Work around to allow star to read ACL enhanced archives that
  include bogus entries that really were ACL comments created by
  the bug above.

The full list of changes can be found at:

	ftp://ftp.fokus.gmd.de/pub/unix/star/AN-1.4.2
2002-12-16 23:21:06 +00:00
cjep
d8d86af8bd This time *really* remove it... 2002-12-14 17:44:13 +00:00
cjep
64221b7340 Remove parchive as it duplicates misc/parchive. 2002-12-14 10:47:31 +00:00
jschauma
aaf6bdd9eb Add a man-page that I had sitting around (originally also sent to the
author).  While we're at it, upgrade to version 0.93, and add a manpage
for grepjar, which is now part of this package.

Changes since 0.90:
Improved support for other Unix platforms.
Now works on Solaris, AIX, True 64, and HP-UX.
Hopefully resolved all big endian problems.
Fixed bug in update which caused it to skip
openning update file

Changs since 0.92:
Integrated GNU gcc patches to mainline fastjar
codebase.  Should compile on more platforms.
Ignore nutty errors.
2002-12-14 04:34:39 +00:00
cjep
11917f5b76 Add and enable nomarch. 2002-12-13 18:38:47 +00:00
cjep
a2a3891e96 Initial import of nomarch 1.3 into the NetBSD packages collection
as archivers/nomarch.

nomarch is a free version of the arc archiver program. It is available
under the GNU GPL license.
2002-12-13 18:38:08 +00:00
cjep
abfc770300 Add and enable parchive. 2002-12-13 18:25:18 +00:00
cjep
966edcc1bb Initial import of parchive 1.0 (a.k.a. par) into the NetBSD packages
collection as archivers/parchive.

The idea behind parchive is to provide a tool to apply the data-recovery
capability concepts of RAID-like systems to the posting and recovery of
multi-part archives on Usenet. Current filespec and clients support the
'Reed-Soloman Code' implementation that allows for recovery of any 'X'
volumes for 'X' parity volumes present.
2002-12-13 18:24:33 +00:00
cjep
ffe3e4bb1e Add and enable lbrate. 2002-12-13 17:51:25 +00:00
cjep
e783605514 Initial import of lbrate 1.1 into the NetBSD packages collection
as archivers/lbrate.

lbrate extracts/decompresses files from the CP/M LBR format. (It can also list
and test such archives.) It does this in an `unzip'-like manner, mostly hiding
the details of individually compressed and renamed files, and transparently
dealing with the required decompression/renaming.

From the FreeBSD ports collection.
2002-12-13 17:50:50 +00:00
cjep
a70a407f14 Add and enable xpk. 2002-12-13 16:29:32 +00:00
cjep
39dd16a5a0 Initial import of XPK 0.1.4 into the NetBSD packages collection as
archivers/xpk.

This package is a UNIX port of the Amiga XPK library.

The XPK system consists of a master library (libxpkmaster.so) and several
(un)packer sub-libraries (libxpkXXXX.so). Application programs only use the
master library directly: the master library takes care of loading and using
the sub-libraries. Each sub-library implements one type of compression.

There are different libraries for different types of data. When unpacking the
applications do not need to know which library was used to pack the data -
the appropriate library needs to be installed.

From the FreeBSD ports collection.
2002-12-13 16:29:02 +00:00
cjep
358ce75bdd Add and enable arj. 2002-12-13 15:39:57 +00:00
cjep
f2ad5c061e Initial import of arj-3.10b into the NetBSD packages collection
as archivers/arj.

This package is a GPL implementation of ARJ v2.7x for DOS on UNIX and
UNIX-like systems. It is assumed that the user is familiar with ARJ
operation on DOS before using this package.

New ARJ features on UNIX and UNIX-like platforms:
 - Support for symbolic and hard links
 - Archiving of special entities: pipes and devices
 - Support for UID/GID storage in a variety of methods
 - World's smallest native self-extracting modules
 - Outstanding interoperability with ARJ for DOS, Windows and OS/2 Warp

From the FreeBSD port collections (with several changes by me).
2002-12-13 15:39:28 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00