Commit graph

127043 commits

Author SHA1 Message Date
joerg
54e4f06640 Use Python extension framework. Bump revision. 2008-06-12 00:18:10 +00:00
joerg
a58b3852c6 Annotate whether a package was built with DESTDIR. 2008-06-12 00:06:27 +00:00
schmonz
d9e50571c6 DJB has placed certain of his software in the public domain. Excerpted
from <URL:http://cr.yp.to/distributors.html>:

  What are the distribution terms for dot-forward?

  2008.06.01: I hereby place the dot-forward package (in particular,
  dot-forward-0.71.tar.gz, with MD5 checksum
  1fefd9760e4706491fb31c7511d69bed) into the public domain. The
  package is no longer copyrighted.

  What are the distribution terms for ezmlm?

  2008.06.01: I hereby place the ezmlm package (in particular,
  ezmlm-0.53.tar.gz, with MD5 checksum 108c632caaa8cdbfd3041e6c449191b2)
  into the public domain. The package is no longer copyrighted.

  What are the distribution terms for fastforward?

  2008.06.01: I hereby place the fastforward package (in particular,
  fastforward-0.51.tar.gz, with MD5 checksum
  6dc619180ba9726380dc1047e45a1d8d) into the public domain. The
  package is no longer copyrighted.

Set DJB_RESTRICTED=no in these packages (and in ezmlm-idx, by
extension). Add commented-out LICENSE=public-domain. As usual,
pkgsrc will strive to keep modifications to a tasteful minimum.
2008-06-11 21:06:37 +00:00
bouyer
b6ee97e682 Updated comms/xtel to 3.3.0nb6 2008-06-11 19:45:53 +00:00
bouyer
d134795a46 Fix PLIST, patch from Hasso Tepper in pkg/38844.
Bump PKGREVISION.
2008-06-11 19:43:38 +00:00
joerg
09969f8983 pbulk-0.31:
- For direct build failures, make the package location in the first
column a hyper link to the last (supposedly failing) phase.
- For indirect failures, list the first 10 failing dependencies.
2008-06-11 19:27:03 +00:00
ad
879bffa757 Update MASTER_SITES. 2008-06-11 16:46:36 +00:00
he
db64b9ee45 Fix a long-standing bug: if this package is installed on NetBSD with
readline emulation, the GNU readline library which this module depends
on would not be picked up, causing "perl -d -e '1;'" to fail to start
the perl debugger because it could not find the rl_initialize function.
Instead, point includes and libs into ${PREFIX}, so that we have a chance
of picking up the proper GNU readline library.
2008-06-11 14:58:38 +00:00
obache
f3ddd935e0 nntpcache.com is gone.
Change MASTER_SITES and HOMEPAGE to available mirrors.
2008-06-11 14:33:07 +00:00
taca
d156e922c7 Note addition of converters/p5-Unicode-Map and
converters/p5-Unicode-MapUTF8 packages.
2008-06-11 14:21:53 +00:00
taca
7adddea018 Add and enable p5-Unicode-Map and p5-Unicode-MapUTF8. 2008-06-11 14:18:15 +00:00
taca
9865b81ad4 Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.
Provides an adapter layer between core routines for converting to and from
UTF8 and other encodings.  In essence, a way to give multiple existing
Unicode modules a single common interface so you don't have to know
the underlaying implementations to do simple UTF8 to-from other character
set encoding conversions.  As such, it wraps the Unicode::String,
Unicode::Map8, Unicode::Map and Jcode modules in a standardized and
simple API.

This also provides general character set conversion operation based
on UTF8 - it is possible to convert between any two compatible and
supported character sets via a simple two step chaining of conversions.
2008-06-11 14:17:10 +00:00
taca
97fac187c2 Importing p5-Unicode-Map version 0.112, based on wip package.
This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
To transform these use Unicode::String.

This module can't deal directly with utf8. Use Unicode::String to convert
utf8 to utf16 and vice versa.

Character mapping is according to the data of binary mapfiles in
Unicode::Map hierarchy. Binary mapfiles can also be created with this module,
enabling you to install own specific character sets.
2008-06-11 14:12:29 +00:00
obache
db4e1c2e3e Fix typo in PLIST.
Noticed by Hasso Tepper in PR 38901.
2008-06-11 14:08:14 +00:00
obache
96821400e3 Updated sysutils/detox to 1.2.0 2008-06-11 13:56:43 +00:00
obache
fabae02da4 Update detox to 1.2.0.
Based on MAINTAINER update request in PR 38940.
While here, add DESTDIR support.

Changes since detox-1.2.0-rc1
 - Added the ability to ignore specific files.
   [sourceforge.net tracker #1253826]
 - Fixed a bug where directories specified on the command line wouldn't
   get translated. [sourceforge.net tracker #1213623]
 - Added support for translating large files.
   [sourceforge.net tracker #1509493]
 - Added inline-detox for stream based detoxification.
2008-06-11 13:56:29 +00:00
obache
5c42194cd1 Add missing rc.d script. 2008-06-11 13:30:06 +00:00
obache
6d2e7c1694 Updated net/darkstat to 3.0.708 2008-06-11 13:27:50 +00:00
obache
ffa7140bcc Update darkstat to 3.0.708.
Based on MAINTAINER update request in  PR 38930.
While here, add DESTDIR support.

Changes since 3.0.707:
 - Implement limiting of number of ports tracked per host,
   configurable on the commandline (--ports-max)
 - Optionally don't track high ports (--highest-port)
   Thanks Dennis!
 - Fix rare use-after-free resulting from hosts table reduction.
 - Make hosts limit configurable (--hosts-max)
 - Option to read from capfile as alternative to live capture
   (really only useful for development, benchmarking)
 - Add the sniffed interface name to HTML reports.
   Thanks Chris!

 - pkgsrc - add rc.d script
2008-06-11 13:27:31 +00:00
adrianp
2a67cb0056 Add 'old' MASTER_SITE just in case we're running a little behind in versions 2008-06-11 13:00:56 +00:00
obache
2d58a62e1d Updated audio/exaile to 0.2.13nb1 2008-06-11 12:58:33 +00:00
obache
b9b49eac44 Some improvements and fixes:
* Drop AUTO_MKDIRS.
   It is not works well with directory name contains "@". PR 38921.
 * Honor PKGMANDIR and PKGLOCALEDIR.
 * Add DESTDIR support
 * Instead of custom post-install target, patch to original install target.
   Now exaile command can take option arguments as man page said.

Bump PKGREVISION.
2008-06-11 12:57:44 +00:00
sketch
eeaed4ba57 If $need_ksh, set TOOLS_PLATFORM.ksh too, else packages with USE_TOOLS+=ksh
overwrite the installed dependancy, breaking bulk builds.
2008-06-11 12:47:07 +00:00
drochner
4d9e92536a fix installation of some unusual locale files, from Hasso Tepper in a
followup to PR pkg/38921
2008-06-11 11:37:55 +00:00
drochner
ccc18ba10e update to 2.3.6
This fixes some integer overflow/memory corruption/heap overflow
security problems: CVE-2008-1806, CVE-2008-1807, CVE-2008-1808

other changes:
-new function `FT_Get_CID_Registry_Ordering_Supplement' gives
 access to  those fields in a CID-keyed font
-code  to validate  the new  `MATH' OpenType  table
-API for cmap 14 support
-A new face flag FT_FACE_FLAG_CID_KEYED
-misc bugfixes and other improvements
2008-06-11 10:35:21 +00:00
obache
a73dc64b7e Honor PKGLOCALEDIR for AUTO_MKDIRS. 2008-06-11 07:30:33 +00:00
drochner
e8cc3e353a +duckmaze 2008-06-10 18:54:22 +00:00
drochner
65adfe4b0b add duckmaze-0.2, a little puzzle,
not that polished, but a nice idea
2008-06-10 18:49:39 +00:00
shannonjr
9b17cd7da7 RE: pkg/38922: security/libprelude fails to build
Applied Hasso Tepper recommended fix. Thank you.
2008-06-10 13:57:10 +00:00
obache
03f1475300 Updated games/xbat to 1.11nb2 2008-06-10 13:20:28 +00:00
obache
9dfcb0ff38 Some improves and fixes:
* Fix permissions of data files. noted in PR 38912.
 * Put data files in share, instead of lib.
 * Put score files in ${VARBASE}, and use SETGIDGAME.
 * Include string.h to suppress warnings.

Bump PKGREVISION.
2008-06-10 13:20:00 +00:00
gdt
2dd260800c Take MAINTAINERship. 2008-06-10 13:06:57 +00:00
gdt
943d4a1159 Update to 8.2.6. Significant changes (plus assorted minor changes and
bugfixes);

     * asciidoc(1) and a2x(1) man pages formatted to conform to
       man-pages(7) recommendations.
     * Old code-filter syntax (pre-8.1.0) is no longer recognized so that
       malformed two-line level 2 titles are no longer confused with
       code-filter block delimiters.
2008-06-10 13:06:30 +00:00
markd
454f4f8b16 libtrace update 2008-06-10 10:23:23 +00:00
markd
aa88ad5b1b Update libtrace to 3.0.4
libtrace 3.0.4 (2008-01-02)
Deprecate wtf:/wag: format. These traces no longer exist.
Cleanup bpf: capture format
add LINUX_SLL header support to get_source_mac()
deprecate trace_get_link() and replace it with the newer
 trace_get_packet_buffer()/trace_get_layer2()
Bug: Don't crash when destroying an output trace that failed to
 initialise
Use Linux's in kernel BPF filter if available
Add support for Cisco HDLC over PoS
Allow BPF bytecode to be used to construct a filter
Code cleanups
Fix libtrace_ip's bitfields
Fix pcapfile output bug
Documentation cleanups
Discard RT packets when writing pcapfile: files
Add a new "stats" example program
Build system cleanups
Avoid using assert() to report errors
RT packet issues
Properly deal with the packet parsing/length cache when using the
 event system
Add a new loss counter framework
Bug: Event framework not generating sleep events when reading traces
 from disk
Be more strict about returning NULL from trace_get_payload_from_X()
 functions

libtrace 3.0.3 (2007-09-05)
Code cleanups w.r.t warnings
tracesplit_dir now provides a warning of the number of packets that had
 an unknown direction at the end of the trace
Fix a segfault in tracereport with rxerrors, non ip
Add support for decoding 802.2 LLC/SNAP and Ethernet II in 802.11 frames
Documentation fixes and clarifications
Fix bug with trace_get_payload_from_80211() and 3 vs 4 frame formats
Deal correctly with uri's with parse errors causing segfaults on cleanup
Minor tidyups to protocol decoders
Add more information to libtracepktdump
Correctly deal with PPP captures
Cache trace_get_capture_length() and trace_get_l3() which are both
 heavily used internally
Build system cleanups
Add a GRE tracepktdump decoder
Add a preliminary PPPoE tracepktdump decoder
Add more information to tracereport
Fix bug in legacy decoder with wire lengths
Fix bug in trace_ether_ntoa
Add legacynzix: trace format
Don't assert() on bad packets (instead return BADPACKET) for erf traces
Add TRACE_OPTION_EVENT_REALTIME to allow the event framework to playback
 traces in realtime
Rename TRACE_META_FREQ to TRACE_OPTION_META_FREQ to follow naming
 convention
Correctly deal with errors when using trace_set_option
Deal better with signals when writing packets to files
Add support for dag 3.x
Improved dag 2.5+ support
dag2.5+ supports setting the snaplen from libtrace
Add support for setting direction on linux int: formats
Consider loopback packets outgoing, not incoming
Fix trace_get_source_mac() for wireless frames
Add support for interfaces_per_input to tracemerge
Fix tracereport direction report
Deprecated wag: and wtf formats

libtrace 3.0.2 (2007-04-27)
Fixed make install for libpacketdump
Add support for tsh: and rf+ tracefiles.
Update support for radiotap
Add a new tool traceflow(1)
More correctly deal with pcap LINKTYPE's vs DLT's
Major cleanups of tracereport
libpacketdump Decoder cleanups
trace_event() memory leak fixes
Fix segfaults with bad arguments in tracesplit(1)
Don't suffix a number if we are only generating one file
Support snapping packets
Minor bugs in libtrace error handling
Misc cleanups and bug fixes

libtrace 3.0.1 (2007-03-26)
Added missing manpages to release tarball
Update manpages
Fixed TCP option length calculation in libpacketdump
tracereport has had a massive tidy up
getopt support for disabling/enabling reports.
Documentation cleanups
Fix 0 byte gzwrite(3)'s were causing the compressed file checksum to fail
RT closing issues
Metadata available
tracedump renamed tracepktdump due to naming conflict in debian
Implement better PoS decoding in libtrace for erf, legacypos.
Build fixes for MacOS
2008-06-10 10:21:41 +00:00
markd
6d3ea4abb3 Needs msgfmt - from Hasso Tepper in PR pkg/38919.
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies,
gets all it needs from kdelibs3 and kde3.mk.
2008-06-10 10:11:21 +00:00
martti
76aff15f3d clamav-0.93.1 2008-06-10 08:24:09 +00:00
martti
26de1f6fca Updated mail/clamav to 0.93.1
* libclamav/petite.c: fix possible invalid memory access (bb#1000)
    Reported by Damian Put
  * clamdscan/clamdscan.c: don't show scan summary when clamd cannot be
    contacted (bb#1041)
  * libclamav/hashtab.[ch], scanners.c: avoid using C99 flexible array members
    (bb #1039)
  * libclamav/unzip.c: correct the previous fix
  * libclamav/unzip.c: check for unprefixed bz2 - bb#1038
  * libclamav/ole2_extract.c: revert last commit
  * libclamav/ole2_extract.c: use cli_unlink
  * libclamav/ole2_extract.c: partial scan of broken ole files
  * contrib/init/RedHat: check for already running clamav-milter (bb #823)
  * libclamav/regex: avoid name collisions on AIX (bb #947)
    sync with libc: minor cleanups
  * doc/clamdoc.tex: add a note about forking daemons (bb#906)
  * libclamav/Makefile.am: link .la files first, this
    should avoid linking to old libclamav as in bb #931
  * libclamav/readdb.h: read daily.cfg stored inside .cld containers (bb#1006)
  * libclamav/mbox.c, shared/network.c: prevent uninitialized use of hostent
    structure (bb #1003).
  * libclamav/mspack.c: downgrade some error messages (bb#911)
  * clamav-milter: retrieve db version from daily.cld (bb#942)
  * libclamav/scanners.c: don't return CL_EMAX* error codes to
    applications (bb#1001)
  * clamscan/manager.c: print information about clean files when the RAR
    code is not compiled-in (bb#999)
  * libclamav/unzip.c: remove detection of Suspect.Zip and
    Exploit.Zip.ModifiedHeaders (bb#997)
  * libclamav: scan for embedded PEs inside OLE2 files (bb#914)
  * libclamav/cvd.c: add work-around for zlib issues with mixed data (bb#932)
  * libclamav/others.h: explicitely cast some constants (bb#936)
  * sigtool/sigtool.c: bb#938 (sigtool --list-sigs not working with .cld files)
  * libclamav/dconf.h: fix flag code assignment (bb #952)
  * libclamav/iana_tld.h, libclamav/phishcheck.c: update TLD list (bb #925)
2008-06-10 08:23:54 +00:00
sketch
1c77803f61 Mark shells/pdksh as broken so it doesn't get removed part-way through the
build and kill bmake.  This isn't really a great solution as it means it
won't get built on any platform, maybe we should just make pdksh a bmake
dependancy on every OS.
2008-06-10 08:17:47 +00:00
wiz
87cc1b5550 Needs pkg-config, and does not like python<2.4.
XXX: still does not build for me because it does not accept fontforge.
2008-06-10 08:05:21 +00:00
jnemeth
2c418d56e9 This is the "Virtualmin" module for Webmin.
It is a Webmin module for managing multiple virtual hosts through a
single interface, like Plesk or Cpanel. It supports the creation and
management of Apache virtual hosts, BIND DNS domains, MySQL databases,
and mailboxes and aliases with Sendmail or Postfix. It makes use of the
existing Webmin modules for these servers, and so should work with any
existing system configuration, rather than needing it's own mail server,
web server and so on.

Virtualmin can also create a Webmin user for each virtual server, who is
restricted to managing just his domain and its files. Webmin's existing
module access control features are used, and are set up automatically to
limit the user appropriately. These server administrators can also manage
the mailboxes and mail aliases in their domain, via a web interface that
is part of the module.
2008-06-10 02:20:42 +00:00
adrianp
602e3995e2 Fix typo pointed out by Michael Stapelberg in private email 2008-06-09 19:37:01 +00:00
adrianp
512192f06c Add an option to build zenmap (not enabled by default) 2008-06-09 19:35:31 +00:00
obache
3a7c6693a5 Add comments for stupid configure script. 2008-06-09 15:47:24 +00:00
obache
f5d0ed9633 Need pkg-config to build.
Noticed by Hasso Tepper in PR 38917.
2008-06-09 15:36:43 +00:00
obache
368a4ead05 * Need pkg-config to build. Noticed by Hasso Tepper in PR 38918.
* Not using glib, but ckeck it in configure, put fake glib.pc.
 * No need custom do-install target. change to normal install and post-install.
 * Add DESTDIR support.
2008-06-09 15:27:03 +00:00
sketch
f3f4c75257 Wrap expansion of local patches inside LOCALPATCHES, given that it is undefined
by default.  Previous behaviour would try to echo /<pkgpath> which leads to
interesting behaviour when /net is an autofs map...

Reduces runtime of mk/bulk/printdepends by 5.25 days on my test system.
2008-06-09 14:47:03 +00:00
obache
1abccb2dda Need msgfmt to build.
Noticed by Hasso Tepper in PR 38920.
2008-06-09 14:33:49 +00:00
sketch
18dffc798c For some reason, devel/bmake now requires shells/pdksh on Solaris. Update
the save-files list to accommodate.
2008-06-09 12:51:41 +00:00
gdt
830e5ba5a6 In rc.d script, mkdir and chown /var/run/nagios so that nagios can
write the pid file.  PKGREVISION++.

OK tonnerre@.
2008-06-09 12:36:15 +00:00