summaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Style police over the devel category.olgeni2001-02-0517-27/+27
|
* Update to version 1.4.3kevlo2001-02-055-42/+33
| | | | | PR: 24850 Submitted by: MAINTAINER
* Install the ltdl library, so that packages can use it. If this breaks anyreg2001-02-0515-10/+100
| | | | | | | ports, please let me know... Submitted by: sobomax Reviewed by: ade
* Update QT2 to 2.2.4: Re-add USE_MESA, remove antialiasing patch, removewill2001-02-0413-0/+384
| | | | | | | | | | | | | | | | | | default -j2 (but keep MAKE_JOBS var), restore old perl REs as soon as I'd learned how to do multiple ones, remove QPL license file from packaging, sync with newest KOI8-U/R stuff (not tested). The biggest bonus: split QT Designer into its own port, and make the qt22/qt-designer pair a member of the master-slave ports legion, hopefully to reduce redundancy as much as possible. This should also save roughly 20 minutes of compile time on a dual PIII-600 for those that don't need or want QT Designer. UIC is, however, still installed/compiled by the default Qt 2.2.4 (as it _is_ required for other things e.g. KDE2). USE_MESA may break KDE2. Hopefully, now that the port does install both the threaded and non-threaded versions of QT, it won't. But until the next release of KDE2, I'm not gonna bother testing to see. USE_MESA repeatedly requested by: sobomax
* Fix the breakage with gcc 2.95.3 on -CURRENT by adding "-fpic" toknu2001-02-025-5/+10
| | | | | | CFLAGS. Rqported by: Andrew Kenneth Milton <akm@mail.theinternet.com.au>
* Update to 0.12ade2001-01-316-4/+6
| | | | | Submitted by: sobomax Forgotten by: ade
* Update to 0.5.7ade2001-01-314-4/+4
|
* Update to version 1.2.0.jasone2001-01-304-6/+6
|
* Update to 0.5ade2001-01-3016-20/+580
|
* o migrate to MASTER_SITE_SOURCEWARE and USE_BZIP2.sf2001-01-298-12/+40
| | | | Approved by: maintainer
* Update to knu-cvsweb 1.105.1.65.knu2001-01-296-18/+8
| | | | | | | 2001-01-29 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused. One leftover substitution: "cvs" -> $CMD{cvs}
* Add cpp2html 1.2.dannyboy2001-01-286-0/+57
| | | | | | | Given a C or C++ source file, produces HTML with syntax highlighting. PR: 24604 Submitted by: greid@ukug.uk.freebsd.org
* Update to 1.2.4.dannyboy2001-01-283-3/+3
| | | | | PR: 24464 Submitted by: joseph@randomnetworks.com
* add dotconf, A Configuration File Parser Libraryijliao2001-01-286-0/+92
|
* - Fix MASTER_SITESijliao2001-01-282-10/+15
| | | | | | | - Support PREFIX properly PR: 24670 Submitted by: tkato@prontomail.ne.jp
* update to 0.6.1ijliao2001-01-288-50/+109
| | | | | | | add WWW: line PR: 24669 Submitted by: tkato@prontomail.ne.jp
* update to 1.3ijliao2001-01-284-45/+89
| | | | | PR: 24668 Submitted by: tkato@prontomail.ne.jp
* Fix a rather nasty last-minute bug, which prevented SDL from using vesa modessobomax2001-01-272-14/+26
| | | | with bpp > 8.
* Make vgl driver working OOB without the need to use custom patched versionsobomax2001-01-2722-78/+526
| | | | | | | | | of libvgl. I abadoned my previous plans to get my extentions into the base system because it seems that libvgl is at the end of its lifecycle and will be replaced by more generic and better solution (probably kgi/ggi), at least nsouch is actively working in this drection now. In the meantime, those lucky with VESA 2.0 compatible videocards would be able to play quakeforge or any other SDL-based games straight on their FreeBSD consoles ;).
* Add ruby-strscan to RUN_DEPENDS. Seems y2racc requires it.knu2001-01-271-2/+4
|
* Update to 0.6.1.knu2001-01-273-8/+7
|
* Remove inactive MAINTAINER <hsu>, he hasn't committed in over 2 years.will2001-01-271-1/+1
|
* Update to 1.3.6.knu2001-01-262-2/+2
|
* Update to 2.3.knu2001-01-262-2/+2
|
* Update to 0.7.9.knu2001-01-263-3/+4
|
* Previous workaround was insufficient to resolve ports/24589. Try harder thissobomax2001-01-242-10/+46
| | | | time.
* Touch all Makefile.in before do-configure. This will prevent recreation ofsobomax2001-01-242-0/+6
| | | | | | | | all Makefile.in and as a result loosing some changes in the case when automake is installed and detected by configure script. PR: 24589 Reported by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
* Update to 0.6.2ade2001-01-243-3/+5
|
* Upgrade to 3.4.kuriyama2001-01-244-31/+57
| | | | | | PR: ports/24430 Submitted by: yds@dppl.com No response from: maintainer
* Add FreeBSD native VGL driver. Right now it is work in progress and to activatesobomax2001-01-2330-14/+3330
| | | | | | | | | | | and test it you need the following (5-CURRENT only, BTW): - fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch, apply it, recompile/reinstall libvgl; - recompile/reinstall sdl-devel (configure script automatically detects if right version of libvgl is present); - set environment variable SDL_VIDEODRIVER=vgl; - ensure that you have VESA support compiled into kernel or loaded as a kld; - fire up your favourite SDL app ;).
* add fnccheck, a profiling library/utilities for C/C++ programsijliao2001-01-239-0/+145
| | | | | PR: 24536 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
* Release a few ports back into the wild that I don't haveade2001-01-221-1/+1
| | | | time to maintain any more.
* add libdsp, a C++ class library of common digital signal processing functionsijliao2001-01-227-0/+69
| | | | | PR: 24373 Approved by: clive (my mentor)
* Remove hanspb@persbraten.vgs.no as MAINTAINER; email has been bouncingfenner2001-01-221-2/+0
| | | | for over 2 months.
* add happydoc, a python documenting toolijliao2001-01-216-0/+87
| | | | | PR: 23938 Approved by: clive (my mentor)
* ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.orgijliao2001-01-213-3/+3
|
* o New port p5-Dialog, perl interface to dialog(3)clive2001-01-207-0/+90
| | | | | | | | | o Add conditional patch, applied if ${OSVERSION} >= 500007, which means perl 5.6.0 (Thanks vanilla) PR: 24486 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> Reviewed by: vanilla
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkwill2001-01-202-15/+15
| | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com>
* Updated for coda-5.3.12, skipping past 5.3.11shafeeq2001-01-198-13/+13
|
* o Change MASTER_SITES to MASTER_SITE_SOURCEWARE.sf2001-01-196-20/+24
| | | | | | | o Uses split tarballs (gcc-{core,g++,objc}.tar.bz2) PR: 24463 Submitted by: maintainer
* Update to 0.33ade2001-01-193-15/+20
|
* Update to 0.2.0ade2001-01-192-2/+2
|
* Upgrade to version 0.5.11kevlo2001-01-193-4/+4
| | | | | PR: 24447 Submitted by: MAINTAINER
* Update to 0.3.3a.knu2001-01-196-6/+4
|
* Add ruby-textbuf, a gapped text buffer extention for Ruby.knu2001-01-196-0/+48
|
* Update to 1.3.5.knu2001-01-182-2/+2
|
* Chase the checksum of the repacked distfile. The update was only theknu2001-01-181-1/+1
| | | | | | | installer and its document fixes. PR: ports/24403 Submitted by: Andreas Schulz <ats@first.gmd.de>
* Remove gtksheet. it have merge into gtkextra ports.vanilla2001-01-177-69/+0
| | | | Submitted by: maintainer
* Upgrade to 2.2kevlo2001-01-172-6/+11
| | | | | PR: 24407 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-162-12/+0
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
OpenPOWER on IntegriCloud