summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add fspanel 0.7.6Ying-Chieh Liao2002-04-026-0/+43
| | | | | | | Tiny panel listing opened windows for gnome-compliant WM PR: 34006 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
* upgrade to 1.0.r2Ying-Chieh Liao2002-04-0211-97/+1048
| | | | | PR: 33924, 34812 Submitted by: maintainer
* Swiss-PdbViewer is an application that provides a user friendly interfaceDirk Meyer2002-04-028-0/+388
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | allowing to analyse several proteins at the same time. The proteins can be superimposed in order to deduce structural alignments and compare their active sites or any other relevant parts. Amino acid mutations, H-bonds, angles and distances between atoms are easy to obtain thanks to the intuitive graphic and menu interface. Moreover, Swiss-PdbViewer is tightly linked to Swiss-Model, an automated homology modelling server developped at Glaxo Welcome Experimental Research in Geneva. Working with these two programs greatly reduces the amount of work necessary to generate models, as it is possible to thread a protein primary sequence onto a 3D template and get an immediate feedback of how well the threaded protein will be accepted by the reference structure before submitting a request to build missing loops and refine sidechain packing. Swiss-PdbViewer can also read electron density maps, and provides various tools to build into the density. In addition, various modelling tools are integrated and command files for popular energy minimisation packages can be generated. Finally, as a special bonus, POV-Ray scenes can be generated from the current view in order to make stunning ray-traced quality images. WWW: http://www.expasy.ch/spdbv/ PR: 33902 Submitted by: chuynh@biolateral.com.au
* This C library provides functions for manipulating in memory hash tablesDirk Meyer2002-04-026-0/+49
| | | | | | | | (aka associative arrays). Data is stored as void *'s so any data structure can be stored. PR: 33859 Submitted by: andrew@ugh.net.au
* fix file ownership problemYing-Chieh Liao2002-04-024-18/+22
| | | | | PR: 33795 Submitted by: Lyndon Nerenberg <lyndon@atg.aciworldwide.com>
* Enabled IPv6.Munechika SUMIKAWA2002-04-021-2/+4
|
* add gimp-print 4.2.0Ying-Chieh Liao2002-04-0216-0/+3244
| | | | | | | GIMP Print Printer Driver PR: 33482 Submitted by: David Gilbert <dgilbert@canoe.velocet.net>
* Apply patch for:Dirk Meyer2002-04-021-0/+80
| | | | | | | | | | | | | | | | | | | XmHTML does not build: debug.c:113: initializer element is not constant When trying to build XmHTML-1.1.7_1 on -current as of 7-JAN-2002, I got the following error during build: rm -f .libs/debug.lo cc -O -pipe -DVERSION=1107 -DHAVE_REGEX_H -DHAVE_LIBJPEG -DHAVE_LIBPNG -DMotif -I. -I../include -I../include/common -I../../include -I../../include/common -I../../include/XmHTML -I/usr/X11R6/include -I/usr/local/include -c debug.c -fPIC -DPIC -o .libs/debug.lo debug.c:113: initializer element is not constant gmake[2]: *** [debug.o] Fehler 1 Strangely enough, the build continued without rebuilding the remaining files of this directory. The make install aborted, of course, because parts of the product had not been built. (gmake problem) PR: 34636 Submitted by: gwk@mscsoftware.com Approved by: Lars.Koeller@Uni-Bielefeld.DE
* This port needs python from building, not running.Munechika SUMIKAWA2002-04-021-1/+2
|
* Removed python+ipv6. IPv6 patch was merged in python-2.2.Munechika SUMIKAWA2002-04-0218-3385/+0
|
* Bump PORTREVISON for the previous commiting.Munechika SUMIKAWA2002-04-021-1/+1
| | | | Noticed by: ume
* Add ssync 2.2, a minimalistic tool for keeping filesystems inMark Pulford2002-04-027-0/+55
| | | | | | | synchronization. PR: 36227 Submitted by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Add erlang-doc, documentation for the Erlang/OTP system (PDF format).Jimmy Olgeni2002-04-026-0/+147
|
* cp -> cp -R to install all files and directoriesYing-Chieh Liao2002-04-021-1/+1
| | | | Submitted by: gslin@ccca.nctu.edu.tw, Sergii Laskavyi <ls@gambit.com.ru>
* Fix the build on -current.Jean-Marc Zucconi2002-04-023-1/+36
| | | | Do not compile with 'make -k'.
* Add vlog 1.1f, a curses based real-time logfile viewer.Mark Pulford2002-04-026-0/+53
| | | | | PR: 36616 Submitted by: hannes sowa <satbran@web.de>
* Replace __PREFIX__ in the rc script.Alexander Leidinger2002-04-022-4/+6
| | | | | | | | The maintainer wasn't reachable by myself and by the submitter, so no review/approval from him. Approved by: steve Submitted by: marius@alchemy.franken.de
* Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).Peter Pentchev2002-04-022-3/+3
| | | | | PR: 36649 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Add SourceForge as a well connected secondary MASTER_SITES location.Thomas Gellekum2002-04-0213-2/+28
| | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
* Explicitly enable IPv6 support.Thomas Gellekum2002-04-0211-22/+88
| | | | Submitted by: sumikawa
* Fix building when MAKE_KERBEROS4 is defined.Thomas Gellekum2002-04-021-1/+2
|
* Fix the build in the WITH_PGSQL=yes case.Sheldon Hearn2002-04-023-19/+22
| | | | | | | | | | | | When the databases/postgresql7 port was updated from postgresql-7.1.x to postgresql-7.2, libpq-fe.h moved from PREFIX/include/pgsql to PREFIX/include for reasons I can't figure out. This applies a band-aid until I can get clarification from the postgresql port maintainer <girgen@partitur.se>, but I think the port might be "broken" in its placement of some header files. Reported by: kris
* Fix compiling of tuxracer with new automake. Update email address.Ying-Chieh Liao2002-04-023-9/+12
| | | | | PR: 36645 Submitted by: maintainer
* upgrade to 5.3.5Ying-Chieh Liao2002-04-022-2/+2
|
* upgrade to 0.2.1Ying-Chieh Liao2002-04-022-2/+2
|
* Update port to version 0.950 (with "status", "sendmail" andJimmy Olgeni2002-04-0217-16/+210
| | | | | | | | | "cluster-software" module patches). Make port LOCALBASE independent (ports/35945). PR: 35945 (modified) Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
* drop maintainershipMIHIRA Sanpei Yoshiro2002-04-021-1/+1
|
* Fixed a problem that occurred if it would look forErnst de Haan2002-04-021-1/+1
| | | | | | | JDK 1.2 while the FreeBSD JDK 1.3 was not installed, but the FreeBSD JDK 1.2 was. Reported by: lioux
* Fix a fetch bug in MASTER_SITES_NN introduced in rev 1.396.Kris Kennaway2002-04-021-6/+6
| | | | | Submitted by: lioux PR: ports/36078 (part of)
* ssh_askpass2 is built only when X11 is installed. SupportAkinori MUSHA2002-04-022-1/+9
| | | | | | | {WITH,WITHOUT}_X11 and detect ${X11BASE}/lib/libX11.a. Reported by: bento Obtained from: security/ssh (partly)
* Re-enable IPv6 patch.Munechika SUMIKAWA2002-04-022-2/+3
|
* Temporarily back out the 2.5 -> 3 update, since ruby-soap still wantsAkinori MUSHA2002-04-023-9/+20
| | | | | | a module that was included in 2.5. While I'm here, update to 2.5.1. Reported by: bento
* Fix libintl/libiconv dependencies.Akinori MUSHA2002-04-022-4/+4
|
* - Make this compile with imake 4.2.0, in which the LinkFileListAkinori MUSHA2002-04-029-9/+225
| | | | | | | | | | | | | | | | definition has been changed somehow. Add a patch to override it with the previous definition. Addressed by: Marc Espie <espie@openbsd.org> - Add a patch to fix bzero()/bcopy() namespace collision. (by me) - Change one of the master sites. Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Discussed on: ports-jp@jp.FreeBSD.org On behalf of: max (MAINTAINER)
* Update to 1.3.28.j1Patrick Li2002-04-023-15/+18
| | | | | PR: 36637 Submitted by: maintainer
* Add missing XLIB dependencyPatrick Li2002-04-021-0/+1
| | | | | PR: 36615 Submitted by: maintaienr
* Update to 0.3.4Patrick Li2002-04-023-3/+3
|
* Update to 1.3.4.Trevor Johnson2002-04-024-47/+51
| | | | | PR: 32864 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Give maintainership to submitterPatrick Li2002-04-021-1/+1
| | | | | PR: 36633 Submitted by: Jason Harris <jharris@widomaker.com>
* take over maintainershipYing-Chieh Liao2002-04-021-1/+1
| | | | | PR: 36632 Submitted by: Jason Harris <jharris@widomaker.com>
* take maintainershipYing-Chieh Liao2002-04-021-2/+3
| | | | | PR: 36631 Submitted by: Jason Harris <jharris@widomaker.com>
* upgrade to 1.0.8Ying-Chieh Liao2002-04-023-3/+3
|
* Update to 0.50Patrick Li2002-04-023-2/+3
| | | | | PR: 36636 Submitted by: maintainer
* Update to always compile DRI on i386 machines, including 3dfx support.Will Andrews2002-04-029-60/+55
| | | | | | | | /sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
* Convert read.me.first from CRLF to LF, too.Jun Kuriyama2002-04-021-1/+2
| | | | | | | Use \015 in Makefile instead of literal CR character. PR: ports/36027 Submitted by: parv <parv_@yahoo.com>
* o Upgrade to 1.6.Jun Kuriyama2002-04-026-8/+6
| | | | | | | o Fix a bug of "stop" feature in smokeping.sh. Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) PR: ports/36006
* Update port to version V2.9-3 (2.9.3)Chris D. Faulhaber2002-04-024-4/+4
| | | | | | PR: 35839, 36588 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>, Miguel Mendez <flynn@energyhq.homeip.net>
* Fix some bitrot for the non-default case of WITH_GETTEXT -- lib-dependMikhail Teterin2002-04-0114-14/+28
| | | | | | | on -lintl instead of build-depending on msgfmt and make sure -lintl is linked into the shared -lpq. Approved by: maintainer
* Upgrade to Jakarta Tomcat 4.0.3. The Jakarta Tomcat 3Ernst de Haan2002-04-0120-876/+4504
| | | | | | branch has moved to www/jakarta-tomcat3. PR: 31096, 32022
* Remove this port at the request of the maintainer. The version of pam_sshKris Kennaway2002-04-016-31/+0
| | | | in the base system is more up-to-date and is being actively maintained.