aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add gnomekeyring, an API and daemon for managing lists of credentials. ThisJoe Marcus Clarke2004-04-059-0/+185
| | | | | | | is similar to the Keychain in MacOS. Notes: svn path=/head/; revision=106170
* Update to GNOME 2.6, and add all the new shared library versions. No otherJoe Marcus Clarke2004-04-051-21/+20
| | | | | | | functionality has been added or removed. Notes: svn path=/head/; revision=106169
* o Fix recursive definition of PKGNAMESUFFIX.Norikatsu Shigemura2004-04-051-6/+6
| | | | | | | | | | | o Add missing tailing \. This is 'Fix build error'. So I don't bump PORTREVISION. Approved by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=106167
* Fix incorrect message about WITHOUT_IPV6.Jun Kuriyama2004-04-053-3/+3
| | | | | | | Reported by: many Notes: svn path=/head/; revision=106166
* Add libpdtp 0.1.20040325, client library for Peer Distributed TransferJun Kuriyama2004-04-059-0/+73
| | | | | | | | | | Protocol (PDTP). XXX: This is for my evaluation purpose, not intended to be used by public. :-) Notes: svn path=/head/; revision=106164
* Add pdtpd 0.1.20040404, server for the Peer Distributed TransferJun Kuriyama2004-04-055-0/+43
| | | | | | | | | | Protocol (PDTP). XXX: This is for my evaluation purpose, not intended to be used by public. :-) Notes: svn path=/head/; revision=106162
* upgrade to 0.5.3Ying-Chieh Liao2004-04-054-32/+34
| | | | Notes: svn path=/head/; revision=106161
* patch for broken LC_CTYPEYing-Chieh Liao2004-04-052-0/+16
| | | | | | | | PR: 65062 Submitted by: maintainer Notes: svn path=/head/; revision=106160
* *******************IMPORTANT*******************James E. Housley2004-04-052-3/+3
| | | | | | | | | | | 4347 Emergency Dat release due to: W32/SOBER.F@MM ********************************************** Notes: svn path=/head/; revision=106159
* Port to amd64Kris Kennaway2004-04-057-7/+125
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=106158
* - Update to version 0.6Kirill Ponomarev2004-04-042-4/+4
| | | | | | | | PR: ports/65172 Submitted by: maintainer Notes: svn path=/head/; revision=106157
* Reset two missed ports back to WANT_AUTO* -- the other one mentioned,Ade Lovett2004-04-046-8/+8
| | | | | | | apr-thread, doesn't appear to exist in the ports tree. Notes: svn path=/head/; revision=106156
* Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for databaseErwin Lansing2004-04-046-0/+102
| | | | | | | | | | | | | | | | | | | columns. This module helps to generate HTML forms for creating new database rows or editing existing rows. It maps column names in a database table to HTML form elements which fit the schema. Large text fields are turned into textareas, and fields with a has-a relationship to other Class::DBI tables are turned into select drop-downs populated with objects from the joined class. WWW: http://search.cpan.org/dist/Class-DBI-AsForm/ PR: ports/65147 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106154
* While generating commit message, don't lowercase the first letter if the secondMathieu Arnold2004-04-041-2/+2
| | | | | | | | | | is upper case (ie : don't end up with pEAR) Approved by: will Asked by: thierry Notes: svn path=/head/; revision=106153
* Add p5-Class-DBI-Plugin-Type 0.02, determine type information forErwin Lansing2004-04-045-0/+52
| | | | | | | | | | | | | | | columns. This module allows Class::DBI-based classes to query their columns for data type information in a database-independent manner. WWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/ PR: ports/65147 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106151
* Add pear-XML_SVG 0.0.3, PEAR object-oriented API for building SVGThierry Thomas2004-04-044-0/+29
| | | | | | | | | | | documents. Yet another PEAR package to be used by Horde-3. Approved by: mat (mentor). Notes: svn path=/head/; revision=106149
* Unbreak. Builds, installs fine on fresh current. Disable the parallelMikhail Teterin2004-04-041-5/+1
| | | | | | | | build, as the only thing, that could've prevented it from properly installing in the past. Notes: svn path=/head/; revision=106148
* Make the wish-version selectable. Default to 8.4. Update master-site, and WWW.Mikhail Teterin2004-04-042-5/+7
| | | | Notes: svn path=/head/; revision=106147
* Upgrade from 1.4.1 to 1.5.0, released on February 17. Turn on self-tests.Mikhail Teterin2004-04-044-16/+27
| | | | Notes: svn path=/head/; revision=106146
* Update to 1.05Erwin Lansing2004-04-042-3/+3
| | | | Notes: svn path=/head/; revision=106145
* Update to 1.22Erwin Lansing2004-04-042-3/+3
| | | | Notes: svn path=/head/; revision=106144
* Update to 0.7.20Tilman Keskinoz2004-04-043-13/+24
| | | | | | | Drop Maintainership. Notes: svn path=/head/; revision=106142
* MXP1 is a new XmlPull parsing engine that is based on ideas from XPP and inMark Linimon2004-04-044-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | particular XPP2 but completely revised and rewritten to take best advantage of latest JIT JVMs such as Hotspot in JDK 1.4. MXP1 was designed to use best available the latest and the most advanced JIT engines such as Hotspot in JDK1.4. MXP1 has following features: - fast - let me say it again it is fast :-) - small - lot of performance packed in JAR file that is less than 20KB! - easy to use - the parser implements common XML pull parsing API (XMLPULL) described at http://www.xmlpull.org Performance tests that compare MXP1 to other leading XML parsers are available at http://www.extreme.indiana.edu/~aslom/xpp_sax2bench/ WWW: http://www.extreme.indiana.edu/soap/xpp/mxp1/ PR: ports/65066 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=106141
* Add p5-Class-DBI-Plugin-RetrieveAll 1, more complex retrieve_all() forErwin Lansing2004-04-045-0/+52
| | | | | | | | | | | | | | | Class::DBI. This is a simple plugin to a Class::DBI subclass which provides a 'retrieve_all_sorted_by' method. WWW: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ PR: ports/65146 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106139
* Update to 1.20Erwin Lansing2004-04-042-3/+4
| | | | Notes: svn path=/head/; revision=106138
* Update to version 1.3.1Markus Brueffer2004-04-043-4/+15
| | | | | | | Approved by: arved (mentor) Notes: svn path=/head/; revision=106137
* forgot to remove a directory.Tilman Keskinoz2004-04-041-0/+1
| | | | Notes: svn path=/head/; revision=106136
* Add pear-VFS 0.0.4, PEAR Virtual File System API.Thierry Thomas2004-04-044-0/+50
| | | | | | | | | It is required by Horde-3 (to be released). Approved by: mat (mentor). Notes: svn path=/head/; revision=106134
* Add libcdio, the GNU Compact Disc Input and Control LibraryTilman Keskinoz2004-04-045-0/+50
| | | | Notes: svn path=/head/; revision=106133
* Add gbottler, a SSTP Bottle client.Pav Lucistnik2004-04-045-0/+50
| | | | | | | | PR: ports/65106 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=106131
* Apache Avalon provides a complete platform for component programming includingMark Linimon2004-04-044-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a core framework, utilities, tools, components and containers. By using key design patterns such as Inversion of Control (IoC) and Seperation of Concerns (SoC), Avalon achieves a number of advantages over traditional object oriented programming frameworks: * No implementation lock * Low coupling between components * Component lifecycle management * Configuration management and easy to use API * Component meta-data framework and tools * Service dependecy management * Embeddable containers for standalone, J2EE and web environments The Avalon Framework API and Implementation consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcements, and several lightweight convenience implementations of the generic components. WWW: http://avalon.apache.org/framework/ PR: ports/64999 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=106129
* build and install missing imapd.conf.5.html.Hajimu UMEMOTO2004-04-043-3/+21
| | | | Notes: svn path=/head/; revision=106128
* Update to 2.3.3: updated to support CheckStyle 3.1; added compatibility fixMark Linimon2004-04-043-24/+76
| | | | | | | | | | | | | | | | | | | for older versions of XEmacs; many other minor bugfixes and improvements. See lisp/ChangeLog for details. Changes to the port involve respecting ANT_HOME, and, from the PR: One conceivably controversial thing I added was a second symlink from %%EMACS_VERSION_SITE_LISP%%/java to $PREFIX/share/java/jde. Otherwise jde cannot find the BeanShell jar files. PR: ports/64388 Submitted by: David Bremner <bremner@unb.ca> (maintainer) Notes: svn path=/head/; revision=106127
* Make port compatible with perl 5.00503Sergey Skvortsov2004-04-041-1/+7
| | | | | | | | PR: 65136 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106126
* Add an entry for x11-fonts/gentium.Thierry Thomas2004-04-041-0/+2
| | | | | | | | | PR: ports/65044 Submitted by: maintainer Approved by: mat (mentor). Notes: svn path=/head/; revision=106125
* Add gentium 1.0.1, gentium TrueType font collection.Thierry Thomas2004-04-0413-0/+381
| | | | | | | | | PR: 65044 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: mat (mentor) Notes: svn path=/head/; revision=106123
* - Update to 0.8Kirill Ponomarev2004-04-042-4/+3
| | | | | | | | PR: ports/65160 Submitted by: maintainer Notes: svn path=/head/; revision=106122
* Add p5-Lingua-EN-Inflect-Number 1.1,Kirill Ponomarev2004-04-045-0/+53
| | | | | | | | | | | This module extends the functionality of Lingua::EN::Inflect with three new functions available for export. PR: ports/65148 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106120
* - Update to 1.23Pav Lucistnik2004-04-042-3/+3
| | | | | | | | | PR: ports/65135 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Approved by: maintainer Notes: svn path=/head/; revision=106119
* - Update to 1.9.52Pav Lucistnik2004-04-045-8/+5
| | | | | | | | PR: ports/65133 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=106118
* - Update to 2.6Pav Lucistnik2004-04-042-4/+4
| | | | | | | | PR: ports/65159 Submitted by: Steven Honson <steven@honson.org> (maintainer) Notes: svn path=/head/; revision=106117
* - Update to 0.0.18Sergei Kolobov2004-04-042-4/+7
| | | | | | | | | | | - Teach format/docbook/txt to look in ${LOCALBASE}/bin instead of /usr/bin This fixes this error: No way to convert HTML to text found. PR: ports/64952 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Notes: svn path=/head/; revision=106116
* - Refine -lstdc++ hackPav Lucistnik2004-04-042-5/+5
| | | | | | | Prompted by: maintainer Notes: svn path=/head/; revision=106115
* - Update to 1.2.6, the latest stable versionSergei Kolobov2004-04-043-5/+6
| | | | | | | Prompted by: Andrea Riela <ml@nesys.it> Notes: svn path=/head/; revision=106114
* - Update to 4.4.0Pav Lucistnik2004-04-0415-210/+265
| | | | | | | | PR: ports/65145 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer) Notes: svn path=/head/; revision=106113
* Add zope-coreblog, a Zope product to create and manage Blog/Weblog/Web NikkiPav Lucistnik2004-04-049-0/+131
| | | | | | | | | | easily. See http://coreblog.org/ PR: ports/65152 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=106111
* - Use MASTER_SITES_APACHE_JAKARTAPav Lucistnik2004-04-045-15/+10
| | | | | | | | PR: ports/65158 Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) Notes: svn path=/head/; revision=106110
* - Update to 3.1.2Pav Lucistnik2004-04-042-3/+5
| | | | | | | | | PR: ports/65096 Submitted by: Marc Silver <marcs@draenor.org> Approved by: maintainer Notes: svn path=/head/; revision=106109
* Hook up gdb6 to the build.David E. O'Brien2004-04-041-0/+1
| | | | Notes: svn path=/head/; revision=106108
* - Remove post-install: completely, it's being done by the software anyway.Pav Lucistnik2004-04-041-4/+0
| | | | | | | Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=106107