aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add slaves ports for Aspell's new dictionaries.thierry2005-06-0312-0/+110
|
* - Update Irish (ga), Italian (it), Oriya (or), and Uzbek (uz)thierry2005-06-039-16/+66
| | | | | | | dictionaries. - Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and Punjabi (pa) dictionaries.
* - Update to 20050601pav2005-06-037-64/+54
| | | | Submitted by: J.R. Oldroyd <jr@opal.com> (maintainer)
* - Update to 20050601pav2005-06-0323-840/+289
| | | | Submitted by: J.R. Oldroyd <jr@opal.com> (maintainer)
* linpsk --> ports/comms/linpskjylefort2005-06-031-0/+1
|
* Add linpsk.jylefort2005-06-037-0/+99
| | | | | | | | | This is a small PSK31 program that uses QT, and a soundcard as modem. WWW: http://linpsk.sourceforge.net/ PR: ports/81617 Submitted by: Søren Straarup <xride@x12.dk>
* change the libtool version to use from 1.3 to 1.5oliver2005-06-0373-199/+176
|
* Our getaddrinfo(3) never returns EAI_NODATA on 5.2-RELEASE andume2005-06-032-9/+16
| | | | | | | later as RFC 3493 deprecated it. So, we have to see EAI_NONAME instead. Approved by: petef
* Fix build on amd64.novel2005-06-034-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 manfilesoliver2005-06-031-3/+8
| | | | so use MLINKS instead of adding them to MAN1
* . Change rpmrc to support amd64 and also to indicate that i386 and amd64glewis2005-06-034-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.22mat2005-06-032-3/+3
|
* add MAN1 files (fixes pkg-plist)oliver2005-06-031-3/+3
| | | | remove BROKEN
* Unbreak, EXTRACT_AFTER_ARGS assumes all archives should be tar(.gz)vs2005-06-031-2/+1
| | | | Submitted by: maintainer
* Register conflict with gnonlin.kwm2005-06-021-0/+2
|
* gnonlin -> multimedia/gnonlinkwm2005-06-021-0/+1
|
* Add gnonlin, This was included in pitivi.kwm2005-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 4505jeh2005-06-022-3/+3
|
* Update to 0.1.7jylefort2005-06-022-4/+4
| | | | | PR: ports/81796 Submitted by: maintainer
* Patch distribution was rerolled. Original is gone, but the changeslawrance2005-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
* p5-Games-Dice --> ports/games/p5-Games-Dicejylefort2005-06-021-0/+1
|
* Add p5-Games-Dice.jylefort2005-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 bemat2005-06-025-13/+0
| | | | | | committed without breaking them. Approved by: portmgr (kris)
* wmii --> ports/x11-wm/wmiidanfe2005-06-021-0/+1
|
* Add wmii, a lightweight window manager.danfe2005-06-029-0/+171
| | | | WWW: http://wmi.modprobe.de/
* - update to 5.3.1barner2005-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-plistsem2005-06-026-0/+6
| | | | | Submitted by: maintainer Reported by: kris via pointyhat
* Make it i386-only.novel2005-06-021-0/+2
| | | | | PR: 81794 Submitted by: Emanuel Haupt (maintainer)
* Update to 1.14skv2005-06-022-3/+3
|
* p5-Bloom-Filter --> ports/textproc/p5-Bloom-Filterbarner2005-06-021-0/+1
|
* Add p5-Bloom-Filter 0.03,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 minepav2005-06-024-12/+12
| | | | | Reported by: krismail Pointy hat to: pav
* p5-String-Format --> ports/textproc/p5-String-Formatbarner2005-06-021-0/+1
|
* Add p5-String-Format 1.13,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.jkoshy2005-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 mailboxedwin2005-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.12daichi2005-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>edwin2005-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.mezz2005-06-023-20/+18
|
* Give hs-alex port some sexualoving - anecdotal evidence suggests that the mostjmallett2005-06-021-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.
* be_agent --> ports/sysutils/be_agentflz2005-06-021-0/+1
|
* - Add be_agent, the Veritas Backup Exec (tm) UNIX Agent.flz2005-06-027-0/+126
| | | | | PR: ports/81420 Submitted by: Tony Shadwick <numbski@hksilver.net>
* - Update to 5.0.53.flz2005-06-022-3/+7
| | | | | PR: ports/81762 Submitted by: maintainer
* - Update to 1.0.1.1.flz2005-06-022-3/+3
| | | | | PR: ports/81786 Submitted by: maintainer
* - Update to 0.8.4.flz2005-06-024-29/+11
| | | | | PR: ports/81781 Submitted by: maintainer
* - Update to 0.8.4.flz2005-06-021-1/+1
| | | | | PR: ports/81782 Submitted by: maintainer
* - Correct time format for de_DE.UTF-8.flz2005-06-022-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.flz2005-06-022-4/+5
| | | | | PR: ports/81783 Submitted by: maintainer
* - Update TLS patch to 20021228.flz2005-06-024-9/+9
| | | | | PR: ports/81768 Submitted by: maintainer
* Update to version 1.8.1markus2005-06-024-6/+6
|
* - Update mysql patch to 1.1.11.flz2005-06-022-4/+4
| | | | | PR: ports/81766 Submitted by: maintainer
* - Update to 2.0.3.flz2005-06-0210-15/+15
| | | | | PR: ports/81765 Submitted by: maintainer
* Update to the 20050531 snapshot of GCC 3.4.5.gerald2005-06-022-13/+13
|
* Update 1.4.9p1 --> 1.6.3.cy2005-06-029-309/+228
| | | | Fix a nasty job control/interrupt bug.
* Upgrade to 050531.thierry2005-06-022-3/+3
| | | | Should fix some issues on 64 bits platforms.
* snortsms --> ports/security/snortsmsthierry2005-06-021-0/+1
|
* Add snortsms 0.11.3, a Snort Sensor Management System web interfacethierry2005-06-026-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.5oliver2005-06-0245-120/+144
|
* . pre-install -> pre-su-install as this port may create a directory inglewis2005-06-023-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 inglewis2005-06-021-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} duringglewis2005-06-021-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.flz2005-06-024-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.adamw2005-06-022-1/+4
|
* Add a dependency on libpng.adamw2005-06-021-1/+3
|
* Update to 4504jeh2005-06-022-3/+3
|
* - Remove debug line.clement2005-06-022-2/+0
|
* - Add support for multiple instances of apache2 to startup script.clement2005-06-022-14/+102
| | | | It's a little bit experimental, but it works.
* Update entry for FreeStyle Wiki:nectar2005-06-021-6/+14
| | | | | | | * <topic> style: ASCII em-dash "--" for separator * replace quoted text with more informative excerpt from a Secunia advisory * add CVE name
* xfc --> ports/devel/xfcdemon2005-06-021-0/+1
|
* New port: Xfce Foundation Classes.demon2005-06-026-0/+2806
| | | | | | | | | | | The Xfce Foundation Classes (XFC) is a set of well integrated C++ classes for developing Xfce applications on UNIX-like operating systems. XFC combines the power of GTK+ and the power of C++ into a state-of-the-art application development framework for the Xfce Desktop Environment. XFC judiciously uses C++ language features to avoid layering on too much extra C++ complexity. Its API is easy to understand and use, and should feel immediately familiar to most GTK+ programmers.
* Correct buffer overflows in xview libraries.nectar2005-06-022-1/+30
| | | | | Obtained from: Debian Security: http://vuxml.freebsd.org/ae6ec9b8-2f43-4d02-8129-c6a3a53ef09d.html
* Document vulnerabilities in XView library.nectar2005-06-021-0/+31
|
* Use USE_GNOME=gnomehack instead of a patch.demon2005-06-022-11/+1
| | | | Suggested by: oliver
* document a vulnerability in xtrlocknectar2005-06-021-0/+27
|
* - Update to 4.42.9pav2005-06-027-22/+178
| | | | | PR: ports/81755 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
* Document vulnerabilities reported in the Red Hat 7.1 libraries.nectar2005-06-021-0/+36
|
* - Fix runtime: catch up with openfiles renamingpav2005-06-022-21/+24
| | | | | | PR: ports/80954 Submitted by: Ted Faber <faber@isi.edu> Approved by: maintainer timeout (15 days)
* Document squirrelmail vulnerabilities.nectar2005-06-021-0/+59
|
* Fix URL of smtp_auth+tls patch.novel2005-06-021-1/+1
| | | | | PR: 81769 Submitted by: Renato Botelho (maintainer)
* - Don't install demos by default, they are not generally interesting andpav2005-06-023-13/+15
| | | | | | | | | | | it cuts 400 kB off the package. They can be build on demand - Fix plist for without manuals option - Portlint PR: ports/70503, ports/80012 Submitted by: Jake Hamby <jhamby@anobject.com>, Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (9 months, 6 weeks respectively)
* correct version number for mailman password generation issuenectar2005-06-011-1/+1
|
* Document vulnerability in set-user-ID sympa application.nectar2005-06-011-0/+28
|
* Another older mailman vulnerability, somewhat minornectar2005-06-011-0/+38
|
* - Add ##user form password patch.flz2005-06-012-0/+22
| | | | | | PR: ports/28803 Submitted by: motoyuki Approved by: maintainer timeout (3 years)
* Add year-old mailman vulnerability, that seems to not have beennectar2005-06-011-0/+32
| | | | previously documented here.
* Install xfce4-session-1.0.pc in proper place.demon2005-06-012-1/+12
|
* lemmatizer --> ports/textproc/lemmatizersem2005-06-011-0/+1
|
* - New port: textproc/lemmatizersem2005-06-015-0/+168
| | | | | | | | | | Library for automatic morphological analysis of English, Russian and German Languages. Finds the lemmas (all forms) of a word. Written in C++. PR: ports/81521 Submitted by: Andrei V. Shetuhin <shetuhin@corp.mail.ru>
* document Apache Jakarta Tomcat 5.x XSS issuenectar2005-06-011-0/+25
|
* - Remove hard-coded tetex-base prefix.flz2005-06-011-2/+4
| | | | | | PR: ports/29154 Submitted by: Niall Brady <bradyn@maths.tcd.ie> Approved by: maintainer timeout (more than 1 month)
* - Migrate to OPTIONSsem2005-06-011-2/+12
| | | | | | - Add MC_IN_MC knob. It allows to run mcedit inside mc. Approved by: maintainer
* Adding note on updating Perforce to 2005.1lth2005-06-011-0/+8
|
* Update to 2005.1lth2005-06-0112-78/+72
| | | | | PR: ports/81763 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* Upgrade to 0.9.0.003.vanilla2005-06-013-14/+26
|
* Upgrade to 0.9.1.007.vanilla2005-06-013-20/+4
|
* Upgrade to 0.9.10.007.vanilla2005-06-013-16/+4
|
* - Update to 1.0.1pav2005-06-016-8/+16
| | | | | PR: ports/81741 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
* Upgrade to 1.0.5.003.vanilla2005-06-012-5/+4
|
* - Update to 2.0.2pav2005-06-012-5/+4
| | | | | PR: ports/81761 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 0.9.1pav2005-06-012-13/+16
| | | | | PR: ports/81760 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* [1]:jylefort2005-06-014-15/+14
| | | | | | | | | | | | - Update to 5.0.21 - Fix MASTER_SITES Moreover: - Improve pkg-message/pkg-descr grammar - Polish the Makefile PR: ports/81676 [1] Submitted by: maintainer [1]
* - Mark i386 only [1]barner2005-06-011-0/+5
| | | | | | - Fix WRKSRC Reported by: Mohacsi Janos <mohacsi@niif.hu> (maintainer) [1]
* update to 1.10 RC1.sf2005-06-013-3/+4
|
* Use SLAVEDIRS.novel2005-06-011-0/+2
| | | | Suggested by: vs
* Update to 0.7.1vs2005-06-012-6/+10
| | | | | PR: ports/81743 Submitted by: maintainer
* Forced commit to note that simon if freed from the shackles of hiserwin2005-06-010-0/+0
| | | | mentorship.
* cogito --> ports/devel/cogitosimon2005-06-011-0/+1
|
* Add cogito 0.10, cogito, GIT - the content tracker.simon2005-06-016-0/+173
| | | | | | | | | | | | The GIT itself is merely an extremely fast and flexible filesystem-based database designed to store directory trees with regard to their history. The top layer is a SCM-like tool Cogito which enables human beings to work with the database in a manner to a degree similar to other SCM tools (like CVS, BitKeeper or Monotone). PR: ports/81698 Submitted by: Michael Seyfert <michaels@sdf.lonestar.org> Approved by: erwin (mentor)
* - Submitter of last update agreed to look after this portpav2005-06-012-2/+2
|
* - Change installation path of certificates to avoid conflict with net/xbonepav2005-06-013-2/+14
| | | | Submitted by: Venkata Pingali <pingali@ISI.EDU> (maintainer)
* Update after the author rerolled the tarball after moving a targeterwin2005-06-011-2/+2
| | | | | | | in the Makefile PR: 81749 Submitted by: maintainer
* - Mark BROKEN on 4.Xpav2005-06-011-0/+4
|
* Repo copy and upgrade to 3.4. Provided by maintainer, autrijus.girgen2005-06-016-104/+240
| | | | | PR: ports/81374 Approved by: seanc, ade (implicit)
* - Fix plist: Collect files from EXAMPLESDIR, toovs2005-06-012-4/+9
| | | | | | - Pet portlint Noticed by: oliver
* Reintroduce pre-build target to fix build on -CURRENT. Sigh.vs2005-06-011-1/+3
| | | | Noticed by: krisbot
* [...Took from jylefort's comment in email with a bit tweak...]mezz2005-06-012-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono will using Gamin or FAM by default if it exists in the runtime. If either doesn't exist then it will use KeventWatcher.cs. Add auto-check on Gamin and FAM for dependency. Bump the PORTREVISION to have the fix of kqueue. Rationale: - KeventWatcher.cs is naive, it does not report changes made to files within a monitored directory [1] - KeventWatcher.cs is implemented in C#, it is therefore slower than Gamin or FAM, which are implemented in C and C++, respectively [1] this is a bug which should be reported to the vendor Testing, using the attached WatchTest.cs: With KeventWatcher.cs: $ mono WatchTest.exe /somedir & [1] 89857 $ touch /somedir/foo OnCreatedEvent /somedir/foo $ echo foo >> /somedir/foo <nothing happens> With Gamin: $ mono WatchTest.exe /somedir & [1] 89889 $ touch /somedir/foo OnCreatedEvent /somedir/foo $ echo foo >> /somedir/foo OnChangedEvent /somedir/foo Submitted by: jylefort
* Fix plist (HTML'ized version of man page is no longer installed).barner2005-06-011-1/+0
| | | | | Submitted by: Ted Faber <faber@isi.edu> (maintainer) PR: ports/81747
* fanout --> ports/sysutils/fanoutbarner2005-06-011-0/+1
|
* Add fanout 0.6.1, tool to run commands on multiple machines.barner2005-06-017-0/+163
| | | | | PR: 76510 Submitted by: janos.mohacsi@bsd.hu
* - Update to 0.6.14barner2005-06-013-3/+4
| | | | | Submitted by: Dryice Liu <dryice@hotpop.com> (maintainer) PR: ports/81745
* It seems that at least perl-5.6.2 is required.thierry2005-06-011-1/+7
|
* PORTREVISION bump should not be backed out.fjoe2005-06-011-1/+1
| | | | Prodded by: chkversion
* Upgrade to 1.7.8ache2005-06-013-5/+6
|
* - Fix build on 4.xbarner2005-06-011-3/+7
| | | | | | Submitted by: Ports Fury PR: ports/81723 Approved by: Radek Kozlowski <radek@raadradd.com> (maintainer)
* sip_scenario --> ports/net/sip_scenariobarner2005-06-011-0/+1
|
* Add sip_scenario 1.2.7, SIP call flow creator (HTML format).barner2005-06-014-0/+41
| | | | | PR: 80380 Submitted by: dterry@digifonica.com
* - Fix LDFLAGS mess in original distfile.flz2005-06-014-2/+43
| | | | | PR: ports/81604 Submitted by: Klaus-J. Wolf <fbsdbug@seismic.de>
* change the libtool version to use from 1.3 to 1.5oliver2005-06-014-34/+11
| | | | retire automake/autoconf usage
* - Fix DISTNAME.flz2005-06-014-25/+18
| | | | | | | | - Remove pkg-plist in favor of PLIST_FILES. - Global cleaning of the port. PR: ports/81726 Submitted by: Ports Fury
* - Fix DISTNAME.flz2005-06-014-24/+21
| | | | | | | | - Remove pkg-plist in favor of PLIST_FILES. - Global cleaning of the port. PR: ports/81727 Submitted by: Ports Fury
* change the libtool version to use from 1.3 to 1.5oliver2005-06-0114-25/+16
|
* - Use USE_GCC=3.4+ for upcoming audio/ocp release.flz2005-06-014-1/+90
| | | | | PR: ports/81703 Submitted by: maintainer
* - Add SPF checker patch.flz2005-06-012-3/+21
| | | | | PR: ports/81731 Submitted by: maintainer
* - Update to 0.5.13.flz2005-06-016-80/+11
| | | | | PR: ports/81729 Submitted by: Ports Fury
* - Update to 1.3.6.flz2005-06-014-31/+55
| | | | | PR: ports/81725 Submitted by: Ports Fury
* - Update to 1.8.2.flz2005-06-013-4/+29
| | | | | PR: ports/81720 Submitted by: maintainer
* - Fix compilation with vanilla gcc on ${OSVERSION} > 502126.flz2005-06-014-5/+40
| | | | | | | - Rename local patch. PR: ports/81733 Submitted by: maintainer
* - Backout latest commit, it needs a repocopy due to API change.flz2005-06-0111-22/+22
| | | | Noticed by: Matthias Andree <matthias.andree@gmx.de>
* I just noticed I forgot to cvs add the ATmega1280 patch last time.joerg2005-06-012-1/+11
| | | | | In preparation for moving the port to binutils-2.16, rather get it in before that.
* - Backout latest commit, it needs a repocopy due to API change.flz2005-06-0110-72/+112
| | | | Noticed by: Matthias Andree <matthias.andree@gmx.de>
* fix plist. 0.4.2 added some files.ume2005-06-012-1/+5
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-0114-14/+27
|
* + update to 1.1.3;thierry2005-06-015-15/+883
| | | | | | | | | | | + changelog: http://www.phpeclipse.de/tiki-read_article.php?articleId=18 + add pkg-plist; + add pkg-message; + update pkg-descr. PR: ports/80369 Submitted by: Antonio Carlos Venancio Junior Approved by: maintainer's time-out
* - Use libtool 1.5. This fixes the crash reported in ports/81148 (the reasonbarner2005-06-015-5/+10
| | | | | | | | | | | | of which is probably that some library used by LyX is build with libtool 1.5 now, too. - Bump PORTREVISION: we want working packages on the cluster, don't we? Reported and fixed by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Approved by: thompsa PR: ports/81148 Btw: Welcome to our happy little farm :-)
* Update to 4503jeh2005-06-012-3/+3
|
* Update to 4502jeh2005-06-012-3/+3
|
* - Bump lzo lib version.flz2005-06-0111-16/+22
| | | | - Bump PORTREVISION.
* - Update to 2.0.flz2005-06-0110-110/+72
| | | | | PR: ports/81721 Submitted by: Ports Fury
* change the libtool version to use from 1.3 to 1.5oliver2005-06-018-17/+41
|
* - Update to 3.0.flz2005-06-014-6/+35
| | | | | PR: ports/81728 Submitted by: Ports Fury
* - Update to 2.0.6.flz2005-06-012-3/+3
| | | | | PR: ports/81724 Submitted by: Ports Fury
* - Update to 3.10.4.flz2005-06-012-3/+3
| | | | | PR: ports/81722 Submitted by: Ports Fury
* - Bump PORTREVISION.flz2005-06-011-1/+1
|
* - Fix OPTIONS.flz2005-06-012-40/+3
| | | | | | | - Remove outdated ChangeLog. PR: ports/81719 Submitted by: maintainer
* change the libtool version to use from 1.3 to 1.5oliver2005-06-013-1/+15
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-012-1/+12
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-011-1/+1
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-018-17/+19
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-012-3/+12
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-012-2/+2
|
* don't install .la filesoliver2005-06-016-6/+3
|
* Update to 1.95lth2005-06-012-3/+3
|
* Remove the last piece of gstreamer-plugins-xinekwm2005-05-311-1/+0
|
* Add a line for the libmusepack -> libmpcdec move.kwm2005-05-311-0/+1
|
* Update to 0.8.9.kwm2005-05-31122-54/+382
| | | | | | | | | | | | Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit)
* change the libtool version to use from 1.3 to 1.5oliver2005-05-312-1/+3
|
* Complete repocopy from audio/libmusepack -> audio/libmpcdec.kwm2005-05-3110-69/+20
| | | | | | And update to version 1.2. Repocopy done by: marcus
* fix MASTER_SITESoliver2005-05-312-2/+2
|
* change the libtool version to use from 1.3 to 1.5oliver2005-05-314-2/+4
|
* change the libtool version to use from 1.3 to 1.5oliver2005-05-312-9/+1
|
* (I forgot to cvs add the new patches.)barner2005-05-312-0/+28
| | | | | | | | | | - unmark IGNORE (fix PTHREAD_{CFLAGS, LIBS}) [1 (partly)] - pet portlint: * tab-instead-of-blank fixes * use DISTNAME instead of single entry for DISTFILES PR: ports/81710 [1] Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer) [1]
* - Update to 1.00.flz2005-05-312-3/+3
| | | | | PR: ports/81716 Submitted by: maintainer
* - unmark IGNORE (fix PTHREAD_{CFLAGS, LIBS}) [1 (partly)]barner2005-05-311-3/+4
| | | | | | | | | - pet portlint: * tab-instead-of-blank fixes * use DISTNAME instead of single entry for DISTFILES PR: ports/81710 [1] Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer) [1]
* - Update to 1.9012lth2005-05-312-4/+3
| | | | - removed now-obsolete PREFIX Makefile mangling
* Update to 1.22lth2005-05-312-9/+4
|
* Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-3149-0/+149
| | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
* - Update to 2.0.20.1pav2005-05-316-26/+408
| | | | | | | | - Reset maintainership on maintainer's request PR: ports/81494 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: Daniel O'Connor <darius@dons.net.au> (maintainer)
* - Update to 0.9.0.flz2005-05-312-17/+15
| | | | | | | | - Fix COMMENT. - Pass maintainership to submitter. PR: ports/81712 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* - Update to 1.3.0.flz2005-05-312-22/+24
| | | | | PR: ports/81711 Submitted by: maintainer
* Update to 0.4.2.ume2005-05-312-5/+5
|
* NO_PACKAGE is not necessary when RESTRICTED is set.edwin2005-05-311-1/+0
|
* - update to 10.26.10dinoex2005-05-312-3/+3
|
* Remove textproc/py-martelvs2005-05-311-0/+1
|
* Update to 1.4.0 (to facilitate update of deskutils/narval, its only consumer)vs2005-05-313-15/+9
|
* - Add WITHOUT_APACHE_SUEXEC knob.flz2005-05-311-1/+5
| | | | | | PR: ports/77740 Submitted by: Vladimir Tananko <bs@artcon.ru> Approved by: maintainer timeout (3 months)
* Add information about misc/gopod:edwin2005-05-311-0/+1
| | | | Unclear legal status in EU countries
* gopod --> ports/misc/gopodedwin2005-05-311-0/+1
|
* new port: misc/gopodedwin2005-05-316-0/+131
| | | | | | | | | | | | | | | | | | | | | | new port: misc/gopod goPod is a program that allows you to remove the EU Volume limitation on EU iPod's. We can't be held responsible for the use you make with this program or any damage it could cause to your iPod. It is provided for information purpose only. However, uncapping your iPod and using it is illegal in France. goPod is not in any way affiliated with Apple Computer, Inc. Apple(tm) iPod(tm) are trademarks of Apple Computer, Inc. WWW: http://http://gopod.free-go.net/ PR: ports/79529 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Remove deprecated portvs2005-05-311-1/+0
|
* - Fix ports/print/texinfo entryclement2005-05-311-1/+1
|
* Remove port which has been DEPRECATED for more than six months:vs2005-05-316-105/+0
| | | | not up-to-date and is only a subset of biology/py-biopython
* - Update to 1.133.flz2005-05-312-3/+3
| | | | | PR: ports/81696 Submitted by: maintainer
* - Update to 0.2.1.flz2005-05-312-5/+4
| | | | | PR: ports/81702 Submitted by: maintainer
* - Update to 0.7sem2005-05-3124-663/+828
| | | | | | | | | | | | | | | | | Gajim 0.7 contains several improvements: * Ability for groupchat reserved rooms with full affiliations and roles support * Popup notification for incoming events. * Protocol icons for contacts from transports. * Gajim's user interface is now more HIG compliant. * Gajim now detects and can send operating system information. * Gajim now can inform the user about new version availability. * Gajim jabber library migration from jabberpy to xmpppy * Rewrite the plugin system to remove threads and improve latency. * Gajim now supports Nodes in Service Discovery. * Greek and Polish translations PR: ports/81515 Submitted by: maintainer
* - Change maintainer address to his new shiny FreeBSD.org address.flz2005-05-3112-12/+12
| | | | | PR: ports/81687 Submitted by: maintainer
* - Fix build, configure script checks for GIMPpav2005-05-311-0/+1
| | | | Reported by: krismail
* - Remove bogus optional dependencies on databases/postgresql7pav2005-05-313-6/+4
| | | | Inspired by: "I wonder where people are taking this code snippet from."
* Remove BROKEN.osa2005-05-312-4/+2
| | | | | | | | | | | | | | | | | | | Author rerolled tarball after bug report and small modification. Changes: --- old/ptoc/bring.h Tue Feb 24 21:40:02 2004 +++ new/ptoc/bring.h Sun May 15 00:40:19 2005 @@ -69,9 +69,11 @@ static b_ring *top_b_ring; static void push(b_ring* r) { + /* if (r->outer != NULL) { r = new b_ring(r->scope); } + */ r->outer = curr_b_ring; curr_b_ring = r; }
* - Fix typo in pkg-descr.flz2005-05-311-1/+1
| | | | | PR: ports/81701 Submitted by: Vasil Dimov <vd@datamax.bg>
* Add symlinks for cvsnt.{1,5} man-pagesvs2005-05-311-0/+1
| | | | Approved by: maintainer
* - Fix distinfo.flz2005-05-313-43/+14
| | | | | | | - Fix patch-install.sh. PR: ports/81691 Submitted by: maintainer
* - Fix WITH_PGSQL knobpav2005-05-311-2/+1
| | | | | | PR: ports/81700 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Pointy hat to: pav
* - enable an "OPCODE" library that is required to support triangle mesh objects.pav2005-05-319-6/+132
| | | | | | | | | | | - changes the header include order so as not to pick up installed includes before local ones - suppresses the unneeded use of values.h - works around an inlining limitation in g++ PR: ports/81610 Submitted by: Jonathan Hanna <jhanna@shaw.ca> Approved by: David Yeske <dyeske@yahoo.com> (maintainer)
* - Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12pav2005-05-319-9/+9
| | | | Approved by: portmgr (marcus)
* Update to 2.10.2, and register a dependency upon libgdl-1 if gdl isadamw2005-05-312-4/+7
| | | | installed (I really don't see the point of adding a WITH_GDL switch).
* Release to ports@demon2005-05-311-1/+1
|
* - Convert to OPTIONSdanfe2005-05-311-4/+13
| | | | - Rename WITH_BEASTIE_STARTUP_PIXMAP to WITH_BEASTIE
* Fix build on 4.x.novel2005-05-311-0/+3
| | | | Reported by: pointyhat via kris
* Attempt to fix build on 4.x by adding readline dependency.novel2005-05-311-1/+7
| | | | Reported by: pointyhat via kris
* Add USE_GETOPT_LONG to fix build on 4.xnovel2005-05-311-0/+1
| | | | Reported by: pointyhat via kris
* - Update to 0.12ahze2005-05-314-3/+8
| | | | - Add some new features to pkg-descr
* BROKEN: Unfetchablekris2005-05-312-0/+4
|
* BROKEN: Size mismatchkris2005-05-311-0/+2
|
* Update to snapshot 20050530lioux2005-05-312-3/+3
|
* texinfo --> ports/print/texinfolioux2005-05-311-0/+1
|
* New port print/texinfo version 4.8: A typeset documentation systemlioux2005-05-317-0/+190
| | | | with multiple format output
* Update to 0.1.12lioux2005-05-313-3/+25
| | | | | PR: 81647 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* pear-Contact_Vcard_Build --> ports/mail/pear-Contact_Vcard_Buildflz2005-05-311-0/+3
| | | | | pear-Contact_Vcard_Parse --> ports/mail/pear-Contact_Vcard_Parse pear-Net_SmartIRC --> ports/irc/pear-Net_SmartIRC
* - Add pear-Contact_Vcard_Build and pear-Contact_Vcard_Parse.flz2005-05-311-0/+2
|
* - Add pear-Contact_Vcard_Parse PEAR class to parse vCard 2.1 and 3.0 files.flz2005-05-313-0/+30
| | | | | PR: ports/81666 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* - Add pear-Contact_Vcard_Build PEAR class to build (create) and fetchflz2005-05-313-0/+30
| | | | | | | vCard 2.1 and 3.0 text blocks. PR: ports/81665 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* - Update to 1.0.1pav2005-05-312-3/+9
| | | | | PR: ports/81686 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Add pear-Net_SmartIRC PEAR class for communication with IRC networks.flz2005-05-314-0/+113
| | | | | PR: ports/81663 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* gpsk31 --> ports/comms/gpsk31pav2005-05-311-0/+1
|
* This is a small PSK31 program that uses gtk and soundcard as modem.pav2005-05-318-0/+81
| | | | | PR: ports/81637 Submitted by: S?ren Straarup <xride@x12.dk>
* - Update to 1.3.4.flz2005-05-313-42/+136
| | | | | PR: ports/81614 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>
* twpsk --> ports/comms/twpskpav2005-05-311-0/+1
|
* Ann twpsk, an openmotif X psk31 client.pav2005-05-3111-0/+146
| | | | | PR: ports/81635 Submitted by: Soren Straarup <xride@x12.dk>
* - Update to 20050515.flz2005-05-313-15/+16
| | | | | PR: ports/81345 Submitted by: maintainer
* - One more fix for IPL_NATpav2005-05-313-88/+43
| | | | | | | - Convert to OPTIONS PR: ports/81623 Submitted by: markm (maintainer)
* - Don't hardcode versioned perl binary in shebang line, otherwise it willpav2005-05-311-2/+2
| | | | | | | break on next perl update. PR: ports/81639 Submitted by: Christopher Nehren <apeiron@coitusmentis.info>
* - Touch pkg-descr: fix graphviz version and fix typopav2005-05-311-2/+2
| | | | | PR: ports/81664 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* - Update to 1.34pav2005-05-314-12/+10
| | | | | PR: ports/81672 Submitted by: Martijn Lina <martijn@pacno.net> (maintainer)
* Upgrade to 0.4.3.obraun2005-05-314-27/+19
| | | | | PR: ports/81652 Submitted by: Johan van Selst <johans@stack.nl>
* - Use BROKEN instead a comparison using temporary files and exit 1pav2005-05-311-9/+8
| | | | | | | - Force PREFIX to /var/qmail when it's not set PR: ports/81675 Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
* - Update to 20050529pav2005-05-312-3/+3
| | | | | | PR: ports/81681 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Rob Evers <rob@debank.tv> (maintainer)
* - rcNG'ify the port.flz2005-05-315-37/+37
| | | | | PR: ports/81624 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
* Use RC_SUBR instead of thttpd_wrapper.anders2005-05-317-75/+60
| | | | | | | | | Use WWWOWN instead of nobody. Clean up Makefile using SUB_FILES, SUB_LIST and PORTDOCS. Etc. PR: 72298 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>, vs/flz
* - Update to 3.2.1pav2005-05-312-8/+12
| | | | | PR: ports/81685 Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
* - Upgrade to 1709_RC8;thierry2005-05-316-16/+26
| | | | - use javavmwrapper and don't load unnecessary classes.
* - Update to 1.0.3pav2005-05-312-7/+6
| | | | | PR: ports/81658 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.0.1pav2005-05-312-3/+3
| | | | | PR: ports/81657 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 0.8.1pav2005-05-312-20/+6
| | | | | PR: ports/81683 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Update to 2004d.anders2005-05-312-3/+3
|
* Update to 2004d.anders2005-05-313-19/+23
| | | | | | Fix IPv6+SSL. PR: 77512
* Update to 0.60.anders2005-05-315-188/+13
| | | | Use autoconf, drop pkg-plist and patches.
* Re-add mysql dependency.thierry2005-05-311-1/+1
| | | | | | PR: ports/81609 Submitted by: William O. Yates <master (at) tru2life.net> Approved by: maintainer
* fix build I brokeoliver2005-05-315-21/+19
| | | | | | | PR: ports/81671 Submitted by: Vasil Dimov <vd@datamax.bg> Noted by: kris via pointyhat Pointyhat to: oliver
* - Fix doormand to work on FreeBSDpav2005-05-319-11/+409
| | | | | | | | - Replace broken ipf* script - RCng script PR: ports/81615 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
* - Update to 1.0 [1]barner2005-05-314-14/+12
| | | | | | | | - Changed to PLIST_FILES - Use INFO macro (fix plist w.r.t. info/dir) Submitted by: Ralf Becker <ralf@akk.org> (maintainer) [1] PR: ports/81667 [1]