summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-0273-199/+176
|
* Our getaddrinfo(3) never returns EAI_NODATA on 5.2-RELEASE andHajimu UMEMOTO2005-06-022-9/+16
| | | | | | | later as RFC 3493 deprecated it. So, we have to see EAI_NONAME instead. Approved by: petef
* Fix build on amd64.Roman Bogorodskiy2005-06-024-14/+28
| | | | | | PR: 81797 Submitted by: Manuel Stuehn <freebsdnewbie@freenet.de> Approved by: Danny Boudrot (maintainer)
* the man files added in the previous commit are no manfiles but links to manfilesOliver Lehmann2005-06-021-3/+8
| | | | so use MLINKS instead of adding them to MAN1
* . Change rpmrc to support amd64 and also to indicate that i386 and amd64Greg Lewis2005-06-024-2/+108
| | | | | | | | | are compatible. This differs from PR 80922 in that amd64 is made the canonical RPM architecture on that architecture rather than x86_64 as it is under Linux. . Bump PORTREVISION. PR: 80922 (based on)
* Update to 0.22Mathieu Arnold2005-06-022-3/+3
|
* add MAN1 files (fixes pkg-plist)Oliver Lehmann2005-06-021-3/+3
| | | | remove BROKEN
* Unbreak, EXTRACT_AFTER_ARGS assumes all archives should be tar(.gz)Volker Stolz2005-06-021-2/+1
| | | | Submitted by: maintainer
* Register conflict with gnonlin.Koop Mast2005-06-021-0/+2
|
* Add gnonlin, This was included in pitivi.Koop Mast2005-06-029-0/+109
| | | | | | Gnonlin is a library built on top of GStreamer which provides support for writing non-linear audio and video editing applications. It introduces the concept of a timeline.
* Update to 4505James E. Housley2005-06-022-3/+3
|
* Update to 0.1.7Jean-Yves Lefort2005-06-022-4/+4
| | | | | PR: ports/81796 Submitted by: maintainer
* Patch distribution was rerolled. Original is gone, but the changesSam Lawrance2005-06-024-11/+14
| | | | | | | | | | | | | at most seem to be: - doco - many bugfixes - updates to clipper native-language libraries - updates to gtk2 bindings Also, - Reorder MASTER_SITES to use better mirror first. - Mirror patch distfile on MASTER_SITE_LOCAL - Make portlint a tiny bit happier
* Add p5-Games-Dice.Jean-Yves Lefort2005-06-025-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions are exported by default. The number and type of dice to roll is given in a style which should be familiar to players of popular role-playing games: adb[+-*/b]c. a is optional and defaults to 1; it gives the number of dice to roll. b indicates the number of sides to each die. % can be used instead of 100 for b; hence, rolling 2d% and 2d100 is equivalent. roll simulates a rolls of b-sided dice and adds together the results. The optional end, consisting of one of +-*/b and a number c, can modify the sum of the individual dice. +-*/ are similar in that they take the sum of the rolls and add or subtract c, or multiply or divide the sum by c. (x can also be used instead of *.) Using b in this slot is a little different: it's short for "best" and indicates "roll a number of dice, but add together only the best few". For example, 5d6b3 rolls five six- sided dice and adds together the three best rolls. Author: Philip Newton <pne@cpan.org> WWW: http://search.cpan.org/dist/Games-Dice/ PR: ports/81612 Submitted by: Aaron Dalton <aaron@daltons.ca>
* Fix plist (well, in fact, break it for now) so that ports/79330 can beMathieu Arnold2005-06-025-13/+0
| | | | | | committed without breaking them. Approved by: portmgr (kris)
* Add wmii, a lightweight window manager.Alexey Dokuchaev2005-06-029-0/+171
| | | | WWW: http://wmi.modprobe.de/
* - update to 5.3.1Simon Barner2005-06-023-39/+33
| | | | | | | | - don't use version number in installation directories PR: ports/81798 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
* - Fix pkg-plistSergey Matveychuk2005-06-026-0/+6
| | | | | Submitted by: maintainer Reported by: kris via pointyhat
* Make it i386-only.Roman Bogorodskiy2005-06-021-0/+2
| | | | | PR: 81794 Submitted by: Emanuel Haupt (maintainer)
* Update to 1.14Sergey Skvortsov2005-06-022-3/+3
|
* Add p5-Bloom-Filter 0.03,Simon Barner2005-06-025-0/+47
| | | | | | | | a probabilistic algorithm for doing existence tests. PR: 70062 Submitted by: Aaron Straup Cope <ascope@cpan.org>
* - Fix brain failure of minePav Lucistnik2005-06-024-12/+12
| | | | | Reported by: krismail Pointy hat to: pav
* Add p5-String-Format 1.13,Simon Barner2005-06-025-0/+35
| | | | | | | | perl module for sprintf-like string formatting capability. PR: 79195 Submitted by: Matt Mills <matt_mills@btopenworld.com>
* Update to v110.54.Joseph Koshy2005-06-028-75/+91
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* Upgrade to verison 1.2, which doesn't crash if you click on a mailboxEdwin Groothuis2005-06-022-4/+3
| | | | | with an xterm which doesn't exist and support for Maildirs (at least documented on how to do it)
* - update to 0.12Daichi GOTO2005-06-023-211/+213
| | | | | | | | | - update gcc target to 3.4.5-20050524 - build fail fix on current PR: ports/81750 Pointed out by: pointyhat via kris Submitted by: maintainer
* From: "J.R. Oldroyd" <jr@opal.com>Edwin Groothuis2005-06-022-3/+3
| | | | | | | | | | | | | To: edwin@mavetju.org Subject: Change to net/freenet6/files/freenet6.sh.in Could you make the following change, please. This is needed to ensure that freenet6 is started before servers like Apache and bind which may need the IPv6 tunnel to be present. Submitted by: "J.R. Oldroyd" <jr@opal.com>
* Update to 0.3.5.Jeremy Messenger2005-06-023-20/+18
|
* Give hs-alex port some sexualoving - anecdotal evidence suggests that the mostJuli Mallett2005-06-011-4/+0
| | | | | | recent update fixed the build problem against the version of GHC we've got, and fixed things on >=5.x, and all that lovely. So mark it un-BROKEN. If it shows up BROKEN again, I'll handle appropriately.
* - Add be_agent, the Veritas Backup Exec (tm) UNIX Agent.Florent Thoumie2005-06-017-0/+126
| | | | | PR: ports/81420 Submitted by: Tony Shadwick <numbski@hksilver.net>
* - Update to 5.0.53.Florent Thoumie2005-06-012-3/+7
| | | | | PR: ports/81762 Submitted by: maintainer
* - Update to 1.0.1.1.Florent Thoumie2005-06-012-3/+3
| | | | | PR: ports/81786 Submitted by: maintainer
* - Update to 0.8.4.Florent Thoumie2005-06-014-29/+11
| | | | | PR: ports/81781 Submitted by: maintainer
* - Update to 0.8.4.Florent Thoumie2005-06-011-1/+1
| | | | | PR: ports/81782 Submitted by: maintainer
* - Correct time format for de_DE.UTF-8.Florent Thoumie2005-06-012-0/+12
| | | | | | PR: ports/72084 Submitted by: Peter Wullinger <some-mail-drop@gmx.net> Approved by: maintainer timeout (8 months)
* - Update to 0.17.1.Florent Thoumie2005-06-012-4/+5
| | | | | PR: ports/81783 Submitted by: maintainer
* - Update TLS patch to 20021228.Florent Thoumie2005-06-014-9/+9
| | | | | PR: ports/81768 Submitted by: maintainer
* Update to version 1.8.1Markus Brueffer2005-06-014-6/+6
|
* - Update mysql patch to 1.1.11.Florent Thoumie2005-06-012-4/+4
| | | | | PR: ports/81766 Submitted by: maintainer
* - Update to 2.0.3.Florent Thoumie2005-06-0110-15/+15
| | | | | PR: ports/81765 Submitted by: maintainer
* Update to the 20050531 snapshot of GCC 3.4.5.Gerald Pfeifer2005-06-012-13/+13
|
* Update 1.4.9p1 --> 1.6.3.Cy Schubert2005-06-019-309/+228
| | | | Fix a nasty job control/interrupt bug.
* Upgrade to 050531.Thierry Thomas2005-06-012-3/+3
| | | | Should fix some issues on 64 bits platforms.
* Add snortsms 0.11.3, a Snort Sensor Management System web interfaceThierry Thomas2005-06-016-0/+350
| | | | | | | and monitoring console. PR: 81425 Submitted by: J. Randolph <snortsms (at) servangle.net>
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-0145-120/+144
|
* . pre-install -> pre-su-install as this port may create a directory inGreg Lewis2005-06-013-3/+3
| | | | | | | | ${PREFIX} during this phase. This makes the port installable by a non-root user. Approved by: nik Inspired by: jhb
* . pre-install -> pre-su-install as this port may create a directory inGreg Lewis2005-06-011-1/+1
| | | | | | | | ${PREFIX} during this phase. Makes the port installable by a non-root user. Approved by: murray Inspired by: jhb
* . pre-install -> pre-su-install as files are installed in ${PREFIX} duringGreg Lewis2005-06-011-1/+1
| | | | | | | this phase. This makes the port installable by a non-root user. Approved by: hrs Inspired by: jhb
* - Fix spamd socket option parsing.Florent Thoumie2005-06-014-2/+4
| | | | | | PR: ports/78102 Submitted by: Will Saxon <wills@housing.ufl.edu> Approved by: maintainer timeout (2 months)
* Depend on gnomehier, and remove a locale dir not in the plist.Adam Weinberger2005-06-012-1/+4
|