summaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade, 1.39 -> 1.40. The patch I sent to the author is included in theasami1995-11-262-5/+5
| | | | source now (although he doesn't credit me, and that hurts my big ego).
* Move the physical copy of Wraphelp.c to after link-farm creation.markm1995-11-234-8/+28
| | | | | This fixes the build for CDROM owners. Reviewed by: jmz
* Change "x11 emulation" to "x11 emulators".asami1995-11-221-2/+2
|
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-092-2/+2
| | | | lot of ports or what! ;>
* ...just realized I was committing a binary file to CVS, ugh...redo uncompressedpst1995-11-074-4/+4
|
* Add optional support for enabling MIT's DES based authentication andpst1995-11-078-4/+272
| | | | | also rolled in Kerberos V4 support so xdm can aquire your tickets for you. Approved by: jmz & asami
* Update our port to XFree86-3.1.2-S, which has the security update frompst1995-11-044-28/+44
| | | | | the XFree86 group (which is their flavor of XC fix 13). Reviewed by: jmz
* Shorten the comments.jkh1995-10-292-2/+2
|
* added myself as MAINTAINERerich1995-10-281-1/+4
|
* fixed COMMENTSerich1995-10-281-1/+1
|
* fixed COMMENTS.erich1995-10-282-2/+4
|
* Version number is 3.1.2, not 3.1.1!!!jmz1995-10-108-8/+8
| | | | Submitted by: Julian H. Stacey
* Add CATEGORIES=x11. If this is not in category x11, what elseasami1995-10-064-4/+8
| | | | can be?!? ;>
* Enable xforms.asami1995-10-051-1/+2
|
* Convert all makefiles to new formats.asami1995-10-031-38/+38
|
* Remove kludge to work around ncftp's inability to fetch .tar.gz filesasami1995-10-021-16/+8
| | | | created on-the-fly by using ncftp2 and FETCH_DEPENDS.
* Remove g3view, add viewfaxjmz1995-09-281-2/+2
|
* Add -fno-strength-reduce to compilation flagsjmz1995-09-184-16/+20
| | | | Ask the user if he/she wants to use gnu malloc
* User input is now only required at the beginning of the script, patchesjmz1995-09-164-212/+400
| | | | | are done after the user configuration. Check if all files are present before building from CDROM
* Added cyrillic font files. I have not checked if this file is still correct.jmz1995-09-164-0/+280
|
* Upgrade to 3.1.2jmz1995-09-168-16/+20
|
* Add "CATEGORIES=x11". Boy, was I surprised to find this baby in theasami1995-08-234-4/+8
| | | | orphans dir!
* These ports are moved to their new homes in emulators/tkhfs andasami1995-08-191-4/+1
| | | | utils/tk{info,man}. Mom is going to miss you, kids.
* Added tk4.asami1995-08-141-1/+2
|
* Various plan9 utilities. It's such a complete collection, I'm goingasami1995-08-1413-0/+153
| | | | | | to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>
* Add xcbjkh1995-08-021-1/+2
|
* Bring in xcb, version 2.3. Very useful.jkh1995-08-025-0/+58
|
* Upgrade 2.0 -> 2.11BETAache1995-07-193-6/+6
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add FWF to subdirs.jkh1995-07-151-1/+2
|
* xperfmon is moved to sysutils.asami1995-07-121-2/+1
|
* Added xscreensaver.asami1995-07-111-1/+2
|
* Version 1.25 of xscreensaver, this one works on screens with moreasami1995-07-115-0/+77
| | | | than 8 planes too.
* color_xterm was broken to color and _xterm separately, fix itache1995-07-081-3/+2
|
* Disable tkman. Convert it to the new format along the way.asami1995-07-051-7/+39
| | | | | | | | | | | | | | | | | | Note that the "BROKEN+=tkman" is not a comment but is just as good as one, since bsd.port.subdir.mk doesn't understand the BROKEN keyword yet anyway. ;) ----- Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Moin, I just noticed that tkman-1.6.tar.Z is gone from the master site. There is no copy anywhere for copyright reasons and the new version requires Tk-4.0beta (which we don't have). Could someone add it to the BROKEN list? tg
* Addasami1995-06-248-4/+20
| | | | | | | | | | | | | | 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 xbuffy.asami1995-06-221-2/+2
|
* Set DISTFILES so that the files will be checksum'ed (only with FTP build)jmz1995-06-174-4/+8
|
* Checksumjmz1995-06-174-0/+16
|
* Moved iv from BROKEN to SUBDIRS. Hooray!asami1995-05-311-4/+2
|
* Bug fixes for compilation from the O'Reilly and Associates CDROMjmz1995-05-178-88/+24
| | | | | Reviewed by: jmz Submitted by: Mark Murray <mark@grondar.za>
* remove initial @cwdjmz1995-05-151-2/+1
| | | | fix typo in app-defaults file name
* Correct pathname of app-defaults filejmz1995-05-151-2/+2
|
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-2/+2
| | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
* Add back emiclock.asami1995-05-131-3/+3
|
* Upgrade (3.0.3.4 -> 3.0.3.7).asami1995-05-135-10/+10
|
* Add emiclock (doesn't fetch) to restricted. Add tkinfo, x3270, xdtm,asami1995-05-131-4/+6
| | | | xgrab and xloadimage to SUBDIR.
* Add "IS_INTERACTIVE=yes" (needs to actually *run* xrdb) andasami1995-05-131-1/+5
| | | | | | "XMKMF=xmkmf" (make depend blows up). Still don't know if it works, though.
* Define NO_PACKAGE for now, we aren't building the package of this thingasami1995-05-134-4/+16
| | | | | yet. The user can define FORCE_PACKAGE if the package is really desired.
* Added xcolors.asami1995-05-101-2/+2
|
* xcolors, displays the colors in the universe, R6 versionasami1995-05-104-0/+45
|
OpenPOWER on IntegriCloud