aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.2b2Pietro Cerutti2008-06-025-59/+40
| | | | Notes: svn path=/head/; revision=214179
* Upgrade from 1.5.4 to 1.5.5. Remove post-build test and the patches forMikhail Teterin2008-06-025-210/+19
| | | | | | | | | tests -- according to LyX developers, they are not currently using the self-tests themselves. When this improves, the bitrot we were trying to patch will be fixed by them... Notes: svn path=/head/; revision=214178
* - Update to 0.4.0Pietro Cerutti2008-06-022-9/+16
| | | | | | | - Take maintainship Notes: svn path=/head/; revision=214177
* - Update to 0.3.14Pietro Cerutti2008-06-024-10/+29
| | | | | | | - Take maintainship Notes: svn path=/head/; revision=214176
* - Fix installation when NOPORTDOCS is set, preventing it to create doc dirs.Renato Botelho2008-06-021-1/+6
| | | | | | | | | Bump PORTREVISION is unecessary since the default package will be untouched Reported by: itetcu Notes: svn path=/head/; revision=214175
* - Add backup MASTER_SITESMartin Wilke2008-06-021-1/+2
| | | | | | | Submitted by: maintainer via private mail Notes: svn path=/head/; revision=214174
* Update to 14.0.4Emanuel Haupt2008-06-022-4/+4
| | | | Notes: svn path=/head/; revision=214173
* All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.Emanuel Haupt2008-06-021-2/+1
| | | | | | | | PR: 124199 Submitted by: rafan Notes: svn path=/head/; revision=214172
* - GENTOO mirror from RoEduNet, this should unbreak at leastIon-Mihai Tetcu2008-06-021-0/+1
| | | | | | | | | | emulators/linux_base-gentoo-stage1 and emulators/linux_dist-gentoo-stage1 fetching. Prompted by by: ionbot (my alter ego) QA tindy run Notes: svn path=/head/; revision=214171
* - Update to 20071212Philippe Audeoud2008-06-024-52/+76
| | | | | | | | | PR: ports/123071 Submitted by: Jaap Boender <jaapb kerguelen.org> (maintainer) Approved by: maintainer timeout, thierry (mentor) Notes: svn path=/head/; revision=214170
* - add more etoile modulesDirk Meyer2008-06-022-4/+10
| | | | Notes: svn path=/head/; revision=214169
* - Update to 7.30Rong-En Fan2008-06-024-8/+8
| | | | | | | | PR: ports/124197 Submitted by: Tod McQuillin <devin at spamcop.net> (maintainer) Notes: svn path=/head/; revision=214168
* - Update to 0.9.34Rong-En Fan2008-06-024-7/+14
| | | | | | | | | | - Pass maintainership to submitter PR: ports/124195 Submitted by: Aryeh M. Friedman <aryeh.friedman at gmail.com> Notes: svn path=/head/; revision=214167
* Update to version 9.3.5. It contains the latest bug fixes, updatesDoug Barton2008-06-025-22/+19
| | | | | | | | | | | | | | to root server addresses, and a fix for the vulnerability mentioned here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0122 Users of BIND 9.3.x are strongly encouraged to upgrade to this version. Also, the 9.3.x branch is now in maintenance-only mode. Users are encouraged to investigate BIND 9.4.x or perhaps 9.5.x. http://www.isc.org/index.pl?/sw/bind/versions_and_support.php Notes: svn path=/head/; revision=214166
* Update the pkg-message to be even less version-specific, and tell the userDoug Barton2008-06-023-27/+24
| | | | | | | that /etc/rc.d/named will handle everything for them. Notes: svn path=/head/; revision=214165
* Perl module for converting XML hash structures into plain text.Wesley Shields2008-06-015-0/+33
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=214163
* pyexiv2 is a python binding to exiv2, the C++ library for manipulation ofMartin Wilke2008-06-015-0/+53
| | | | | | | | | | | | | | | | | | EXIF and IPTC image metadata. It is a python module that allows your python scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...). It is designed as a high level interface to the functionalities offered by exiv2 (and is built on top of it). Using python's built-in data types and standard modules, it provides easy manipulation of image metadata. WWW: http://tilloy.net/dev/pyexiv2/ PR: ports/124193 Submitted by: Denis Barov <dindin at dindin.ru> Notes: svn path=/head/; revision=214161
* Add entry for www/ikiwiki.Henrik Brix Andersen2008-06-011-0/+14
| | | | | | | Approved by: erwin (mentor, implicit) Notes: svn path=/head/; revision=214160
* Update to version 2.48 (security update).Henrik Brix Andersen2008-06-013-18/+8
| | | | | | | | | | | | | | | | | | If password based logins is enabled in ikiwiki, those passwords were until this release stored in cleartext in the userdb. To guard against exposing users' passwords, ikiwiki now use strong (blowfish) hashes for storing passwords. To hash existing passwords, update to this version and run the following command for each of your ikiwiki src dirs: ikiwiki-transition hashpassword /path/to/your/wiki/srcdir Approved by: erwin (mentor, implicit) Security: http://www.vuxml.org/freebsd/90db9983-2f53-11dd-a0d8-0016d325a0ed.html Notes: svn path=/head/; revision=214159
* Add entry for www/ikiwiki.Henrik Brix Andersen2008-06-011-0/+28
| | | | | | | Approved by: erwin (mentor, implicit) Notes: svn path=/head/; revision=214158
* This is the base class for a system of objects that encapsulateHenrik Brix Andersen2008-06-015-0/+97
| | | | | | | | | | | | | | | | | | | | passphrases. An object of this type is a passphrase recogniser: its job is to recognise whether an offered passphrase is the right one. For security, such passphrase recognisers usually do not themselves know the passphrase they are looking for; they can merely recognise it when they see it. There are many schemes in use to achieve this effect, and the intent of this class is to provide a consistent interface to them all, hiding the details. The CPAN package Authen::Passphrase contains implementations of several specific passphrase schemes in addition to the base class. WWW: http://search.cpan.org/dist/Authen-Passphrase/ Approved by: erwin (mentor) Notes: svn path=/head/; revision=214156
* Perl XS interface for a portable traditional crypt function.Henrik Brix Andersen2008-06-015-0/+35
| | | | | | | | | WWW: http://search.cpan.org/dist/Crypt/UnixCrypt_XS/ Approved by: erwin (mentor) Notes: svn path=/head/; revision=214154
* Eksblowfish is a variant of the Blowfish cipher, modified to make theHenrik Brix Andersen2008-06-015-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | key setup very expensive. ("Eks" stands for "expensive key schedule".) This doesn't make it significantly cryptographically stronger, but is intended to hinder brute-force attacks. It also makes it unsuitable for any application requiring key agility. It was designed by Niels Provos and David Mazieres for password hashing in OpenBSD. Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the "salt". Cost and salt parameters together define a cipher family. Within each family, a key determines an encryption function in the usual way. This distribution also includes an implementation of "bcrypt", the Unix crypt() password hashing algorithm based on Eksblowfish. WWW: http://search.cpan.org/dist/Crypt-Eksblowfish/ Approved by: erwin (mentor) Notes: svn path=/head/; revision=214152
* This perl module implements the LGI$HPWD password hashing functionHenrik Brix Andersen2008-06-015-0/+36
| | | | | | | | | | | | from VMS, and some associated VMS username and password handling functions. WWW: http://search.cpan.org/dist/Authen-DecHpwd/ Approved by: erwin (mentor) Notes: svn path=/head/; revision=214150
* - Fix wrong libraries path on amd64Martin Wilke2008-06-011-0/+2
| | | | | | | | | | | - Bump PORTREVISION PR: 124091 Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=214148
* The functions exported by this module deal with runtime handlingHenrik Brix Andersen2008-06-015-0/+31
| | | | | | | | | | | of Perl modules, which are normally handled at compile time. WWW: http://search.cpan.org/dist/Module-Runtime/ Approved by: erwin (mentor) Notes: svn path=/head/; revision=214147
* Fix plist with NOPORTDOCS.Thierry Thomas2008-06-011-0/+2
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=214146
* - Update to 7.0.0.2Martin Wilke2008-06-012-4/+4
| | | | | | | | PR: 124026 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=214145
* - Update to 7.0.0.3Martin Wilke2008-06-012-4/+4
| | | | | | | | PR: 124026 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=214144
* - Update to 2.0Martin Wilke2008-06-012-9/+6
| | | | | | | | | | - Update maintainer mail adress PR: 124192 Submitted by: Benjamin Lutz (maintainer) Notes: svn path=/head/; revision=214143
* GIBI runs also on amd64.Thierry Thomas2008-06-011-1/+1
| | | | | | | Reported by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com> Notes: svn path=/head/; revision=214142
* mod_macro is a third-party module to the Apache Http Server, distributed withMartin Wilke2008-06-014-0/+38
| | | | | | | | | | | | | | a BSD-style license like Apache. It allows the definition and use of macros within apache runtime configuration files. The syntax is a natural extension to apache html-like configuration style. WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/ PR: ports/124173 Submitted by: Lukasz Wasikowski <lukasz at wasikowski.net> Notes: svn path=/head/; revision=214140
* update to 0.7.1Oliver Lehmann2008-06-012-4/+4
| | | | Notes: svn path=/head/; revision=214139
* - cleanup FreeBSD 5.xDirk Meyer2008-06-016-37/+5
| | | | Notes: svn path=/head/; revision=214138
* - Add missing patchMartin Wilke2008-06-011-0/+7
| | | | Notes: svn path=/head/; revision=214137
* - Update to 0.70Martin Wilke2008-06-014-39/+26
| | | | | | | | | | - Pass maintainership to submitter PR: 124189 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=214136
* - Update to 0.8.8Philippe Audeoud2008-06-013-9/+10
| | | | | | | | | | | - Update pkg-message to better visual PR: ports/124117 Submitter: Jason E. Hale <bsdkaffee gmail.com> (maintainer) Approved by: thierry (mentor) Notes: svn path=/head/; revision=214135
* Update to 1.1.1 that can build with GCC 4.2.x.Jeremy Messenger2008-06-0120-260/+849
| | | | Notes: svn path=/head/; revision=214134
* - UnbreakMartin Wilke2008-06-011-8/+5
| | | | | | | | | | - Fix build with gcc4.2 Submitted by: miwi Approved by: David Wolfskill (maintainer via private mail) Notes: svn path=/head/; revision=214133
* - Pass maintainership to David Wolfskill <david@catwhisker.org>Martin Wilke2008-06-011-6/+2
| | | | | | | | | | - Use SF macro PR: 124188 Submitted by: David Wolfskill <david@catwhisker.org> Notes: svn path=/head/; revision=214132
* - net-mgmt/ap-utils is backMartin Wilke2008-06-011-1/+0
| | | | Notes: svn path=/head/; revision=214131
* - readded net-mgmt/ap-utils to the buildMartin Wilke2008-06-011-0/+1
| | | | Notes: svn path=/head/; revision=214130
* - Backout from atticMartin Wilke2008-06-015-0/+89
| | | | | | | | PR: 124188 Submitted by: David Wolfskill <david@catwhisker.org> Notes: svn path=/head/; revision=214129
* Upgrade to iReport-3.0.0.Thierry Thomas2008-06-014-37/+40
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=603069>. Notes: svn path=/head/; revision=214128
* Upgrade to JasperReports 3.0.0.Thierry Thomas2008-06-012-7/+7
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=600358>. Notes: svn path=/head/; revision=214127
* - Respect NOPORTDOCSMartin Wilke2008-06-012-3/+4
| | | | Notes: svn path=/head/; revision=214126
* Tmux is a terminal multiplexer, it enables a number of terminals to be accessedMartin Wilke2008-06-017-0/+65
| | | | | | | | | | | | | and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. WWW: http://tmux.sf.net/ PR: ports/124093 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=214124
* Forced commit:Hiroki Sato2008-06-010-0/+0
| | | | | | | Repocopy and adding necessary fixes has been done. Notes: svn path=/head/; revision=214123
* - Add support for WITHOUT_NLS optionMartin Wilke2008-06-013-34/+40
| | | | | | | | | | | | - Fix the post-patch target - Remove un-necessary Author line in pkg-descr - Pass maintainership to submitter PR: 124158 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Notes: svn path=/head/; revision=214122
* - Update to 2.1Martin Wilke2008-06-013-19/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 124178 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=214121