summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.39, the latest release.Doug Barton2003-08-256-4/+10
| | | | | | | | | | * Updated docs * Net::DNS::Resolver now has unique classes for windows and unix * You can now define a config file for the Resolver object * Various other cleanups If you were (bogusly) using module globals in your scripts, this update is likely to break that, so take due precautions.
* update to afsp-7.1Yen-Ming Lee2003-08-252-3/+3
| | | | | PR: 55922 Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org>
* o Upgrade to 7.2.7.Jun Kuriyama2003-08-255-29/+14
| | | | o Apply a patch to install etc/conserver.rc as etc/rc.d/conserver.sh.
* Update to 0.3.Joe Marcus Clarke2003-08-256-4/+66
|
* Import my exiscan-acl clamd virus scanner integration notes.Sheldon Hearn2003-08-254-1/+82
| | | | I can't say enough good things about clamd.
* Correct dependencies when building with FastCGI and Apache2.Dmitry Sivachenko2003-08-254-8/+28
| | | | Submitted by: Rob Austein <sra@hactrn.net> via maintainer.
* Fix build with gettext-0.12.1.Joe Marcus Clarke2003-08-251-0/+10
| | | | Submitted by: Thierry Thomas <thierry@pompo.net>
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-252-2/+2
|
* update cat/gmsh: fix small typoDaichi GOTO2003-08-251-1/+1
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-25225-225/+225
|
* Update to 0.12.1. This brings a shared lib bump of libintl.so. It isJoe Marcus Clarke2003-08-2518-249/+343
| | | | | | | | | | | recommended people use: portupgrade -rf gettext -m BATCH=yes To update this port. Tested by: Thierry Thomas <thierry@pompo.net> myself
* Clean up the plist.Adam Weinberger2003-08-251-2/+2
| | | | Submitted by: Mezz
* . Don't create a README.FreeBSD file, just place the relevant informationGreg Lewis2003-08-253-17/+7
| | | | in pkg-descr.
* [new port] net/pear-Net_NNTP: PEAR class that provides an implementationEdwin Groothuis2003-08-255-0/+39
| | | | | | | | | | | of the NNTP protocol Complete class for communicating with an NNTP server (this is: the USENET), including: post, view, list, authentication, overview, header manipulation, NNTP commands debugger, etc. PR: ports/55353 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* teach graphics/jpgraph about apache2Edwin Groothuis2003-08-251-1/+1
| | | | | | | | | jpgraph requires php, and looks for it where php-cli and mod_php installs it. When mod_php is compiled WITH_APACHE2, it installs in a different place. PR: ports/55337 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
* devel/pear-PEAR: upgrading to 1.2.1 final.Edwin Groothuis2003-08-254-4/+4
| | | | | | | This PR upgrades devel/pear-PEAR to its latest version (1.2.1 stable). PR: ports/55609 Submitted by: Thierry Thomas <thierry@pompo.net>
* sysutils/pear-Log: upgrading to 1.7.0.Edwin Groothuis2003-08-253-2/+4
| | | | | | | | Upgrade pear-Log to its latest stable release. Changelog: <http://pear.php.net/package-changelog.php?package=Log>;. PR: ports/55205 Submitted by: Thierry Thomas <thierry@pompo.net>
* port update: math/mtlEdwin Groothuis2003-08-252-3/+5
| | | | | | | | | | | | | There is a minor update to mtl. Since this is port only consists of header, and no library is actually build I followed their recomendation and added NO_BUILD which saves some time doing unnecessary testing. I also wanted to add LAPACK support but I couldn't. At least I fixed a bug in configure in the process. PR: ports/55203 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* at least start with making him maintainerEdwin Groothuis2003-08-251-1/+1
| | | | | PR: ports/55187 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* update to 1.12bYen-Ming Lee2003-08-256-18/+60
| | | | | | | | | | | | | | | | Freshmeat blurb: Identifies several new CPUS. Additional MSR decoding on various CPUs. A few misidentification bugs have been fixed. Completely rewritten cachesize determination. Various new cache descriptors added. Numerous MHz estimation improvements. AMD K7 powernow register/BIOS decoding. Now decodes extended Intel feature flags, cpuid brand field, and sSpec on some models. AMD Opteron/Athlon64 support. VIA Powersaver/Longhaul support. A --bugs option to display CPU errata. No longer retries opening /dev/msr if the first open fails. Fixes a memory leak in --url. PR: 55937 Submitted by: Erik Greenwald <erik@smluc.org>
* mail/pear-mailparse: upgrading to 0.9.3.Edwin Groothuis2003-08-256-44/+46
| | | | | | | | - Upgrading pear-mailparse to its latest release; - Installing tests in a better directory (removing a stage). PR: ports/55170 Submitted by: Thierry Thomas <thierry@pompo.net>
* Add two knobs that changes default keyboard layout:Hye-Shik Chang2003-08-251-0/+5
| | | | | o WITH_LAYOUT_390=yes Use 390 layout by default. o WITH_LAYOUT_3FINAL=yes Use 3bul final layout by default.
* security/pear-Auth: upgrading to 1.2.2.Edwin Groothuis2003-08-254-5/+29
| | | | | | | | | - Upgrading pear-Auth to its latest release; - Installing tests; - Unbreaking the WWW link. PR: ports/55169 Submitted by: Thierry Thomas <thierry@pompo.net>
* devel/pear-PEAR: separating build & install of PECL.Edwin Groothuis2003-08-251-0/+2
| | | | | | | | | When you build a PECL module, NO_BUILD is defined => the build target does not build anything, and make all is delayed until `make install'. PR: ports/55168 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update port: misc/emma to 0.8.2Edwin Groothuis2003-08-2520-298/+10
| | | | | | | - Update to version 0.8.2 PR: ports/55152 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update location of tarball for this portEdwin Groothuis2003-08-252-2/+4
| | | | | | | | | Helps keep track of modes/permissions/ownership of files in cvs Change in distinfo is only because it isn't gzipped PR: ports/55071 Submitted by: R.I.Pienaar <rip@devco.net>
* Update to CAD/feltEdwin Groothuis2003-08-2510-18/+1482
| | | | | | | | | A did some minor cleanup of the port, hopefully this will work on gcc-3.3. I suggest this port is moved to the science category, along with freefem and femlab. PR: ports/54964 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* * Bring us into the 64-bit world.Christian Weisgerber2003-08-2521-464/+826
| | | | | | Obtained from: NetBSD * Use CDROM devices also available on 5.x.
* From the maintainer:Edwin Groothuis2003-08-241-2/+2
| | | | | | I found a minor bug in my Makefile of texproc/xalan-c. Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
* Update to 2.2.7Alexander Nedotsukov2003-08-248-8/+8
| | | | Approved by: marcus (mentor)
* Update to 2.0.4.Adam Weinberger2003-08-244-16/+17
|
* Change the py-gnome2 dependency check to something that doesn't changeAdam Weinberger2003-08-241-1/+1
| | | | every 2 weeks.
* Update to 1.99.18.Adam Weinberger2003-08-243-17/+16
| | | | Note that all the module so's have changed names AGAIN.
* Update to 1.99.7.Adam Weinberger2003-08-242-2/+2
|
* Update to 1.99.18.Adam Weinberger2003-08-242-2/+2
|
* - fix pkg-plistKirill Ponomarev2003-08-242-60/+357
| | | | | | | | - remove CVS directories from pkg-plist - bump PORTREVISION PR: 55902 Submitted by: maintainer
* - change spaces for tabs in Makefile (portlint complaint)Oliver Braun2003-08-242-3/+3
| | | | | | | | - add 'samba' to configuration dialog title PR: ports/55920 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: maintainer
* - Fix gcc33 problems on CURRENTDirk Meyer2003-08-243-1/+32
|
* Fix COMMENT.Gerald Pfeifer2003-08-242-2/+2
| | | | Approved by: joerg (maintainer)
* Check ${PREFIX}/etc rather than /etc for the configuration file.Trevor Johnson2003-08-241-0/+7
| | | | requested by: Raphael H. Becker
* Change the MASTER_SITE back to the official Mozilla FTP servers. Note,Joe Marcus Clarke2003-08-2420-70/+40
| | | | | people reinstalling this port will have to do a make distclean first, or simply ignore the MD5 checksum.
* Switch input method from SKK to Anthy and move SKK-supported jmodeMANTANI Nobutaka2003-08-241-4/+3
| | | | | to jmode-skk port. Take over maintainership.
* Add jmode-skk, XIM server for SKK input method.MANTANI Nobutaka2003-08-243-0/+25
| | | | This is a slave port of japanese/jmode.
* Take over maintainership.MANTANI Nobutaka2003-08-241-1/+1
|
* Add MAN3 now that Module::Build does generate man pagesMathieu Arnold2003-08-2412-28/+63
| | | | | | bump PORTREVISION Approved by: demon (mentor)
* i[Patch Port] devel/viewcvs (unforbidden)Edwin Groothuis2003-08-2410-18/+234
| | | | | | | | | | | | | | | | | | | | | | This patch solves two problems of the actual ViewCVs port: 1. it is forbidden as it is CSS-vulnerable, ViewCVS's CVS contains a patch but a new release was still not created by the authors 2. it overwrites the configuration files on installation To solve problem 1 I "back-ported" the patch 1.117 to lib/viewcvs.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/viewcvs/viewcvs/lib/viewcvs.py#rev1.117 as the author itself says, it solves the problem: http://mailman.lyra.org/pipermail/viewcvs-dev/2002-July/000776.html To solve problem 2 I changed the install script to install viewcvs.conf.dist directly instead of renaming it to viewcvs.conf, leaving it up to the user and specifying it in the pkg-message. PR: ports/51464 Submitted by: Lapo Luchini <lapo@m4d.sm>
* - Update to 0.8.2aKirill Ponomarev2003-08-243-3/+17
|
* Compiling error in /usr/ports/japanese/gn-gnspoolEdwin Groothuis2003-08-242-2/+11
| | | | | | | And unbreak it too PR: ports/51941 Submitted by: Keiichi Inoue <sanremo@po.shiojiri.ne.jp>
* New port: postgresql-contribEdwin Groothuis2003-08-245-0/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New port, containing all contrib stuff distributed with postgresql From the README: The PostgreSQL contrib tree --------------------------- This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Most items can be built with `gmake all' and installed with `gmake install' in the usual fashion, after you have run the `configure' script in the top-level directory. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql See the PostgreSQL documentation for more information about this procedure. PR: ports/53181 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* new port: Security scanner for SambaEdwin Groothuis2003-08-245-0/+35
| | | | | | | | | | ADM smb is a security scanner for Samba /* based on the src of the smbclient from the samba team */ ADMsmb will perform a complete audit of samba for you on a host you provide. PR: ports/53696 Submitted by: Jacek Serwatynski <tutus@trynet.eu.org>