aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New port: graphics/geos implements all OpenGIS "Simple Features for SQL"edwin2004-01-035-0/+64
| | | | | | | | | | | | | | | | | | | | | | | GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial predicate functions and spatial operators, as well as specific JTS topology functions such as IsValid(). More precisely, GEOS is a library containing functions which implement OpenGIS specifications concerning operations on geometric objects. Despite its categorization in the graphics subdirectory, it is more suitable in a "gis" category for Geographical Information Systems software. I would like to suggest the ports team to create such category because of the so many free software available on the internet. Please, look at www.freegis.org. I am working on porting several of them to make FreeBSD ready-for-GIS. Feel free to contact me for more information. PR: ports/60405 Submitted by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
* nocatsplash --> ports/net/nocatsplashbms2004-01-031-0/+1
|
* Rename NoCatSplash to nocatsplash from rev 1.1.bms2004-01-038-0/+161
| | | | | | Add IGNORE line for OSVERSION < 500000 due to security/pf dependency. Requested by: kris
* nocatauth-gateway --> ports/net/nocatauth-gatewaybms2004-01-031-0/+1
|
* Rename NoCatAuth-Gateway to nocatauth-gateway from rev 1.1.bms2004-01-038-0/+199
| | | | | | Fix installation script. Requested by: kris
* nocatauth-server --> ports/net/nocatauth-serverbms2004-01-031-0/+1
|
* Rename NoCatAuth-Server to nocatauth-server from rev 1.1.bms2004-01-038-0/+198
| | | | | | Fix installation script. Requested by: kris
* Remove NoCat ports for renaming.bms2004-01-032-6/+0
| | | | Requested by: kris
* Remove NoCatSplash at rev 1.1 for renaming.bms2004-01-037-168/+0
| | | | Requested by: kris
* Remove NoCatAuth-Gateway at rev 1.1 for renaming.bms2004-01-037-196/+0
| | | | Requested by: kris
* Remove NoCatAuth-Server rev 1.1 for renaming.bms2004-01-037-207/+0
| | | | Requested by: kris
* dns/dnrd: recv_addr init wrong and 512 byte udp packets droppededwin2004-01-033-8/+51
| | | | | | | | | | | | | | | | | | | | | | There are a few bugs in dnrd that should probably be fixed by the author but could be made to work on bsd: 1. Initialization in common.h of recv_addr is broken, causing at least the '-a' switch not to work. Instead of assuming positions of fields in the struct across platforms I thought it safer to do a standard initialization in main(). 2. The buffer overflow code in udp.c:dnsrecv() is off by one, rejecting messages where the size exactly fills the available buffer. I also changed to the calls to dnsrecv to pass 512 as the max size instead of the buffers that seem to be padded by 4 bytes for a reason I don't understand. This causes a calling named to resend packets. Eventually one seems to get through but response times can be painfully slow. PR: ports/41128 Submitted by: Michael C. Adler <mad1@tapil.com>
* o Though this port does not support packaging, but fixed pkg-plistkuriyama2004-01-032-4/+9
| | | | | | while I'm here. o Install mt.cfg as mt.cfg.dist and not overwrite / deinstall modified mt.cfg file.
* [non maintainer update] dns/walker to 3.2edwin2004-01-033-13/+11
| | | | | | | Update to 1.2.3. This replaces my previous PR number 60784. PR: ports/60832 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Fix thousands separator handling bug.bland2004-01-033-3/+25
| | | | Reported by: Franz Klammer <klammer@webonaut.com>
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willbms2004-01-038-0/+560
| | | | | | | | | | | | cause InetAddress and InetAddressType OIDs to be handled specially during presentation. Normally they are simply displayed as hex due to being octet-strings, but this is not how they are intended to be presented. This allows IPv6 addresses to be presented correctly, as well as IPv4 in emerging and existing MIBs which use the new InetAddress type. Reviewed by: kuriyama, fenner Tested with: snmpwalk, mbrowse
* Update to 2.0.7.marcus2004-01-036-56/+6
|
* - Update to 200401pav2004-01-032-5/+3
| | | | | PR: ports/60779 Submitted by: YANO Toru <toru@tkd.ne.jp> (maintainer)
* nsc2ke --> ports/math/nsc2kepav2004-01-031-0/+1
|
* Add nsc2ke, a Finite-Volume Galerkin program computing 2D and axisymmetricpav2004-01-037-0/+111
| | | | | | | flows on unstructured meshes. PR: ports/60836 Submitted by: Thierry Thomas <thierry@pompo.net>
* zope-silva --> ports/www/zope-silvapav2004-01-031-0/+1
|
* Add zope-silva, a Zope-based web application designed for the creation andpav2004-01-036-0/+1446
| | | | | | | | | | | | management of structured, textual content. Silva allows users to enter new documents as well as edit existing documents using a web interface. SilvaDocument and SilvaMetadata are included in this port. WWW: http://www.zope.org/Members/infrae/Silva PR: ports/60757 Submitted by: Tim Middleton <x@vex.net>
* - Update to 0.23pav2004-01-033-2/+12
| | | | | PR: ports/60840 Submitted by: Mezz <mezz7@cox.net> (maintainer)
* - Chase raptor shlib version raise.pav2004-01-033-3/+3
|
* - Update to 1.1.0pav2004-01-036-6/+6
| | | | | PR: ports/60844 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Update to 200401 version.yoichi2004-01-032-4/+4
| | | | | PR: ports/60778 Submitted by: YANO Toru
* - Update to 1.0.0pav2004-01-032-2/+2
| | | | | PR: ports/60842 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Update to version 9493.demon2004-01-033-2/+3
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
* Remove options for -X, which is not possible on FreeBSD system.edwin2004-01-032-0/+27
| | | | Submitted by: edwin@mavetju.org
* Assume maintainership.demon2004-01-033-3/+6
| | | | | | Approved by: tobez (former maintainer) Update to version 0.96.
* Fix build on -current;demon2004-01-033-3/+59
| | | | | | | | utilize USE_MYSQL; minor improvements to pet portlint. PR: 59699 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* There is nothing "future" about 'addport'.obrien2004-01-031-1/+1
|
* - chown(1) SPOOLDIR at the install timesergei2004-01-034-6/+8
| | | | Submitted by: maintainer
* - Update to version 1.1krion2004-01-032-10/+14
| | | | - Take maintainership
* p5-Mail-CheckUser --> ports/mail/p5-Mail-CheckUsererwin2004-01-031-0/+1
|
* Add p5-Mail-CheckUser 1.21,erwin2004-01-035-0/+56
| | | | | | | | | This Perl module provides routines for checking validity of email address WWW: http://search.cpan.org/search?dist=Mail-CheckUser PR: 60841 Submitted by: Attila Nagy <bra@fsn.hu>
* [maintainer update] java/kaffe-devel update to 1.1.3edwin2004-01-035-35/+38
| | | | | | | Upgrade to 1.1.3 PR: ports/60762 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
* - Install missing config files: unicode.map and threshold.confsergei2004-01-033-24/+28
| | | | | | | (snort fails to run without them present in ${PREFIX}/etc) - Bump PORTREVISION Noticed by: Kirby Kuehl <kkuehl@cisco.com>
* silc-toolkit --> ports/devel/silc-toolkitkrion2004-01-031-0/+1
|
* Add silc-toolkit 0.9.11, secure Internet Live Conferencingkrion2004-01-035-0/+1343
| | | | | | | (SILC) network toolkit. PR: 60257 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* - Update to 0.24sergei2004-01-033-15/+17
|
* - Install some documentation to make this port a bit more usefulsergei2004-01-033-13/+30
| | | | | | - Re-wrap pkg-descr - Bump PORTREVISION - Take maintainership
* - Remove useless knobkrion2004-01-031-1/+0
|
* - Add entry for ports/math/emc2krion2004-01-031-0/+2
|
* emc2 --> ports/math/emc2krion2004-01-031-0/+1
|
* Add emc2 2.15,krion2004-01-037-0/+115
| | | | | | | | | | | | | | | | | | | | Emc2 is a portable, interactive and graphic software Edition of two dimensional geometry and mesh. We can create and modify the geometry (CAD), define the discretization on the lines, define the subdomains, and define some reference numbers to take into account the boundary conditions and material properties. The elements of the mesh are triangles and quadrilaterals. We have two kind of meshes: grid mesh and Delaunay Voronoo (automatic mesh). We make the edition of the mesh by moving, removing, adding vertices, by regularization, or by transformations (symmetry, rotation,..), etc. Suggested add-on: the port math/bamg. WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm PR: 60835 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Add entry for ports/math/bamgkrion2004-01-031-0/+2
|
* bamg --> ports/math/bamgkrion2004-01-031-0/+1
|
* Add bamg 0.68, bidimensional Anisotrope Mesh Generator.krion2004-01-0324-0/+829
| | | | | | | http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm PR: 60837 Submitted by: Thierry Thomas <thierry@pompo.net>
* db --> ports/databases/dbedwin2004-01-031-0/+1
|
* FreeBSD port of the NetBSD db(1) command.edwin2004-01-036-0/+87
| | | | | | manipulate db(3)'s btree(3) and hash(3) databases Submitted by: edwin@mavetju.org
* - Update to version 1.7.0krion2004-01-032-2/+7
| | | | | PR: 60839 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to version 0.6.4krion2004-01-032-2/+2
|
* zope-proxyindex --> ports/www/zope-proxyindexpav2004-01-031-0/+1
|
* Add zope-proxyindex, a plugin catalog index. It uses a TALES expression insteadpav2004-01-036-0/+87
| | | | | | | | | | of an attribute lookup/call to retrieve the value to index from an object. The value retrieved can then be indexed by any available plugin index. WWW: http://www.zope.org/Members/infrae/ProxyIndex PR: ports/60755 Submitted by: Tim Middleton <x@vex.net>
* shaaft --> ports/games/shaaftkrion2004-01-031-0/+1
|
* Shaaft is an OpenGL 3D falling block game similar to Blockout.krion2004-01-0310-0/+151
|
* zope-annotations --> ports/www/zope-annotationspav2004-01-031-0/+1
|
* Add zope-annotations, a generic way to add information to arbitrary Zope ↵pav2004-01-036-0/+89
| | | | | | | | | | | objects. It is used by Silva Metadata to store metadata. WWW: http://www.zope.org/Members/infrae/Annotations PR: ports/60754 Submitted by: Tim Middleton <x@vex.net>
* - Assign maintainership to the submitter at his requestsergei2004-01-031-2/+1
| | | | | | | - Remove explicit CONFIGURE_TARGET, as it is defined in Makefile.kde PR: 60831 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
* zope-silvaviews --> ports/www/zope-silvaviewspav2004-01-031-0/+1
|
* Add zope-silvaviews, a component that is used by Silva to attach views to ↵pav2004-01-036-0/+86
| | | | | | | | | | | objects. It could also be used outside of Silva in other projects. WWW: http://www.zope.org/Members/infrae/SilvaViews PR: ports/60741 Submitted by: Tim Middleton <x@vex.net>
* - Update to 1.8.2pav2004-01-032-5/+7
| | | | | PR: ports/60833 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Update to 1.3pav2004-01-034-11/+40
| | | | | PR: ports/60767 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 0.10.2pav2004-01-034-6/+11
| | | | | PR: ports/60739 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 0.20.0pav2004-01-034-98/+157
| | | | | PR: ports/60734 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* Add support for ath wireless cards.marcus2004-01-034-4/+4
| | | | Submitted by: Jung-uk Kim <jkim@niksun.com>
* - Update to 1.6.0pav2004-01-034-3/+10
| | | | | PR: ports/60729 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Add patch for this problem:pav2004-01-036-0/+63
| | | | | | | | | | | | | | The XMLPlatformUtils::openFile function opens files with fopen and passes it "r+" string as mode argument. This makes(according to fopen(3)) it try to open file for reading and writing while it should be opened for reading only. As a result you can't work with files not owned by you which is rather common case for dtd files. - Raise PORTREVISION PR: ports/59499 Submitted by: Konstantin Oznobihin <bork@rsu.ru> Approved by: maintainer
* - Update to 1.3.21pav2004-01-033-44/+17
| | | | | PR: ports/59801 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Don't use a leading zero in PORTREVISION, it confuses the pkg* tools andalfred2004-01-031-4/+4
| | | | | | | | | | | | | portupgrade with "missing origin". Properly detect that the distfile doesn't exist. We can't use ${DISTDIR}/${DISTFILES} because it's not defined until after bsd.port.post.mk, but after inclusion of bsd.port.post.mk we can not define IGNORE. To fix use the already known variables as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} Reviewed by: maintainer timeout. PR: ports/60652
* - Update to 0.6.3pav2004-01-035-43/+34
| | | | | PR: ports/60826 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Fix distnamepav2004-01-031-0/+1
| | | | | Pointy hat to: pav Submitted by: petef
* - Update to 0.5.4pav2004-01-032-2/+2
| | | | | PR: ports/60828 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Fix pkg-plist (NOPORTDOCS knob).osa2004-01-033-12/+12
| | | | | | Use DOCSDIR macro. Approved by: obrien (maintainer)
* 1.6 < 1.31 < 1.60pav2004-01-031-1/+1
| | | | | Pointy hat to: pav Submitted by: petef
* This is the NLANR Multicast Beacon port, an activeznerd2004-01-030-0/+0
| | | | | | | | | | | measurement program that monitors the performance of a multicast session. See: http://dast.nlanr.net/Projects/Beacon/ Pointy hat by: erwin, kris Pointy hat to: me
* words --> ports/textproc/wordspav2004-01-031-0/+1
|
* Add words, a free Latin-English dictionary program which contains overpav2004-01-036-0/+91
| | | | | | | | | | 30000 entries and, through additional word construction with hundreds of prefixes and suffixes, may generate more, leading to many hundreds of thousands of 'words' that can be formed by declension and conjugation. This is also our first port written in ADA. PR: ports/60822 Submitted by: Leland Wang <llwang@infor.org>
* The diffutils package should be a BUILD_DEPENDS to satisfy the configureroberto2004-01-021-1/+1
| | | | | | | | | script. Shut down a portlint warning too. Committed because I did the previous update. PR: ports/60820 Submitted by: Olivier Tharan <olive@oban.frmug.org>
* - Update to 1.8.5pav2004-01-024-14/+9
| | | | | | | | - Take maintainership - Add to x11 category PR: ports/60808 Submitted by: Dryice Liu <dryice@liu.com.cn>
* games/steam --> games/linux-steampav2004-01-021-0/+1
|
* games/steam -> games/linux-steampav2004-01-021-1/+1
|
* - Remove games/steam, this have been reincarnated as games/linux-steampav2004-01-025-72/+0
| | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* Steam is Valve's new way of getting games into your hands ASAP. Games likepav2004-01-026-1/+74
| | | | | | | | | | Half-Life, Counter-Strike, and Counter-Strike Condition Zero are all being made available through Steam. This is a dedicated server, Linux version. PR: ports/60660 Submitted by: Hideki Machida <hido@neojapangz.com>
* Improved DOWNLOAD_URL.znerd2004-01-021-1/+1
|
* beacon-server --> ports/net/beacon-serverznerd2004-01-021-0/+1
|
* New port: beacon-server.znerd2004-01-026-0/+67
| | | | | PR: 37712 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* - Update to version 1.16krion2004-01-023-5/+3
| | | | | PR: 60804 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to version 0.6.0krion2004-01-024-36/+2
| | | | | PR: 60819 Submitted by: maintainer
* bogofilter-qdbm --> ports/mail/bogofilter-qdbmkrion2004-01-021-0/+1
|
* Add a new bogofilter slave port that uses the QDBM data basekrion2004-01-022-0/+25
| | | | | | | manager. PR: 60814 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* Fixed name of PID file in pkg-deinstall.znerd2004-01-0214-12/+19
| | | | | | | Bumped PORTREVISION. PR: 60781 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* - Remove IGNORE, 0.15.13 is fine with TDBkrion2004-01-021-3/+1
| | | | | | | - Add CONFLICTS for bogofilter-qdbm. PR: 60812 Submitted by: maintainer
* - Update to 0.15.13krion2004-01-026-66/+28
| | | | | | | - Add conflicts for bogofilter-qdbm, for future port. PR: 60811 Submitted by: maintainer
* - update from 0.21 to 1.01erwin2004-01-024-6/+15
| | | | | | | | | | - grab maintainership - change depenency from XML-RSS to XML-Parser - OO Rewrite. - Documentation fixes. PR: 60821 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.9.1.znerd2004-01-023-9/+3
| | | | | PR: 58946 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Update to 1.29erwin2004-01-023-2/+6
|
* Update to version 0.99f7demon2004-01-022-2/+2
| | | | Approved by: maintainer
* - update from 0.11 to 0.13erwin2004-01-022-4/+3
| | | | | | | - get rid of perl 5.005 (bytes.pm) PR: 60816 Submitted by: maintainer
* - update from 0.17 to 0.18erwin2004-01-023-19/+22
| | | | | | | | | | | | | | | - refine pkg-plist - Brian Hirt provided a patch for multiple error messages returned by some requests to AMZN. There's two accessors now, Response->messages() returning a ref to an array of error messages, and Response->message() returning them stringed together for backwards compatibility. - Padraic Renaghan provided a patch for access to upc/media/nummedia fields in Music.pm - Fixed test suite warnings with perl 5.8.2 in N::A::Property::Book. PR: 60813 Submitted by: maintainer
* upgrade to 1.021ijliao2004-01-023-17/+347
| | | | Approved by: maintainer
* p5-Gnome2-VFS --> ports/x11-toolkits/p5-Gnome2-VFSijliao2004-01-021-0/+1
|
* add p5-Gnome2-VFS 0.10ijliao2004-01-025-0/+89
| | | | Allows you to use the GNOME Virtual File System library from Perl
* upgrade to 1.020ijliao2004-01-023-8/+34
| | | | Approved by: maintainer
* Update WWW: to a working webpage.petef2004-01-021-1/+1
|
* Update to 0.2.4.petef2004-01-022-2/+2
|
* Update to version 0.44, the latest available. Version 0.43 had thedougb2004-01-022-6/+7
| | | | | | | | | | | | | | | | | | | | | actual substantive changes, 0.44 has some non-user-visible changes to make CPAN.pm happy. Power users of this module are encouraged to read the CHANGES file. Most users shouldn't have problems with this upgrade. Significant changes to the software: 1. Ongoing refinement of proper class inheritance/categorization. 2. Fix zone transfers with 'many-answer' format. 3. Finally "fixed" the .xs code, and accompanying Makefile.pl options to work out of the box on both RELENG_4 and 5-current. 4. Added a Makefile.pl option to avoid the online tests. 5. Support for unknown RR types. Changes to the port: 1. Take advantage of 3 and 4 above. 2. portlint doesn't like the word 'file' to appear in the Makefile, so change it to 'doc' for the PORTDOCS install loop.
* * Update for version 0.44dougb2004-01-021-51/+55
| | | | | * Use %%PERL_ARCH%% to accomodate new .xs code * Slightly improve the sorting, since it's majorly overhauled already
* This patch is no longer needed as of 0.44dougb2004-01-021-53/+0
|
* * Update to 2.5.5marcus2004-01-026-18/+34
| | | | | | | | | | | | | | * Fix up the usage text * Ignore arguments passed to REINPLACE_CMD so portlint will not complain on things such as ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' [1] * Only match libraries installed into lib when looking for .so's [2] * Try to make the PKGCATEGORY check a little more forgiving to committers checking single ports [3] PR: 60608 [1] 60803 [2] Submitted by: leeym [1] [2] (based on) dougb [3]
* add run dependenciesijliao2004-01-021-0/+4
|
* annoyance-filter --> ports/mail/annoyance-filtersergei2004-01-021-0/+1
|
* Add annoyance-filter 1.0b, Adaptive Bayesian Junk Mail Filter.sergei2004-01-028-0/+118
| | | | | | | | annoyance-filter uses Bayesian statistics to determine the probability an E-mail message is junk based on an analysis of its contents compared to collections of known junk and legitimate E-mail. Suggested by: phk
* More patches for squid, to keep up to date with the squid distribution.edwin2004-01-0212-66/+78
| | | | | Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (privately) Approved by: maintainer timeout (still)
* - Update to 1.6pav2004-01-022-4/+4
| | | | | | | | - Drop maintainership PR: ports/60799 Submitted by: hrs Approved by: maintainer
* Remove a deprecated REINPLACE, simplify the gstreamer lib minor no. check,adamw2004-01-022-9/+2
| | | | | and remove the warning from the pkg-descr (the massive memory hogginess has been fixx0red).
* skadns --> ports/dns/skadnssergei2004-01-021-0/+1
|
* Add skadns 0.23:sergei2004-01-025-0/+98
| | | | | | | | | | | | | | | | | | | Skadns is a kind of an Asynchronous DNS client software: - Kind of: it's small. Really small. But it just works. - Asynchronous: all DNS operations are non-blocking. - DNS client software: it's a DNS client, what you may know as a "stub resolver". To perform full DNS resolution, you will still need a full resolver like dnscache. The skadns library offers a simple API to make asynchronous DNS queries. The skadnsip, skadnsmx and skadnsfilter commands are examples of how to use that API. They are mainly there for their source code. The skadnsd daemon, usable as a child process or as a separate service, handles the grunt work of DNS querying and makes the network completely invisible to the client. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/skadns/
* - Update to 0.36sergei2004-01-023-2/+3
|
* Refer to perl binary as ${PERL}, not ${PERL5}, so the program continues todemon2004-01-021-1/+1
| | | | work after perl update.
* - Update to 1.7sergei2004-01-026-10/+32
| | | | | PR: 60747 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Update to version 2.15.demon2004-01-022-2/+2
|
* x11-fonts/bitstream-vera is no longer restricted.marcus2004-01-021-1/+0
| | | | | PR: 60798 Submitted by: zk <zk@wspim.edu.pl>
* Install scripts for DB creation for MySQL and PostgreSQL.demon2004-01-024-0/+12
|
* Update to version 0.77.demon2004-01-023-9/+23
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
* - Update to version 1.8krion2004-01-022-3/+5
| | | | | PR: 60760 Submitted by: maintainer
* glew --> ports/graphics/glewkrion2004-01-021-0/+1
|
* Add glew 1.1.4,krion2004-01-026-0/+116
| | | | | | | | | | | | | The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist C/C++ OpenGL developers with two tedious tasks: initializing and using extensions and writing portable applications. GLEW provides an efficient run-time mechanism to determine whether a certain extension is supported by the driver or not. OpenGL core and extension functionality is exposed via a single header file. PR: 60717 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* - Update to 1.2.3pav2004-01-022-3/+3
| | | | | PR: ports/60784 Submitted by: Vincent Tantardini <vinc@0x45.org>
* makes portlint happyleeym2004-01-012-6/+6
| | | | | - apply DOCSDIR - replace variable "file" with "f"
* makes portlint happyleeym2004-01-012-7/+7
| | | | | - apply DOCSDIR - replace variable "file" with "f"
* makes portlint happyleeym2004-01-012-6/+6
| | | | | - apply DOCSDIR - replace variable "file" with "f"
* add missing MAN3 and update PLISTleeym2004-01-012-35/+113
| | | | | | PR: 60782 Submitted by: leeym Approved by: maintainer
* Add libglut dependency.lofi2004-01-012-0/+4
|
* Update to version 0.38.demon2004-01-012-2/+2
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
* Update to version 0.07.demon2004-01-013-4/+5
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
* Update to 0.34mat2004-01-012-2/+2
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org>
* Update to version 0.37.demon2004-01-013-3/+5
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
* Put datafiles in /var/jabber directory.demon2004-01-016-2/+16
| | | | Remind to remove this directory manually on deinstall.
* Eliminate the evidence that I stole this file from net/jabber port.demon2004-01-012-14/+34
| | | | | Update to reflect the actual names of spawned processes and .pid-files location.
* - Update to 0.7.14pav2004-01-016-14/+14
| | | | | PR: ports/60777 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 1.0.24pav2004-01-013-9/+2
| | | | | PR: ports/60774 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* Set the appropriate permissions for config files;demon2004-01-012-6/+22
| | | | | | Add dependency to libiconv; Compile with debug messages unless WITHOUT_DEBUG is set; Minor spelling nit.
* Do delete config files if they were not changed after installation.demon2004-01-012-0/+18
|
* Remind users about 'jabber' group, too.demon2004-01-012-0/+8
|
* - Add PGP keypav2004-01-013-1/+5
| | | | | | - Fix WWW Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer)
* steam --> ports/games/steampav2004-01-011-0/+1
|
* Steam is Valve's new way of getting games into your hands ASAP. Games likepav2004-01-016-0/+73
| | | | | | | | | | Half-Life, Counter-Strike, and Counter-Strike Condition Zero are all being made available through Steam. This is a dedicated server, Linux version. PR: ports/60660 Submitted by: Hideki Machida <hido@neojapangz.com>
* Upgrade to 1.1.0.3.kuriyama2004-01-012-2/+2
|
* . Update to 2.5.6.glewis2004-01-013-6/+9
|
* There is also a run-time dependancy on libvc.obrien2004-01-011-1/+2
|
* Revert the previous commit. I had forgotten about the special pkg-messagemarcus2004-01-011-6/+19
| | | | that already existed for gnome2-lite.
* Add a pkg-message that points users to the FreeBSD GNOME website.marcus2004-01-012-19/+14
|
* Update to 2.4.4.7.marcus2004-01-012-2/+2
|
* - Update to 0.1.7pav2004-01-014-27/+8
| | | | Approved by: adamw (maintainer)
* Add build-shimmies for qt-odbc-plugin.lofi2004-01-011-1/+3
|
* Update to 0.2.2.nobutaka2004-01-0112-22/+66
|
* qt-odbc-plugin --> ports/databases/qt-odbc-pluginlofi2004-01-011-0/+1
|
* Add qt-odbc-plugin, a database plugin for the QT toolkit.lofi2004-01-015-0/+26
|
* Maintainer fails to reply to my emails. Reverting MAINTAINER to ports.cy2004-01-011-1/+1
|
* Fix for -current.cy2004-01-012-9/+51
| | | | PR: 57130
* Portlintobrien2004-01-011-11/+8
|
* widentd --> ports/net/widentdpav2004-01-011-0/+1
|
* Add widentd, a small ident/rfc1413 deamon which provides a fixedpav2004-01-015-0/+35
| | | | | | | | | | | (and fake) auth reply regardless of the ip/port pair quoted. Its intended use is on firewalls and NAT machines - where you may want to simply syphon off auth-requests from for example irc servers. PR: ports/60766 Submitted by: Dirk-Willem van Gulik <dirkx@skutsje.san.webweaving.org>
* gweled --> ports/games/gweledmarcus2004-01-011-0/+1
|
* Add gweled, a GNOME version of the games "Bejeweled" or "Diamond Mine."marcus2004-01-016-0/+67
| | | | Submitted by: James Earl <james@icionline.ca>
* - Update to 0.8.9pav2004-01-013-12/+2
|
* - Update to 2.1.4pav2004-01-014-499/+508
| | | | | | | | - Unbreak on 5.x - Update MASTER_SITES PR: ports/60751 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* Update to DAT 4312jeh2004-01-012-2/+2
|
* - Fix build on 5.xpav2004-01-013-494/+500
| | | | | | | - Update MASTER_SITES PR: ports/60750 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* Clarify boodler entry.pav2003-12-311-1/+1
| | | | Submitted by: Dan Pelleg <dpelleg+@cs.cmu.edu> (boodler port maintainer)
* - Simplify if expression so older versions of make can handle itpav2003-12-311-1/+1
| | | | | PR: ports/60765 Reported by: Stephen P. Cravey <clists@gotbrains.org>
* Update to 20031231pav2003-12-314-52/+74
| | | | | | | | | | Cosmetic update, no functional changes: - exit automatically when there aren't any more packages to process - send error messages to stderr - ignore whitespace in user input, don't blindly get the first character PR: ports/60763 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* - Update to 1.2.8pav2003-12-313-6/+3
| | | | | PR: ports/60756 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* Compile with debug messages.demon2003-12-312-2/+4
|
* - Update to 1.6pav2003-12-313-7/+17
| | | | | PR: ports/60753 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* Add emacs-21.2-menu-encode.patch for WITH_MENUBAR_FONTSET knob.nobutaka2003-12-312-1/+2
| | | | | | | It enables to support multibyte encodings in menu bar. PR: ports/60571 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Update to MovableType 2.65, which contains an important XMLRPC securityroam2003-12-313-6/+13
| | | | | | | | fix and other improvements. Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does indeed introduce a build-time dependency on MySQL, too, but IMHO this ought to be acceptable for the present. Is it time for USE_MYSQL_BUILD and USE_MYSQL_RUN already? :)
* Pet portlinterwin2003-12-311-3/+3
| | | | Approved by: maintainer
* Fix PLISTerwin2003-12-312-9/+9
| | | | | | PR: 56694 Submitted by: leeym Approved by: maintainer
* * Upgrade to 0.9.15.obraun2003-12-316-6/+74
| | | | * Use lang/ghc6 instead of lang/ghc by default.
* Per distfile report, update WWW site and also mastersite. However,linimon2003-12-312-3/+6
| | | | | | | | | this port has gotten stale, and this version (1.0.6) is not available there; only 1.1.0. Since the maintainer has not been active in the FreeBSD community for quite some time, reset to ports@FreeBSD.org. If someone uses this port, the time to adopt it would be now ... Reviewed by: portmgr (maintainer update).
* o Use relative path in @unexec, @exec and post-install forkuriyama2003-12-311-3/+3
| | | | | | | | | | consistency. o Add "-" prefix when invoking xmlcatmgr at post-install to work around installation failure which is caused by above bug. Reported by: Kenneth W Cochran <kwc@TheWorld.com>, sergei, hrs
* - Fix collision when APACHE_WITH_MODSNMP and APACHE_WITH_IPV6dinoex2003-12-311-3/+4
| | | | are selected.
* codeworker --> ports/devel/codeworkerijliao2003-12-311-0/+1
|
* add codeworker 3.2ijliao2003-12-317-0/+72
| | | | A parsing tool and a source code generator
* py-rlcompleter2 --> ports/devel/py-rlcompleter2ijliao2003-12-311-0/+1
|
* add py-rlcompleter2 0.95ijliao2003-12-315-0/+33
| | | | Python module for readline interactive completion
* - Reorganize options into pre-everything target.pav2003-12-311-37/+10
| | | | | PR: ports/60746 Submitted by: Munish Chopra <chopra@soulwax.net> (maintainer)
* Add audio/boodler.pav2003-12-311-0/+1
|
* boodler --> ports/audio/boodlerpav2003-12-311-0/+1
|
* fix pkg-plist when WITHOUT_PAM is definedoliver2003-12-312-1/+4
|
* Add boodler, a tool for creating soundscapes - continuous, infinitely ↵pav2003-12-317-0/+459
| | | | | | | | | | varying streams of sound. Boodler is designed to run in the background on a computer, maintaining whatever sound environment you desire. PR: ports/60744 Submitted by: Dan Pelleg <daniel+boodler@pelleg.org>
* add extrapatch and unbreak this port on -current.leeym2003-12-314-19/+41
| | | | | | PR: 60343 Submitted by: leeym Approved by: maintainer timeout (2 weeks)
* - Update to 0.6pav2003-12-3110-253/+144
| | | | | PR: ports/60745 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
* Update to 1.2.4.marcus2003-12-312-2/+5
|
* Force commit to note the initial PR for this ports was really ports/58052.linimon2003-12-310-0/+0
|
* * Update to 0.25.1marcus2003-12-3113-197/+56
| | | | | | | * Change maintainer to Franz Klammer <klammer@webonaut.com> PR: 60742 Submitted by: Jeremy Messenger <mezz7@cox.net> (previous maintainer)
* Use DOCSDIR macro.osa2003-12-312-8/+8
| | | | Approved by: knu (maintainer)
* - use INFOdinoex2003-12-312-3/+3
| | | | - Fix x64 sound problmes (gcc bug) in STABLE
* - Update to version 2.2.3krion2003-12-312-3/+2
| | | | | PR: 60733 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 0.15krion2003-12-314-10/+6
| | | | | PR: 60731 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* o upgrade from 1.12 to 1.13: [1]erwin2003-12-313-6/+7
| | | | | | | | | | | | | | | - Fixed portability issues for Windows. (It should now work under the normal Windows command shell.) Note that this requires the use of a temporary file for decompression of file handles on Windows--a minor security risk. - Makefile.PL version detection for GNU grep now works correctly for version numbers which end with letters. - Fixed typo bugs in a couple test cases. o Add missing PKGNAMEPREFIX o Add missing entries in PLIST PR: 60724 [1] Submitted by: maintainer
* fix typo.ume2003-12-311-2/+2
|
* Correct the order in which we obtain read and write speeds so as not tomarcus2003-12-312-24/+24
| | | | tokenize out the write speed before we process it.
* Vendor update to 2.46erwin2003-12-312-2/+2
| | | | | | | - lib/WWW/Search.pm (user_agent): fix for undef warnings in LWP::UserAgent::proxy PR: 60721 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Use DOCSDIR macro.osa2003-12-311-2/+2
|
* Respect ${CC} flag.osa2003-12-3111-11/+11
| | | | Approved by: Vivek Khera <vivek@khera.org> (maintainer)
* Install startup script jabberd.sh.demon2003-12-3110-0/+174
| | | | Create user/group for jabberd on install.
* - update to 20031229dinoex2003-12-303-2/+11
| | | | | | - new config file freshclam.conf Fix problem with clamscan --mbox Approved by: rob@debank.tv
* dc42wrap --> ports/sysutils/dc42wrappav2003-12-301-0/+1
|
* Add dc42wrap, an Apple Disc Copy wrapper for floppy disc images.pav2003-12-305-0/+49
| | | | | PR: ports/58343 Submitted by: Eric P. Scott <eps+psub0306@ana.com>
* sonytv --> ports/misc/sonytvpav2003-12-301-0/+1
|
* - fix permissions of some theme filesnetchild2003-12-302-0/+4
| | | | | Noticed by: Horio Shoichi <horio@bugsgrief.net> Forgot to add in last commit: netchild
* Add sonytv, an infrared remote control for SONY TV sets, written in Tk.pav2003-12-306-0/+69
| | | | | PR: ports/58263 Submitted by: Eric P. Scott <eps+psub0306@ana.com>
* - fix build on 4.x [1][2][3]netchild2003-12-306-4/+24
| | | | | | | | | - remove unnecessary file [2] Submitted by: Horio Shoichi <horio@bugsgrief.net> [3] Noticed by: Horio Shoichi <horio@bugsgrief.net> [2] Piotr Smyrak <piotr.smyrak@heron.pl> [1] Filippo Natali <mail bounces, no such user> [1]
* web-traceroute --> ports/www/web-traceroutepav2003-12-301-0/+1
|
* Add web-traceroute, a traceroute cgi for your website implemented in C.pav2003-12-306-0/+83
| | | | | PR: ports/58553 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
* sympa-elixus --> ports/mail/sympa-elixusdemon2003-12-301-0/+1
|
* New port: An electronic mailing list manager with elixus.org patchesdemon2003-12-306-0/+443
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org>
* - Update to 0.8.5pav2003-12-302-3/+3
| | | | | PR: ports/60725 Submitted by: Thorsten Greiner <thorsten@tgreiner.net> (maintainer)
* - Fix dependenciespav2003-12-306-50/+72
| | | | | | | | - Fix install - Add plugins PR: ports/60718 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer)
* cuetools --> ports/audio/cuetoolspav2003-12-301-0/+1
|
* Add cuetools, a set of utilities for manipulating cue and toc sheetspav2003-12-305-0/+54
| | | | | | | and converting between them. PR: ports/60714 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* HTML::MagicTemplate package now include in Text-MagicTemplate, which iserwin2003-12-301-1/+0
| | | | | | | merged in textproc/p5-Text-MagicTemplate PR: 60712 Submitted by: maintainer
* HTML::MagicTemplate package now include in Text-MagicTemplate, which iserwin2003-12-306-48/+1
| | | | | | | merged in textproc/p5-Text-MagicTemplate PR: 60712 Submitted by: maintainer
* - update from 3.11 to 3.44erwin2003-12-304-4/+11
| | | | | | | | - add HTML::MagicTemplate module - code modified a lot. PR: 60713 Submitted by: maintainer
* - Update to 7.1.4pav2003-12-303-10/+12
| | | | | | PR: ports/60547 Submitted by: ale Approved by: maintainer
* Add WITH_PGSQL knob;demon2003-12-304-42/+64
| | | | Minor general fixes.
* modules janitor: add missing entries forerwin2003-12-301-0/+2
| | | | | textproc/iiimf-csconv chinese/mingunittf
* update to 7.0, with support for other irc clientsalfred2003-12-303-2/+4
|
* Update to latest 2.0.16.20031223 snapshot.osa2003-12-303-4/+12
| | | | | | | Add pgsql-7.4 support. Submitted by: Vivek Khera <vivek@khera.org> (maintainer) PR: 60701
* Revert last commit - the qt-mysql-plugin is back in X11BASE.lofi2003-12-301-1/+1
|
* Build, link and install the plugins properly so they can actually work.lofi2003-12-302-2/+12
| | | | Reviewed by: maintainer
* Add mailnull to TRUSTED_IDSache2003-12-302-2/+2
|
* Add more patch files for www/squidedwin2003-12-3012-12/+78
| | | | | PR: ports/59091 (based on) Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
* unbreak lang/biglooedwin2003-12-301-4/+0
| | | | Noticed by: Kimura Fuyuki <fuyuki@nigredo.org>
* skribe --> ports/textproc/skribeedwin2003-12-301-0/+1
|
* New port: textproc/skribe (a highly programmable document processing system)edwin2003-12-305-0/+120
| | | | | | | | | | | | | | | | | | | | Skribe is a text processor. Even if it is a general purpose tool, it best suits the writing of technical documents such as web pages or technical reports, API documentations, etc. At first glance, Skribe looks like a mark-up language ala HTML. So, there is no need to be provided with computer programming skills in order to use Skribe. A second look reveals that Skribe is actually a true programming language, provided with high level features (such as objects, higher order functions, regular and syntactic parsing, etc.). Skribe is based on the Scheme programming language. WWW: http://www-sop.inria.fr/mimosa/fp/Skribe/ PR: ports/60485 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* java3d --> ports/java/java3dnork2003-12-301-0/+1
|
* Add Linux Blackdown Java3D 1.3.1, provides a set of object-orientednork2003-12-305-0/+564
| | | | | | interfaces that support a simple, high-level programming model. Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org>
* texpower --> ports/print/texpowerijliao2003-12-301-0/+1
|
* add texpower 0.0.9dijliao2003-12-305-0/+38
| | | | Creating dynamic online presentations with LaTeX
* grabc --> ports/x11/grabcijliao2003-12-301-0/+1
|
* add grabc 1.1ijliao2003-12-305-0/+41
| | | | | grabc is s simple but very useful program to determine the color string in hex (or RGB components) by clicking on a pixel on the screen.
* Chase libxine shared lib version.marcus2003-12-302-2/+2
| | | | | PR: 60720 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Update to 2.4.4.6.marcus2003-12-302-2/+7
|
* - Update PATCH_SITES for mod_snmpdinoex2003-12-301-2/+2
| | | | Problem found by: Subhi S Hashwa
* goose --> ports/www/gooseijliao2003-12-301-0/+1
|