aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add gnomekeyring, an API and daemon for managing lists of credentials. Thismarcus2004-04-059-0/+185
| | | | is similar to the Keychain in MacOS.
* Update to GNOME 2.6, and add all the new shared library versions. No othermarcus2004-04-051-21/+20
| | | | functionality has been added or removed.
* Lock the ports tree out while I merge GNOME 2.6.marcus2004-04-051-1/+1
|
* o Fix recursive definition of PKGNAMESUFFIX.nork2004-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)
* Fix incorrect message about WITHOUT_IPV6.kuriyama2004-04-053-3/+3
| | | | Reported by: many
* libpdtp --> ports/net/libpdtpkuriyama2004-04-051-0/+1
|
* Add libpdtp 0.1.20040325, client library for Peer Distributed Transferkuriyama2004-04-059-0/+73
| | | | | | | Protocol (PDTP). XXX: This is for my evaluation purpose, not intended to be used by public. :-)
* pdtpd --> ports/net/pdtpdkuriyama2004-04-051-0/+1
|
* Add pdtpd 0.1.20040404, server for the Peer Distributed Transferkuriyama2004-04-055-0/+43
| | | | | | | Protocol (PDTP). XXX: This is for my evaluation purpose, not intended to be used by public. :-)
* upgrade to 0.5.3ijliao2004-04-054-32/+34
|
* patch for broken LC_CTYPEijliao2004-04-052-0/+16
| | | | | PR: 65062 Submitted by: maintainer
* *******************IMPORTANT*******************jeh2004-04-052-3/+3
| | | | | | | | 4347 Emergency Dat release due to: W32/SOBER.F@MM **********************************************
* Port to amd64kris2004-04-057-7/+125
| | | | Submitted by: maintainer
* - Update to version 0.6krion2004-04-052-4/+4
| | | | | PR: ports/65172 Submitted by: maintainer
* Reset two missed ports back to WANT_AUTO* -- the other one mentioned,ade2004-04-056-8/+8
| | | | apr-thread, doesn't appear to exist in the ports tree.
* p5-Class-DBI-AsForm --> ports/databases/p5-Class-DBI-AsFormerwin2004-04-051-0/+1
|
* Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for databaseerwin2004-04-056-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>
* While generating commit message, don't lowercase the first letter if the secondmat2004-04-051-2/+2
| | | | | | | is upper case (ie : don't end up with pEAR) Approved by: will Asked by: thierry
* p5-Class-DBI-Plugin-Type --> ports/databases/p5-Class-DBI-Plugin-Typeerwin2004-04-051-0/+1
|
* Add p5-Class-DBI-Plugin-Type 0.02, determine type information forerwin2004-04-055-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>
* pear-XML_SVG --> ports/devel/pear-XML_SVGthierry2004-04-051-0/+1
|
* Add pear-XML_SVG 0.0.3, PEAR object-oriented API for building SVGthierry2004-04-054-0/+29
| | | | | | | | documents. Yet another PEAR package to be used by Horde-3. Approved by: mat (mentor).
* Unbreak. Builds, installs fine on fresh current. Disable the parallelmi2004-04-051-5/+1
| | | | | build, as the only thing, that could've prevented it from properly installing in the past.
* Make the wish-version selectable. Default to 8.4. Update master-site, and WWW.mi2004-04-052-5/+7
|
* Upgrade from 1.4.1 to 1.5.0, released on February 17. Turn on self-tests.mi2004-04-054-16/+27
|
* Update to 1.05erwin2004-04-052-3/+3
|
* Update to 1.22erwin2004-04-052-3/+3
|
* xpp3 -> ports/textproc/xpp3linimon2004-04-051-0/+1
| | | | PR: ports/65066
* Update to 0.7.20arved2004-04-053-13/+24
| | | | Drop Maintainership.
* MXP1 is a new XmlPull parsing engine that is based on ideas from XPP and inlinimon2004-04-054-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>
* p5-Class-DBI-Plugin-RetrieveAll --> databases/p5-Class-DBI-Plugin-RetrieveAllerwin2004-04-051-0/+1
|
* Add p5-Class-DBI-Plugin-RetrieveAll 1, more complex retrieve_all() forerwin2004-04-055-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>
* Update to 1.20erwin2004-04-052-3/+4
|
* Update to version 1.3.1markus2004-04-053-4/+15
| | | | Approved by: arved (mentor)
* forgot to remove a directory.arved2004-04-051-0/+1
|
* pear-VFS --> ports/devel/pear-VFSthierry2004-04-051-0/+1
|
* Add pear-VFS 0.0.4, PEAR Virtual File System API.thierry2004-04-054-0/+50
| | | | | | It is required by Horde-3 (to be released). Approved by: mat (mentor).
* Add libcdio, the GNU Compact Disc Input and Control Libraryarved2004-04-055-0/+50
|
* gbottler --> ports/games/gbottlerpav2004-04-051-0/+1
|
* Add gbottler, a SSTP Bottle client.pav2004-04-055-0/+50
| | | | | PR: ports/65106 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
* avalon-framework -> ports/devel/avalon-frameworklinimon2004-04-051-0/+1
|
* Apache Avalon provides a complete platform for component programming includinglinimon2004-04-054-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>
* build and install missing imapd.conf.5.html.ume2004-04-053-3/+21
|
* Update to 2.3.3: updated to support CheckStyle 3.1; added compatibility fixlinimon2004-04-053-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)
* Make port compatible with perl 5.00503skv2004-04-041-1/+7
| | | | | PR: 65136 Submitted by: Lars Thegler <lars@thegler.dk>
* Add an entry for x11-fonts/gentium.thierry2004-04-041-0/+2
| | | | | | PR: ports/65044 Submitted by: maintainer Approved by: mat (mentor).
* gentium --> ports/x11-fonts/gentiumthierry2004-04-041-0/+1
|
* Add gentium 1.0.1, gentium TrueType font collection.thierry2004-04-0413-0/+381
| | | | | | PR: 65044 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: mat (mentor)
* - Update to 0.8krion2004-04-042-4/+3
| | | | | PR: ports/65160 Submitted by: maintainer
* p5-Lingua-EN-Inflect-Number --> ports/textproc/p5-Lingua-EN-Inflect-Numberkrion2004-04-041-0/+1
|
* Add p5-Lingua-EN-Inflect-Number 1.1,krion2004-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>
* - Update to 1.23pav2004-04-042-3/+3
| | | | | | PR: ports/65135 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Approved by: maintainer
* - Update to 1.9.52pav2004-04-045-8/+5
| | | | | PR: ports/65133 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - Update to 2.6pav2004-04-042-4/+4
| | | | | PR: ports/65159 Submitted by: Steven Honson <steven@honson.org> (maintainer)
* - Update to 0.0.18sergei2004-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>
* - Refine -lstdc++ hackpav2004-04-042-5/+5
| | | | Prompted by: maintainer
* - Update to 1.2.6, the latest stable versionsergei2004-04-043-5/+6
| | | | Prompted by: Andrea Riela <ml@nesys.it>
* - Update to 4.4.0pav2004-04-0415-210/+265
| | | | | PR: ports/65145 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
* zope-coreblog --> ports/www/zope-coreblogpav2004-04-041-0/+1
|
* Add zope-coreblog, a Zope product to create and manage Blog/Weblog/Web Nikkipav2004-04-049-0/+131
| | | | | | | easily. See http://coreblog.org/ PR: ports/65152 Submitted by: HAYASHI Yasushi <yasi@yasi.to>
* - Use MASTER_SITES_APACHE_JAKARTApav2004-04-045-15/+10
| | | | | PR: ports/65158 Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
* - Update to 3.1.2pav2004-04-042-3/+5
| | | | | | PR: ports/65096 Submitted by: Marc Silver <marcs@draenor.org> Approved by: maintainer
* Hook up gdb6 to the build.obrien2004-04-041-0/+1
|
* - Remove post-install: completely, it's being done by the software anyway.pav2004-04-041-4/+0
| | | | Submitted by: Kay Lehmann <kay_lehmann@web.de>
* - Fix CATEGORIESpav2004-04-041-1/+1
| | | | Reported by: erwin's nasty cronjob
* - Update to 0.10.3clement2004-04-042-4/+4
|
* Somehow, pkg-descr from another port was added. Replace with aerwin2004-04-041-10/+7
| | | | | | | description that describes the actual port. PR: 65157 Submitted by: Marco Ferreira <seth@netc.pt>
* BROKEN: Patch failskris2004-04-041-0/+2
|
* - Update to 4.1.2krion2004-04-0410-148/+122
| | | | | PR: ports/65156 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* - Respect CCkrion2004-04-042-2/+3
| | | | | | PR: ports/65150 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* - Fix buildkrion2004-04-041-1/+3
| | | | Reported by: bento via kris
* Fix COMMENT.lofi2004-04-041-1/+1
|
* Convert to OPTIONS.lofi2004-04-043-45/+15
|
* - include dependecy to mathlibdinoex2004-04-046-47/+6
| | | | | | | - remove -lm patches Suggested by: kris Caveats: All linkage with netpbm includes mathlib now.
* Remove www/zope-cmf13erwin2004-04-041-1/+0
|
* - drop math libdinoex2004-04-041-1/+0
|
* malloc.h -> stdlib.hlofi2004-04-041-0/+11
| | | | Reported by: kris
* update to 20030616.p9leeym2004-04-043-37/+8
| | | | | PR: 65120 Submitted by: Blaz Zupan <blaz.zupan@amis.net>
* The ringserver sites don't have the latest BIND 9.dougb2004-04-044-8/+4
| | | | Submitted by: fenner's distfile survey
* ftp.si.uniovi.es is severely out of date, and doesn't have the mostdougb2004-04-041-1/+0
| | | | | | recent versions of BIND 8 or 9. Submitted by: fenner's distfile survey
* - fix linkage with netpbmdinoex2004-04-041-0/+2
| | | | | - supoort LDFLAGS Reported by: kris (dosirak)
* - remove obsolete patchesdinoex2004-04-042-20/+0
| | | | Pointed out by: kris (dosirak)
* Relocate previous commit to prevent error in WITHOUT_X11 case.kris2004-04-041-6/+6
|
* Remove the freeciv-gtk2 port, which was a stalled repo-copy-in-progress.kris2004-04-044-223/+0
| | | | It can be added back when the originator is ready to complete the repo-copy.
* - Satisfy build dependencypav2004-04-041-0/+4
| | | | Reported by: .kr cluster via kris
* BROKEN on 5.x except on amd64kris2004-04-041-1/+7
|
* BROKEN on !i386 and !amd64: Does not compilekris2004-04-041-0/+4
|
* Slave port ruby18_static is BROKEN on amd64: Configure failskris2004-04-041-0/+4
|
* BROKEN on !i386 and !alpha (gcc internal compiler error); mark IGNOREkris2004-04-041-1/+9
| | | | | on amd64 (cc1plus loops forever, presumably another symptom of the same bug)
* Add patch hunk forgotten in previous commit (don't try to edit the makefilekris2004-04-041-0/+2
| | | | | | | that is not created by Build.PL when PERL_MODBUILD is set) PR: 62422 Submitted by: mat
* Set LATEST_LINKmaho2004-04-043-0/+3
|
* forgot to update distinfomaho2004-04-041-2/+2
| | | | Submitted by: Kay Lehmann <kay_lehmann@web.de>
* Add Midnight Commander buffer overflow.nectar2004-04-041-0/+33
|
* Oops, tidy.xsl should now produce VuXML 1.1 documents on output.nectar2004-04-041-2/+2
|
* - Update to 1.2.39pav2004-04-043-17/+8
| | | | | | | | - Fix linking with threading libraries PR: ports/65029, ports/63533 Submitted by: PieterB <pieterb@gewis.nl>, Craig Rodrigues <rodrigc@crodrigues.org> Approved by: maintainer timeout on ports/63533 (1 month)
* Tuxracer isn't actually needed to /build/ this thing, so make itadamw2004-04-041-1/+1
| | | | a RUN_DEPENDS.
* - Unbreakpav2004-04-041-9/+4
| | | | | | | - Fix depends PR: ports/65130 Submitted by: hrs (maintainer)
* - Flip ln -sf arguments, they were in wrong orderpav2004-04-041-2/+2
| | | | | PR: ports/65121 Reported by: Kay Lehmann <kay_lehmann@web.de>
* - Convert to bsd.java.mk 2.0 macrospav2004-04-045-5/+10
| | | | | PR: ports/65118 Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
* - Update to 1.4pav2004-04-0410-147/+72
| | | | | PR: ports/65116 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* Upgrade from 1.4 to 1.6. Unreak on Alpha for the time being.mi2004-04-043-12/+45
| | | | | PR: ports/64922 Submitted by: forsite
* docbook-430 --> ports/textproc/docbook-430krion2004-04-041-0/+1
|
* Add docbook-430 4.3, docBook/SGML DTD V4.3, designed for technicalkrion2004-04-045-0/+160
| | | | | | | documentation. PR: ports/65122 Submitted by: hrs
* docbook-xml-430 --> ports/textproc/docbook-xml-430krion2004-04-041-0/+1
|
* Add docbook-xml-430 4.3, docBook/XML DTD V4.3, designed for technicalkrion2004-04-044-0/+84
| | | | | | | documentation. PR: ports/65123 Submitted by: hrs
* pbnc --> ports/net/pbnckrion2004-04-041-0/+1
|
* Add pbnc 1.0, simple userspace TCP port bouncer.krion2004-04-044-0/+60
| | | | | PR: ports/ports/65125 Submitted by: hrs
* - Update to 1.3pav2004-04-043-12/+18
| | | | | PR: ports/65113 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* Fix MASTER_SITES.thierry2004-04-041-2/+2
| | | | | | PR: 65134 Submitted by: maintainer Approved by: mat (mentor)
* - Update to 1.2.0pav2004-04-043-5/+8
| | | | | PR: ports/65109 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* - Update to 0.7.2pav2004-04-044-70/+40
| | | | | | PR: ports/65094 Submitted by: Herbert J. Skuhra <herbert.skuhra@gmx.at> Approved by: maintainer
* - Update to 1.3.4pav2004-04-045-62/+27
| | | | | | | - Build show program (requires fltk) PR: ports/65104 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer)
* - Switch gcypt dependency to -devel port so it does not conflicts with gnutlspav2004-04-042-4/+11
| | | | | | | - Support WITHOUT_NLS knob PR: ports/65092 (based on) Submitted by: Herbert <herbert.skuhra@gmx.at>
* - Upgrade to 0.92.thierry2004-04-045-5/+101
| | | | | | - unbreak the examples. Approved by: mat (implicit).
* Upgrade from 1.0.6 to 1.0.7mi2004-04-042-3/+3
| | | | | PR: 65099 Submitted by: Matthew Luckie
* - Update to 0.45.3pav2004-04-046-380/+230
| | | | | | | | | - Remove FORBIDDEN - Convert to OPTIONS - Hand maintainership to submitter PR: ports/65093 Submitted by: Yarema <yds@CoolRat.org>
* Update spamd to version as of OpenBSD 3.5 to provide greylisting and others.mlaier2004-04-044-26/+25
| | | | | | | This brings two more tools: spamdb and spamlogd PR: 64174 Approved by: mat
* . Use MASTER_SITE_APACHE_JAKARTA, which should greatly improve theglewis2004-04-042-2/+4
| | | | | | fetchability of this port. Approved by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
* . Document the bsd.java.mk update.glewis2004-04-041-2/+63
| | | | | | . Kill some trailing white space while I'm here. Reminded by: znerd
* Readd changes which was lost in repocopy of this port from net to net-mgmt:pav2004-04-043-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | | Makefile rev 1.15 Install the p0fa.fp and p0fr.fp files, needed when the -A and -R options are used (new PORTREVISION). PR: 62273 Submitted by: Radim Kolar files/patch-p0f.c rev 1.3 On FreeBSD, the loopback interface is normally called lo0. PR: 62358 Submitted by: Radim Kolar files/patch-mtu.h rev 1.5 files/patch-p0f.c rev 1.1 more patches to add loopback support PR: 62274 Submitted by: Radim Kolar Reported by: Radim Kolar <hsn@netmag.cz> Pointy hat (XL size) to: wollman
* - Use /dev/acd0[c] as a default CD/DVD devicepav2004-04-031-0/+34
| | | | | | | | | - Allow people to override default device with DEFAULT_CDROM_DEVICE and DEFAULT_DVD_DEVICE knobs PR: ports/65059 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* - Update COMMENT and pkg-descrpav2004-04-032-2/+13
| | | | | PR: ports/65117 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
* Back out previous commit (I lost a race condition with hrs who fixedkris2004-04-031-2/+0
| | | | | | the port) Pointy hat to: kris
* BROKEN on amd64: Coredump during buildkris2004-04-031-1/+7
|
* BROKEN on 5.x: Does not compilekris2004-04-031-1/+7
|
* Updated to 1.06skv2004-04-032-12/+7
| | | | * rollback to explicit dependency on MIME::Base64
* This is also broken in a different way on ia64kris2004-04-033-3/+15
|
* BROKEN on amd64: Segfault during buildkris2004-04-033-0/+12
|
* BROKEN on amd64: Missing -fPICkris2004-04-031-1/+7
|
* BROKEN: Fails to patchkris2004-04-031-0/+2
|
* BROKEN on amd64: Configure failskris2004-04-032-2/+14
|
* BROKEN on amd64: Does not buildkris2004-04-031-1/+7
|
* BROKEN on 5.x: Does not linkkris2004-04-031-1/+7
|
* BROKEN on !i386: Does not compilekris2004-04-031-0/+5
|
* BROKEN on amd64: the libnet port needs to provide a shared librarykris2004-04-032-0/+8
|
* BROKEN on amd64: Configure failskris2004-04-031-1/+7
|
* BROKEN on amd64: Build failskris2004-04-032-0/+8
|
* BROKEN on amd64: Does not buildkris2004-04-033-3/+21
|
* BROKEN on amd64 (missing -fPIC) and ia64 (hangs during configure)kris2004-04-031-1/+11
|
* Remove a superfluous RUN_DEPENDS. Hope to unbreak INDEX.thierry2004-04-031-2/+0
| | | | | Approved by: mat (mentor) Pointy hat: myself.
* Upgrade to 5.1.1.kuriyama2004-04-0324-195/+129
|
* BROKEN on !i386: Does not compilekris2004-04-031-1/+7
|
* New INDEX for 4.x, with 10703 ports.kris2004-04-031-7293/+7639
|
* Upgrade to v5.5.4.jkoshy2004-04-032-3/+3
|
* Log:znerd2004-04-033-2215/+12
| | | | | | | | | | - fixed distfile location (use MASTER_SITE_APACHE_XML) - use JAVAJARDIR provided by bsd.java.mk - use PORTDOCS and PLIST_FILES (thus no more pkg-plist) - added SIZE info PR: 65061 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Log:znerd2004-04-033-23/+22
| | | | | | | | | | | - fixed the location of EXTRACT_ONLY in Makefile so now portlint does not complain - changed the 'ant(1)' script so that it now uses the 'classpath' command provided by java/javavmwrapper (command added recently) PR: 65063 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Set LATEST_LINK to ${APP_SHORTNAME}. LATEST_LINK wasznerd2004-04-034-4/+4
| | | | | | | | previously already set to jakarta-tomcat[VERSION], but this was not consistent with the jakarta-tomcat5 port. PR: 63210 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Update dependency on www/p5-Apache-Test.skv2004-04-031-1/+1
| | | | Pointed by: kris
* Update & fix dependency on www/p5-Apache-Test.skv2004-04-031-3/+2
| | | | Pointed by: kris
* Update dependency on www/p5-Apache-Test.skv2004-04-032-2/+2
| | | | Pointed by: kris
* Updated to 0.09skv2004-04-034-6/+6
|
* Remove a somewhat out-of-date BUILD_DEPEND and associated comment,ade2004-04-031-5/+0
| | | | given that USE_LIBTOOL_VER=13 is being used.
* - update to 1.2b28 (stable version)dinoex2004-04-034-19/+24
| | | | | | - use PORTDOCS, DOCSDIR, EXAMPLESDIR PR: 63843 Approved by: maintainer timeout
* - make portlint happy, fix whitepacedinoex2004-04-031-1/+1
|
* Ding-dong, this is your friendly happy face talking. Please to beade2004-04-037-7/+7
| | | | | | | reading the 20040314 entry in /usr/ports/CHANGES regarding importing of ports into the tree that require the use of GNU autotools. Thanks awfully
* - fix empty dir in option.dinoex2004-04-031-1/+1
|
* Add `net' to the categories since the port is doing networking stuffedwin2004-04-031-1/+1
| | | | (POP3 session interception) too.
* Fix build with freetype2-2.1.7.marcus2004-04-031-0/+12
| | | | Reported by: bento via kris
* - Update to version 1.5.1krion2004-04-034-13/+29
| | | | | PR: ports/65112 Submitted by: maintainer
* Unbreak (tarball had been rerolled, no significative change).thierry2004-04-032-3/+1
| | | | Approved by: mat (implicit).
* . Fix fallout from bsd.java.mk update:glewis2004-04-031-1/+1
| | | | | JAVA_VER -> JAVA_PORT_VERSION . Quote literal used in conditional.
* . Really fix the fallout from the bsd.java.mk update. Grrr.glewis2004-04-031-1/+1
|
* - Fix segfault due to a NULL pointer in strcmp function.krion2004-04-031-4/+13
| | | | | PR: ports/65101 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* . Fix incompatibilities with the new bsd.java.mk (oops).glewis2004-04-033-3/+3
| | | | | | JAVA_OS == FreeBSD -> JAVA_PORT_OS == native Bug report by: kris
* phpicalendar --> ports/deskutils/phpicalendaredwin2004-04-031-0/+1
|
* Update WITH_RADIOTAP patches to new endian-aware version. DLT 127 is tobms2004-04-038-417/+209
| | | | | | be treated as little-endian. Submitted by: Sam Leffler
* Add deskutils/phpicalendaredwin2004-04-036-0/+248
| | | | | | | | | | | | PHP iCalendar is a php-based iCal file parser. Its based on v2.0 of the IETF spec. It displays iCal files in a nice logical, clean manner with day, week, month, and year navigation, printer view, RSS-enabled, and searchable. It supports 12 languages, is fully theme-able, and has complete timezone support. WWW: http://phpicalendar.sourceforge.net/ Submitted by: Edwin Groothuis <edwin@mavetju.org>
* - Update to version 1.00krion2004-04-032-3/+3
| | | | | PR: ports/65100 Submitted by: maintainer
* - force kerberos by option WITH_GSSAPIdinoex2004-04-032-4/+4
|
* - quote CC in MAKE_ARGSdinoex2004-04-031-1/+1
| | | | | PR: 65103 Submitted by: Michael Johnson
* BROKEN: Checksum mismatchkris2004-04-031-0/+2
|
* By default, do not install HTML-formatted man pages.trevor2004-04-033-51/+21
| | | | When NOPORTDOCS is set, do not install a few other HTML files.
* Bring in the new bsd.java.mk 2.0.glewis2004-04-031-345/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bsd.java.mk now provides a new set of macros to be used by ports that require a JDK. When USE_JAVA is set, the following variables may be set in order to give to precision regarding the requirements of the port: - JAVA_VERSION: A list of space-separated suitable java versions for the port. An optional "+" allows you to specify a range of versions. (allowed values: 1.1[+] 1.2[+] 1.3[+] 1.4[+]) - JAVA_OS: A list of space-separated suitable JDK port operating systems for the port. (allowed values: native linux) - JAVA_VENDOR: A list of space-sperated suitable JDK port vendors for the port. (allowed values: freebsd bsdjava sun ibm blackdown) - JAVA_BUILD: When set, it means that the selected JDK port should be added to build dependencies for the port. - JAVA_RUN: This variable works exactly the same as JAVA_BUILD but regarding run dependencies. Here are some of the macros defined after setting USE_JAVA: - JAVA_PORT: The name of the JDK port (e.g. java/jdk14) - JAVA_HOME: The home of the JDK port in the local base - JAVA_PORT_VERSION: The version of the JDK port. - JAVA_PORT_OS: The operating system used by the JDK port. - JAVA_PORT_VENDOR: The vendor of the JDK port. - And many macros for the commonly used java executables, such as JAVA, JAVAC, JAVADOC, JAVAH, RMID, JAR... bsd.java.mk 2.0 is backward compatible with the previous version. Using the new features is strongly encouraged, since the old bsd.java.mk 1.0 features will be deprecated and removed in the near future. You will find more detailed info (as well as a quick tutorial) at: http://www.esil.univ-mrs.fr/~hquiroz/freebsd/bsd.java.mk-2.0.html If you experience any problems with java based ports that you believe is due to this change then please let me know. PR: 63511 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Fix whitespace.trevor2004-04-031-1/+1
|
* Correct packing list.trevor2004-04-031-5/+9
|
* Add VuXML 1.1 DTDnectar2004-04-036-40/+23
| | | | Update document type declaration to VuXML 1.1
* make tidynectar2004-04-031-31/+30
|
* Add Heimdal cross-realm validation issue.nectar2004-04-031-0/+31
|
* Update 0.6 -> 0.6.1nectar2004-04-035-83/+27
| | | | | Use OPTIONS Use USE_OPENLDAP
* - Update to 0.10.1krion2004-04-0312-302/+220
| | | | | | | | | - Add lthack and intlhack - Correct the pkg-plist PR: ports/64973 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer
* install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/manume2004-04-0325-448/+299
| | | | | | to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913
* - compile with password file support (turning on in socks5.conf)krion2004-04-033-2/+28
| | | | | | | | - Add startup script - Bump PORTVERSION PR: ports/65075 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* - Use ${TEST} and ${MAKE} instead of test and makekrion2004-04-031-7/+4
| | | | | PR: ports/65091 Submitted by: Ports Fury
* - Fix build on -currentkrion2004-04-0318-49/+211
| | | | | PR: ports/65090 Submitted by: Ports Fury
* - Update to version 1.9.13krion2004-04-032-3/+3
| | | | | PR: ports/65089 Submitted by: Ports Fury
* - Update to version 1.2.4krion2004-04-0310-30/+50
| | | | | PR: ports/65088 Submitted by: Ports Fury
* - Support USE_GETOPT_LONGkrion2004-04-032-28/+5
| | | | | PR: ports/65086 Submitted by: Ports Fury
* - Update to version 1.701.0krion2004-04-032-5/+5
| | | | | PR: ports/65085 Submitted by: Ports Fury
* - Update to version 1.0krion2004-04-032-4/+3
| | | | | PR: ports/65084 Submitted by: Ports Fury
* - Update to version 0.9.14krion2004-04-033-5/+16
| | | | | PR: ports/65083 Submitted by: Ports Fury
* - Support PTHREAD_CFLAGS properlykrion2004-04-032-12/+412
| | | | | | | - Avoid unexpected side effect by other ports PR: ports/65082 Submitted by: Ports Fury
* - Support USE_GETOPT_LONGkrion2004-04-038-30/+134
| | | | | | | - Avoid unexpected side effect by other ports PR: ports/65081 Submitted by: Ports Fury
* - Update to version 0.9b-20040316krion2004-04-034-20/+148
| | | | | PR: ports/65080 Submitted by: Ports Fury
* - Fix WWW: linekrion2004-04-031-1/+1
| | | | | PR: ports/65079 Submitted by: Ports Fury
* - Update to version 0.6.0krion2004-04-033-5/+17
| | | | | PR: ports/65078 Submitted by: Ports Fury
* - Update to version 3.1.38krion2004-04-034-99/+76
| | | | | PR: ports/65077 Submitted by: Ports Fury
* Use an appropriate GLib type which should fix the build on both 32 and 64-bitmarcus2004-04-031-3/+3
| | | | | | platforms. Reported by: Sven Esbjerg <esbjerg@sifira.dk>
* Actually commit the update to 1.1.5.marcus2004-04-034-17/+15
|
* . Stop alarm going into an infinite loop in December.glewis2004-04-032-0/+19
| | | | | PR: 60170 Submitted by: Alex <xfb52@dial.pipex.com>
* Update to version 0.3.6.archie2004-04-032-4/+3
|
* Rework the dependency discovery and update code, as well as the handlingdes2004-04-036-242/+266
| | | | | of installed ports and status (up-to-date / out-of-date) reporting. This should make porteasy slightly more consistent, and up to 25% faster.
* - Update to version 0.9.3 which adds support for Yahoo! and LifeJournalmarkus2004-04-0215-249/+282
| | | | | Submitted by: Vladimir Grebenschikov <vova@sw.ru> Approved by: arved (mentor)
* - fix network sensor when more than one device is usedmarkus2004-04-022-7/+7
| | | | | | | | - bump PORTREVISION PR: ports/64926 Submitted by: Stefan Grundmann <sg-sendpr@waset.de> Approved by: arved (mentor)
* - Update to version 2.4.0markus2004-04-024-31/+32
| | | | | | | | | - take maintainership [1] - respect CFLAGS and PTHREAD_LIBS - sort pkg-plist Approved by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> (maintainer) [1] arved (mentor)
* Respect CC and CFLAGS.archie2004-04-021-0/+5
| | | | PR: ports/65048
* p5-Mail-DeliveryStatus-BounceParser --> ↵mat2004-04-021-0/+1
| | | | ports/mail/p5-Mail-DeliveryStatus-BounceParser
* Add p5-Mail-DeliveryStatus-BounceParser 1.4, perl extension to analyzemat2004-04-025-0/+45
| | | | | | | bounce messages. PR: ports/64723 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
* p5-POE-Component-EasyDBI --> ports/devel/p5-POE-Component-EasyDBImat2004-04-021-0/+1
|
* Add p5-POE-Component-EasyDBI 0.02, pOE Component for simplified DBImat2004-04-029-0/+111
| | | | | | | usage. PR: ports/62182 Submitted by: Zach Thompson <lin-chi@lastamericanempire.com>
* fixed filenameoliver2004-04-021-1/+1
| | | | Pointed Out By: kris
* Make examples (mostly) optional, requested by obrien.trevor2004-04-023-590/+20
|
* utilize PORTDOCS, NOPORTDOCS, and PLIST_FILESijliao2004-04-022-51/+11
|
* Update to 3.5.2:naddy2004-04-023-4/+4
| | | | | | | * Fixed seek table permissions bug when creating seek-enabled files from read-only input files. Approved by: maintainer
* Forced commit, the last commit message was meant to go into kde-freebsd'slofi2004-04-020-0/+0
| | | | | | | | repo and should have read: Fix a configure check. PR: ports/65055
* Sync with ports (Fix a configure check)lofi2004-04-022-2/+6
|
* kmp --> ports/audio/kmpkrion2004-04-021-0/+1
|
* update to 3.0.3oliver2004-04-022-3/+3
|
* Add kmp 0.01, a graphical interface to musicpd written with Qt.krion2004-04-025-0/+41
| | | | | PR: ports/65060 Submitted by: Mark Reidel <ports@mark.reidel.info>
* Set INDEX_PRISTINE and INDEX_QUIET to catch up to new index buildkris2004-04-021-3/+5
| | | | variables.
* - Update to 1.8pav2004-04-022-3/+3
| | | | | | PR: ports/64228 Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> Approved by: maintainer timeout (2 weeks)
* - Update to 0.85apav2004-04-024-6/+8
| | | | | | PR: ports/65052 Submitted by: Daniel Johansson <donnex@donnex.net> Approved by: maintainer
* Use PERL_MODBUILD now that bsd.port.mk has been changed to allow it withoutkris2004-04-021-19/+1
| | | | | | | infinite recursion. Submitted by: mat PR: 62422
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-02120-70/+138
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* - Allow processing of info files in non-standard locations; thekris2004-04-023-70/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INFO_PATH variable may be used to specify their location. It defaults to 'share/info' for the standard PREFIX, and 'info' when PREFIX == /usr. [1] - Remove the <category>/pkg/COMMENT files in favour of a COMMENT variable in <category>/Makefile [2] - Prevent patch breakage with VERSION_CONTROL=numbered [3] - Fix some instances of incorrect WRKDIRPREFIX handling. [4] - remove useless ${MKDIR} ${WRKSRC} in config target [5] - remove reference to OpenBSD [6] - Exempt devel/p5-Module-Build from the self-dependency in PERL_MODBUILD so that this port may use the option without getting an infinite dependency list [7] - The default PERL_ARCH is currently determined as a function of OSVERSION. It should however be a function of PERL_LEVEL since the correct value depends on what Perl version one has installed (older Perl versions use ${ARCH}-freebsd, newer versions use mach). [8] - Fix PORTDOCS on older (4.7, 5.0) systems [9] - Allow 'make parallel' to generate a working makefile when not all categories are present (this does not mean you'll be able to build all ports, unless you make sure they don't have external dependencies) [10] - Don't report symlinks as world-writable in the security check [11] - Fix a comment that was broken by a mismerged patch [12] - Clarify the meaning of USE_*, WANT_*, WITH_* and WITHOUT_* [13] - Don't set _CHKSUMFILES/_IGNOREFILES if CKSUMFILES/IGNOREFILES is empty and DIST_SUBDIR is set. [14] - Fix comment for DISTDIR [15] - Update the documentation of the USE_GL variable [16] - Check to see if NONEXISTENT exists, and fail with an error if it does [17] - Fix fetching of new distfiles in 'make makesum' when SIZE is set [18] - Consistently set MAKE_ENV when USE_GCC=3.2 or 3.3 are set [19] - Rework INDEX builds: [20] * Fix the bsd.port.subdir.mk code that is supposed to report index breakage (the fallback code wasn't actually being run because make would halt immediately following the error). This should help with INDEX error reports because it will immediately show the cause of failure, so we won't have to pull teeth to extract it from the submitter. * Streamline the 'make describe' code a bit. * Provide some basic instructions to the user when an index build fails, on when and how to report index build failures (turn this off with INDEX_QUIET=1) * Removed INDEX_NOSORT, because I couldn't imagine it to be very useful and it doesn't cost very much anyway. * Don't prevent INDEX builds from seeing the local host environment. Since a lot of users are using 'make index' thesedays they should get an index that reflects their local settings and installed ports. If you want to build a 'default' index that isn't influenced by local settings (e.g. for release builds), set the INDEX_PRISTINE variable. * Allows parallel INDEX builds (using make -j). The most obvious way of doing this doesn't work, because I/O from child makes is broken up into 2k chunks, and output lines from 'make describe' that exceed this length (*cough* GNOME *cough*) will be intertwined with the output of other makes, leading to a corrupted INDEX. The I/O interleaving can be disabled using 'make -P', but this inserts extraneous output of its own, and redirects stderr, making it useless for our purposes. Instead, I collect the output from the child make processes in temporary files and recombine them at the end. * The number of concurrent make processes to spawn can be set using INDEX_JOBS. By default this is set to 2, which seems to be a sweet spot for both single and dual-processor systems. On my tests I do not see any significant performance changes on UP, but on a dual 4.x system the build time drops by 47% (6 minute index builds on one test machine!). Depending on your disk and CPU hardware you might see further gains with INDEX_JOBS=4 or higher, so you might like to experiment to see what works best. On a dual 5.x system the performance gains do not seem to be as great (20-30%), but this is still a significant net win. PR: 55493 [1], 59651 [2], 61552 [3], 62247 [4], 62329 [5], 62337 [6], 62422 [7], 62441 [8], 62627 [9], 62983 [10], 63112 [11], 63297 [12], 63335 [13], 64029 [14], 64069 [15], 64236 [16], 64519 [17], 62958 [18], 64237 [19] Submitted by: lev [1], Matthew Seaman <m.seaman@infracaninophile.co.uk> [2], Joel Ray Holveck <joelh@piquan.org> [3], ade [4], Sergey Matveychuk <sem@ciam.ru> [5], markus [6], mat [7], des [8], eik [9], Dmitry Morozovsky <marck@rinet.ru> [10], Andrew <andrew@ugh.net.au> [11], vs [12], linimon [13], edwin [14][15], gerald [16], marcus[17][18], kris [19][20]
* cdbkup --> ports/sysutils/cdbkuppav2004-04-021-0/+1
|
* Add cdbkup, perl utility to do tar based backups to CD-R.pav2004-04-027-0/+79
| | | | | PR: ports/64651 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* Add LATEST_LINK=emacs20 to avoid conflict with editors/emacskris2004-04-021-0/+1
|
* Fix syntax error in NOPORTDOCS casekris2004-04-022-2/+2
| | | | Noticed by: Frank Knobbe <frank@knobbe.us>
* - Add patch to make this work on loopbackpav2004-04-021-0/+20
| | | | | PR: ports/64580 Submitted by: Radim Kolar <hsn@netmag.cz>
* update CVSROOT/modulesdaichi2004-04-021-0/+1
| | | | - add fusenshi
* add new ports deskutils/fusenshidaichi2004-04-025-0/+38
| | | | | - Fusenshi is a Post-it(R) like application. You can take notes on your desktop and send them to others with it.
* - Fix CONFIGURE_ARGS handlingpav2004-04-021-4/+4
| | | | | PR: ports/64823 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
* - Update to 4.29.7pav2004-04-026-48/+56
| | | | | PR: ports/65039 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
* - Mark IGNORE for amd64, it builds but does not work properly.pav2004-04-021-0/+6
| | | | | | PR: ports/64964 Submitted by: tjr Approved by: maintainer
* - Update to version 0.9.6.1krion2004-04-026-200/+232
| | | | | PR: ports/65058 Submitted by: maintainer
* - Update to version 7.2.9.4krion2004-04-024-8/+6
| | | | | PR: ports/65057 Submitted by: maintainer
* acidrip --> ports/multimedia/acidrippav2004-04-021-0/+1
|
* Add acidrip, a Perl/Gtk2 frontend for mencoder for ripping DVDs into DivX.pav2004-04-025-0/+75
| | | | | PR: ports/65012 Submitted by: michael johnson <ahze@ahze.net>
* - Bring back a part of revision 1.4 which was correctpav2004-04-021-0/+1
| | | | Submitted by: maintainer
* - Unbreak build: correct WRKSRCpav2004-04-021-0/+1
| | | | Pointy hat to: ijliao
* - Revert my previous commit, it was completely bogus [1]pav2004-04-022-8/+1
| | | | | | | - Respect CFLAGS [2] Requested by: maintainer [1] Submitted by: maintainer [2]
* - Fix MSN nickname display problempav2004-04-024-0/+34
| | | | | PR: ports/65056 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* upgrade to 0.3.5ijliao2004-04-025-314/+34
|
* - Respect CCpav2004-04-022-7/+7
| | | | | | | - DOCSDIR in pkg-plist PR: ports/65049 Submitted by: michael johnson <ahze@ahze.net>
* - Kill trailing whitespacepav2004-04-0210-20/+20
| | | | | PR: ports/65053 Submitted by: Xin LI <delphij@frontfree.net>
* pdftk --> ports/print/pdftkpav2004-04-021-0/+1
|
* Add pdftk, a simple tool for doing everyday things with PDF documents.pav2004-04-024-0/+63
| | | | | | | | | | | | | | | | Keep one in the top drawer of your desktop and use it to: Merge PDF Documents Split PDF Pages into a New Document Decrypt Input as Necessary (Password Required) Encrypt Output as Desired Burst a PDF Document into Single Pages Report on PDF Metrics, including Metadata and Bookmarks Uncompress and Re-Compress Page Streams Repair Corrupted PDF (Where Possible) PR: ports/64555 Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk>
* upgrade to 5.07.1ijliao2004-04-022-5/+3
|
* - Change tcl dependency from :build to :extractpav2004-04-021-1/+13
| | | | | | | - Add WITH_THREADS knob PR: ports/64324 Submitted by: Seva Gluschenko <gvs@rinet.ru>
* ljclive --> ports/deskutils/ljclivepav2004-04-021-0/+1
|