aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Well.. add "@" to MAINTAINER.Vanilla I. Shu2001-03-192-4/+4
| | | | Notes: svn path=/head/; revision=40060
* Add patches to build the "witme" file manager. They will probably beAkinori MUSHA2001-03-1918-3/+1050
| | | | | | | | | included in the future release of SWIG 1.3. Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=40059
* Upgrade to 1.2.10.Vanilla I. Shu2001-03-192-2/+2
| | | | Notes: svn path=/head/; revision=40058
* Update to 0.6.Akinori MUSHA2001-03-193-2/+5
| | | | Notes: svn path=/head/; revision=40035
* - Update to 1.4 Build 105:Mario Sergio Fujikawa Ferreira2001-03-184-6/+6
| | | | | | | | o General improvements to printing of source files o More cleanup of keystroke support in GUI Notes: svn path=/head/; revision=39995
* Update to 1.3.8.Akinori MUSHA2001-03-173-5/+6
| | | | Notes: svn path=/head/; revision=39985
* upgrade to 1.0b2Ying-Chieh Liao2001-03-174-23/+65
| | | | | | | | | | change maintainer (from ports@ to submitter) PR: 24340 Submitted by: andrey@novikov.com (new maintainer) Notes: svn path=/head/; revision=39984
* add freescopeYing-Chieh Liao2001-03-176-0/+53
| | | | | | | Source code browsing on UNIX-like operating systems Notes: svn path=/head/; revision=39982
* Add icu 1.7, international Components for Unicode (from IBM).Jun Kuriyama2001-03-1711-0/+329
| | | | | | | | PR: ports/24649 Submitted by: dwm@caimis.com Notes: svn path=/head/; revision=39954
* - new distfiles at master site.Dirk Meyer2001-03-178-0/+112
| | | | | | | | | | | | | | | | | | | | | | | The State Threads is a small application library which provides a foundation for writing fast and highly scalable Internet applications (such as web servers, proxy servers, mail transfer agents, and so on) on UNIX-like platforms. It combines the simplicity of the multithreaded programming paradigm, in which one thread supports each simultaneous connection, with the performance and scalability of an event-driven state machine architecture. In other words, this library offers a threading API for structuring an Internet application as a state machine. The State Threads library is a derivative of the Netscape Portable Runtime library (NSPR). WWW: http://oss.sgi.com/projects/state-threads/ PR: 25189 Submitted by: tobez@tobez.org (Anton Berezin) Notes: svn path=/head/; revision=39951
* An erroneous commit to this file by sobomax broke the port forTrevor Johnson2001-03-161-9/+7
| | | | | | | | | | "make patch". Also, I forgot to "cvs add" the correct file from PR 25808. reported by: bento Notes: svn path=/head/; revision=39938
* upgrade to 1.2.3Ying-Chieh Liao2001-03-163-10/+5
| | | | Notes: svn path=/head/; revision=39928
* upgrade to 1.3Ying-Chieh Liao2001-03-163-3/+9
| | | | Notes: svn path=/head/; revision=39926
* upgrade to 1.2.1Ying-Chieh Liao2001-03-162-2/+2
| | | | Notes: svn path=/head/; revision=39925
* upgrade to 3.3.6Ying-Chieh Liao2001-03-164-11/+11
| | | | Notes: svn path=/head/; revision=39923
* Finally get the avr-gcc port really compile on the alpha architecture,Joerg Wunsch2001-03-162-0/+2
| | | | | | | | | | | | | | by forcing the CFLAGS to -O -pipe. Somehow, the alpha build always tries to enforce a particular -mcpu=ev4 flag which of course cannot be understood by the (AVR) xgcc later on. This looks to me like a bug in the cross-compilation environment of gcc, but i'm tired of actually finding the bug. The compiled result of avr-gcc MD5 compares equal to something build from an IA32 host platform. Notes: svn path=/head/; revision=39916
* This patch fixes a scheduling bug and is to be incorporated in theArchie Cobbs2001-03-161-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | next version. In the meantime, apply with the port. FYI, the bug is demonstrated by this program: #include <stdio.h> #include <stdlib.h> #include <pth.h> static int check_something(void *arg) { return (0); } static void *thread(void *arg) { printf("thread sleeping five seconds...\n"); pth_nap(pth_time(5, 0)); printf("thread is done sleeping\n"); /* bug: we never get here */ return (NULL); } int main(int ac, char **av) { pth_event_t ev; pth_init(); pth_spawn(NULL, thread, NULL); ev = pth_event(PTH_EVENT_FUNC, check_something, NULL, pth_time(2, 0)); while (1) pth_wait(ev); } Notes: svn path=/head/; revision=39905
* Update to 0.1.1.Akinori MUSHA2001-03-153-4/+3
| | | | Notes: svn path=/head/; revision=39894
* Crude hack to get all this running on the alpha architecutre as well.Joerg Wunsch2001-03-152-0/+44
| | | | | | | | | | | Since gcc (in the assumption of generating a native compiler) doesn't want to cbe configured for an alpha*-*-freebsd* system, we hack the configure script to allow this (similarly to netbsd). In the end, all this will be ignored anyway since it's getting to become a cross-compiler. Notes: svn path=/head/; revision=39892
* Update to 1.1.1. Quash an unnecessary "#include <getopt.h>" thatTrevor Johnson2001-03-154-27/+23
| | | | | | | | | | | | was breaking bento builds. Submitted by: Michael Lyngbol <michael@lyngbol.dk> PR: 25808 Mention patch to cvsweb. Notes: svn path=/head/; revision=39879
* upgrade to 0.98Ying-Chieh Liao2001-03-155-16/+15
| | | | Notes: svn path=/head/; revision=39871
* Simplified Perl5 module to handle I/O on in-core stringsVanilla I. Shu2001-03-146-0/+37
| | | | | | | | PR: ports/25766 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=39865
* The old distfile is gone on the previous server. There's an HTTPJoerg Wunsch2001-03-141-1/+7
| | | | | | | | | | | | | | | | redirect to a new server, but they don't carry the old files anymore. Unfortunately, in order to build the new stuff, we'd need a newer avr-gcc first -- and that one's by now only available directly from gcc's CVS repo, which is a little too `green' to me. Let's wait another couple of months until they rolled a newer release of gcc and binutils, and switch then. By now, store the old distfile elsewhere. Submitted by: fenner's ports build survey (very valuable service!) Notes: svn path=/head/; revision=39856
* Update to 1.3.7.Akinori MUSHA2001-03-143-6/+10
| | | | Notes: svn path=/head/; revision=39852
* Update to 0.3.8.Akinori MUSHA2001-03-142-2/+2
| | | | Notes: svn path=/head/; revision=39850
* Remove one distfile mirror - though the contents of the .tar.gzEivind Eklund2001-03-141-1/+0
| | | | | | | in each location are equal, the MD5 is different. Notes: svn path=/head/; revision=39840
* After communications with Ken Nelson (STI Technical Support)Mario Sergio Fujikawa Ferreira2001-03-146-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | <support@scitools.com> Tech Support from Understand C/C++ manufacturer, we are allowed to remove the RESTRICTED tag as well as the LEGAL warning. Update to version 1.4 Build 104 from March 8, 2001. - Correct a port versioning typo: o Instead of using PORTVERSION=14b104 which both reflects the distfile naming convention and follows the naming convention used in this port; we will switch to PORTVERSION=1.4.104 which reflects the Changelog information o To avoid "who came before" problems since last port was PORTVERSION=14b103, BUMP PORTEPOCH. - Fix a PLIST unnecessary warning - Version Changelog: http://www.scitools.com/ucpp_build_log.html Notes: svn path=/head/; revision=39838
* - port converted in new layoutDirk Meyer2001-03-1410-0/+241
| | | | | | | | | | | | | | | | | | | | | | | | | - textproc added in category (like astyle) Ccdoc is a tool for extracting comments from C++ source code and presenting it in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc is very similar to that of Javadoc, with adaptations for the C++ specifics, of course. Ccdoc supports extracting comments from both header and implementation files. In contrast to most other C++ doc'ing applications, ccdoc analyses the code before it has been run through the pre-processor, so things such as macros can actually be included in the documentation. It's usage is not quite as straight forward as JavaDoc's, but considering the quality of the output, it is well worth the effort. WWW: http://www.joelinoff.com/ccdoc/ PR: 22794 Submitted by: lonewolf@flame.org Notes: svn path=/head/; revision=39837
* Correct reference to the local perl files is:Maxim Sobolev2001-03-142-11/+11
| | | | | | | | | | | lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} but not: lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH} Submited by: bento (sorta) Notes: svn path=/head/; revision=39835
* FreeBSD doesn't have/need getopt.h.Maxim Sobolev2001-03-141-0/+12
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39817
* o Add a easier synonym for jcc -> codecrusaderMario Sergio Fujikawa Ferreira2001-03-142-1/+5
| | | | Notes: svn path=/head/; revision=39812
* This committer needs to take a seep. *sigh*Maxim Sobolev2001-03-138-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 Notes: svn path=/head/; revision=39792
* - bumped PORTREVISION because this perl module didn't workAndreas Klemm2001-03-132-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" Notes: svn path=/head/; revision=39787
* Use MASTER_SITE_NETBSD.Trevor Johnson2001-03-131-33/+1
| | | | | | | | Approved by: obrien PR: 24185 Notes: svn path=/head/; revision=39781
* Add pyncurses 0.3, a ncurses binding for Python.Maxim Sobolev2001-03-138-0/+145
| | | | | | | | PR: 18633 Submitted by: adsharma@sharams.dhs.org Notes: svn path=/head/; revision=39774
* Explicitly disable NAS and ARTS support.Maxim Sobolev2001-03-132-2/+6
| | | | Notes: svn path=/head/; revision=39766
* Update version number of gtkmm shared library.Maxim Sobolev2001-03-131-1/+1
| | | | Notes: svn path=/head/; revision=39764
* Update to version 0.60Kevin Lo2001-03-132-3/+3
| | | | | | | | PR: 25765 Submitted by: maintainer Notes: svn path=/head/; revision=39755
* Put a copy of distfile at my MASTER_SITE_LOCAL, because bento constantlyMaxim Sobolev2001-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) Notes: svn path=/head/; revision=39739
* Update to version 1.18.Dmitry Sivachenko2001-03-132-2/+2
| | | | Notes: svn path=/head/; revision=39729
* Change master site to use ftp.Jun Kuriyama2001-03-131-1/+1
| | | | | | | Requested by: Mark Huizer <freebsd@dohd.org> (master site maintainer) Notes: svn path=/head/; revision=39723
* Upgrade to 1.2.6.Jun 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) Notes: svn path=/head/; revision=39720
* add autogenYing-Chieh Liao2001-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. Notes: svn path=/head/; revision=39717
* Fix plist.Jun Kuriyama2001-03-131-0/+2
| | | | | | | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer) PR: ports/25682 Modified by: kuriyama Notes: svn path=/head/; revision=39707
* Attempt to deal with read-only directories.Kris Kennaway2001-03-121-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=39705
* Add ecgi 0.6.2, a library for the creation of CGI-based WebWill Andrews2001-03-128-0/+124
| | | | | | | | | | applications. PR: 25080 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39699
* s/Locale::PGettext/Locale::PGetText/gVanilla I. Shu2001-03-121-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39647
* Add one more port to OPTIONAL_DEPENDS.Dmitry Sivachenko2001-03-121-0/+1
| | | | Notes: svn path=/head/; revision=39645
* Add p5-ORBit, it's perl binding to ORBit library.Vanilla I. Shu2001-03-126-0/+48
| | | | Notes: svn path=/head/; revision=39633
* * The patch for rev 1.18 did not make it to Freefall. Fix that.David E. O'Brien2001-03-112-1/+20
| | | | | | | | * fix the symlinking so `make reinstall' works * change how the symlinking is done to produce a more esthetic link Notes: svn path=/head/; revision=39609