aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* New port:Mario Sergio Fujikawa Ferreira2001-03-0915-0/+1233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Understand can parse a C/C++ project helping reverse engineer it [begin snip from the www site] Understand parses any sized C or C++ project to help you reverse engineer, document and understand it and thus maintain it better. It supports K&R C, ANSI C, or C++ source code. Projects can contain mixed C/C++ code as well. The parser is efficient, fast, and can handle very large projects. Very little is needed to get started - just aim it at your source tree. Optionally (and for more parsing accuracy) add any externally defined macro definitions and include paths. All of this is done from the GUI - you should be able to do an initial analysis of your project in a few minutes. Understand for C++ quickly documents Class inheritance hierarchies (Base Class and Derived Classes), Call and CallBy Trees, Include and Include By Trees, as well as where and how everything in your source code is used (cross reference). Understand for C++ creates detailed automatic documentation about your source code in HTML and text reports Using the PERL and C API you can write your own documentation generators. [end snip from the www site] You need a limited time period license to run the product in evaluation mode. One can be obtained in the www site. A permanent license can be purchased there too. - Instalation issues: This port has a hardcoded directory structure which is required to run it. Therefore, some measures are necessary to install it under FreeBSD following handbook rules' 1) All files but binaries are installed according to hier(7) 2) A fake structure is created under ${PREFIX}/lib/understand_c to please the program and soft links are made there to the correct locations under hier(7) 3) The binaries are installed under ${PREFIX}/lib/understand_c/bin and a wrapper is installed under ${PREFIX}/bin pointing to the fake structure 4) Since a license is required to run the program, warnings are issued when either it is installed or a package is added 5) Since the legal status is still being debated with the developers, it will be marked as RESTRICTED for the time being and LEGAL will be updated accordingly Notes: svn path=/head/; revision=39327
* Update to version 3.3.David E. O'Brien2001-03-094-21/+11
| | | | Notes: svn path=/head/; revision=39309
* * Found a new mastersite for the patches. Also found more patches there.David E. O'Brien2001-03-093-6/+11
| | | | | | | | | * Fix the build problem that was created when bsd.port.mk started setting CXXFLAGS in MAKE_ENV. The problem is if a port uses a BSD-style Makefile and C++, sys.mk will not craft a proper CXXFLAGS because it uses "=?". Notes: svn path=/head/; revision=39308
* Add ruby-metaruby, a reimplementations of some Ruby parts in Ruby,Akinori MUSHA2001-03-086-0/+57
| | | | | | | Perl's tie equivalent. Notes: svn path=/head/; revision=39258
* upgrade to 1.2bYing-Chieh Liao2001-03-082-2/+2
| | | | | | | Submitted by: fenner log Notes: svn path=/head/; revision=39225
* upgrade to 1.0.0Ying-Chieh Liao2001-03-083-32/+31
| | | | | | | Submitted by: fenner log Notes: svn path=/head/; revision=39221
* In Makefile of the master port, x11-toolkits/linux-gtk,Satoshi Taoka2001-03-086-0/+12
| | | | | | | | | MAINTAINER= is changed to MAINTAINER?=. Then, MAINTAINER is able to be added into a slave port's Makefile. So I added it in this port's Makefile. Notes: svn path=/head/; revision=39214
* Change my email address in the Maintainer lineMichael C . Wu2001-03-071-1/+1
| | | | Notes: svn path=/head/; revision=39210
* Add ruby-mmap, a Ruby interface to manage memory-mapped file objects.Akinori MUSHA2001-03-076-0/+52
| | | | Notes: svn path=/head/; revision=39198
* - Upgrade to version 1.07Kevin Lo2001-03-073-9/+10
| | | | | | | | | | - Sort pkg-plist PR: 25575 Submitted by: maintainer Notes: svn path=/head/; revision=39190
* add regexxYing-Chieh Liao2001-03-0710-0/+82
| | | | | | | Regexx is a complete regular expressions C++ solution Notes: svn path=/head/; revision=39180
* add dia2codeYing-Chieh Liao2001-03-077-0/+67
| | | | | | | Dia2Code is a small utility used to generate code from a Dia diagram Notes: svn path=/head/; revision=39161
* New port: kdestudio.Dmitry Sivachenko2001-03-069-0/+486
| | | | | | | | | | | KDE Studio is an IDE (integrated development environment) for the K Desktop Environment (KDE). PR: 24576 Submitted by: Trenton Schulz <twschulz@cord.edu> Notes: svn path=/head/; revision=39132
* Fix path for qt docs.Dmitry Sivachenko2001-03-061-1/+1
| | | | Notes: svn path=/head/; revision=39128
* Upgrade to 1.2.9.Vanilla I. Shu2001-03-064-45/+64
| | | | | | | Submitted by: clive. Notes: svn path=/head/; revision=39123
* Fix plist.Will Andrews2001-03-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39097
* Dont set PKGMESSAGE to be an empty string - it confuses bsd.port.mk.Maxim Sobolev2001-03-052-2/+2
| | | | | | | Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=39092
* Add port devel/allegro (3.9.34).Jimmy Olgeni2001-03-0413-0/+719
| | | | | | | | | | | | | | | Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming. The WITHOUT_DEVEL option will prevent installation of some development utilities, while WITHOUT_MAN won't install the (many) manual pages. More about allegro at http://www.talula.demon.co.uk/allegro/ PR: 25331 Notes: svn path=/head/; revision=39059
* Update to version 3.0.2Kevin Lo2001-03-042-2/+2
| | | | | | | | PR: 25510 Submitted by: maintainer Notes: svn path=/head/; revision=39038
* re-import perltidyYing-Chieh Liao2001-03-047-0/+71
| | | | Notes: svn path=/head/; revision=39031
* Use MASTER_SITE_KDE.Dmitry Sivachenko2001-03-031-3/+2
| | | | Notes: svn path=/head/; revision=39014
* Update to version 1.4Dmitry Sivachenko2001-03-025-514/+418
| | | | Notes: svn path=/head/; revision=38986
* Remove kdepim2 and kdesdk2.Dmitry Sivachenko2001-03-021-1/+0
| | | | Notes: svn path=/head/; revision=38984
* Add kdesdk.Dmitry Sivachenko2001-03-0216-0/+613
| | | | | | | | | This is a collection of applications and tools used by KDE developers. It also has example code for use in learning KDE programming or starting a new KDE application. Notes: svn path=/head/; revision=38983
* Remove kdesdk2.Dmitry Sivachenko2001-03-025-204/+0
| | | | | | | | | I'll re-add it as 'kdesdk'. Asked by: will Notes: svn path=/head/; revision=38982
* New port: kdesdk.Dmitry Sivachenko2001-03-026-0/+205
| | | | | | | | | This is a collection of applications and tools used by KDE developers. It also has example code for use in learning KDE programming or starting a new KDE application. Notes: svn path=/head/; revision=38976
* Update to 0.3.7. A couple of examples are added.Akinori MUSHA2001-03-023-2/+9
| | | | Notes: svn path=/head/; revision=38971
* Add ruby-dialogs, a simple Ruby interface to dialog(1).Akinori MUSHA2001-03-027-0/+59
| | | | Notes: svn path=/head/; revision=38970
* fix plistYing-Chieh Liao2001-03-011-1/+0
| | | | | | | Noted by: ports fenner Notes: svn path=/head/; revision=38935
* UpgradeVanilla I. Shu2001-03-018-8/+8
| | | | | | | | | | | | | p5-BSD-Resource => 1.09 p5-CGI-Application => 1.2 p5-CGI_Lite => 2.0 p5-Convert-ASN1 => 0.08 p5-IO-Tty => 0.04 p5-IO-stringy => 1.219 p5-Class-MethodMaker => 1.02 Notes: svn path=/head/; revision=38928
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-0182-305/+90
| | | | Notes: svn path=/head/; revision=38917
* There is no libgcc_r.a anymore.Maxim Sobolev2001-02-281-2/+2
| | | | Notes: svn path=/head/; revision=38885
* Install the shared lib version and ef wrapper script.David E. O'Brien2001-02-282-0/+5
| | | | | | | Partically Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=38883
* add udsYing-Chieh Liao2001-02-2710-0/+139
| | | | | | | UDS (Useful Development Stuff) Collection Notes: svn path=/head/; revision=38842
* Unbreak.Will Andrews2001-02-271-2/+0
| | | | Notes: svn path=/head/; revision=38831
* Mark these ports as BROKEN after KDE 1.x was unceremoniously ripped fromSteve Price2001-02-271-0/+2
| | | | | | | the ports tree. Notes: svn path=/head/; revision=38828
* AVRPROG drives a simple parallel port programmer and is used toBrian S. Dean2001-02-276-0/+31
| | | | | | | program Atmel's AVR family of microcontrollers. Notes: svn path=/head/; revision=38818
* Forget to bump PORTREVISION with previous commit.Steve Price2001-02-261-0/+1
| | | | | | | | PR: 25382 Submitted by: maintainer Notes: svn path=/head/; revision=38815
* Add libusb 0.1.3b,Mikhail Teterin2001-02-266-0/+37
| | | | | | | | | | library giving userland programs access to USB devices. PR: 24703 Submitted by: John Reynolds <jjreynold@home.com> Notes: svn path=/head/; revision=38814
* Remove '-lc' from LDLIBS so threaded apps can link against libslangSteve Price2001-02-261-2/+11
| | | | | | | | | | | as well. PR: 24853 Submitted by: Jeremy Norris <ishmael27@home.com> Approved by: maintainer Notes: svn path=/head/; revision=38802
* Calling the libc .cerror from outside libc doesn't work when libcTor Egge2001-02-261-2/+15
| | | | | | | | | is a shared library. Use a copy of .cerror to avoid this problem. PR: 24845 Notes: svn path=/head/; revision=38796
* Use __error() from liblthread instead of the libc version.Tor Egge2001-02-262-21/+48
| | | | Notes: svn path=/head/; revision=38795
* Use the gzip'd tarball since the bzip2'd one doesn't exist anymore.Steve Price2001-02-262-2/+1
| | | | | | | | PR: 24180 Submitted by: Andreas Schulz <ats@first.gmd.de> Notes: svn path=/head/; revision=38740
* Forgot to bump PORTREVISION with previous commit.Steve Price2001-02-261-1/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=38737
* Since fputs doesn't return the number of bytes written, bump dboffsetSteve Price2001-02-261-0/+11
| | | | | | | | | | by strlen(s) instead. PR: 21705 Submitted by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=38733
* Minor pkg-plist fixes.Steve Price2001-02-261-0/+2
| | | | | | | | PR: 23806 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> Notes: svn path=/head/; revision=38728
* Update to version 1.06.Steve Price2001-02-262-2/+2
| | | | | | | | PR: 25364 Submitted by: maintainer Notes: svn path=/head/; revision=38723
* Update to 0.35.Maxim Sobolev2001-02-257-81/+15
| | | | Notes: svn path=/head/; revision=38708
* fix install path on currentYing-Chieh Liao2001-02-252-4/+12
| | | | | | | | | use system build-in PERL_CONFIGURE Submitted by: gugod@gugod.org Notes: svn path=/head/; revision=38701
* Reference _flockfile to ensure that the linuxthreads version is used.Tor Egge2001-02-251-18/+21
| | | | Notes: svn path=/head/; revision=38691