summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cs.colorado.edu's ftp port is firewalled; the file exists onBill Fenner1997-06-091-2/+2
| | | | | | | | | ftp.cs.colorado.edu. Found by: distfile checker Notes: svn path=/head/; revision=6811
* Use Andrey's wording.Thomas Gellekum1997-06-051-1/+1
| | | | Notes: svn path=/head/; revision=6773
* Add Andrey Zakhvatov <andy@icc.surw.chel.su> as the maintainer.Thomas Gellekum1997-06-051-2/+2
| | | | Notes: svn path=/head/; revision=6772
* Upgrade to v2.1.1.David E. O'Brien1997-06-042-3/+3
| | | | | | | | | Now compiles/runs w/Lesstif w/o extra patches. Noticed by: Thomas Gellekum <tg@ihf.rwth-aachen.de> Notes: svn path=/head/; revision=6769
* Accidentaly removed "-pipe" when I was playing with optimization flags.Satoshi Asami1997-06-041-4/+4
| | | | Notes: svn path=/head/; revision=6747
* Added omniORB.Satoshi Asami1997-06-041-1/+2
| | | | Notes: svn path=/head/; revision=6746
* Another CORBA 2 implementation.Satoshi Asami1997-06-046-0/+2593
| | | | | | | | PR: 3619 Submitted by: Eric J. Chet <ejc@bazzle.com> Notes: svn path=/head/; revision=6745
* Install LICENSE.Satoshi Asami1997-06-042-1/+6
| | | | Notes: svn path=/head/; revision=6736
* Add omniBroker.Satoshi Asami1997-06-041-1/+2
| | | | Notes: svn path=/head/; revision=6733
* A CORBA 2 implementation.Satoshi Asami1997-06-046-0/+199
| | | | | | | | PR: 3620 Submitted by: Eric J. Chet <ejc@bazzle.com> Notes: svn path=/head/; revision=6732
* Upgrade to 1.10.Satoshi Asami1997-06-034-22/+30
| | | | | | | | PR: 3767 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> (some mods by me) Notes: svn path=/head/; revision=6697
* "$Id$" line is spelled as such, not "$id$". Reorder variables. ReplaceSatoshi Asami1997-06-031-5/+5
| | | | | | | | empty do-build with NO_BUILD=yes. Remove mkdir of share/vtcl/images, the port uses lib/vtcl/images as far as I can tell from the PLIST. Notes: svn path=/head/; revision=6679
* Activate mail/cyrusJames FitzGibbon1997-05-301-1/+3
| | | | | | | | | | Activate devel/p5-Penguin Activate devel/p5-Penguin-Easy Activate net/rwhois Activate textproc/pilot_makedoc Notes: svn path=/head/; revision=6648
* Import of a quick'n'dirty interface to p5-PenguinJames FitzGibbon1997-05-305-0/+61
| | | | Notes: svn path=/head/; revision=6645
* Import of the Penguin module for perl5James FitzGibbon1997-05-305-0/+175
| | | | Notes: svn path=/head/; revision=6643
* Add vtclJordan K. Hubbard1997-05-301-1/+2
| | | | Notes: svn path=/head/; revision=6631
* Visual TCL, version 1.09 (amended from submitted PR).Jordan K. Hubbard1997-05-307-0/+178
| | | | | | | | PR: 3711 Submitted by: Vanill Ice <vanilla@Minje.Com.TW> Notes: svn path=/head/; revision=6630
* Correct the "version required" comment.John Polstra1997-05-291-2/+2
| | | | Notes: svn path=/head/; revision=6616
* Distfile moved on master site.Bill Fenner1997-05-291-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6608
* Activate automake.Masafumi Max NAKANE1997-05-271-1/+2
| | | | Notes: svn path=/head/; revision=6579
* New port, automake:Masafumi Max NAKANE1997-05-2745-0/+639
| | | | | | | | | GNU Standards-compliant Makefile generator PR: 3199 Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> Notes: svn path=/head/; revision=6578
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-2419-56/+55
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Activate cs.Thomas Gellekum1997-05-231-1/+2
| | | | Notes: svn path=/head/; revision=6540
* Import cs port. cs is a small utility with some of the cscope functionality.Thomas Gellekum1997-05-236-0/+74
| | | | Notes: svn path=/head/; revision=6538
* Upgrade to 2.1.David E. O'Brien1997-05-235-7/+19
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=6537
* turn on dddDavid E. O'Brien1997-05-221-1/+2
| | | | Notes: svn path=/head/; revision=6535
* DDD is the Data Display Debugger, a common graphical front-end forDavid E. O'Brien1997-05-226-0/+67
| | | | | | | | | | | | | | | GDB, DBX, and XDB debuggers. DDD is an Motif application that besides the "usual" features such as viewing source texts and breakpoints, DDD provides a _graphical_data_display_, where data structures are displayed as graphs. A simple mouse click dereferences pointers or reveals structure contents. Complex data structures can be explored incrementally and interactively, using automatic layout if preferred. Each time the program stops, the data display reflects the current variable values. Notes: svn path=/head/; revision=6534
* Activate xmake.Masafumi Max NAKANE1997-05-071-1/+2
| | | | Notes: svn path=/head/; revision=6431
* New port, xmake:Masafumi Max NAKANE1997-05-076-0/+76
| | | | | | | | | | | | | | XMake is a make utility. It is not compatible with other makes, but provides extended functionality over most standard makes. Whereas most other makes have confusing rulesets and do not support many-to-many dependancy specifications, XMake has relatively few (basically no) rulesets and allows you to easily specify many:many dependencies. This gives XMake the flexibility to deal with complex project hierarchies very simply. PR: 3137 Submitted by: dlowe@saturn5.com Notes: svn path=/head/; revision=6430
* Activate p5-ExtUtils-EmbedJames FitzGibbon1997-05-041-1/+2
| | | | Notes: svn path=/head/; revision=6401
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-306-12/+12
| | | | Notes: svn path=/head/; revision=6369
* Activate p5-Date-ManipJames FitzGibbon1997-04-281-1/+2
| | | | Notes: svn path=/head/; revision=6357
* Import of p5-Date-Manip, a module for doing date manipulation in perl.James FitzGibbon1997-04-285-0/+88
| | | | Notes: svn path=/head/; revision=6356
* Didn't have a maintainer... since I've made the last several commits, IDavid E. O'Brien1997-04-281-1/+3
| | | | | | | | might as well as take it. (JKH, since you make the initial commit, would you rather I put you down?) Notes: svn path=/head/; revision=6355
* Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavateDavid E. O'Brien1997-04-282-1/+3
| | | | | | | namespace clashes with /usr/include/malloc.h Notes: svn path=/head/; revision=6354
* Proctect contents of malloc.h as C code if included in a C++ program.David E. O'Brien1997-04-281-0/+23
| | | | Notes: svn path=/head/; revision=6353
* uulib is moved to converters.Satoshi Asami1997-04-261-2/+1
| | | | Notes: svn path=/head/; revision=6313
* Update to version 0.4. Now supports moused!Jordan K. Hubbard1997-04-253-5/+5
| | | | Notes: svn path=/head/; revision=6296
* Uncomment -DSTDHEADERS so that we can use Bruce's work.Satoshi Asami1997-04-241-0/+17
| | | | Notes: svn path=/head/; revision=6281
* Update dist sites.David E. O'Brien1997-04-221-3/+3
| | | | Notes: svn path=/head/; revision=6271
* Shlib version number has changed.Satoshi Asami1997-04-211-1/+1
| | | | Notes: svn path=/head/; revision=6263
* Upgrade to 2.6.4.David E. O'Brien1997-04-215-65/+45
| | | | | | | Mention that doc files are at http://g.oswego.edu/dl/html/malloc.html Notes: svn path=/head/; revision=6255
* Add the docs to the package.David E. O'Brien1997-04-212-1/+8
| | | | Notes: svn path=/head/; revision=6252
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-208-24/+20
| | | | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
* Add virtual category 'perl5'.Wolfram Schneider1997-04-2016-32/+32
| | | | Notes: svn path=/head/; revision=6249
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Added net/mrtg and devel/p5-PVJames FitzGibbon1997-04-181-1/+2
| | | | Notes: svn path=/head/; revision=6238
* Import of PerlVision, a text mode user-widget interface for perl 5James FitzGibbon1997-04-185-0/+53
| | | | Notes: svn path=/head/; revision=6237
* may as well sync this with the linux_lib portEric L. Hernes1997-04-149-15/+21
| | | | Notes: svn path=/head/; revision=6208
* attach linuxgdb and scogdbEric L. Hernes1997-04-111-1/+3
| | | | Notes: svn path=/head/; revision=6192