Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 0.6.3. | vanilla | 1998-08-18 | 2 | -5/+6 |
| | |||||
* | Mark BROKEN for current. | jseger | 1998-08-17 | 1 | -1/+6 |
| | |||||
* | NO_PACKAGE because of limited audience. | steve | 1998-08-17 | 3 | -6/+6 |
| | |||||
* | This port is NO_PACKAGE because the maintainer believes it | steve | 1998-08-17 | 1 | -2/+2 |
| | | | | has a limited audience of users. | ||||
* | Mark BROKEN for current. Fails build stage. | jseger | 1998-08-16 | 1 | -1/+6 |
| | |||||
* | Change library name to libglib11. | vanilla | 1998-08-14 | 7 | -27/+208 |
| | | | | Remind by: asami | ||||
* | No need to use += for variables defined only once. | asami | 1998-08-13 | 1 | -3/+3 |
| | |||||
* | Oops, missed the commit message the last time around. No need to use | asami | 1998-08-13 | 1 | -1/+1 |
| | | | | | | | | | += for variables defined only once. Also, MAKE_FLAGS is defined with ?=, not += (probably a bad idea, but hard to change now) , in bsd.port.mk, so you need the "-f" in there. The only reason why this worked was because there is a "Makefile" target in the source's Makefile. | ||||
* | Oops, missed the commit message the last time around. No need to use | asami | 1998-08-13 | 2 | -2/+2 |
| | | | | += for variables defined only once. | ||||
* | *** empty log message *** | asami | 1998-08-13 | 3 | -6/+6 |
| | |||||
* | Remove p5-B and p5-Data-Dumper, they were removed. | asami | 1998-08-13 | 1 | -3/+1 |
| | | | | | | Reminded by: sada@e-mail.ne.jp PR: 7590 Forgotten by: markm :) | ||||
* | Update for perl version 5.00501. Requires latest bsd.port.mk. I'm | asami | 1998-08-12 | 68 | -348/+293 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | going to be a little verbose here about the changes so people who fix up the rest of the stuff can have an idea what to do. (1) Manpages are moved to version-specific subdirectories. Since they are all defined in MAN? macros, I just needed to add ${PERL_VERSION} to the end of MAN*PREFIX and delete them from the PLIST. (2) Most of the module files are moved to version-specific subdirectories. This is usually accomplished by adding "%%PERL_VER%%/" right after "site_perl/" in the PLIST. However, some things didn't move, and some moved more than one level (like, all the way into "site_perl/%%PERL_VER%%/auto/FooBar") so some fishing, err, find'ing was necessary. (3) Fix up dependencies. See (2) above. (4) While I was there, I changed some "@dirrm foobar"'s to "@unexec rmdir %D/foobar 2>/dev/null || true", so there won't be any warnings if a directory can't be removed due to other modules sharing it. Now all of devel/p5-* will install and deinstall without a single warning. I hope others will follow suit. :) | ||||
* | Replace qt dependencies with USE_QT. | asami | 1998-08-12 | 2 | -7/+5 |
| | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) | ||||
* | Remove manpages define in MAN? fom PLIST for all the devel ports. | asami | 1998-08-12 | 45 | -127/+0 |
| | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). | ||||
* | Something's not reinstall friendly.... | asami | 1998-08-10 | 1 | -1/+3 |
| | | | | | | | | | | | : ===> Installing for crossgo32-djgpp2-2.01 ===> crossgo32-djgpp2-2.01 depends on executable: i386-go32-gcc - found ===> Moving old crossgo libs away mv: lib: No such file or directory *** Error code 1 Stop. | ||||
* | Turn on libffi. | steve | 1998-08-10 | 1 | -1/+2 |
| | |||||
* | Initial import of libffi version 1.18. | steve | 1998-08-10 | 14 | -0/+176 |
| | | | | | | | Foreign Function Interface. PR: 6943 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> | ||||
* | Use ${OSREL} to depend correctly (it was always building the glibstdc++28 | asami | 1998-08-10 | 2 | -2/+16 |
| | | | | | | | port before). While I'm here, create links to manpages correctly and put them in the PLIST. | ||||
* | Turn on crossm68k-devel. | steve | 1998-08-09 | 1 | -1/+2 |
| | |||||
* | Turn on m68knewlib. | steve | 1998-08-09 | 1 | -1/+2 |
| | |||||
* | Initial import of m68knewlib version 1.8.1. | steve | 1998-08-09 | 5 | -0/+169 |
| | | | | | | | Cygnus newlib for m68k cross-development. PR: 7220 (4 of 5) Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com> | ||||
* | Turn on m68kgcc. | steve | 1998-08-09 | 1 | -1/+2 |
| | |||||
* | Initial import of m68kgcc version 2.8.1. | steve | 1998-08-09 | 6 | -0/+155 |
| | | | | | | | GCC cross-compiler for the m68k. PR: 7220 (3 of 5) Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com> | ||||
* | A few minor nits and cleanup pkg/PLIST. | steve | 1998-08-09 | 3 | -7/+30 |
| | | | | | PR: 7220 (2 of 5) Submitted by: maintainer | ||||
* | Turn on m68kbinutils. | steve | 1998-08-09 | 1 | -1/+2 |
| | |||||
* | Initial import of m68kbinutils version 2.9.1. | steve | 1998-08-09 | 5 | -0/+86 |
| | | | | | | | Binutils for m68k cross-development. PR: 7220 (1 of 5) Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com> | ||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-08 | 9 | -20/+20 |
| | |||||
* | Compatible with perl5.00501. | vanilla | 1998-08-06 | 6 | -30/+32 |
| | |||||
* | Upgrade to 0.94, and make it compatible with perl5.00501. | vanilla | 1998-08-06 | 3 | -12/+12 |
| | |||||
* | Upgrade to 1.1.2. | vanilla | 1998-08-06 | 12 | -48/+66 |
| | |||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | asami | 1998-08-05 | 5 | -11/+11 |
| | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. | ||||
* | Add gide | jkh | 1998-08-02 | 1 | -1/+2 |
| | |||||
* | gIDE is a new gtk-based Integrated Development Environment for the C | jkh | 1998-08-01 | 5 | -0/+37 |
| | | | | | | programming language. PR: 7433 Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il> | ||||
* | (oops .. forget the following info in the commit message) | hoek | 1998-07-30 | 1 | -1/+1 |
| | | | | | PR: ports/7440 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> | ||||
* | Energize clig. | hoek | 1998-07-30 | 1 | -1/+2 |
| | |||||
* | Clig, a program to automatically generate usage(), manpage, and commandline | hoek | 1998-07-30 | 5 | -0/+86 |
| | | | | argument processor. | ||||
* | Allow ob/demos/chat/X11/chat to build on other versions of motif. | ejc | 1998-07-30 | 1 | -1/+1 |
| | |||||
* | Change the library version of gtk. | vanilla | 1998-07-30 | 2 | -4/+4 |
| | |||||
* | Change library name to libglib-1.1 | vanilla | 1998-07-30 | 7 | -221/+28 |
| | |||||
* | Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only part | ejc | 1998-07-29 | 2 | -4/+21 |
| | | | | of ORBacus that relies on motif. | ||||
* | Mark this MANUAL_PACKAGE_BUILD so we won't accidentally build another | asami | 1998-07-29 | 2 | -2/+4 |
| | | | | port with this shlib. | ||||
* | Add a patch for glib-config. | vanilla | 1998-07-28 | 1 | -0/+15 |
| | |||||
* | Activate glib. | vanilla | 1998-07-28 | 1 | -1/+2 |
| | |||||
* | Glib is some useful routines for C programming. | vanilla | 1998-07-28 | 18 | -0/+594 |
| | |||||
* | Another batch of add homepage. In general I've avoided any links | hoek | 1998-07-28 | 2 | -3/+4 |
| | | | | | | | | | except to official homepages, but in this batch there were a few cases where a link was desireable anyways. For these, the form http://url/ (FAQ/whatever) was used. | ||||
* | Making x11 category more useful project part 1: take out "x11" of | asami | 1998-07-28 | 2 | -4/+4 |
| | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Get rid of a potential buffer overflow. | steve | 1998-07-27 | 1 | -0/+11 |
| | | | | | PR: 7387 Submitted by: bonga@doxx.net | ||||
* | Upgrade to version 1.05. | steve | 1998-07-27 | 3 | -47/+32 |
| | | | | | PR: 7331 Submitted by: Garrett A. Wollman <wollman@lcs.mit.edu> | ||||
* | Remove dependency on bash2 and support GNU C __attribute__ syntax. | steve | 1998-07-27 | 3 | -3/+212 |
| | | | | | PR: 1416 Submitted by: Andrew L. Moore <alm@slewsys.org> | ||||
* | g++28 -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L../../../lib -o ↵ | asami | 1998-07-25 | 1 | -1/+3 |
| | | | | | | | | | | | | | client ../Broadcaster.o ../Receiver.o ../Receiver_skel.o ../ReceiverBase_impl.o Receiver_impl.o Client.o -lOBX11 -lOB -L/usr/X11R6/lib -L/usr/X11R6/lib -lSM -lICE -lXm -lXt -lX11 Display.o: Undefined symbol `_XShapeQueryExtension' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment *** Error code 1 Stop. | ||||
* | Update to the new released version 3.0 since the beta version | steve | 1998-07-21 | 2 | -6/+4 |
| | | | | | | seems to have disappeared. Noticed by: Satoshi Asami <asami@freebsd.org> | ||||
* | Dang, can't fetch again. | asami | 1998-07-20 | 1 | -1/+3 |
| | |||||
* | Upgrade to 1.4b. | tg | 1998-07-20 | 3 | -6/+5 |
| | | | | PR: 7307 | ||||
* | Run jam0 as ./jam0. | hsu | 1998-07-14 | 1 | -0/+11 |
| | | | | Submitted by: Jeremy Prior <jez@netcraft.co.uk> | ||||
* | Activate guileobjc and libobjects. | steve | 1998-07-13 | 1 | -1/+3 |
| | |||||
* | Turn on pcre. | steve | 1998-07-13 | 1 | -1/+2 |
| | |||||
* | Initial import of pcre version 1.09. | steve | 1998-07-13 | 5 | -0/+47 |
| | | | | | | | A Perl Compatible Regular Expressions library. PR: 7216 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk> | ||||
* | Forgot to add new ports to 'section' Makefile | scrappy | 1998-07-12 | 1 | -1/+2 |
| | |||||
* | omniBroker will soon be removed. It has been replaced with | steve | 1998-07-12 | 1 | -2/+1 |
| | | | | the ORBacus port. | ||||
* | Turn on ORBacus port. | steve | 1998-07-12 | 1 | -1/+2 |
| | |||||
* | Upgrade to version 3.0b1. This is the latest version | steve | 1998-07-12 | 6 | -138/+193 |
| | | | | | | | of omniBroker but under a new guise. PR: 7034 Submitted by: maintainer | ||||
* | Add jam. | hsu | 1998-07-11 | 1 | -1/+2 |
| | |||||
* | Import Jam/MR, a build utility like make(1). | hsu | 1998-07-11 | 5 | -0/+36 |
| | |||||
* | Moving port py-PyGreSQL from devel to database. | nectar | 1998-07-07 | 1 | -2/+1 |
| | | | | This commit completes removal of py-PyGreSQL. | ||||
* | Activate py-PyGreSQL. | nectar | 1998-07-05 | 1 | -1/+2 |
| | | | | | PR: 7073 Submitted by: Jacques Vidrine <n@nectar.com> | ||||
* | Turn on mico. | steve | 1998-07-05 | 1 | -1/+2 |
| | |||||
* | Initial import of mico version 2.0.6. | steve | 1998-07-05 | 5 | -0/+159 |
| | | | | | | | mico - a CORBA 2.0 implementation. PR: 6221 Submitted by: Yukihiro Nakai <nakai@technologist.com> | ||||
* | Update to version 2.4b. | steve | 1998-07-04 | 12 | -200/+230 |
| | | | | | PR: 7113 Submitted by: maintainer | ||||
* | Update to version 0.3. | steve | 1998-07-04 | 6 | -8/+12 |
| | | | | | PR: 7151 Submitted by: maintainer | ||||
* | Update to version 4.2 | steve | 1998-07-04 | 6 | -3220/+3414 |
| | | | | | PR: 6979 Submitted by: maintainer | ||||
* | MASTERSITE moved to ftp.scriptics.com. | steve | 1998-07-04 | 1 | -2/+2 |
| | |||||
* | Portlint. | vanilla | 1998-07-02 | 2 | -5/+3 |
| | |||||
* | Portlint. | vanilla | 1998-07-02 | 2 | -6/+6 |
| | |||||
* | Oops. Forgot to remove BROKEN tag. | tg | 1998-07-02 | 1 | -3/+1 |
| | |||||
* | Add directory for older tarballs on the master site. | tg | 1998-07-02 | 1 | -2/+3 |
| | |||||
* | Unfetchable (again). | asami | 1998-07-02 | 1 | -1/+3 |
| | |||||
* | No need to use += for variable defined only once. | asami | 1998-07-02 | 2 | -4/+4 |
| | |||||
* | Portlint. | asami | 1998-07-02 | 2 | -6/+4 |
| | |||||
* | turn on a2dev, | julian | 1998-07-02 | 1 | -1/+2 |
| | | | | Apple ][ assembler + linker | ||||
* | oops forgot the makefile | julian | 1998-07-02 | 1 | -0/+21 |
| | |||||
* | Submitted by: archie Cobbs (archie@whistle.com) | julian | 1998-07-02 | 12 | -0/+174 |
| | | | | Apple ][ assembler and linker written by archie in the dark ages. | ||||
* | Upgrade to 0.62a. | tg | 1998-06-30 | 4 | -11/+29 |
| | | | | | PR: 7125 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> | ||||
* | Activate glade. | tg | 1998-06-30 | 1 | -1/+2 |
| | |||||
* | New port glade, a GUI builder for gtk. | tg | 1998-06-30 | 10 | -0/+92 |
| | | | | | PR: 7107 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk> | ||||
* | Update to version 4.17. | steve | 1998-06-29 | 2 | -9/+10 |
| | | | | | PR: 7035 Submitted by: maintainer | ||||
* | Remove NO_CONFIGURE and NO_PATCH, they never meant anything. | asami | 1998-06-27 | 3 | -6/+3 |
| | |||||
* | Unmark this port broken, it builds and packages fine as of revision | asami | 1998-06-27 | 1 | -3/+1 |
| | | | | 1.3 of files/Makefile.def. | ||||
* | Oops. Looks like I commited a wrong version of this file. | tg | 1998-06-26 | 1 | -0/+1 |
| | |||||
* | Correct the distname. | vanilla | 1998-06-26 | 2 | -6/+3 |
| | |||||
* | Remove unused file. Extra lines in this file should not be treated | asami | 1998-06-26 | 1 | -1/+0 |
| | | | | | as comments, as I use cvs diff on this file to manage the distfiles directory on ftp.freebsd.org. | ||||
* | Hard to believe, but the distfile is already unfetchable! | asami | 1998-06-26 | 1 | -1/+3 |
| | |||||
* | Mark this port broken. It installs manpages in /usr/share/man/man/man1 | asami | 1998-06-26 | 1 | -1/+3 |
| | | | | (no that's not a typo). | ||||
* | Mark this broken while it is awaiting upgrade to ORBacus (see PR | asami | 1998-06-26 | 1 | -1/+3 |
| | | | | ports/7034) after repository copy. | ||||
* | Rename "bash" to "bash1" (the actual port is already repository copied). | asami | 1998-06-26 | 1 | -2/+2 |
| | | | | Requested by: chet@ins.CWRU.Edu | ||||
* | Tell it not to use gnat, apparently our version confuses it. | asami | 1998-06-26 | 2 | -6/+4 |
| | | | | | | Unmark it broken. Submitted by: kuriyama | ||||
* | Upgrade to 1.41r7. | tg | 1998-06-25 | 4 | -7/+24 |
| | |||||
* | Add virtual category "python". | tg | 1998-06-25 | 5 | -10/+10 |
| | | | | pygist: add dependency on rng. | ||||
* | Upgrade to 0.6.2. | vanilla | 1998-06-25 | 2 | -5/+6 |
| | |||||
* | Upgrade to 0.9. | vanilla | 1998-06-24 | 2 | -5/+5 |
| | |||||
* | make this build a little better. | obrien | 1998-06-24 | 1 | -2/+2 |
| | |||||
* | share ups-debug | obrien | 1998-06-24 | 1 | -1/+2 |
| | |||||
* | Source level C debugger that runs under X11 | obrien | 1998-06-24 | 6 | -0/+105 |
| | |||||
* | upgrade to version 3.0 | obrien | 1998-06-24 | 2 | -3/+3 |
| | |||||
* | Upgrade to 1.01. | mph | 1998-06-15 | 3 | -5/+18 |
| | |||||
* | New version, 1.2.8. | jmacd | 1998-06-09 | 2 | -3/+3 |
| | |||||
* | Doesn't compile.... | asami | 1998-06-08 | 2 | -2/+6 |
| | | | | | | | | | | --- adagcc -c -I. -I../ada_include -I./../ada_include -I. sample.adb terminal_interface-curses-aux.ads:47:37: operator for type "Interfaces.C.int" is not directly visible terminal_interface-curses-aux.ads:47:37: use clause would make operation legal terminal_interface-curses-aux.ads:52:37: operator for type "Interfaces.C.int" is not directly visible terminal_interface-curses-aux.ads:52:37: use clause would make operation legal <etc.> | ||||
* | No need to use "+=" to define a variable that appears only once.... | asami | 1998-06-08 | 2 | -6/+6 |
| | |||||
* | Mark this port BROKEN: | jseger | 1998-06-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | # make fetch >> QTEZ-v0.52a-src.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. fetch: pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://qtez.commkey.net/pub/QtEZ/. fetch: pub/QtEZ/QTEZ-v0.52a-src.tar.gz: cannot get remote modification time fetch: ftp://qtez.commkey.net/pub/QtEZ/QTEZ-v0.52a-src.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. | ||||
* | Activate ncurses. | kuriyama | 1998-06-07 | 1 | -1/+2 |
| | |||||
* | SVr4 and XSI-Curses compatible curses library. | kuriyama | 1998-06-07 | 10 | -0/+3978 |
| | | | | | Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> PR: ports/4631 | ||||
* | Make this port build again. | steve | 1998-06-07 | 2 | -60/+4 |
| | |||||
* | Seems the subdirectory name has changed during the upgrade. | asami | 1998-06-06 | 1 | -3/+3 |
| | | | | Not tested enough by: obrien :> | ||||
* | Convert all instances of nawk to awk. | steve | 1998-06-05 | 1 | -2/+4 |
| | | | | | PR: 6811 Submitted by: Bill Trost <trost@cloud.rain.com> | ||||
* | This port is obsolete so nuke it. | steve | 1998-05-25 | 1 | -2/+1 |
| | | | | | PR: 6736 Submitted by: Pedro F. Giffuni <giffunip@asme.org> | ||||
* | Activate p5-Term-Query. | mph | 1998-05-22 | 1 | -1/+2 |
| | |||||
* | Import of Term::Query, a Perl 5 module for interactive, screen-oriented | mph | 1998-05-22 | 5 | -0/+45 |
| | | | | | | | programs. PR: 6716 Submitted by: wollman | ||||
* | Activate qtez. | tg | 1998-05-19 | 1 | -1/+2 |
| | |||||
* | New port qtez, a development environment for Qt. | tg | 1998-05-19 | 5 | -0/+185 |
| | | | | | PR: 6644 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> | ||||
* | This is part of the 1.2.2 upgrade. Somehow it got lost in the CVS | mph | 1998-05-18 | 1 | -0/+26 |
| | | | | maneuverings. | ||||
* | Upgrade to 1.2.2. | mph | 1998-05-18 | 4 | -66/+13 |
| | | | | Submitted by: Mark Huizer <xaa@stack.nl> | ||||
* | Activate re2c. | eivind | 1998-05-17 | 1 | -1/+2 |
| | |||||
* | Initial import of re2c, a program to compile regular expression to C. | eivind | 1998-05-17 | 7 | -0/+60 |
| | | | | | | | This is basically the same concept as lex, except this time it doesn't turn your code inside out, and it generates actual C code to parse the expressions (not tables), and the resulting code is usually about 2 times faster than flex. | ||||
* | Portlint. | vanilla | 1998-05-14 | 2 | -1/+2 |
| | |||||
* | Upgrade to 0.5.9. | vanilla | 1998-05-14 | 2 | -5/+5 |
| | |||||
* | Upgrade to 1.203. | vanilla | 1998-05-14 | 3 | -7/+18 |
| | |||||
* | Upgrade to 1.02. | vanilla | 1998-05-14 | 3 | -6/+6 |
| | |||||
* | Upgrade to 5.31. | vanilla | 1998-05-14 | 3 | -5/+6 |
| | |||||
* | Activate amulet. | kuriyama | 1998-05-13 | 1 | -1/+2 |
| | |||||
* | A free C++ GUI library. | kuriyama | 1998-05-12 | 9 | -0/+508 |
| | | | | | Submitted by: Filip Bovyn <bovynf@awe.be> PR: ports/4192 | ||||
* | Upgrade to version xwpe-1.5.9a | obrien | 1998-05-10 | 7 | -63/+198 |
| | |||||
* | Upgrade to 0.5.8. | vanilla | 1998-05-08 | 2 | -5/+5 |
| | |||||
* | Activate libtool. | vanilla | 1998-05-07 | 1 | -1/+2 |
| | |||||
* | Import libtool-1.2, It's a generic library support script. | vanilla | 1998-05-07 | 35 | -0/+335 |
| | | | | | PR: ports/6531 Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp> | ||||
* | Add a patch from maintainer. | vanilla | 1998-05-07 | 9 | -0/+9 |
| | | | | | PR: ports/6513 Submitted by: maintainer | ||||
* | Execute `ldconfig -R' at the pkg_delete step. | tg | 1998-05-05 | 5 | -0/+5 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Activate ftnchek. | mph | 1998-05-05 | 1 | -1/+2 |
| | |||||
* | Import of ftnchek, a lint-like program for Fortran 77. | mph | 1998-05-05 | 5 | -0/+43 |
| | | | | | PR: 6517 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> | ||||
* | Upgrade to 1.3, | vanilla | 1998-05-04 | 45 | -108/+153 |
| | | | | | remove @dirrm share/aclocal on pkg/PLIST, because another package use the directory too (guile) | ||||
* | portlint. | vanilla | 1998-05-04 | 12 | -36/+36 |
| | |||||
* | Fails to build under current. | jseger | 1998-05-03 | 1 | -1/+6 |
| | |||||
* | Deactivate libshhcards, to be moved to games. | mph | 1998-05-03 | 1 | -2/+1 |
| | |||||
* | Activate libshhcards. | mph | 1998-05-02 | 1 | -1/+2 |
| | |||||
* | Deactivate qgl, being moved to graphics. | mph | 1998-04-30 | 1 | -2/+1 |
| | |||||
* | Put @dirrm on the end of pkg/PLIST. | vanilla | 1998-04-28 | 1 | -1/+1 |
| | |||||
* | Upgrade to 5.7, and remove BROKEN tag. | vanilla | 1998-04-28 | 2 | -7/+5 |
| | |||||
* | Activate p5-IO-stringy. | eivind | 1998-04-28 | 1 | -1/+2 |
| | |||||
* | p5-IO-stringy -> ports/devel/p5-IO-stringy | eivind | 1998-04-28 | 5 | -0/+46 |
| | |||||
* | Upgrade to 0.9904. | mph | 1998-04-23 | 2 | -5/+5 |
| | |||||
* | Upgrade to 1.00. | mph | 1998-04-23 | 2 | -5/+5 |
| | |||||
* | Upgrade to version 4.12 | obrien | 1998-04-20 | 5 | -183/+146 |
| | |||||
* | Activate qgl. | mph | 1998-04-20 | 1 | -1/+2 |
| | |||||
* | Change category from "misc" to "devel". I assume that's why it | asami | 1998-04-19 | 1 | -2/+2 |
| | | | | | | was put in this directory to begin with. :) Reported by: ken@mui.net | ||||
* | Add a more descriptive description, like the p5-ReadLine-Gnu version. | mph | 1998-04-19 | 1 | -2/+8 |
| | |||||
* | Add a more illuminating description (I hope). | mph | 1998-04-19 | 1 | -3/+8 |
| | | | | Requested by: asami | ||||
* | Upgrade PRCS version to 1.2.4, add new elisp files. | jmacd | 1998-04-19 | 1 | -0/+4 |
| | |||||
* | Upgrade PRCS version to 1.2.4. | jmacd | 1998-04-19 | 2 | -4/+4 |
| | |||||
* | "mph@pobox.com" --> "mph@freebsd.org" in ports that I maintain. | mph | 1998-04-18 | 1 | -2/+2 |
| | |||||
* | Activate p5-ReadLine-Gnu and p5-ReadLine-Perl. | mph | 1998-04-18 | 1 | -1/+3 |
| | |||||
* | Imported p5-ReadLine-Perl, a Perl5 module that allows command-line | mph | 1998-04-18 | 5 | -0/+29 |
| | | | | | | editing without needing GNU readline. PR: 5804 | ||||
* | My first import of a port (fingers crossed). | mph | 1998-04-18 | 5 | -0/+39 |
| | | | | PR: 5793 | ||||
* | Can't fetch. | asami | 1998-04-14 | 1 | -1/+3 |
| | |||||
* | Upgrade to 0.97. | vanilla | 1998-04-12 | 2 | -12/+5 |
| | | | | | PR: ports/6243 Submitted by: maintainer | ||||
* | Upgrade to 0.5.4. | vanilla | 1998-04-11 | 2 | -5/+5 |
| | |||||
* | Upgrade to 0.89, and portlint. | vanilla | 1998-04-04 | 2 | -5/+5 |
| | |||||
* | Upgrade to 1.02, and portlint. | vanilla | 1998-04-04 | 3 | -8/+8 |
| | |||||
* | Upgrade to 0.5, and portlint. | vanilla | 1998-04-04 | 3 | -7/+6 |
| | |||||
* | Add a patch to make a header file work properly in C++ programs | jdp | 1998-04-03 | 1 | -0/+25 |
| | | | | compiled by egcs. | ||||
* | Add comms/kpilot, devel/p5-File-Sync, games/tank, security/pgp5 and | asami | 1998-03-21 | 1 | -2/+2 |
| | | | | | | www/checkbot. Forgotten or misspelled by: various people :p | ||||
* | NO_PATCH is a no-op. | asami | 1998-03-21 | 1 | -3/+1 |
| | |||||
* | Back out changes to use tcl81. | tg | 1998-03-20 | 9 | -15/+15 |
| | | | | | | I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime. | ||||
* | Activate crossm68k. | steve | 1998-03-16 | 1 | -1/+2 |
| | |||||
* | Motorola 68K Cross Development Environment | steve | 1998-03-16 | 4 | -0/+245 |
| | | | | | PR: 5798 Submitted by: Jerry Hicks <jhicks@atlanta.glenayre.com> | ||||
* | Activate m68kgdb. | steve | 1998-03-16 | 1 | -1/+2 |
| | |||||
* | A Motorola 68k debugger for cross-development purposes. | steve | 1998-03-16 | 5 | -0/+42 |
| | | | | | PR: 5798 Submitted by: Jerry Hicks <jhicks@atlanta.glenayre.com> | ||||
* | Activate p5-File-Sync. | steve | 1998-03-16 | 1 | -1/+2 |
| | |||||
* | Perl5 modules interface to the UNIX sync(2) and POSIX.1b fsync(2). | steve | 1998-03-16 | 5 | -0/+43 |
| | | | | | PR: 5930 Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp> | ||||
* | Upgrade to 0.96 | vanilla | 1998-03-11 | 3 | -13/+12 |
| | |||||
* | Upgrade to 1.08. | vanilla | 1998-03-11 | 3 | -8/+8 |
| | |||||
* | Upgrade to 97.092101. | vanilla | 1998-03-11 | 4 | -14/+12 |
| | |||||
* | Upgrade to 2.12. | vanilla | 1998-03-11 | 2 | -5/+5 |
| | |||||
* | Portlint. | max | 1998-03-08 | 1 | -2/+1 |
| | |||||
* | Sorry, I forgot this. | jmacd | 1998-03-08 | 1 | -1/+1 |
| | |||||
* | 1.2.1 -> 1.2.3 | jmacd | 1998-03-08 | 1 | -3/+3 |
| | |||||
* | Should be one file per patch. | obrien | 1998-02-27 | 2 | -14/+13 |
| | |||||
* | take over maintance. | obrien | 1998-02-26 | 1 | -2/+5 |
| | |||||
* | Remove myself from MAINTAINER, I not use it anymore | ache | 1998-02-26 | 1 | -2/+2 |
| | |||||
* | Pick another MASTER_SITE that still has the old DISTFILE required | steve | 1998-02-26 | 1 | -2/+2 |
| | | | | for this port. | ||||
* | Upgrade to use tcl8.1 and tk8.1. | jseger | 1998-02-25 | 14 | -44/+44 |
| | |||||
* | libproplist -> ports/devel/libproplist | tg | 1998-02-24 | 1 | -1/+2 |
| | | | | Activate libproplist. | ||||
* | Add tk virtual category where missing. List of ports which depend on tk | fenner | 1998-02-22 | 2 | -4/+4 |
| | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. | ||||
* | Add some patches distributed by the maintainer of xwpe. | steve | 1998-02-21 | 2 | -3/+10 |
| | | | | | PR: 5412 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@gns.com.br> | ||||
* | Update to reflect Pedro's new Email address. | steve | 1998-02-21 | 1 | -2/+2 |
| | | | | PR: 5725 | ||||
* | Upgrade to 2.2.3. | obrien | 1998-02-19 | 4 | -11/+17 |
| | | | | PR: ports/5757 | ||||
* | Upgrade to 1.14. | vanilla | 1998-02-19 | 4 | -8/+5 |
| | |||||
* | Upgrade to 0.86. | vanilla | 1998-02-19 | 2 | -5/+5 |
| | |||||
* | Upgrade to 1.0701. | vanilla | 1998-02-19 | 4 | -6/+32 |
| | |||||
* | Upgrade to 5.30. | vanilla | 1998-02-18 | 3 | -6/+5 |
| | |||||
* | Upgrade to 0.5@3. | vanilla | 1998-02-18 | 2 | -7/+5 |
| | |||||
* | #include <unistd.h> to get prototype for ftruncate(). | hsu | 1998-02-15 | 1 | -1/+11 |
| | | | | | PR: 5737 Submitted by: tejblum@arc.hq.cti.ru (Dmitrij Tejblum) | ||||
* | Upgrade to 1.11. | vanilla | 1998-02-13 | 3 | -6/+10 |
| | |||||
* | Activate cweb. | tg | 1998-02-11 | 1 | -1/+2 |
| | |||||
* | Import cweb port. CWEB is Don Knuth's WEB system adapted for C. | tg | 1998-02-11 | 7 | -0/+99 |
| | |||||
* | Change to use emacs20 instead of emacs. | jseger | 1998-02-01 | 2 | -4/+4 |
| | |||||
* | Upgrade to 1.1p4. Mostly bugfixes and added support for python-1.5. | tg | 1998-01-29 | 15 | -30/+50 |
| | |||||
* | Add patch | ache | 1998-01-21 | 1 | -1/+2 |
| | |||||
* | Add GNU patch 2.5 as port | ache | 1998-01-21 | 5 | -0/+27 |
| | |||||
* | Be more selective about which ports to maintain. I no longer have time | asami | 1997-12-26 | 1 | -2/+2 |
| | | | | to maintain all these ports I once committed (sometimes as a proxy). | ||||
* | add a patch, make libslang link to libtermcap. | vanilla | 1997-12-20 | 1 | -76/+52 |
| | | | | | PR: ports/5338 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw> | ||||
* | Move aalib to graphics/aalib. | vanilla | 1997-12-19 | 1 | -2/+1 |
| | |||||
* | Update to ILU-2.0alpha12 | cracauer | 1997-12-17 | 3 | -26/+32 |
| | | | | | New Xerox patches NO_PACKAGE since this doesn't work with optimization enabled | ||||
* | Activate aalib | vanilla | 1997-12-16 | 1 | -1/+2 |
| | |||||
* | Update the maintainer's address. | max | 1997-12-15 | 1 | -6/+6 |
| | | | | | PR: 5281 Requested by: maintainer | ||||
* | Comment out MASTER_SITES as port can't be downloaded automatically. | jraynard | 1997-12-11 | 1 | -2/+3 |
| | | | | Spotted by: Bill Fenner's distfile checker. | ||||
* | Upgrade to 0.5. Now it uses the ACS for the terminal, if available. | tg | 1997-12-10 | 2 | -4/+4 |
| | |||||
* | Upgrade to 1.1p3. | tg | 1997-12-09 | 10 | -35/+40 |
| | |||||
* | Merge swig (committed accidentally) into SWIG. I copied Makefile, files/md5 | asami | 1997-12-04 | 15 | -405/+450 |
| | | | | | | | | | | and pkg/PLIST and made minor changes. pkg/COMMENT and pkg/DESCR are left alone to honor the original porter. I've also left the MAINTAINER line alone. Please talk to the original maintainer if you want to change this. devel/swig will be deleted in a few days. | ||||
* | Change my email address. | vanilla | 1997-12-01 | 1 | -2/+2 |
| | |||||
* | Add a RESTRICTED line due to the fact that one must register with AT&T to use | jseger | 1997-11-29 | 1 | -1/+3 |
| | | | | | the port. Reviewed by: asami | ||||
* | Add @direntry and @direcategory to indent.texinfo so that install-info works | jseger | 1997-11-28 | 1 | -0/+14 |
| | | | | correctly. | ||||
* | Distfile updated to fix egregious install destination bug. | msmith | 1997-11-27 | 1 | -1/+1 |
| | |||||
* | Distfile moved on MASTER_SITE | jseger | 1997-11-27 | 1 | -2/+2 |
| | |||||
* | Add linux_kdump | msmith | 1997-11-26 | 1 | -1/+2 |
| | |||||
* | This is a modified version of the standard FreeBSD kdump(1) utility | msmith | 1997-11-26 | 5 | -0/+30 |
| | | | | that understands Linux syscalls and ioctls instead of FreeBSD ones. | ||||
* | original distribution updated (1.60 -> 1.61) | itojun | 1997-11-25 | 1 | -3/+3 |
| | |||||
* | Activate prc-tools | pst | 1997-11-24 | 1 | -1/+2 |
| | |||||
* | Mark this port broken, it doesn't build. | asami | 1997-11-22 | 1 | -1/+3 |
| | |||||
* | Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflicts | asami | 1997-11-22 | 1 | -1/+3 |
| | | | | with the system version (even though it's obsolete). | ||||
* | Add ElectricFence. | asami | 1997-11-20 | 1 | -1/+2 |
| | |||||
* | original distribution updated (1.59->1.60) | itojun | 1997-11-20 | 1 | -3/+3 |
| | |||||
* | Upgrade, 1.1.8 -> 1.1.11. | max | 1997-11-17 | 2 | -6/+6 |
| | | | | | Submitted by: vanilla@MinJe.com.TW PR: 5004 | ||||
* | De-capitalize PKGNAME - a single library can't start with uppercase. | asami | 1997-11-15 | 1 | -1/+2 |
| | |||||
* | It turns out that the tarball is on Sunsite, but for some reason my | jraynard | 1997-11-14 | 1 | -7/+4 |
| | | | | | local archie server doesn't know about it. Also clean up some careless editing. | ||||
* | Original distribution updated. (1.58 -> 1.59) | itojun | 1997-11-13 | 1 | -3/+3 |
| | |||||
* | ElectricFence, the debugging malloc library | jraynard | 1997-11-13 | 6 | -0/+68 |
| | |||||
* | original distribution updated (1.57->1.58) | itojun | 1997-11-11 | 1 | -3/+3 |
| | |||||
* | Add author's site. | tg | 1997-11-10 | 1 | -2/+3 |
| | | | | | PR: 4988 Submitted by: Bruce Gingery <bgingery@gtcs.com> | ||||
* | (1) Add "-" between basename and version number in PKGNAME. | asami | 1997-11-10 | 1 | -1/+3 |
| | | | | | | Found by: portlint (2) Define IS_INTERACTIVE. The do-fetch target only prints out messages. | ||||
* | Add sfio. | jraynard | 1997-11-09 | 1 | -1/+2 |
| | |||||
* | Safe/Fast I/O Library | jraynard | 1997-11-09 | 6 | -0/+214 |
| | |||||
* | original distribution updated. (1.56 -> 1.57) | itojun | 1997-11-09 | 1 | -3/+3 |
| | |||||
* | original distribution updated to 1.56. | itojun | 1997-11-05 | 1 | -3/+3 |
| | |||||
* | Remove name of package. | asami | 1997-11-04 | 1 | -1/+1 |
| | |||||
* | Activate cccc. | tg | 1997-11-03 | 1 | -1/+2 |
| | |||||
* | Import of cccc port. cccc is a C and C++ code counter which | tg | 1997-11-03 | 7 | -0/+112 |
| | | | | | | | generates some statistics on your code as HTML output. PR: 4552 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> | ||||
* | Update to use tk80. More cleanup. | tg | 1997-10-31 | 3 | -155/+121 |
| | | | | | PR: 4896 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> | ||||
* | Activate tkref. | tg | 1997-10-30 | 1 | -1/+2 |
| | |||||
* | Import of tkref port. TkRef is a "reference card" for tcl/tk/tix/... commands. | tg | 1997-10-30 | 5 | -0/+41 |
| | | | | | PR: 4219 Submitted by: Bruce Gingery <bgingery@gtcs.com> | ||||
* | Forgot the Doc files. | chuckr | 1997-10-27 | 2 | -0/+5 |
| | |||||
* | Activate nasm, the Netwide Assembler. | chuckr | 1997-10-27 | 1 | -1/+2 |
| | |||||
* | Port of nasm, the Netwide Assembler, by Murray Stokeley. | chuckr | 1997-10-27 | 5 | -0/+39 |
| | | | | Obtained from: James Raynard |