summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] textproc/docproj: Add dependencies for graphics/peps and textproc/openspEdwin Groothuis2008-05-241-1/+3
| | | | | | | | | | | | | - FDP-primer 2.1.1 says graphics/peps is mandatory tool - make lint fails without textproc/opensp I have compared it with http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/release/Makefile.inc.docports?rev=1.25;content-type=text%2Fplain as stated in the beginning of the Makefile. PR: ports/120198 Submitted by: Thomas Abthorpe <tabthorpe@FreeBSD.org> Approved by: maintainer timeout
* New port: biology/consed viewing and editing workbench for sequenceEdwin Groothuis2008-05-249-0/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* New port: biology/consed viewing and editing workbench for sequenceEdwin Groothuis2008-05-244-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* New port: biology/consed viewing and editing workbench for sequenceEdwin Groothuis2008-05-242-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* New port: biology/consed viewing and editing workbench for sequenceEdwin Groothuis2008-05-249-0/+1174
| | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* [NEW PORT] graphics/2d-rewriter: Fractals generator based on pattern ↵Edwin Groothuis2008-05-245-0/+56
| | | | | | | | | | | | | matching and rewriting 2d-rewriter is fractals generator based on pattern matching and rewriting. The program takes input containing initial object placement and rewriting rules and keeps applying rules to the data field until it reaches an arrangement where no rules can be applied. PR: ports/118906 Submitted by: Igor Serikov <bt@turtle.freedns.us>
* New port: devel/asdlgen generate serializers for C,C++,Haskell,Icon,Java,MLEdwin Groothuis2008-05-2425-0/+680
| | | | | | | | | | | | | | | | | | | | asdlGen generates data structure and serializer code from ASDL specifications [1]. It is especially helpful for exchanging tree like data structures between different programming languages. Currently C, C++, Haskell, Java, Icon, OCaml and SML are supported. Although the asdlGen project itself seems no longer actively maintained, ASDL is "alive" as it is used (at least) in the Moby [2] and Python [3,4] compilers. The port optionally installs a simple usage example [5] for all seven programming languages. I developed it primarily to test the port, but it could be helpful to users of asdlGen to get a quicker start, especially if a less familiar programming language is involved in their project. Reviewers/committers can easily make use of it via the "test-demo" target. PR: ports/117703 Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* [maintainer update] Upgrade to sysutils/AFFLIB 3.2.0Edwin Groothuis2008-05-243-4/+7
| | | | | | | Patch included to upgrade AFFLIB port from 3.1.3 to 3.2.0. PR: ports/123757 Submitted by: Chris Calvey <chris@securityforensics.co.uk>
* Dependency is buildable again on FreeBSD 7.0Edwin Groothuis2008-05-240-0/+0
| | | | | PR: ports/123898 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
* Dependency is buildable again on 7.0Edwin Groothuis2008-05-241-4/+1
|
* Add information about a pre-load with FreeBSD version greater than 7.Edwin Groothuis2008-05-241-0/+4
| | | | | | PR: ports/122113 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Approved by: maintainer timeout
* - Use the preferred way of setting default rc parametersRong-En Fan2008-05-243-21/+56
| | | | | | | | - Move startup options to rc script - Bump PORTREVISION PR: ports/123916 (based on) Submitted by: Paul Schmehl <pauls at utdallas.edu> (maintainer)
* Update to 1.1.24. As for the py-libxslt, get it able to find Python correctJeremy Messenger2008-05-246-36/+31
| | | | when PREFIX is set other than LOCALBASE and will allowing the modules to build.
* Update to 2.6.32. As for the py-libxml2, get it able to find Python correctJeremy Messenger2008-05-246-27/+44
| | | | when PREFIX is set other than LOCALBASE and will allowing the modules to build.
* Update to 2.22.2.Jeremy Messenger2008-05-242-5/+4
|
* Update to 1.20.3.Jeremy Messenger2008-05-242-5/+5
|
* Move MAINTAINER and COMMENT section to earlier in the Makefile to overcome ↵Edwin Groothuis2008-05-241-6/+6
| | | | | | problem with defaults in bsd.port.mk Noticed by: linimon@
* Update to 2.14.2.Jeremy Messenger2008-05-242-4/+4
|
* [UPDATE] net-mgmt/mrtg to 2.16.0Edwin Groothuis2008-05-247-160/+160
| | | | | | | | | - Updated to 2.16.0; - Makefile cleanup PR: ports/120590 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout
* net/mDNSResponder and net/avahi-libdns install files in the same placeEdwin Groothuis2008-05-242-1/+3
| | | | | | | | | | | | | | net/mDNSResponder and net/avahi-libdns install files in the same place. /usr/ports/net/mDNSResponder/Makefile contains CONFLICTS= avahi+libdns-[0-9]*, but the package name is avahi-libdns-0.6.22. /usr/ports/net/avahi-libdns/Makefile does not contain any CONFLICTS section. PR: ports/121434 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: various maintainer timeouts
* Remove RESTRICTED keyword from djbdns portEdwin Groothuis2008-05-241-3/+1
| | | | | | | | | | According to http://cr.yp.to/distributors.html djbdns is put into the public domain, therefore the port doesn't need to be RESTRICTED. PR: ports/122864 Submitted by: Björn Jonare <rksah@bredband.net> Approved by: maintainer timeout
* [new port] games/netherearthEdwin Groothuis2008-05-245-0/+166
| | | | | | | | | | | | | | | | | | | | | | | | | new port of Nether Eearth Re-Make (http://www.braingames.getput.com/nether/) Nether Earth was the very first real time strategy game. It worked on a SPECTRUM machine, and only needed 48KB of RAM to work!! It has all the tipical elements of strategy games: resources, factories, combat units, etc. supposed name of ports: netherearth NETHER EARTH REMAKE. Nether Earth was the very first real time strategy game. It worked on a SPECTRUM machine, and only needed 48KB of RAM to work!! It has all the tipical elements of strategy games: resources, factories, combat units, etc. WWW: http://www.braingames.getput.com/nether/default.asp - OleVole olevole@yandex.ru PR: ports/123800 Submitted by: OleVole <olevole@yandex.ru>
* - Add entry for net-im/jabberdMartin Matuska2008-05-241-0/+11
|
* - Update to 2.2.0Martin Matuska2008-05-243-10/+8
|
* UDNS is a stub DNS resolver library with ability to perform both synchronousMartin Matuska2008-05-235-0/+84
| | | | | | and asynchronous DNS queries. WWW: http://www.corpit.ru/mjt/udns.html
* Transfer maintainership to funman@videolan.orgMichael Johnson2008-05-232-2/+2
|
* Update to 4.32.6: Minor fixes and improvements, no user-visible changes.Christian Weisgerber2008-05-236-12/+21
|
* Hunt for typos in devel/p5-*.Jimmy Olgeni2008-05-23127-155/+155
|
* Convert missing WANT_KRB5_DOC pieces.Cy Schubert2008-05-234-20/+20
| | | | Add HTML documentation OPTION knob.
* - Respect NOPORTEXAMPLESMartin Wilke2008-05-232-8/+10
| | | | Reported by: ionbot
* Fix plist if building with NOPORTDOCS.Oliver Braun2008-05-232-0/+76
|
* Fix a few typos in the archivers category.Jimmy Olgeni2008-05-237-7/+7
|
* Update to 1.218Herve Quiroz2008-05-232-5/+5
|
* Update 2.1.17 --> 2.1.19Cy Schubert2008-05-2318-24/+42
|
* - add jetty6 to distinfoTong LIU2008-05-231-0/+3
| | | | Approved by: delphij (mentor,implicit)
* - Update to 0.2.Philippe Audeoud2008-05-232-6/+10
| | | | | | PR: ports/123899 Submitted by: Tassilo Philipp <tphilipp potion-studios com> Approved by: tabthorpe (mentor)
* - Update to 1.7.2Martin Wilke2008-05-232-7/+5
|
* - Add missing dependencies (imlib2 and pango)Renato Botelho2008-05-232-0/+6
| | | | | | | - Bump PORTREVISION Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Reported by: itetcu
* Fix plistJohan van Selst2008-05-232-13/+15
| | | | Reported by: miwi
* Update to 0.623Mathieu Arnold2008-05-233-6/+5
|
* Update to 2.75Mathieu Arnold2008-05-232-4/+4
|
* Update to 1.08Mathieu Arnold2008-05-232-4/+4
|
* - Update to 1.1.1Thomas Abthorpe2008-05-238-36/+22
| | | | | | | - Reassign to ports@ PR: ports/123900 Submitted by: Tony Maher <tonymaher optusnet.com.au>
* - Disable OpenMP support and enable test suite by defaultMartin Matuska2008-05-231-1/+9
| | | | - Bump PORTREVISION
* - Update to 0.9Philippe Audeoud2008-05-232-4/+4
| | | | Approved by: mentor (implicit)
* Update to the 20080522 snapshot of GCC 4.3.1.Gerald Pfeifer2008-05-232-19/+19
|
* Relinquish maintainership at maintainer's request.Florent Thoumie2008-05-231-1/+1
| | | | Approved by: portmgr (self)
* Update to 1.0.0.1Kevin Lo2008-05-232-4/+4
|
* - As we have ncurses 5.6 in the base, make devel/ncurses optional for newerRong-En Fan2008-05-231-2/+6
| | | | | | | system. - Bump PORTREVISION Approved by: Meyer Wolfsheim <wolf at priori.net> (maintainer)
* - remove pkg-plist,use dynamic plistTong LIU2008-05-231-2688/+0
| | | | Approved by: delphij (mentor,implicit)