Commit graph

191326 commits

Author SHA1 Message Date
Martin Wilke
94dcdb5511 Imagecache is a dynamic image manipulation and caching tool. It allows you to
create a name space that corresponds to a set of image manipulation actions.
Derivative images are generated the first time they are requested by a client.

WWW: http://drupal.org/project/imagecache

PR:		ports/120582
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:10:32 +00:00
Martin Wilke
2c7eb291ff ImageField provides image uploads for CCK.
WWW: http://drupal.org/project/imagefield

PR:		ports/120581
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:09:10 +00:00
Martin Wilke
524c6f4854 The Content Construction Kit allows you create and customize fields using a web
browser. In Drupal 5.x custom content types can be created in core, and CCK
allows you to add custom fields to any content type.

WWW: http://drupal.org/project/cck

PR:		ports/120580
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:07:33 +00:00
Martin Wilke
9f4dddd7cd Workflow-ng allows one to customize drupal's built in workflows in a very
flexible way. In short, it's a rule-based event driven action evaluation
system.

WWW: http://drupal.org/project/workflow_ng

PR:		ports/120579
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:04:17 +00:00
Martin Wilke
edcba28ac7 Tokens are small bits of text that can be placed into larger documents via
simple placeholders, like %site-name or [user]. The Token module provides a
central API for modules to use these tokens, and expose their own token
values.

WWW: http://drupal.org/project/token

PR:		ports/120578
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:02:34 +00:00
Martin Wilke
74823dbc2a uBrowser is the new way to browse taxonomy for Drupal 5.x. It creates an easy
to use interface for browsing vocabularies (categories) like you would browse
a directory tree. Each term in the vocabulary is like a file folder, and
clicking on it in the category select box will display all the nodes that have
been classified with that term in the node select box. The look may be changed
in the CSS, but other display options such as search forms, action buttons,
and display names may be specified when the uBrowser is built for display.

WWW: http://drupal.org/project/ubrowser

PR:		ports/120577
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:01:16 +00:00
Martin Wilke
a025c0b1ad The Tables API defined by TAPIr can be used by module developers to
include simple, dynamically configurable tables in their modules.
The tables generated by TAPIr feature dynamic loading of data but
also dynamic positioning and disabling of fields (columns) based on
settings configured in the table's settings page. Settings pages are
auto-generated and include helpful links to preview tables and view a
master tabel list. Tables defined by TAPIr are also extensible, so your
tables will be available for other module developers to hook into in a
method similar to the Forms API.

WWW: http://drupal.org/project/tapir

PR:		ports/120576
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 16:59:16 +00:00
Yen-Ming Lee
d98b3b7e39 - Update to 0.89
PR:		120726
Submitted by:	leeym
Approved by:	maintainer
2008-02-16 16:55:18 +00:00
Martin Wilke
d5ccc16855 - Fix BUILD_DEPENDS
Submitted by:	pointyhat via pav
2008-02-16 16:51:29 +00:00
Gerald Pfeifer
66a2f01b69 Update to the 20080215 snapshot of GCC 4.3.0. 2008-02-16 16:40:05 +00:00
Pav Lucistnik
7e9abbcb5c - Fix fetch
Reported by:	pointyhat
2008-02-16 16:36:58 +00:00
Joe Marcus Clarke
ab8be875bc Restore the behavior of unlinking invalid icon cache files to prevent
leftovers.

reported by:	pointyhat via pav
2008-02-16 16:36:43 +00:00
Wesley Shields
a01bd0ab5f Update to 0.07.
PR:		ports/12006
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	aaron (maintainer timeout), garga (mentor)
2008-02-16 16:29:46 +00:00
Bruce M Simpson
e77d4327bc Add examples and logo. 2008-02-16 15:49:27 +00:00
Nicola Vitale
81430d7467 - Forgotten to add pkg-plist 2008-02-16 14:27:15 +00:00
Nicola Vitale
40e44dbb77 - Update to 1.2
- Add pkg-plist, files/patch-setup.py
- Update WWW site and description in pkg-descr
2008-02-16 14:24:50 +00:00
Nicola Vitale
443808723a - Update to 0.4.5 2008-02-16 14:21:53 +00:00
Martin Wilke
af485905d4 Web::Scraper::Config allows you to harness the power of
Web::Scraper from a config file.

WWW:	http://search.cpan.org/dist/Web-Scraper-Config/

PR:		ports/120161
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 14:11:58 +00:00
Martin Wilke
201a939790 WWW::RobotRules::Parser allows you to simply parse robots.txt files
as described in http://www.robotstxt.org/wc/norobots.html.

WWW:	http://http://search.cpan.org/dist/WWW-RobotRules-Parser/

PR:		ports/120160
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 13:52:51 +00:00
Martin Wilke
c380f6be74 HTTP::Parser is a stateful HTTP request/response parsing module.
It accepts chunks of data passed to it and returns either a completion hint
or an HTTP::Request (or Response) object when it has the entire request. It
was originally written to be part of a simple Event.pm-based HTTP server.

WWW:	http://search.cpan.org/dist/HTTP-Parser/

PR:		ports/120159
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 13:45:51 +00:00
Martin Wilke
c011e46ed9 Data::Throttler::Memcached accepts the same arguments as Data::Throttler,
plus the "cache" argument. The cache argument must be a hashref, which contains
the arguments passed to the cache backend.

WWW:	http://search.cpan.org/dist/Data-Throttler-Memcached/

PR:		ports/120158
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 13:24:52 +00:00
Martin Wilke
1ee8bb104a Data::Throttler helps solving throttling tasks like "allow a single IP
only to send 100 emails per hour".

It provides an optionally persistent data store to keep track of
what happened before and offers a simple yes/no interface to an application,
which can then focus on performing the actual task (like sending email)
or suppressing/postponing it.

WWW:	http://search.cpan.org/dist/Data-Throttler/

PR:		ports/120156
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 13:15:58 +00:00
Martin Wilke
5d703fb5bc Danga::Socket::Callback is a thin wrapper arond Danga::Socket
that allows you to set callbacks to be called at various events.

WWW:	http://search.cpan.org/dist/Danga-Socket-Callback/

PR:		ports/120154
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 13:13:38 +00:00
Martin Wilke
00ae5071e0 HTML::Macro is a module to be used behind a web server (in CGI scripts). It
provides a convenient mechanism for generating HTML pages by combining
"dynamic" data derived from a database or other computation with HTML templates
that represent fixed or "static" content of a page.

WWW: http://search.cpan.org/dist/HTML-Macro/

PR:		ports/120070
Submitted by:	Groovis <groovis at groovis.net>
2008-02-16 12:10:41 +00:00
Martin Wilke
f3feea5c2b - Update to 20080214 2008-02-16 11:59:38 +00:00
Martin Wilke
8926b3b764 Tool for converting the UIF files (Universal Image Format, used by
MagicISO) to ISO9660.

WWW: http://aluigi.altervista.org/mytoolz.htm

PR:		ports/120030
Submitted by:	Martin Tournoij <carpetsmoker at xs4all.nl>
2008-02-16 11:54:39 +00:00
Martin Wilke
071852e922 Tool for converting the DAA files (Direct Access Archive, used by
PowerISO) to ISO9660.

WWW: http://aluigi.altervista.org/mytoolz.htm

PR:		ports/120029
Submitted by:	Martin Tournoij <carpetsmoker at xs4all.nl>
2008-02-16 11:50:36 +00:00
Hajimu UMEMOTO
5a2fc8b3ac Update to 0.20. 2008-02-16 11:23:27 +00:00
Martin Wilke
b3ea9ec294 - Update to 0.7d (fix file mismatch)
Submitted by:	pointyhat via pav
2008-02-16 11:15:27 +00:00
Martin Wilke
e7d55713aa - File was repacked as tar.gz
Submitted by:	pointyhat via pav
2008-02-16 11:12:40 +00:00
Martin Wilke
1390dd3999 - Fix plist
Submitted by:	pointyhat via pav
2008-02-16 11:03:19 +00:00
Martin Wilke
c7be059bf4 rtpbreak detects, reconstructs and analyzes any RTP [rfc1889] session through
heuristics over the UDP network traffic. It works well with SIP, H.323, SCCP
and any other signaling protocol. In particular, it doesn't require the presence
of RTCP packets (voipong needs them) that aren't always transmitted from the
recent VoIP clients.

WWW:	http://xenion.antifork.org/rtpbreak/

PR:		ports/120728
Submitted by:	Prudhvi Krishna <prudhvikrishna at gmail.com>
2008-02-16 10:52:50 +00:00
Martin Wilke
f5ea0501c5 - Update to 0.6
PR:		119829
Submitted by:	Matthias Sund <m.sund@arcor.de>
Approved by:	maintainer timeout
2008-02-16 10:47:17 +00:00
Martin Wilke
76283fd6bb LIBDSK is a library for accessing disks and disk image files.
It is intended for use in:

* Allows CPMTOOLS use of emulator .DSK images.
* Emulator tools - converting between real floppy disks and disk images,
  as CPCTRANS / PCWTRANS do under DOS.
* Floppy controller emulation backend
* Data transfer from/to real CP/M systems via serial line.

LIBDSK has drivers for:

  Raw files (including /dev/fdn), .DSK files (CPCEMU, JOYCE and other
  Sinclair/Amstrad emulators), MYZ80 hard drive image, NanoWasp floppy image,
  .CFI (Compressed Floppy Image, as created by FDCOPY.COM under DOS),
  Linux floppy drive (supports CPC System and Data formats, which the standard
  "Raw file" driver does not), Windows 3.x/95/98/ME/NT/2000 floppy drive,
  DOS floppy drive (via the PC BIOS), CopyQM files (read-only),
  TeleDisk files (read-only), APRIDISK image files,
  rcpmfs - makes a Unix/Windows directory appear to be a CP/M disc image.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

PR:		ports/120179
Submitted by:	Sven Klose <pixel@hugbox.org>
2008-02-16 10:07:12 +00:00
Martin Wilke
e42c627abd - Added missing configure option for Shoutcast and Icecast support.
PR:		118702
Submitted by:	Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)
2008-02-16 10:05:32 +00:00
Martin Wilke
bb92c2de73 - Update to 0.42
PR:		120345
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
2008-02-16 09:55:39 +00:00
Martin Wilke
f88e0bbc02 The script processes mail log files that are to be passed to pflogsumm
or awstats disregarding the lines relating to the re-injection of
messages into postfix.

It is very useful for a postfix setup which uses amavis for virus filtering.

WWW: http://www.gufonero.com/postfix/prepflog.html

PR:		ports/119646
Submitted by:	Terry Sposato
2008-02-16 09:53:30 +00:00
Martin Wilke
9baae60769 This is a port of vacation which is an email autoresponder commonly
used when taking a vacation / holiday / leave of absence.

WWW: http://www.linux.it/~md/software/

PR:		ports/120309
Submitted by:	Adam McDougall <mcdouga9 at egr.msu.edu>
2008-02-16 08:56:01 +00:00
Beech Rintoul
ed24439288 mod_auth_form is a form based authentication module for apache2. It is
used to place access restrictions on a per-directory, per-user-request basis
using session management. The module uses a MySQL database to retrieve users'
group membership, maintain and validate users' sessions and optionally track
user activity.

PR:		ports/120514
Submitted by:	Tommy Scheunemann <net at arrishq.net>
2008-02-16 08:54:06 +00:00
Martin Wilke
6943b0ae68 - Update udfclient to 0.2
- Add debug knob

PR:		120295
Submitted by:	Andriy Gapon <avg@icyb.net.ua> (maintainer)
2008-02-16 08:49:15 +00:00
Martin Wilke
2b609253fc - Update to 2.4.2
PR:		120623
Submitted by:	Roland Smith <rsmith@xs4all.nl> (maintainer)
2008-02-16 08:33:15 +00:00
Clive Lin
39fdd0f129 At this moment, most people use RELENG_6 or greater, with UTF-8 terminal, so
1. Add compat5x to run time dependency list.
2. Emphasize that this port needs a Big5 terminal.
2008-02-16 08:28:18 +00:00
Maho Nakata
e1dfbb6fd6 Update to SRC680_m247.
Using MAXPROCESSES instead of NUMOFPROCESSES
which now becomes a wrong name, and MAXMODULES when building.
2008-02-16 04:24:40 +00:00
Beech Rintoul
d3ac1d4d13 - Update to 14.0.1
- Add PTHREAD_LIBS to LDFLAGS

Bring sox up to the latest release. It can now decode any format
recognized by ffmpeg or flac.

PR:		ports/120418
Submitted by:	Dan Nelson <dnelson@allantgroup.com> (maintainer)
2008-02-15 23:29:27 +00:00
Thierry Thomas
67b5225887 Upgrade to 2.24.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2008-02-15 22:41:28 +00:00
Beech Rintoul
5482fb8838 - Update to 1.0.0.b
- Maintainer already reset

PR:		ports/120684
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-02-15 22:27:03 +00:00
Martin Wilke
f8c3d9a237 - Update to 1.2.0
PR:		120723
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2008-02-15 22:07:33 +00:00
Martin Wilke
ffae827408 - Updatet 1.2
PR:		120722
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2008-02-15 22:06:33 +00:00
Martin Wilke
b77c144283 - Use termios instead of sgtty
PR:		119114
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	maintainer
2008-02-15 22:05:09 +00:00
Thierry Thomas
d9f10d7d83 Upgrade to 1.1.2. 2008-02-15 21:45:49 +00:00