aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Make the Makefile and PLIST match the docs acutally installed since the upgrade.David E. O'Brien2000-02-172-3/+3
| | | | Notes: svn path=/head/; revision=25919
* Update Str to version 0.9.2Ralf S. Engelschall2000-02-152-3/+3
| | | | Notes: svn path=/head/; revision=25857
* Remove giflib dependence.R. Imura2000-02-151-0/+18
| | | | | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!! Notes: svn path=/head/; revision=25853
* update to 1.11.6Michael Haro2000-02-143-7/+7
| | | | | | | | PR: 16662 Submitted by: maintainer Notes: svn path=/head/; revision=25834
* Various fixes and other miscellaneous cruft removed.Ade Lovett2000-02-144-29/+27
| | | | | | | Submitted by: reg Notes: svn path=/head/; revision=25822
* Respect CCKris Kennaway2000-02-141-2/+3
| | | | Notes: svn path=/head/; revision=25813
* Add WWW:Dirk Froemberg2000-02-132-0/+4
| | | | Notes: svn path=/head/; revision=25766
* Remove hang from configure script. Use .S instead of .s when compilingSteve Price2000-02-131-0/+13
| | | | | | | | ASM and C files on the same commandline to keep cc(1) from hanging indefinitely. Notes: svn path=/head/; revision=25760
* Style nits in the ports I maintain.David E. O'Brien2000-02-1314-73/+62
| | | | Notes: svn path=/head/; revision=25734
* Initial import of libcache-1.0.0.R. Imura2000-02-137-0/+54
| | | | | | | | | | C library that allows a programmer to parse sentences easier. PR: 16522 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=25729
* Initial import of newt-0.50-13.R. Imura2000-02-139-0/+203
| | | | | | | | | | It is a Console I/O handling library from Redhat similar to ncurses. PR: 16526 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=25728
* Activate cervisia and kdevelopChris D. Faulhaber2000-02-121-0/+2
| | | | Notes: svn path=/head/; revision=25715
* Cervisia is a simple CVS development tool made to work with KDE.Chris D. Faulhaber2000-02-125-0/+44
| | | | | | | | | | | Only of interest to those of you who prefer to use a GUI tool to interface with CVS... PR: 15135 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=25714
* This is the non-i18n version of kdevelop, a completeChris D. Faulhaber2000-02-125-0/+442
| | | | | | | | | | | | | | IDE, made primarily for the K Desktop Environment. It seems to be quite comparable to CodeWarrior Pro on Windows/MacOS. Paired with kdbg, ktranslator, and other helper apps, it makes one heck of a powerful KDE/Qt application developer. PR: 15997 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=25713
* Fix new compiler error in -current.R. Imura2000-02-121-2/+11
| | | | | | | | PR: 16441 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=25699
* Fix new compiler error in -current.R. Imura2000-02-122-0/+85
| | | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> All no response from: maintainer Notes: svn path=/head/; revision=25698
* Enable the use of poll() on -current.Jeremy Lea2000-02-125-8/+34
| | | | | | | | | Fix bad C++ define of NULL. Approved by: maintainer Notes: svn path=/head/; revision=25697
* Add NO_PACKAGE, this requires a CD-ROM and a redistribution licenseSatoshi Asami2000-02-111-0/+1
| | | | | | | | | from Lucent so the package obviously can't be built. Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=25648
* Update to 1.4.0Satoshi Taoka2000-02-104-47/+42
| | | | | | | | PR: 16611 Submitted by: maintainer Notes: svn path=/head/; revision=25639
* Update to 1.0.4Chris Piazza2000-02-1016-76/+184
| | | | | | | | PR: 16607 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25629
* Update port to 3.3.9Chris D. Faulhaber2000-02-092-4/+4
| | | | | | | | PR: 16531 Submitted by: Maintainer Notes: svn path=/head/; revision=25616
* p5-Locale-gettext permits from perl to the gettext() family of functionsAde Lovett2000-02-095-0/+40
| | | | | | | | | | | for retreiving message strings from databases constructed to internationalize software. PR: 16562 Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=25607
* Activate p5-Locale-gettextAde Lovett2000-02-091-0/+1
| | | | Notes: svn path=/head/; revision=25606
* Initial import of kdelibdocs-1.1Beta2.R. Imura2000-02-086-0/+690
| | | | Notes: svn path=/head/; revision=25593
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-089-10/+10
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Update to 0.92.3Yukihiro Nakai2000-02-083-3/+4
| | | | Notes: svn path=/head/; revision=25582
* Update email address for my remaining ports.Ade Lovett2000-02-074-4/+4
| | | | Notes: svn path=/head/; revision=25563
* Update to DDD version 3.2.David E. O'Brien2000-02-072-8/+6
| | | | Notes: svn path=/head/; revision=25541
* Respect CXX and set a default CXXFLAGSKris Kennaway2000-02-051-3/+14
| | | | Notes: svn path=/head/; revision=25490
* portlint - PREFIX -> LOCALBASEMichael Haro2000-02-051-1/+1
| | | | Notes: svn path=/head/; revision=25488
* add date created using date of cvs import (portlint)Michael Haro2000-02-051-1/+1
| | | | Notes: svn path=/head/; revision=25487
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-02-053-3/+2
| | | | | | | | remove blank line (portlint) add \n to end of line (portlint) Notes: svn path=/head/; revision=25486
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-02-052-2/+2
| | | | Notes: svn path=/head/; revision=25485
* PREFIX -> LOCALBASE in depends list (portlint)Michael Haro2000-02-051-1/+1
| | | | Notes: svn path=/head/; revision=25484
* add install-info (portlint)Michael Haro2000-02-056-0/+6
| | | | Notes: svn path=/head/; revision=25481
* move BUILD_DEPENDS higher up and add install-info to pkg/plist (portlint)Michael Haro2000-02-044-4/+8
| | | | Notes: svn path=/head/; revision=25478
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-02-041-2/+2
| | | | Notes: svn path=/head/; revision=25477
* remove extra tab after PKGNAME (portlint)Michael Haro2000-02-041-1/+1
| | | | Notes: svn path=/head/; revision=25476
* portlint (add install-info)Michael Haro2000-02-041-0/+2
| | | | Notes: svn path=/head/; revision=25475
* I'll maintain thisMichael Haro2000-02-041-1/+1
| | | | Notes: svn path=/head/; revision=25474
* Merge changes from Maxim Sobolev's update to this port.Chris Piazza2000-02-0312-32/+44
| | | | | | | | PR: 16498 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25453
* Update to version 1.0.3.Chris Piazza2000-02-0312-176/+28
| | | | Notes: svn path=/head/; revision=25440
* portlint: PREFIX -> LOCALBASEMichael Haro2000-02-025-10/+10
| | | | Notes: svn path=/head/; revision=25433
* issue a warning when @owner or @group are found in the PLISTMichael Haro2000-02-021-12/+2
| | | | Notes: svn path=/head/; revision=25417
* Turn on the 'cook' port.Jason Evans2000-02-011-0/+1
| | | | Notes: svn path=/head/; revision=25386
* Add port of 'cook', which is similar in nature to make(1).Jason Evans2000-02-016-0/+141
| | | | Notes: svn path=/head/; revision=25385
* Require a more recent OSVERSION, since linuxthreads uses dllockinit(),Jason Evans2000-02-011-1/+1
| | | | | | | which only very recently started to work correctly with linuxthreads. Notes: svn path=/head/; revision=25384
* forgot this fileMichael Haro2000-02-013-0/+33
| | | | | | | PR: 16494 Notes: svn path=/head/; revision=25382
* update WWW and move sigc++config.hMichael Haro2000-02-019-9/+9
| | | | | | | | PR: 16494 Submitted by: maintainer Notes: svn path=/head/; revision=25381
* broke port getting rid of MICOVER variable .. re-added in a way that doesn'tMarc G. Fournier2000-01-311-0/+2
| | | | | | | | | break portlint Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25358