aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added OptionsMartin Wilke2007-01-091-8/+7
| | | | | | | | | | | - Fixed Makefile - Pass maintainership to submitter PR: ports/107687 Submitted by: Beech Rintoul <beech@alaskaparadise.com> Notes: svn path=/head/; revision=181924
* * Requires gfortran compiled ATLAS and BLAS.Maho Nakata2007-01-091-3/+3
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=181923
* - Update to 0.6.1Martin Wilke2007-01-0929-155/+504
| | | | | | | | PR: ports/107634 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181922
* Now requires newer version of LAPACK(4)/BLAS(2)/ATLAS(2). Bump portrevision.Maho Nakata2007-01-091-8/+8
| | | | Notes: svn path=/head/; revision=181921
* As shared lib is now installed bump port revision.Maho Nakata2007-01-092-0/+2
| | | | Notes: svn path=/head/; revision=181920
* * Shared lib number has been bumped 1 to 2Maho Nakata2007-01-094-48/+48
| | | | | | | * Bump port revision Notes: svn path=/head/; revision=181919
* fix pkg-plistMaho Nakata2007-01-091-1/+1
| | | | Notes: svn path=/head/; revision=181918
* * Migrate to gfortranMaho Nakata2007-01-094-16/+48
| | | | | | | | * ATLAS build is now conditional * bump port revision Notes: svn path=/head/; revision=181917
* - Update to 0.4.2Martin Wilke2007-01-094-25/+41
| | | | | | | | PR: ports/107693 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=181916
* - Update to 0.1.7Martin Wilke2007-01-093-26/+8
| | | | | | | | PR: 107632 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181915
* - Update to 7.2.6Martin Wilke2007-01-092-6/+7
| | | | | | | | PR: ports/107629 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181914
* - Update to 2.9Martin Wilke2007-01-092-4/+4
| | | | | | | | PR: 107686 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=181913
* - Update to 0.8Martin Wilke2007-01-093-30/+15
| | | | | | | | PR: ports/107636 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181912
* - Update to 2.0Martin Wilke2007-01-093-9/+9
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107576 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181911
* - Update to 0.8.2Martin Wilke2007-01-093-54/+16
| | | | | | | | PR: ports/107635 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181910
* - Update to 1.1Martin Wilke2007-01-093-4/+180
| | | | | | | Submitted by: farrokhi Notes: svn path=/head/; revision=181909
* - Update to 0.4.4Martin Wilke2007-01-092-5/+4
| | | | | | | | PR: ports/107633 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181908
* - Pass maintainership to submitterMartin Wilke2007-01-091-1/+1
| | | | | | | | PR: ports/1077212 Submitted by: Beech Rintoul <beech@alaskaparadise.com> Notes: svn path=/head/; revision=181907
* - Update to 0.3.17Martin Wilke2007-01-092-6/+6
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107714 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181906
* - Add WITH_MUTT_GREETING_PATCH knob.Martin Wilke2007-01-092-0/+154
| | | | | | | | PR: ports/107680 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=181905
* Update for version 1.12Doug Barton2007-01-094-26/+30
| | | | Notes: svn path=/head/; revision=181904
* New FeaturesDoug Barton2007-01-092-52/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ 1. Add -t mode to "thoroughly" recurse dependencies, using the all-depends-list target instead of the combination of the build-depends-list and run-depends-list targets. This is useful when the dependencies of a dependency need to be updated, but the dependency itself doesn't; and -a mode is impractical for whatever reason. 2. If pkg_create fails, give the user the option of how to handle it: fail, or ignore the error. Improvements ============ 1. If we are trying to delete distfiles, but a dist subdir has gone missing, assume that the files are safely deleted (and inform the user) rather than error'ing out. 2. Search for BROKEN state before FORBIDDEN state, since if the former is set, the latter is implied, which made the error message confusing. While I'm here, trim the error message by removing some redundant information. 3. After successful install, before the dependencies are updated, apply the same search pattern whether we're updating an existing port, or installing from scratch using -p /usr/ports/foo/bar. Otherwise, existing dependencies for a port that was forcibly pkg_delete'd won't be updated, nor will the newly installed port's +REQUIRED_BY file be up to date. Fix === 1. The file that contains the checksums is not always spelled "distinfo," so use the MD5_FILE variable to find it Cleanups ======== 1. Further local'ize variables in functions, and factor in some variables there were used only once. Add more comments that describe usage of variables with global scope used in a function. 2. Twiddle white space a little more to help key messages stand out better, and change wording on one message to (hopefully) make it more clear. 3. Bump copyright Notes: svn path=/head/; revision=181903
* - Update to 1.7.4Martin Wilke2007-01-092-11/+10
| | | | | | | | PR: ports/107637 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181902
* - Update to 0.15Martin Wilke2007-01-092-5/+6
| | | | | | | | PR: 107580 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=181901
* - Update to 1.0.7b3Martin Wilke2007-01-092-5/+5
| | | | | | | | | | - Pass maintainership to submitter PR: 107569 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181900
* - Update to 0.8.9-1Martin Wilke2007-01-092-4/+5
| | | | | | | | | | - Pass maintainership to submitter PR: 107577 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181899
* - Update to 1.7.3Martin Wilke2007-01-092-4/+4
| | | | | | | | PR: 107640 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=181898
* - Pass maintainership to submitterMartin Wilke2007-01-091-2/+2
| | | | | | | | PR: 107713 Submitted by: Steven Kreuzer<skreuzer@f2o.org> Notes: svn path=/head/; revision=181897
* - Update to 0.2.4Martin Wilke2007-01-093-5/+7
| | | | | | | | PR: ports/107584 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer Notes: svn path=/head/; revision=181896
* - Update to 3.5Martin Wilke2007-01-092-4/+4
| | | | | | | Submitted by: farrokhi Notes: svn path=/head/; revision=181895
* - Update to 0.40Martin Wilke2007-01-092-5/+6
| | | | | | | | PR: ports/107627 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) Notes: svn path=/head/; revision=181894
* - Update to 1.16Martin Wilke2007-01-093-6/+7
| | | | | | | | PR: ports/107627 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) Notes: svn path=/head/; revision=181893
* - Update to 2.0.6Martin Wilke2007-01-092-5/+5
| | | | Notes: svn path=/head/; revision=181892
* - Update to 5.10.0.1Martin Wilke2007-01-092-6/+6
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107595 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181891
* - Update to 0.33Martin Wilke2007-01-092-6/+5
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107579 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181890
* - Update to 1.2Martin Wilke2007-01-094-18/+18
| | | | | | | | PR: ports/107597 Submitted by: Beat Gätzi (maintainer) Notes: svn path=/head/; revision=181889
* - Update to 1.14Martin Wilke2007-01-094-15/+16
| | | | | | | | PR: ports/107585 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=181888
* - Update to 4.122Martin Wilke2007-01-093-5/+5
| | | | | | | | PR: ports/107653 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=181887
* This Perl module is for implementing the SCGI interface for an applicationMartin Wilke2007-01-094-0/+39
| | | | | | | | | | | | server. Essentially, it is a 'next generation' FastCGI type protocol. WWW: http://python.ca/nas/scgi/protocol.txt PR: ports/107710 Submitted by: Vivek Khera <vivek at khera.org> Notes: svn path=/head/; revision=181884
* From the Dovecot wiki on LDA (WWW: http://wiki.dovecot.org/LDA/Sieve)Martin Wilke2007-01-096-0/+69
| | | | | | | | | | | | | | | | Sieve language support by a plugin for the deliver LDA * Mail filtering * Mail forwarding * Vacation auto-reply WWW: http://www.dovecot.org PR: ports/107352 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> Notes: svn path=/head/; revision=181883
* Qpsmtpd started as a replacement daemon for the SMTP receiver (qmail-smtpd)Martin Wilke2007-01-096-0/+264
| | | | | | | | | | | | | | | | | | | | | | from the qmail mail transport agent (MTA). qmail-smtpd has a number of shortcomings (e.g. being unable to check the validity of a recipient mail address) and is written in C which makes it burdensome to modify and extend. Qpsmtpd, on the other hand, is written in pure perl and can be customized easily. It consists of a core that implements a complete SMTP server, and a number of plugins/modules which control the operations. Such plugins include plugins to check the recipient and sender as well as plugins for virus scanning, spam checking, blocking lists (dns and rhs), AUTH and TLS. Qpsmtpd can not only be used with qmail but also with e.g. postfix and exim. It can also write messages to a Maildir or forward it to a remote host without buffering. WWW: http://smtpd.develooper.com/ PR: ports/107668 Submitted by: Zane C. Bowers Notes: svn path=/head/; revision=181881
* - Update WWWPav Lucistnik2007-01-091-1/+1
| | | | Notes: svn path=/head/; revision=181880
* - Add port for ruby-lha, a ruby extension to work with lha-compressed files.Stanislav Sedov2007-01-095-0/+50
| | | | Notes: svn path=/head/; revision=181878
* * Disable SSE2 support since it is buggy and can cause crashes inJoe Marcus Clarke2007-01-092-1/+22
| | | | | | | | | | gstreamer applications * Add gnometarget Approved by: ahze Notes: svn path=/head/; revision=181877
* Make this port X11BASE clean.Cy Schubert2007-01-093-3/+0
| | | | Notes: svn path=/head/; revision=181876
* Update claws-mail to 2.7.0.Alexander Leidinger2007-01-0917-5/+19
| | | | | | | | Bump portrevision of the plugins to force a rebuild with the new version, else they complain about the new version of CM. Notes: svn path=/head/; revision=181875
* - Update distinfo (main source distfile changed, see below).Alejandro Pulver2007-01-092-5/+3
| | | | | | | | | | - Remove local workaround for a problem with a data file (it was fixed upstream). Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=181874
* - Update to 0.2.8Andrew Pantyukhin2007-01-094-10/+8
| | | | Notes: svn path=/head/; revision=181873
* - Update to 0.8Andrew Pantyukhin2007-01-092-4/+4
| | | | Notes: svn path=/head/; revision=181872
* - Updated to 2007.01.07Nicola Vitale2007-01-093-5/+5
| | | | | | | | | - Replaced email address of the Author with his name in the pkg-descr (antispam) Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=181871