Commit graph

4332 commits

Author SHA1 Message Date
tv
9d6e9d4949 Include devel/sysexits bl3. 2005-11-08 13:25:38 +00:00
tv
9a86ad296f Include devel/sysexits bl3. 2005-11-08 13:22:03 +00:00
tv
f52670a674 Include devel/sysexits bl3. 2005-11-08 04:03:08 +00:00
tv
22811dd7d1 Add devel/sysexits bl3. 2005-11-07 21:17:52 +00:00
tv
ca8943001b -LSM wasn't doing anything at all; remove it.
Add EXTRA_LIBS.Interix where the intended option actually is needed (-lSM
with a lower case 'l').
2005-11-07 21:17:07 +00:00
tv
6034528fc2 USE_TOOLS nroff. 2005-11-07 20:39:19 +00:00
tv
7c8eae164b Use the libbind resolver on Interix. 2005-11-07 20:36:12 +00:00
tv
ceed3298da Add devel/sysexits bl3.
Add hacks.mk to get the libbind resolver on Interix.
2005-11-07 20:35:20 +00:00
tv
97f562233c Include devel/sysexits bl3. 2005-11-07 20:31:56 +00:00
rillig
a9b01f5158 Removed invalid definition for the read-only variable PKGBASE. 2005-11-05 17:19:36 +00:00
rillig
d20c676525 Fixed pkglint warnings:
- Removed "jdk13" from PKG_JVMS_ACCEPTED.
  - Using "+=" for SUBST_CLASSES.
2005-11-04 18:51:11 +00:00
rillig
a844ed5f9a Provide the PKG_SUGGESTED_OPTIONS instead of setting the user's
variable's default value.
2005-11-04 17:20:09 +00:00
rillig
bab2cab70a Reordered the {CONFIGURE,BUILD,INSTALL}_DIRS chronologically instead of
alphabetically for aesthetic reasons.
2005-11-04 11:10:57 +00:00
rillig
77d62f5272 Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS. 2005-11-04 11:09:07 +00:00
grant
67d3a05330 update clamav to 0.87.1.
changes since 0.87:

  * Bugfixes:
    - libclamav/petite.c: fix boundary checks (acab)
    - libclamav/mbox.c: scan attachments that have no filename (njh)
    - libclamav/fsg.c: fix buffer size calculation in unfsg_133
      Reported by Zero Day Initiative (ZDI-CAN-004)
    - libclamav/tnef.c: fix possible infinite loop
      Reported by iDEFENSE (IDEF1169).
    - libclamav/mspack/cabd.c: fix possible infinite loop in cabd_find
      (tk)
      Reported by iDEFENSE (IDEF1180).
    - clamd/others.c: fix compilation error on Cobalt Qube 1 (tk)
    - clamd: properly handle ReadTimeout in SESSION (tk)
      Bug reported by Kamil Kaczkowski <kamil*kamil.eisp.pl>
    - libclamav/others.c,h: Add generic bitset implementation (trog)
    - libclamav/ole2_extract.c: Make sure the property tree doesn't
      loop (trog)
      Fixes CAN-2005-3239. Installations with default settings were
      not affected by this bug.
2005-11-04 03:47:49 +00:00
rillig
53c7100fd5 Removed empty line from PLIST. 2005-11-03 13:40:19 +00:00
taca
abcc78ee11 Update mail/ruby-actionmailer pacakge to 1.1.1.
*1.1.1* (October 19th, 2005)

* Upgraded to Action Pack 1.10.1


*1.1.0* (October 16th, 2005)

* Update and extend documentation (rdoc)

* Minero Aoki made TMail available to Rails/ActionMailer under the MIT
  license (instead of LGPL) [RubyConf '05]

* Austin Ziegler made Text::Simple available to Rails/ActionMailer
  under a MIT-like licens [See rails ML, subject "Text::Format Licence
  Exception" on Oct 15, 2005]

* Fix vendor require paths to prevent files being required twice

* Don't add charset to content-type header for a part that contains
  subparts (for AOL compatibility) #2013 [John Long]

* Preserve underscores when unquoting message bodies #1930

* Encode multibyte characters correctly #1894

* Multipart messages specify a MIME-Version header automatically #2003 [John Long]

* Add a unified render method to ActionMailer (delegates to ActionView::Base#render)

* Move mailer initialization to a separate (overridable) method, so
  that subclasses may alter the various defaults #1727

* Look at content-location header (if available) to determine filename
  of attachments #1670

* ActionMailer::Base.deliver(email) had been accidentally removed, but
  was documented in the Rails book #1849

* Fix problem with sendmail delivery where headers should be delimited
  by \n characters instead of \r\n, which confuses some mail readers
  #1742 [Kent Sibilev]
2005-11-02 15:07:46 +00:00
adrianp
ef7de2deb0 PLIST fixes for missing files reported by Krister Walfridsson (CHECK_FILES=yes)
Bump nb
2005-11-02 11:14:30 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
taca
01938343ab Update MASTER_SITES and HOMEPAGE. 2005-11-02 08:35:55 +00:00
tv
bb66999eee Include nbcompat for utimes() if on Interix. 2005-11-01 19:46:44 +00:00
tv
8280bc8b73 USE_TOOLS+=nroff 2005-11-01 19:40:13 +00:00
adrianp
6ec39da285 Bump to nb3 for security patch 2005-11-01 19:17:41 +00:00
adrianp
13325b96ee Add patch-ak for a fetchmailconf security issue. This patch does
not impact the fetchmail package so no version bump is required.
2005-11-01 19:16:52 +00:00
minskim
a30389c7f2 Add gotmail. 2005-10-31 20:36:05 +00:00
minskim
ffd673883a Import gotmail from pkgsrc-wip. Packaged by pancake, and improved by
Jeremy C. Reed and Leonard Schmidt.

Gotmail is a script to download mail from hotmail.com without user
interaction.  It's probably best run from a cron job.  It can delete
messages, download only-new messages, mark messages read (or not),
forward to procmail, forward to another address, or send through SMTP.
2005-10-31 20:34:19 +00:00
kristerw
a74064ecbf This pkg installs some README files etc. Add them to the PLIST.
Bump PKGREVISION.
2005-10-29 17:12:59 +00:00
xtraeme
c300be92d0 Update to 2.1.5:
* The command line option to specify directory which stores configuration
      files (--configdir dirname) was added.
    * The output headers of printed messages now match to those of the message
      view.
    * Confirmation dialog is displayed instead of input dialog on printing.
    * When replying to ML post that has the Reply-To set, both addresses will
      be set.
    * The option to delete filtered junk mails from server was added.
    * The locale name 'zh_TW.Big5' was changed to 'zh_TW'.
    * The problem that drag and drop didn't work with GTK+ 2.8 was fixed.
    * The sample mime.types was included into the source package.
    * Win32: The remote command was implemented using TCP socket.
    * Win32: The drag and drop of files from Explorer was supported.
    * Win32: The default print command for text file is used for printing when
      the command is unspecified.
    * Win32: Several bugfixes were made.
2005-10-29 13:21:22 +00:00
recht
97d51d7c1a fix typo (missing quote) 2005-10-29 12:36:50 +00:00
minskim
a6a7bf006a Add dkim-milter. 2005-10-27 19:52:13 +00:00
minskim
23a242b680 Import dkim-milter from pkgsrc. Packaged by iMil.
dkim-milter consists of two parts: A milter-based application
(dkim-filter) which plugs in to Sendmail to provide DomainKeys
Identified Mail service, and a library (libdkim) which can be used to
build DKIM-compliant applications or MTAs.
2005-10-27 19:49:07 +00:00
scottr
ff893c0619 Add SOCKS4/SOCKS5 support. 2005-10-25 17:52:38 +00:00
rillig
c18e149dd0 Replaced $(...) with ${...}. 2005-10-24 23:07:49 +00:00
chris
85bcee884f Update sylpheed-devel to 2.1.4. Main changes/bugfixes are:
o The IMAP4 parser was fixed so that it can handle literals in
      response.
    o A bug that caused crashes on receive if Date header has
      abnormal time was fixed.
    o Sylpheed will not close anymore even if the tray icon is closed.
    o The directory with multiple hierarchy can be specified when
      creating a new mailbox.
    o Error messages are now output to the log window and the log file.
    o The 'Create filter rule' menu was brought back in the context
      menu.
    o The display of the property of top folders was enabled.
    o The support of environment-dependent Japanese characters was
      enhanced
2005-10-24 22:37:20 +00:00
jklos
0f761c3b02 Updated distinfo for patch-ag, for statvfs and closefrom patch. 2005-10-24 04:36:59 +00:00
jklos
d791e5c689 Lost cvs tag. Fixed. 2005-10-24 04:35:24 +00:00
jklos
046fd8b392 Updated to properly select statvfs.h and closefrom where appropriate. 2005-10-24 04:33:50 +00:00
rillig
78e94603af Added --with-zlib=${BUILDLINK_PREFIX.zlib} to CONFIGURE_ARGS. This
should fix PR 31898.
2005-10-23 22:32:20 +00:00
rillig
47b63b92ea Replaced $f with ${f} to fix some pkglint warnings. Sorted PLIST. 2005-10-23 21:45:16 +00:00
rillig
ebfbe775b2 Replaced $i with ${i} to fix the pkglint warnings. 2005-10-23 21:43:58 +00:00
rillig
1055823904 Added RCS Id to patch-aa. Removed trailing white-space from options.mk. 2005-10-23 20:07:19 +00:00
rillig
779b8ef29b Added a patch that prevents the IRIX build from failing. Bumped
PKGREVISION.
2005-10-22 17:56:31 +00:00
rillig
8102d29bbe Don't use -lcompat on IRIX. Fixes PR 28538. 2005-10-22 16:17:14 +00:00
tron
ac35429a5d Update "milter-greylist" package to version 2.0.2. Changes since 2.0.1:
- Fix memory leak within MX sync code (Hajimu UMEMOTO)
2005-10-21 22:26:59 +00:00
tonio
245c8d0a25 Fix mail/fetchmail under darwin (PR 28543).
The added patches add a prefix "fm_" to lock related finctions, to avoid name
clash with darwin lock functions. Link with -lresolv under darwin.
(thanks scole_at_sdf.lonestar.org for the patches)
Bump PKGREVISION
2005-10-21 20:56:50 +00:00
jlam
f2496540ac Update mail/maildrop to 2.0.1. Changes from version 1.8.1 include:
* Use PCRE (http://www.pcre.org) for mattern matching.
+ Most visible change is a different syntax for subexpression matching,
  using (...).  MATCH2 becomes MATCH1, MATCH3 becomes MATCH2, etc...
+ "w" account option dropped.
+ During a transitional period, setting MAILDROP_OLD_REGEXP
  reverts to the old pattern matching engine.

* Do not autoreply to messages with an Auto-Submitted: header, unless
  it's contents are "no".  Add Auto-Submitted: auto-replied.
2005-10-20 20:26:37 +00:00
jlam
5bed16af6c Update mail/sqwebmail to 5.0.6. Changes from version 5.0.4 include:
* Use PCRE for pattern-matching

	* When autopurging messages from a folder based on their
	  timestamp, scan 'new' in addition to 'cur', otherwise mail
	  delivered to the folder directly never gets purged, unless
	  the folder is open.

	* Filter out <!-- > constructs, they are parsed by MSIE.

	* Remove attributes with imbalanced quotes, to prevent
	  cross-side scripting vulnerabilities with some browsers.

	* Show each attachment's MIME content type.
2005-10-20 20:26:32 +00:00
jlam
dbb4566cfe Update mail/courier-imap to 4.0.6. Changes from version 4.0.4 include:
* Use PCRE for pattern-matching.

	* When autopurging messages from a folder based on their
	  timestamp, scan 'new' in addition to 'cur', otherwise mail
	  delivered to the folder directly never gets purged, unless
	  the folder is open.

	* Fix handling of invalid sequence number of 0.

	* NOT operator on content searches.
2005-10-20 20:26:23 +00:00
jlam
0efa602a8b Update mail/courier-maildir to 0.52.1. Changes from version 0.51 include
switching to use PCRE instead of a home-grown regexp package.
2005-10-20 20:26:15 +00:00
adrianp
d28cf318e5 While I'm here add back the PKG_OPTIONS_LEGACY_OPTS for socketmap 2005-10-20 15:10:01 +00:00