summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Makefile cleanup. Plus:asami1996-11-162-8/+8
| | | | | | | | | | xview-clients/Makefile: replace NO_EXTRACT with an empty do-extract: target, otherwise DEPENDS won't work xview-lib/Makefile: add comment explaining above, use full pathname for ldconfig xview-config/Makefile: use MASTER_SITE_XCONTRIB
* add patches from Tom Crummey <tom@tompc.sos.bangor.ac.uk>erich1996-11-152-1/+16
| | | | closes ports/1742
* fix the Iterator scope problemadam1996-11-131-0/+23
| | | | | (however, there is an undefined symbol problem, seems unrelated) therefore bin/ibuild is still broken
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-139-37/+34
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.jfitz1996-10-241-2/+2
| | | | Submitted by: asami@freebsd.org
* Make tk dependancy rely on the libary, not the header file.jfitz1996-10-241-2/+3
| | | | Submitted by: asami@freebsd.org
* a re-port of a perl5 interface to Tk4.0p3.jfitz1996-10-245-0/+658
|
* Honor NOMANCOMPRESS.max1996-10-201-2/+4
| | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* Upgrade, 1.2a -> 1.3. The author has adopted a 3D arrow scrollbarasami1996-10-164-16/+16
| | | | | | based on another person's code so remove my own patch (patch-ac). Note this port actually corresponds to X11R6.1.
* Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS.asami1996-10-161-3/+2
|
* Make this compile with tcl75 in /usr/lib. Make sure it won't accidentallyasami1996-10-161-12/+11
| | | | | pick up libtclx as a valid tcl library (well, it matches "libtcl*") from /usr/local/lib. Use the value once it's found.
* Update md5chuckr1996-10-117-7/+7
| | | | Pointed out by Satoshi.
* Add a couple new docs.chuckr1996-10-117-0/+21
| | | | Pointed out by: Satoshi.
* Update Makefile to use install macros, delete extra superfluous lines,chuckr1996-10-117-56/+70
| | | | | add some docs. Pointed out by Satoshi.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-105-5/+5
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* nitpick nitpick nitpick! :-)jkh1996-10-097-14/+14
|
* Update to version 1.0.jkh1996-10-0214-98/+98
|
* Add LIB_DEPENDS on xpm.asami1996-09-261-1/+3
|
* Makefile cleanup, i.e.,asami1996-08-061-6/+10
| | | | | | | | | | | | | (1) Use submitter's full address in Whom: line. (2) Move WRKSRC down to where it belongs. (3) Remove unnecessary ALL_TARGET. (4) Use full pathname for ldconfig. (5) Convert mega-command to compress manpages to a .for loop. Also conditionalize it on NOMANCOMPRESS.
* Take out version number.asami1996-08-061-1/+1
|
* Update to version 2.1 of BLT. Note: I'm a little nervous about thejkh1996-08-056-79/+91
| | | | | | value of the MASTER_SITES line here and would like Kostya to keep an eye on it in case they eventually move it out of "NEW" on neosoft's FTP server. Submitted-By: Kostya Lukin <lukin@ns.okbmei.msk.su>
* Different fetch directory ...chuckr1996-07-317-14/+14
|
* New port, the 'qt' gui library.chuckr1996-07-3135-0/+2548
| | | | Submitted by: Michael Searle
* Upgrade, 0.75 -> 0.81.asami1996-07-124-11/+72
| | | | Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
* Change MASTER_SITE addresses from ftp.aud.alcatel.com (whichgpalmer1996-07-021-2/+2
| | | | | | | no longer holds the archive) to ftp.neosoft.com, correcting paths as necessary. Pointed Out By: jkh
* Call files/xmkmf with sh, so that it works even if the x bit isn't set.asami1996-05-151-2/+2
| | | | Pointed out in a different form by: chuckr@glue.umd.edu
* Just a small tweak - the site carrying xforms has changed.jkh1996-05-081-2/+2
|
* Add XView.prog.asami1995-11-271-1/+1
| | | | Noticed by: workman port
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* Change name, libforms -> libxforms.asami1995-10-052-6/+6
| | | | Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
* Makefile cleanup. Add "/sbin/" to ldconfig command lines in Makefileasami1995-10-032-8/+8
| | | | and PLIST.
* xforms-0.75 portjkh1995-10-035-0/+60
| | | | Submitted by: Gennady Sorokopud <gea@NetVision.net.il>
* Upgraded, 1.2 -> 1.2a. The bug I reported yesterday has been fixed, soasami1995-08-264-6/+6
| | | | the "workaround" patch-ad is no longer necessary.
* Upgrade, 1.1 -> 1.2. The shlib version number hasn't changed.asami1995-08-254-7/+7
|
* Remove "ldconfig -m" line, this port doesn't install shared libraries!asami1995-07-191-4/+1
| | | | Hello, Jordan?!? ;)
* Clean up invocation of ar.asami1995-07-181-0/+42
|
* Remove now obsolete X_NO_MAKE_MAKEFILES variable.jkh1995-07-171-2/+1
|
* Add a missing trailing slash in the MASTER_SITE line.ats1995-07-161-2/+2
|
* Update this to enable more of the underlying functionality. Totallyjkh1995-07-162-60/+762
| | | | | redo the regex code to use POSIX regexps; the previous "abstraction" was essentially a worthless hack.
* The Free Widget Foundation's widget set. This is set to compilejkh1995-07-157-0/+433
| | | | | only non-Motif widgets - if you have Motif and want the extensions in libfwf then configure, edit and build in 3 steps.
* Addasami1995-06-246-4/+13
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
* Add CATEGORIES=x11.asami1995-06-041-1/+2
|
* List all filenames, also add/delete symlinks from /usr/X11R6/libasami1995-06-041-2/+680
| | | | to make ldconfig happy.
* Final piece of puzzle to make this compile!asami1995-05-311-8/+913
| | | | Submitted by: Lucas James <Lucas.James@ldjpc.apana.org.au>
* Missing md5 file.asami1995-05-311-0/+1
|
* Add post-install target to make symbolic links for shared librariesasami1995-05-311-1/+7
| | | | (to make ldconfig happy) and gzip manpages.
* Make it compile. Well, almost. ibuild and idraw get a lot ofasami1995-05-291-0/+271
| | | | | | | | | | | | | | | undefined symbol messages, they seem to be missing the prefix "iv" in the library (src/lib/IV/FREEBSD/libIV.a). It probably has something to do with #define _lib_iv(name) iv##name in src/include/InterViews/iv.h, but I can't figure out for my life how this entangled spaghetti of include files manage to compile without swallowing their tails.... Submitted by: Lucas James <Lucas.James@ldjpc.apana.org.au>
* Make it fetch.asami1995-05-291-3/+5
|
* Set USE_X11 instead of defining PREFIX explicitly. Among other things,asami1995-05-191-3/+2
| | | | this will avoid calling of mtree.
* Add more CATEGORIES. packages/orphans is now empty.asami1995-05-031-1/+2
|
OpenPOWER on IntegriCloud