aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - bump portrevisionandreas2001-03-144-2/+26
| | | | | - introduce CFLOWD_FLOWSCAN_PATCH variable for building port with support for FlowScan port (in the queue)
* o Add a couple of missed @dirrm's;sobomax2001-03-142-46/+60
| | | | | | | o sort PLIST while I'm here. PR: 25780 Submitted by: maintainer
* back out package-name conversion for pkg_add -r to work.sf2001-03-145-0/+5
|
* - First import since repocopy from libdixdecore:lioux2001-03-1413-50/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Enable port in CATEGORY Makefile 2) Add port into CVSROOT/modules 3) This a port of the developer version of libdivxdecore 4) Fix typo: port created on year 2001, not 20001. 5) Update port to developer Version 4.0 alpha48 2001-02-22. PORTVERSION=0.4.0.48 6) This port downloads a source only CVS tag developer version. Therefore, it comes without the tools necessary to build it (makefile, configure, ...) 7) Inherit (copy) from the non-developer version distfile the structure necessary to build it. Patch it to suit this port specific needs. More specifically, add new source code files to makefile(s): yuv2rgb.c (Changelog #13). 8) Since it is a developer version of another port, it can use some of its structure such as DESCR, PLIST. Therefore local copies are not necessary. - Library changes in new version: o Changelog: 1) Added VO and VOL header in the MPEG-4 bitstream to encore 2) Added YUV input in encore 3) Provided a sample test code for encore 4) Rewrote the bitstream handling in the encore 5) Some cleanup and minor optimize in the modules in encore 6) Fade/Cross Fade Improved 7) Added VO and VOL header parser in decore 8) Added various functions to support the YUV output formats 9) Splitted the YUV to RGB 16 bit conversion routine in 2 different routines (555 and 565 16 bit color mode) in decore 10) Modified the interface to take care of the new characteristics (more output format supported, possibility to change the output format at run-time). These changes are backward compatible (previous API call are still valid) 11) Modified the parser to be able to decode the stream with/without the VOL at the same time 12) Removed all the boring warnings until Level 3 of Visual C++ 13) ANSI C Implementation of the yuv2rgb.c added (2001-01-23, 00:00:00 GMT) o Bugs Corrected: 1) Some bug has been fixed in the post processing algorithm (chrominance deblocking and vertical deblocking) 2) Bug fixed in YUV to RGB 16 bit conversion routine
* This committer needs to take a seep. *sigh*sobomax2001-03-148-1/+1
| | | | | | | | | | | I was planning to rename pyncurses into more appropriate py-ncurses before committing it out, but forgot to do so. Therefore delete pyncurses and readd it back as py-ncurses. Py-ncurses is a Ncurses binding for Python. PR: 18633 Submitted by: adsharma@sharams.dhs.org
* oops, missed to import distinfo fileandreas2001-03-141-0/+1
|
* new port p5-Net-Patriciaandreas2001-03-145-0/+45
| | | | | | | | | | | | | | | | | | | | This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release. The BSD radix code is thoroughly described in "TCP/IP Illustrated, Volume 2" by Wright and Stevens and in the paper ``A Tree-Based Packet Routing Table for Berkeley Unix'' by Keith Sklower. WWW: http://net.doit.wisc.edu/~plonka/Net-Patricia/
* new port p5-HTML-Tableandreas2001-03-146-0/+46
| | | | | | | | | | | | | | | | | | | HTML::Table is used to generate HTML tables for CGI scripts. By using the methods provided fairly complex tables can be created, manipulated, then printed from Perl scripts. The module also greatly simplifies creating tables within tables from Perl. It is possible to create an entire table using the methods provided and never use an HTML tag. HTML::Table also allows for creating dynamically sized tables via its addRow and addCol methods. These methods automatically resize the table if passed more cell values than will fit in the current table grid. Methods are provided for nearly all valid table, row, and cell tags specified for HTML 3.0. WWW: http://www.chime.ucl.ac.uk/~rmhiajp/htmltable.htm
* new port p5-Boulderandreas2001-03-146-0/+64
| | | | | | | | | | | | | | | Boulder IO is a simple TAG=VALUE data format designed for sharing data between programs connected via a pipe. It is also simple enough to use as a common data exchange format between databases, Web pages, and other data representations. The basic data format is very simple. It consists of a series of TAG=VALUE pairs separated by newlines. It is record-oriented. The end of a record is indicated by an empty delimiter alone on a line. The delimiter is "=" by default, but can be adjusted by the user. WWW: http://search.cpan.org/search?dist=Boulder
* - bumped PORTREVISION because this perl module didn't workandreas2001-03-142-10/+11
| | | | | | | | | | | - fix installation path of this perl module because this command failed: perl -M'ConfigReader::DirectiveStyle' -e 1 ConfigReader files have to be put under lib/perl5/site_perl/%%PERL_VER%%/ instead of lib/perl5/site_perl/ - now my new port FlowScan finds the ConfigReader::DirectiveStyle PM. "configure:1271: checking for ConfigReader::DirectiveStyle"
* Add the trailing slash to the master site for matrox driver.jmz2001-03-141-1/+1
|
* Reorganize MASTER_SITE_GNOME as a result of the mirrors beingade2001-03-141-13/+6
| | | | completely reworked by the GNOME team.
* make ldap support one step closer to working after accidental removalmharo2001-03-142-0/+2
|
* Add ftp.plig.net back to MASTER_SITE_NETBSD as ftp.uk.netbsd.org.trevor2001-03-141-0/+1
| | | | Submitted by: joe
* Turns out I broke a few too many things with my last commit bymi2001-03-142-9/+12
| | | | | | | | | | | | | | | removing the symlinking of the installed shared library into the ${PREFIX}/lib. Those broken things should really use: package require Img (from TCL) or Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C) instead of trying to link with libimg directly, but there are too many of them and sobomax lost (his and mine) cool. This version will just install the library (and SHLIB_LINK) into ${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
* Use MASTER_SITE_NETBSD.trevor2001-03-141-33/+1
| | | | | Approved by: obrien PR: 24185
* Remove ftp.plig.net because it is in the UK but hasn't a .uk TLD.trevor2001-03-141-4/+14
| | | | | | | | | Correct a typo in the iastate.edu listing. Add sites from http://www.netbsd.org/Sites/net.html#ftp . Remove defunct sites found by bento. Newly added ftp.questnet.net.au is untested because it is "limited to Australian connections." Approved by: modified "make fetch-list" (PR 25779)
* Provide the default setting for PREFIX...mi2001-03-141-0/+1
|
* Fix yet another victim of changed default location of the WindowMaker'ssobomax2001-03-141-1/+1
| | | | | | include files. Submitted by: bento
* Comments in PLISTs indicated by the ``@comment'', not by ``#''.sobomax2001-03-141-1/+1
| | | | Submitted by: bento
* Use PERL_VER instead of PERL_VERSION when referencing dependencies.sobomax2001-03-141-1/+1
| | | | Submitted by: bento
* Add missed libxml dependency.sobomax2001-03-141-0/+1
| | | | Submitted by: bento
* Add pyncurses 0.3, a ncurses binding for Python.sobomax2001-03-148-0/+145
| | | | | PR: 18633 Submitted by: adsharma@sharams.dhs.org
* Add 2 more BUILD_DEPENDS when build with XFree86 4.clive2001-03-141-0/+5
| | | | | | PR: ports/25716 Submitted by: MAINTAINER, sf Reviewed by: chroot(8), env XFREE86_VERSION=4 make install deinstall
* Reword the pkg-comment to stress, that the X11-dependentmi2001-03-141-1/+1
| | | | | | display functionality is optional. Submitted by: Akinori MUSHA
* o Add missed USE_IMAKE;sobomax2001-03-142-2/+7
| | | | | | | | o fix manpage problem with XFree86-4; o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy. PR: 25670 Submitted by: maintainer
* Add the official Matrox driver for G200, G400 and G450 graphic adapters.jmz2001-03-142-4/+29
| | | | | | This is optional and enabled only if WITH_MATROX_GXX_DRIVER is defined. Submitted by: lioux
* Explicitly link resulting library with libm, because other ports expect to besobomax2001-03-132-0/+2
| | | | | | able to link just with ``-lmng'', not with ``-lmng -lm''. Submitted by: bento (sorta)
* Upgrade to 3.1.12ache2001-03-1324-1143/+9
|
* Fix MASTER_SITES.sobomax2001-03-131-1/+1
| | | | Submitted by: maintainer
* Explicitly disable NAS and ARTS support.sobomax2001-03-132-2/+6
|
* Fix xforms dependencykevlo2001-03-132-4/+5
| | | | | PR: 25742 Submitted by: maintainer
* Update version number of gtkmm shared library.sobomax2001-03-135-5/+5
|
* Add WWW line.demon2001-03-131-0/+2
|
* Update to 0.9.1.sobomax2001-03-133-4/+6
|
* Update to 1.2.5.sobomax2001-03-1318-18/+18
|
* New port: gupsc.demon2001-03-136-0/+48
| | | | A free Gnome client for the Network UPS Tools
* Use full path to `mkfontdir'.obrien2001-03-131-1/+1
| | | | Submitted by: sf
* Correct RUN_DEPENDS.sobomax2001-03-131-1/+1
| | | | Submitted by: bento
* Put copy of distfile on MASTER_SITE_LOCAL because it doesn't exist on thesobomax2001-03-132-2/+6
| | | | | | | site indicated by the author, while #@%$^ing Lycos today took down ftpsearch.lycos.com. Submitted by: fenner's distfiles survey
* Disable GL support.kevlo2001-03-131-1/+1
| | | | | PR: 25752 Submitted by: maintainer
* Update to version 0.60kevlo2001-03-132-3/+3
| | | | | PR: 25765 Submitted by: maintainer
* Correct t1 shared library version number in LIB_DEPENDS.sobomax2001-03-131-1/+1
| | | | Submitted by: bento
* - Upgrade to version 1.70kevlo2001-03-135-18/+41
| | | | | | | - Update WWW PR: 25772 Submitted by: maintainer
* Add another mirror into MASTER_SITES to make fetching easier.sobomax2001-03-131-1/+2
| | | | Submitted by: bento
* Try to remove ${LOCALBASE}/squid at deinstall time, if it is empty.olgeni2001-03-139-0/+27
| | | | Reported by: bento logs
* Fixed package list for option milter,dinoex2001-03-134-4/+4
| | | | port still marked "NO_PACKAGE", so no PORTREVISION needed.
* Add missed p5-Gtk into BUILD_DEPENDS.sobomax2001-03-131-1/+2
| | | | Submitted by: bento
* Update checksums. Distfiles were rerolled using maximum compression level,sobomax2001-03-131-35/+35
| | | | | | | but content of the distfiles is absolutely the same. Therefore don't touch PORTREVISION. Submitted by: bento
* Uncomment RUN_DEPENDSdemon2001-03-131-1/+1
| | | | (forgot to do it before previous commit).
* Install additional documentation.demon2001-03-133-0/+22
|
* Update to 2.4.sobomax2001-03-133-2/+3
|
* Update to version 2.1.demon2001-03-134-6/+10
|
* Don't try to build on bento - due to license issues the port requires from usersobomax2001-03-131-0/+4
| | | | | | to manually fetch distfile from the Sun's site. Submitted by: bento
* Update to 2.0.3.demon2001-03-132-4/+5
| | | | Add more MASTER_SITEs.
* Activate cyrus-imapd.ume2001-03-131-0/+1
|
* Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 andume2001-03-13125-1175/+1110
| | | | | | | IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
* Put a copy of distfile at my MASTER_SITE_LOCAL, because bento constantlysobomax2001-03-131-1/+3
| | | | | | | has strange problems downloading it from the author's site. I really puzzled because I can't reproduce those problems even from freefall. Submitted by: bento (sorta)
* Update to version 3.1.demon2001-03-133-3/+8
|
* Add missed NO_LATEST_LINK.sobomax2001-03-132-0/+4
|
* Update to version 3.19.demon2001-03-132-2/+2
|
* add librsyncijliao2001-03-137-0/+52
| | | | Library for delta compression of streams
* Update to 0.09ddemon2001-03-132-2/+2
|
* Fix typo in URL.demon2001-03-131-1/+1
|
* Update to version 1.07demon2001-03-132-2/+2
|
* Update to version 1.06demon2001-03-133-3/+5
|
* Add rox-session, a simple session manager for the ROX desktop.olgeni2001-03-137-0/+69
| | | | WWW: http://rox.sourceforge.net/rox_session.php3
* Update to version 1.18.demon2001-03-132-2/+2
|
* A temporary workaround to remove files that shouldn't existclive2001-03-131-0/+3
| | | | | | | | | | | after deinstallation. This hack would be removed after pine4 author accepts patch that will deal with l10n'd pine4. PR: ports/25720 Submitted by: MAINTAINER Approved by/Struggled with: MAINTAINER
* Bring in my KDE 2.1 + X 4.0.2 + threads "fixes". WARNING: Doesn't quitewill2001-03-1312-51/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | work right yet. This needs other eyes to look at in order for me to figure out what's going on here. Help, please? Basically, the current situation is this: You can hack the startkde script to make KDE2 start all the way through, which basically consists of simply replacing the kdeinit line with "kcminit". However, at certain points after KDE is done setting things up, processes named "kdeinit" that are in charge of certain apps go crazy and hit infinite loops somewhere. I haven't been able to determine where exactly, and if this is related to threads at all, or if a critical app or similar somehow doesn't get compiled with threads. Or something like that. *sigh* Konqueror can startup and seems to work okay in a different window manager, but it seems to randomly set off a kdeinit proc as above. Anyhow, this is 2 weeks' worth of debugging on a 4-month-old problem. If you're using XFree86 4.0.2, I caution against trying this stuff out unless you're going to help me out and are willing to help me figure out exactly where the heck things are going awry. Things should still compile and work just fine for those on XFree86 3.3.6. I decided to leave out these hacks in nonessential stuff (like kdenetwork et al) because kde2 itself needs to work with threads first. =) I guess I can thank my lucky stars JKH's decided to stick with 3.3.6 until some point in the future when 4.0.x becomes more stable...
* Update to v1.4.0 and relinquish maintainership.markm2001-03-133-22/+153
|
* Update to use tcl/tk 8.3.markm2001-03-131-6/+6
| | | | Approved by: maintainer
* Update to 0.4.ume2001-03-134-25/+5
| | | | | PR: ports/25753 Submitted by: maintainer (Tobias Reifenberger <treif@mayn.de>)
* Change master site to use ftp.kuriyama2001-03-131-1/+1
| | | | Requested by: Mark Huizer <freebsd@dohd.org> (master site maintainer)
* vbsfilter will rename VBS and SHS attachments to .txt,dinoex2001-03-138-0/+129
| | | | | | | | | | | | | | | thus rendering them harmless. Sendmail 8.10 introduced a new feature called the milter library, which provides filtering callbacks to a user-level program, which in turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to the question: Can sendmail allow this mail to be delivered? Sendmail is a trademark of Sendmail, Inc. WWW: http://aeschi.ch.eu.org/milter/ Submitted by: maintainer
* - Listed an overview of optionsdinoex2001-03-134-0/+44
| | | | - Added support for optional configuraion in files/site.config.m4.local
* Upgrade to 1.2.6.kuriyama2001-03-133-3/+65
| | | | | | | | Use EXTRACT_SUFX instead of single DISTFILES (by kuriyama). Submitted by: Dave Chapeskie <dchapes@ddm.crosswinds.net> PR: ports/25711 Not reach for: maintainer (mail service unavailable)
* Upgrade to 2.5.2.3.keith2001-03-132-5/+3
|
* Upgrade to 2.3.29.kuriyama2001-03-134-4/+4
| | | | | | Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> PR: ports/25690 Approved by: maintainer
* add autogenijliao2001-03-1310-0/+126
| | | | | | | | AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized.
* Add {start|stop} support to the initialization (rc.d style) scripts.lioux2001-03-132-6/+15
| | | | | Also, add a informational message if the user does not use the scripts correctly.
* Use pre-configure instead of pre-fetch to test compiler flags. pre-fetchjmz2001-03-131-1/+1
| | | | is already used for the USA_RESIDENT test.
* Fix pkg-plistkevlo2001-03-133-57/+27
| | | | Approved by: will
* Upgrade to 2.7b.kuriyama2001-03-132-2/+2
| | | | Pointed out by: Per Andersson <pa@cdg.chalmers.se>
* Update to Licq 1.0.3 including some security-like issue fixes.green2001-03-1321-522/+573
|
* Upgrade to 0.4.kuriyama2001-03-134-12/+12
| | | | | Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> (maintainer) PR: ports/25741
* Make plist work again with new-found use of line continuation ingreen2001-03-131-9/+16
| | | | mtree files.
* Update to tnef 0.16kris2001-03-132-2/+2
| | | | Reviewed by: maintainer
* Don't remove directory which exists on BSD.local.dist.kuriyama2001-03-133-3/+2
| | | | | | | Use ru_RU.KOI8-R instead of ru.KOI8-R. Submitted by: Aleksandr A. Babaylov <.@babolo.ru> (maintainer) PR: ports/25709
* Fix plist.kuriyama2001-03-131-0/+2
| | | | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer) PR: ports/25682 Modified by: kuriyama
* Fix typo: port created on year 2001, not 20001lioux2001-03-132-2/+2
|
* Attempt to deal with read-only directories.kris2001-03-131-2/+2
| | | | Approved by: maintainer
* Add ua-ispell 0.0.2b, ukrainian (KOI8-U) dictionary for ISPELL.mi2001-03-1311-0/+73
| | | | | PR: 23313 Submitted by: mi
* Fix owner/group on Acrobat4 directories.dima2001-03-132-0/+2
| | | | Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
* Update to 2.05dkris2001-03-132-2/+2
| | | | Reviewed by: maintainer
* Add dhisd 4.0, DHIS server for updating dynamic DNS entries in DNSwill2001-03-1323-0/+557
| | | | | | | tables. PR: 25368 Submitted by: Bas Kruit <baskruit@bsltwr.dhis.org>
* update to 1.03.sf2001-03-1312-142/+22
| | | | | | PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer)
* Add ecgi 0.6.2, a library for the creation of CGI-based Webwill2001-03-138-0/+124
| | | | | | | applications. PR: 25080 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* patch around broken kame patch. <sys/types.h> is a prerequesite for thebillf2001-03-132-0/+34
| | | | inet(3) includes...
* Add mod_throttle 3.1.2, an Apache module that provides bandwidth &will2001-03-137-0/+78
| | | | | | | request throttling. PR: 25003 Submitted by: Anders Nordby <anders@fix.no>
* Add mod_csacek 2.1.5, a charset recoding module for Apache.will2001-03-137-0/+82
| | | | | PR: 25285 Submitted by: Milan Salajka <ms@vol.cz>
* Upgrade to 1.07.mph2001-03-135-228/+220
| | | | Fix bento build errors (USE_IMAKE).
* New port for the Gtk documentation system. Originally writtenfenner2001-03-136-0/+38
| | | | | specifically for documenting Gtk itself, it's usable for documenting C-based projects.
* Make sure teTeX is installed before installing this port.obrien2001-03-131-0/+3
|
* fix build options.sf2001-03-1311-22/+22
| | | | | PR: 25746 Submitted by: R)Bémi Guyomarch <rguyom@pobox.com>
* use OPENSSLINC/LIB to fix build on RELENG_3.sf2001-03-133-27/+28
| | | | | PR: 25680 Submitted by: maintainer
* o add MASTER_SITE_SUNSITE to MASTER_SITES.sf2001-03-132-6/+8
| | | | | | | o get rid of version number from pkg-descr. PR: 25744 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* execute mktexlsr at install/deinstall.sf2001-03-132-3/+6
| | | | | PR: 25671 Submitted by: maintainer
* fix typo in MAN3.sf2001-03-131-1/+1
| | | | | PR: 25681 Submitted by: maintainer
* o USE_IMLIB.sf2001-03-131-4/+3
| | | | | | | o change maintainer's e-mail address. PR: 25683 Submitted by: maintainer
* o update to 2.7.2.sf2001-03-132-5/+5
| | | | | | | o pass maintainership to ports@. PR: 25685 Submitted by: maintainer
* Add ruby-qt2iconview, Qt2 iconview extension for Ruby.knu2001-03-135-0/+52
|
* pass maintainership to ports@.sf2001-03-131-1/+1
| | | | | PR: 25685 Submitted by: maintainer
* Update to Ruby/Qt2 0.12.knu2001-03-1310-78/+113
| | | | Introduce ruby-qt2/Makefile.common to share the variables.
* use MASTER_SITES_XCONRTIB.sf2001-03-131-1/+3
|
* o pass maintainership to ports@.sf2001-03-131-1/+1
| | | | | PR: 25686 Submitted by: maintainer
* A number of changes and fixes:mi2001-03-1312-392/+690
| | | | | | | | | | | | | | | | | . build with or without TK (triggered by the NO_X knob) . build against TCL-8.3 -- with or without stubs . fix some bugs in the core Scotty code -- most notably a bug in the icmp-command implementation, where an off-by-one error in the argument processing loop resulted in random crashes; all this fixes are grouped into a single file patch-fixes . make scotty executable itself as small as it needs to be Approved by: maintainer Perhaps, some day the security officer will tell me what _exactly_ is wrong with regular Scotty (this one is beta of the new version), and I'll be able to freshen that one up too and remove the FORBIDDEN.
* Update to 0.2.2.knu2001-03-134-15/+8
|
* use ${MKDIR} rather than mkdirhier.sf2001-03-131-1/+1
| | | | | PR: 25689 Submitted by: Edwin Mons <edwinm@joshua.mons.net>
* o update to 0.09.sf2001-03-134-2/+10
| | | | | | | o add missing MAN3 and MANPREFIX. PR: 25692 Submitted by: maintainer
* Fix compilation on FreeBSD-3.xse2001-03-132-4/+20
|
* fix build error caused by xforms change.sf2001-03-132-6/+5
| | | | | PR: 25697 Submitted by: maintainer
* Update to the latest snapshot of the stable branch. The long-awaitedknu2001-03-133-3/+3
| | | | 1.6.3 release is scheduled for this week...
* Fix order of includes: put <sys/types.h> at top of listse2001-03-131-0/+18
|
* Upgrade to 2.8.30-betase2001-03-131-1/+1
|
* update to 2.10.3.sf2001-03-133-5/+7
| | | | | PR: 25701,25702 Submitted by: maintainer
* removed port, that I commited with wrong namedinoex2001-03-138-129/+0
| | | | It will reappear as vbsfiler
* change unreachable MASTER_SITES.sf2001-03-131-1/+1
| | | | | PR: 25703 Submitted by: maintainer
* o add extra dependency to imlib.sf2001-03-132-1/+12
| | | | | | | o add extra symlinks. PR: 25705 Submitted by: maintainer
* update to 0.2.14.sf2001-03-138-28/+12
| | | | | PR: 25719 Submitted by: maintainer
* correct configure args to respect PREFIX.sf2001-03-131-1/+1
| | | | | PR: 25738 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
* Update libxml2 to 2.3.3 and libxslt to 0.4.0 (updates rely on each other)ade2001-03-137-31/+25
|
* Fix another victim of recent change in location of WindowMaker's includes.sobomax2001-03-131-1/+1
| | | | Submitted by: bento
* Create libforms.a -> libxforms.a link to fix ports that link withmikeh2001-03-132-0/+2
| | | | | | libxforms. Reviewed by: sobomax
* Be more graceful, instead of unexec, use dirrmlioux2001-03-131-2/+2
|
* New port:lioux2001-03-136-0/+55
| | | | | Perl routines for data sets interpolation and interval search Initial import module version 1.05
* New port:lioux2001-03-136-0/+54
| | | | | Perl module providing an interface to Fast Fourier Transform routines Initial import module version 0.25
* Add missing dependencyade2001-03-124-0/+4
| | | | Submitted by: bento (sorta)
* rename gom to gozer.sf2001-03-121-1/+1
|
* o update to 0.2.sf2001-03-125-26/+26
| | | | | | | o renamed to gozer. PR: 25540 Submitted by: maintainer
* remove gom. It is renamed to gozer.sf2001-03-127-68/+0
|
* rename imlib2-tmp to imlib2.sf2001-03-121-1/+1
|
* remove imlib2-tmp. now it's in real place(graphics/imlib2).sf2001-03-126-84/+0
|
* imlib2-tmp -> imlib2sf2001-03-124-4/+4
|
* Update to lastest versionkevlo2001-03-122-2/+3
| | | | | PR: 25726 Submitted by: maintainer
* fix distfile location.cjh2001-03-122-3/+1
| | | | | PR: ports/25677 Submitted by: maintainer
* Fix mtree problemkevlo2001-03-122-4/+3
| | | | | PR: 25706 Submitted by: MAINTAINER
* Update to 0.4.0.knu2001-03-124-22/+16
|
* Add ${MASTER_SITE_SOURCEFORGE} to MASTER_SITES and remove www.mysql.netdirk2001-03-129-45/+45
| | | | | | which seems not to be a MySQL mirror anylonger. Submitted by: roam (sort of ;-)
* s/Locale::PGettext/Locale::PGetText/gvanilla2001-03-121-1/+1
| | | | Submitted by: bento
* Well, it's my fault, I comment out sgmlformat last commit.vanilla2001-03-121-1/+1
| | | | | | Add it back. Submitted by: bento
* Add one more port to OPTIONAL_DEPENDS.demon2001-03-121-0/+1
|
* Install some more documentationkris2001-03-122-0/+10
|
* Update Vim 5.7 to patchlevel 25.obrien2001-03-122-2/+3
| | | | (patch 26 is for m$ platforms only)
* Uncomment and update OSREL and OSVERSION in preparation for 4.3R.asami2001-03-123-6/+6
|
* Update:demon2001-03-124-27/+81
| | | | | | Apache: 1.3.19 Russian patch: 30.4 mod_ssl: 2.8.1
* Add a port for `pgdriver', the OpenACS projects supported AOLserverjkoshy2001-03-128-0/+70
| | | | to PostgreSQL interface.
* Update the EMBOSS suite to v1.11.0nbm2001-03-123-7/+12
| | | | | PR: 25728 Submitted by: johann@egenetics.com
* - A small bugfix lead to a rerelease without a version number change.nbm2001-03-122-1/+2
| | | | | | | - Bumped PORTREVISION. Submitted by: Johann Visagie <johann@egenetics.com> PR: 25725
* Update to version 2.0.2.demon2001-03-123-3/+22
| | | | | | | PR: 25619 Submitted by: Ron Rosson <insane@oneinsane.net> Add a patch to eliminate -O2 option to gcc.
* <automake hate mode>sobomax2001-03-121-0/+20
| | | | | | | | Prevent Makefile from trying to run 644 missing script when no autoheader is installed. </automake hate mode> Submitted by: bento
* Fix breakage introduced with recent WindowMaker update.sobomax2001-03-121-1/+1
| | | | Submitted by: bento
* Add p5-GtkHTML, it's perl binding to gtkhtml library.vanilla2001-03-127-0/+55
|
* Add p5-ORBit, it's perl binding to ORBit library.vanilla2001-03-126-0/+48
|
* Add p5-GnomePrint, it's perl binding to Gnomeprint library.vanilla2001-03-127-0/+59
|
* Add p5-GnomeApplet, it's perl binding for Gnome Applet.vanilla2001-03-127-0/+55
|
* Fix borken patch.sobomax2001-03-121-508/+10
| | | | Submitted by: bento
* Upgrade to Gtk-Perl-0.7005.vanilla2001-03-1226-206/+113
|
* Update to 0.85.trevor2001-03-122-2/+2
|
* Force -O0 on the Alpha.trevor2001-03-121-1/+7
| | | | Submitted by: steve
* This port does not currently compile.kris2001-03-121-0/+2
| | | | Noticed by: bento
* Update to elm 2.5.5.kris2001-03-122-3/+3
| | | | Reviewed by: maintainer
* vbsfilter will rename VBS and SHS attachments to .txt,dinoex2001-03-128-0/+129
| | | | | | | | | | | | | | | thus rendering them harmless. Sendmail 8.10 introduced a new feature called the milter library, which provides filtering callbacks to a user-level program, which in turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to the question: Can sendmail allow this mail to be delivered? Sendmail is a trademark of Sendmail, Inc. WWW: http://aeschi.ch.eu.org/milter/ Submitted by: maintainer
* Upgrade to 3.23.34a.dirk2001-03-1227-162/+99
|
* Author has changed email addresses and reorganized his website;dburr2001-03-121-2/+2
| | | | updated accordingly.
* add gnuboyijliao2001-03-127-0/+64
| | | | A Nintendo GameBoy emulator
* - Upgrade to version 1.3.0kevlo2001-03-123-4/+9
| | | | | | - Takeover maintainer Reviewed by: MAINTAINER
* Add more official mirrors to MASTER_SITES.kuriyama2001-03-121-1/+9
| | | | | Submitted by: maintainer PR: ports/25700
* Add manpages and etc/codepages.kuriyama2001-03-124-4/+6
| | | | | Submitted by: maintainer PR: ports/25714
* Add virtual.kuriyama2001-03-122-1/+2
| | | | | Submitted by: maintainer PR: ports/25713
* Add 2 @unexec rmdir's (sorry, will :-)).kuriyama2001-03-121-0/+2
| | | | Found by: bento
* Upgrade to 0.11 (for fix breakage on bento).kuriyama2001-03-122-3/+2
|
* Re-order #include lines.kuriyama2001-03-121-0/+19
| | | | Reported by: bento
* Environment variable $PREFIX is not set at perl Makefile.PL stage.kuriyama2001-03-121-2/+2
| | | | | | | | Use literal "${PREFIX}" instead. # But this port sitll broken... Found by: bento
* Fix plist.mikeh2001-03-121-0/+2
|
* Upgrade to 1.63.kuriyama2001-03-122-3/+3
|
* Fix Mark's mailing address.fenner2001-03-121-1/+1
|
* * The patch for rev 1.18 did not make it to Freefall. Fix that.obrien2001-03-122-1/+20
| | | | | * fix the symlinking so `make reinstall' works * change how the symlinking is done to produce a more esthetic link
* The rev 1.7 (ie, really the previsous rev) mentioned in rev 1.8obrien2001-03-120-0/+0
| | | | went into the ether. Ignore the reference.
* Don't bother with copying the modified Makefile into WRKSRC. Justmi2001-03-121-3/+2
| | | | use MAKEFILE=${FILESDIR}/Makefile.in directly.
* Just use ${PREFIX} instead of ``UL''. Now that strtoull is part of libcmi2001-03-121-4/+2
| | | | (and declared in stdlib.h), don't -Dstrtoull=strtoul.
* Fix PLIST for new version 1.13.archie2001-03-121-6/+2
|
* make MASTER_SITE_SUBDIR more effective.sf2001-03-127-35/+35
| | | | Submitted by: knu
* Add myself.dd2001-03-121-0/+1
| | | | Approved by: nik
* Disable IPv6 on Alpha, since this breaks it.alex2001-03-1211-55/+220
| | | | Submitted by: blaz@amis.net (maintainer)
* Update port to version 1.1.1.olgeni2001-03-122-12/+3
| | | | | Remove perl regexp replacements for configure and Makefile.in, use GTK_CONFIG and GLIB_CONFIG instead.
* - Update from -0.77 to -0.76dinoex2001-03-126-1896/+1914
| | | | | | | | | | - Version numbering is negative, so PORTEPOCH must be bumped each time - Distfile now match version number - Original patch had wrong checksum - avoid PORTEPOCH in installation path PR: 22773 Submitted by: maintainer
* Use links instead of w3m. Select OpenJade automatically if building on annik2001-03-121-10/+4
| | | | Alpha.
* Also @dirrm the SNMP:: directory.fenner2001-03-122-0/+2
|
* Improve ruby-shebang-patch routine. Add a #! line when the scriptknu2001-03-121-1/+8
| | | | doesn't have one.
* add MASTER_SITE_RINGSERVER.sf2001-03-127-7/+21
| | | | Approved by: maintainer
* Adjust optional dependencies.demon2001-03-121-1/+4
|
* There is not libcc_r.a anymore.sobomax2001-03-1212-12/+0
| | | | Submitted by: bento
* Use latest jstring module (php4_jstring-20010205.tar.gz) and add supportdirk2001-03-114-16/+20
| | | | | | for mbregex (Multibyte Regular Expressions). Submitted by: KANAI Yasunori <y_kanai@pop01.odn.ne.jp>
* There are reports of jabber not removing it's pidfile when shuttingjoe2001-03-114-2/+6
| | | | | | down, so remove it by hand just in case. Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
* - Fix SNMP support by adding OpenSSL libs (net-snmp has an hiddendirk2001-03-112-12/+10
| | | | | | dependency to OpenSSL) - USE_OPENSSL for PostgreSQL and SNMP support
* Remove libxode. It's not used anymore now that jabber-1.4 has thisjoe2001-03-116-30/+0
| | | | functionality natively.
* Remove the libjabber port.joe2001-03-111-1/+0
|
* Delete this port. It's not used anymore for jabber-1.4.joe2001-03-115-38/+0
|
* Add forgotten file.des2001-03-112-0/+2
|
* Use WANT_GTK and USE_GTK properly, so that the text-only nessus client canolgeni2001-03-114-10/+20
| | | | | | | | be built automatically if gtk is not installed. The WITHOUT_GTK option is still supported (by bsd.gnome.mk) I also changed a couple of @dirrms to @unexecs in pkg-plist.
* Even better way of handling multiple post-extract targets.dirk2001-03-114-14/+6
| | | | Submitted by: jeh
* GdrDAO is a GTK-based GUI frontend for cdrdao, the disk-at-once audio CDdinoex2001-03-116-0/+36
| | | | | | | | | | | | | | | | | recorder. Features: * Contains a simple TOC Editor, which allows you to create (very) simple TOC files for CDRDAO . * It can save those TOC files (now to a selectable file). * GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide where to start in a file, so it also supports CD burned from one huge file. * Disk Cataloge Number and ISRC can be changed. * CD Text is supported. WWW: http://gdrdao.sourceforge.net/ PR: 22611 Submitted by: anders@fix.no
* I got confused when porting the 1.4 version and included somejoe2001-03-112-6/+2
| | | | | | | dependancies that were necessary for v1.2, but had since been dropped. PR: ports/25066
* Fix issue with alpha architecture.lioux2001-03-111-1/+2
| | | | | | | | | | Instead of EXTRA_PATCHES, use a post-patch target since the alpha patch assumes that FreeBSD patches have been already applied. Also, this port assumes it is being built on a ev4. This will have to be revisited later. Submitted by: steve (http://havk.org/alpha/ build scripts)
* libxforms.so.0 -> libforms.so.0dirk2001-03-114-8/+7
|
* Upgrade to 2.8.30-betase2001-03-111-2/+2
|
* ONLY_FOR_ARCHS=i386 (alphas don't have libvgl yet).sobomax2001-03-111-0/+2
| | | | Submitted by: http://havk.org/alpha/
* Upgrade to 1.1.6.1.dirk2001-03-1115-85/+355
|
* Update version number of gtkextra shared library.sobomax2001-03-112-2/+2
|
* Update to 0.6.3.sobomax2001-03-113-10/+8
|
* Update to 0.99.14.sobomax2001-03-118-30/+20
|
* Add missed BUILD_DEPENDS.sobomax2001-03-111-0/+2
| | | | | PR: 25696 Submitted by: maintainer
* <cvs sucks>sobomax2001-03-111-0/+13
| | | | | | For some strange reasons cvs refused to cvs add back erroneously cvs rm'ed file without doing cvs ci in the middle. *sigh* </cvs sucks>
* Update to 010310.sobomax2001-03-113-51/+4
|
* New port: zh-abiwordkeith2001-03-116-0/+84
| | | | | | | This meta version of AbiWord sets up the correct environment for BIG5/GB users(though most works are done in chinese/ttfm). Users can import a Chinese Word97 document(just not too complex :p), edit it with an XIM (eg. xcin25), then print it using Ghostscript.
* Fix the startup script.knu2001-03-111-19/+20
|
* Distfile has been rerolled without version bump. The new release includesobomax2001-03-112-1/+2
| | | | | some fixes for the case when SDL doesn't contain GL support built in, so bump PORTREVISION to let users know that update is necessary.
* Workaround a c++ bug on alpha.sobomax2001-03-112-7/+19
| | | | Submitted by: steve
* Make it actually fetchable.sobomax2001-03-111-1/+2
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Argl. USE_AUTOCONF wasn't quite what i actually intented... Instead,joerg2001-03-112-4/+4
| | | | | | manually add the dependency for autoheader(1), but don't have the ports infrastructure run `autoconf' (which clobbered the top-level configure script).
* Replace WITHOUT_QICO_MORDA option to WITH_QICO_MORDAkevlo2001-03-112-4/+4
| | | | | PR: 25684 Submitted by: maintainer
* Fix pkg-plistkevlo2001-03-111-0/+4
| | | | | PR: 25678 Submitted by: maintainer
* Upgrade to current version. Unfortunately, the distfile contains a strayjoerg2001-03-112-2/+5
| | | | | | .o file we need to remove first... Submitted by: fenner's port survey
* Fix CONFIGURE_ARGSkevlo2001-03-111-1/+1
| | | | | PR: 25674 Submitted by: maintainer
* Fix pkg-plistkevlo2001-03-111-0/+2
| | | | | PR: 25669 Submitted by: maintainer
* Revert previous commit and reinstate maintainer: the FreeBSD version ofkris2001-03-111-1/+1
| | | | | interbase is not distributed by Borland, and there does not appear to be a patch available for the vulnerability.
* Remove the previous maintainer for inactivity. Failing to submit a patchkris2001-03-111-1/+1
| | | | | for a vulnerability publicized three months ago does not demonstrate an appropriate level of interest in maintainership of this port.
* Fix most of the format string abuses including those which are known tokris2001-03-116-2/+164
| | | | | | | | cause a security vulnerabilities. Not fixed are a number of more subtle cases which may or may not allow security violations (I don't have time to conduct a thorough audit now), and which are difficult/impossible to fix anyway without something like fmtcheck(). Document this in pkg-install and remove FORBIDDEN tag.
* Upgrade to 4.30ache2001-03-114-4/+25
|
* Fix pkg-plistkevlo2001-03-111-0/+2
| | | | | PR: 25668 Submitted by: maintainer
* sendmail -- TLS/SASL/SFIO enhancement:dinoex2001-03-1112-20/+72
| | | | | | | | | | | | | | | This is a diff to the current port that implements SFIO and SASL options support in addition to TLS. It makes the sendmail port conform more closely to the available documentation for such security enhancements. ken@nova.org - renamed option from SENDMAIL_WITH_TSL to SENDMAIL_WITH_TLS - new option SENDMAIL_WITH_SFIO - fixed bug in site.config.m4.sasl PR: 25661 Submitted by: ken@nova.org
* - Update to lastest versionkevlo2001-03-112-4/+4
| | | | | | | - Add %%PORTDOCS%% to pkg-plist PR: 25667 Submitted by: maintainer
* Update to lastest versionkevlo2001-03-112-2/+2
| | | | | PR: 25666 Submitted by: maintainer
* Fix brokenness in DISTNAMEkris2001-03-112-2/+2
|
* Upgrade to 0.99d8ache2001-03-112-3/+2
|
* Fix plist.kris2001-03-111-1/+0
| | | | | PR: 25675 Submitted by: maintainer
* Fix wrong configuration detection due to missing includeache2001-03-112-3/+114
|
* Add USE_XLIB to Makefile.kevlo2001-03-111-0/+2
| | | | | PR: 25665 Submitted by: maintainer
* Changing path for BUILD_DEPENDS.dinoex2001-03-111-2/+3
| | | | | | | | | | | For some unknown reason for the i386 ports build had failed, workdir was searched in: "/tmp/usr/ports/news/cnews/work/" but created files are at: "/tmp/a/ports/news/cnews/work/" changed to use ${.CURDIR} instead of ${PORTSDIR} old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/ new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work