Commit graph

137368 commits

Author SHA1 Message Date
seb
e448e497d6 Initial import of p5-WWW-Shorten version 2.02 in the NetBSD Packages
Collection.

The Perl 5 module WWW::Shorten provides an interface to URL shortening
sites. These sites maintain databases of long URLs, each of which
has a unique identifier. A very simple program called shorten is
supplied. This program takes a URL and gives you a shortened version
of it.
2009-02-03 06:17:00 +00:00
obache
09269c084e Note revbump came from audio/gsm. 2009-02-03 06:16:28 +00:00
obache
e913d4f40a Recursive revision bump came from audio/gsm. 2009-02-03 06:11:12 +00:00
obache
3e2e481bb0 Updated audio/gsm to 1.0.12 2009-02-03 06:09:28 +00:00
obache
05d87d2eb8 Update gsm to 1.0.12 a.k.a 1.0-pl12.
Bump ABI_DEPENDS because reentrant fix changed struct gsm_state.
(It is defined in gsm/private.h, but used by other packages directly).

Fri Jun  2 06:27:56 2006        Jutta Degener (jutta@pobox.com)

        * Release 1.0 Patchlevel 12
        src/code.c: removed modifiable static storage that made the library
                non-reentrant.  (Thanks to Paul Gibbs for pointing out the bug.)

Sat Mar 18 11:48:28 2006        Jutta Degener (jutta@pobox.com)

        * Release 1.0 Patchlevel 11
        src/gsm_implode.c: fix WAV49 implode
        move source archive location
2009-02-03 06:09:09 +00:00
seb
415bcc7665 Note initial addition of p5-Config-Auto version 0.20 as
devel/p5-Config-Auto into The NetBSD Packages Collection.

The Perl 5 module Config::Auto provides an interface to diverse
config file formats 'magically': colon separated, space separated,
equals separated, XML, Perl code, Windows INI, BIND9 and irssi style
config files format are supported.
2009-02-03 06:03:06 +00:00
seb
fbee629a48 Add & enable p5-Config-Auto 2009-02-03 06:02:21 +00:00
seb
71ef2b6600 Initial import of p5-Config-Auto version 0.20 in the NetBSD Packages
Collection.

The Perl 5 module Config::Auto provides an interface to diverse
config file formats 'magically': colon separated, space separated,
equals separated, XML, Perl code, Windows INI, BIND9 and irssi style
config files format are supported.
2009-02-03 06:01:40 +00:00
abs
428dda6674 Finish the PLIST fix in previous revision - bump PKGREVISION again 2009-02-02 23:12:52 +00:00
seb
68a6b86b8f Note update of net/p5-NetAddr-IP to version 4.024 2009-02-02 22:16:14 +00:00
seb
90db96b3d8 Update from version 4.022 to version 4.024.
Upstream changes:
4.024  Mon Jan 26 00:27:32 PST 2009
	documentation update

4.023  Fri Jan 16 14:30:40 PST 2009
	added the capability to set the CASE of ipV6 text return
	values to either upper or lower. Thanks to
	Rob Riepel <riepel@networking.Stanford.EDU> for developing
	this improvement and providing a comprehensive patch
2009-02-02 22:15:00 +00:00
abs
97b580aaa2 Added www/ies4linux version 2.99.0.1 2009-02-02 20:32:27 +00:00
abs
070cc4c768 +ies4linux 2009-02-02 20:32:02 +00:00
abs
809d6a811c Added www/ies4linux version 2.99.0.1
IEs4Linux is the simpler way to have Microsoft Internet Explorer
running on any OS running Wine.

It provides a script with an optional GUI interface to install
various versions of IE and associated registry settings and plugins
into your .wine configuration.
2009-02-02 20:30:44 +00:00
jnemeth
8d4ad8b1b5 note update of www/privoxy to 3.0.8nb1 2009-02-02 20:07:26 +00:00
jnemeth
d9624db5cb PR/40532 - Cem Kayali -- group permissions too broad
Just fixing security issue, will leave pkg update for MAINTAINER for now.
2009-02-02 20:00:40 +00:00
joerg
6daf419fa5 Create users with -M. On Linux this gives the same behavior as NetBSD's
useradd without -M, e.g. allows creation of users without home
directory. Tested on RHEL4. From Jens Rehsack.
2009-02-02 19:54:22 +00:00
drochner
4e05f51164 another instance of bundled ffmpeg -- add the 4xm patch, bump PKGREVISION 2009-02-02 19:23:27 +00:00
drochner
497cc0cdd9 -add a patch from upstream to fix CVE-2008-3162
(stack-based buffer overflow in the str_read_packet function in
   libavformat/psxstr.c)
-add (a modified version of) the ffmpeg 4xm patch which fixes
 possible memory corruption
bump PKGREVISION
2009-02-02 19:20:48 +00:00
abs
881f05260d Updated devel/cpuflags to 1.38 2009-02-02 17:10:21 +00:00
abs
d961b6a6ee Updated devel/cpuflags to 1.38
Handle Intel Core 2 (Merom) - from Steffen Beyer
2009-02-02 17:09:46 +00:00
joerg
3308a7df0f Annotate new pkg_install from the pkg_install-renovation merge. 2009-02-02 13:29:06 +00:00
joerg
c8381772dc - retire fnmatch magic
- drop tnftp and pax from bootstrap, they can be installed as normal
dependencies now that pkg_install doesn't need them.
2009-02-02 13:01:29 +00:00
joerg
42be515354 Merge x509 setup and documentation from pkg_install-renovation. 2009-02-02 12:49:16 +00:00
joerg
d7cc6db11b Merge pkg_install-20090201 from pkg_install-renovation branch.
- DB support is always included from libnbcompat if needed
- pkg_view and linkfarm are not installed any more; they are not moved
into the attic yet, so they can easily be installed as separte package
- common configuration file to customise the behavior of various
components; this supersedes the old audit-packages.conf
- support for PKSC7 signatures (using X509 certs) and GPG signatures for
packages in a secure way. See pkg_admin(8) for how to create them and
pkg_install.conf(5) for the options to use them
- audit-packages and download-vulnerability-list are wrapper scripts
  around pkg_admin. They try to mimic the classic options if used sanely.
  "pkg_admin audit" is now an order of magnitude faster than before
- pkg_add uses libarchive and libfetch instead of external ftp and tar:
  - progress bar is currently missing for downloads
  - "pkg_add -" is no longer supported
  - no adhoc check for conficts between dependencies and already
    installed packages
  - "pkg_add -s" has been replaced with an option in pkg_install.conf,
    verification of plain detached GPG signatures is no longer supported
  - optional check for vulnerabilities before adding a package
  - if /var and /usr/pkg are on different fileystems it is twice as fast
    now
  - conflicts due to overlapping plists are checked before installation
  - pkg_add no longer plays with the process limits
- pkg_add and pkg_delete have a new destdir option; scripts have to
  either be modified to use PKG_DESTDIR or should be disabled
- pkg_add -u for now can't be used to update to the exact same version
- internal "rm -rf" and "mkdir_p" code
- all memory allocation failures are not explicitly fatal
- if a file is not removed due to a failed checksum, still remove the
  entry from pkgdb
2009-02-02 12:34:59 +00:00
tron
ea71974691 Fix build under Mac OS X:
The GNU library ends up being empty and "ar" complains if you try to create
an archive. Simply skip the directory during the build to avoid this.
2009-02-02 11:58:47 +00:00
joerg
95f48dd452 Use system tbl if it exists. From Jens Rehsack. 2009-02-02 11:14:11 +00:00
markd
9fcd4dec83 Add py-jinja 2009-02-02 09:49:20 +00:00
markd
5dc77fe00e Note py-jinja dependency.
pkgsrc's docutils doesn't install an egg-info so dont note the requirement
in this egg-info as it wont be detected.
Bump PKGREVISION.
2009-02-02 09:44:44 +00:00
markd
8025833b5e Add py-jinja 2009-02-02 09:37:21 +00:00
markd
16d1356978 Import of py-jinja 1.2
Jinja is a sandboxed template engine written in pure Python. It provides a
Django like non-XML syntax and compiles templates into executable python
code.  It's basically a combination of Django templates and python code.
2009-02-02 09:35:45 +00:00
martin
417eb91226 Replace the hack in patch-el with the proposed real solution from upstream. 2009-02-02 09:28:56 +00:00
obache
31bff67f16 Not depend on openldap-client directly, it came from ptlib with ldap support.
It should be handled by ptlib/buildlink3.mk, so not include here.
2009-02-02 06:35:44 +00:00
obache
a9f61c5065 Fix HOMEPAGE. 2009-02-02 06:20:33 +00:00
shattered
bcb98e3257 heimdal leaves empty directories after deinstallation, fix that.
OK by wiz@.
2009-02-01 21:39:43 +00:00
seb
ad779f6561 Add & enable p5-local-lib 2009-02-01 17:39:24 +00:00
seb
03b8674194 Note initial addition of p5-local-lib version 1.3.1 as devel/p5-local-lib
into The NetBSD Packages Collection.

The Perl 5 module local::lib allows for the bootstrapping and usage
of a directory containing Perl modules outside of Perl's @INC. This
makes it easier to ship an application with an app-specific copy
of a Perl module, or collection of modules. Useful in cases like
when an upstream maintainer hasn't applied a patch to a module of
theirs that you need for your application.
2009-02-01 17:39:13 +00:00
seb
75e2c76fe5 Initial import of p5-local-lib version 1.3.1 in the NetBSD Packages
Collection.

The Perl 5 module local::lib allows for the bootstrapping and usage
of a directory containing Perl modules outside of Perl's @INC. This
makes it easier to ship an application with an app-specific copy
of a Perl module, or collection of modules. Useful in cases like
when an upstream maintainer hasn't applied a patch to a module of
theirs that you need for your application.
2009-02-01 17:38:41 +00:00
seb
134767332d Note initial addition of p5-Spreadsheet-Read version 0.34 as
math/p5-Spreadsheet-Read into The NetBSD Packages Collection.

The Perl 5 module Spreadsheet::Read tries to transparently read
*any* spreadsheet and return its content in a universal manner
independent of the parsing module that does the actual spreadsheet
scanning.
2009-02-01 16:55:15 +00:00
seb
fd015d9805 Add & enable p5-Spreadsheet-Read 2009-02-01 16:54:35 +00:00
seb
2a6e9ec587 Initial import of p5-Spreadsheet-Read version 0.34 in the NetBSD
Packages Collection.

The Perl 5 module Spreadsheet::Read tries to transparently read
*any* spreadsheet and return its content in a universal manner
independent of the parsing module that does the actual spreadsheet
scanning.
2009-02-01 16:53:27 +00:00
cube
cc0527400d Restore the value of BUILTIN_PKG after checking for the rest of Mesa, so
that the logic x11.builtin.mk doesn't set variables for the wrong package.

Noted by Obata-san.
2009-02-01 16:22:54 +00:00
seb
f324742d89 The last entry was an addition not an update! 2009-02-01 15:39:05 +00:00
seb
08f7640859 Note initial addition of p5-Spreadsheet-XLSX version 0.09 as
math/p5-Spreadsheet-XLSX into The NetBSD Packages Collection.

The Perl 5 module Spreadsheet::XLSX is a (quick and dirty) emulation
of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It
supports styles and many of Excel's quirks, but not all. It populates
the classes from Spreadsheet::ParseExcel for interoperability;
including Workbook, Worksheet, and Cell.
2009-02-01 15:26:21 +00:00
seb
63a2a90053 Add & enable p5-Spreadsheet-XLSX 2009-02-01 15:25:49 +00:00
seb
3a3373313f Initial import of p5-Spreadsheet-XLSX version 0.09 in the NetBSD
Packages Collection.

The Perl 5 module Spreadsheet::XLSX is a (quick and dirty) emulation
of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It
supports styles and many of Excel's quirks, but not all. It populates
the classes from Spreadsheet::ParseExcel for interoperability;
including Workbook, Worksheet, and Cell.
2009-02-01 15:25:02 +00:00
martin
cae9b310e3 Add a patch to avoid a crash reported by Raymond Meyer and filed upstream as
Bugzilla Ticket 476345.
2009-02-01 13:03:58 +00:00
obache
12378640bb + pan-0.133 2009-02-01 12:37:37 +00:00
seb
95ff1e3966 Note initial addition of p5-Spreadsheet-ReadSXC version 0.20 as
math/p5-Spreadsheet-ReadSXC into The NetBSD Packages Collection.

The Perl 5 module Spreadsheet::ReadSXC extracts data from OpenOffice
1.x spreadsheet files (.sxc).
2009-02-01 09:05:09 +00:00
seb
fcf2590154 Add & enable p5-Spreadsheet-ReadSXC 2009-02-01 09:04:54 +00:00