aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Japanese gs4 using the vector font library. The submitter claims it'sasami1996-12-0619-0/+2555
| | | | | | highly addictive. Submitted by: mita@jp.freebsd.org
* Update 1.1.beta27 to 1.1.beta28.peter1996-12-0618-45/+45
| | | | | | This fixes some small bugs, including a CR/LF problem and (I think) two problems with aborting. The author has hinted that this might be the last beta before 1.1.0.
* rm -> ${RM}max1996-12-061-3/+3
| | | | ln -s -> ln -fs
* Activated ldap.max1996-12-061-1/+2
|
* Upgrade magic to version 6.5.swallace1996-12-061-0/+13
| | | | spice2sim awk script should run /usr/bin/awk, not /bin/awk.
* Upgrade irsim to version 9.4.1.swallace1996-12-061-0/+22
| | | | | Need a small patch to fix bug which references an undefined and never used variable, contline.
* Upgrade irsim to version 9.4.1.swallace1996-12-066-88/+32
|
* Upgrade magic to version 6.5.swallace1996-12-067-557/+28
| | | | Hurray! Distribution now already includes FreeBSD patches.
* New patch for man pages to make them correctly list the file locations.max1996-12-062-0/+98
|
* Added PREFIX?=/usr/local to the Makefile so that nasty result can bemax1996-12-061-3/+4
| | | | avoided even if the user typed ``make install'' in the WRKSRC directory.
* Upgrade to version 4.04swallace1996-12-064-12/+15
|
* Demangle PKGNAME. See, I told you it's going to confuse somebody! :)asami1996-12-061-2/+2
|
* Added "cn-" to the PKGNAME.obrien1996-12-061-2/+2
|
* Update to version 3.0jkh1996-12-0521-171/+2121
| | | | Submitted-By: Paulo Menezes <paulo@lapa.isr.uc.pt>
* Update to version 2.0jkh1996-12-058-94/+102
| | | | Submitted-By:Paulo Menezes <paulo@lapa.isr.uc.pt>
* Geneerate shared libraries too.asami1996-12-053-3/+149
| | | | Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
* Add vietnamese.asami1996-12-051-1/+2
|
* A new category for Vietnamese support, requested by David O'Brien.asami1996-12-052-0/+7
|
* Use ${MKDIR} and ${INSTALL_DATA}.asami1996-12-051-3/+3
|
* Use ${MKDIR} and ${INSTALL_DATA} instead of mkdir and cp. Now canasami1996-12-051-3/+3
| | | | install twice (because ${MKDIR} never fails because of existing dirs).
* Ollivier posted patches upto 13.obrien1996-12-056-15/+27
|
* Update 1.1beta26 -> 1.1beta27peter1996-12-0518-45/+45
| | | | Among the changes is a strcasecmp() fix to make POST operations work.
* Add "-o" flag to unzip so it won't prompt about overwriting existingasami1996-12-052-4/+4
| | | | files. Add slash at end of ${DISTDIR}.
* Make pkg_add print the license only once. Note that the INSTALL scriptasami1996-12-052-0/+8
| | | | | is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL" (cf. pkg_add(1)).
* Update from socks5-beta-0.16.6-exportable to socks5-beta-0.17.1-exportable.jdp1996-12-053-5/+41
| | | | | | Fix configuration problem caused by FreeBSD major version number change. Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* Update to December 1st, 1996 version of Wine.se1996-12-054-8/+8
| | | | | This is the first Wine that allowed me to load MS-Word 6.0 and which let me read and edit a 20 page document ...
* Make pkg_add print the license only once. Note that the INSTALL scriptasami1996-12-052-4/+4
| | | | | is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL" (cf. pkg_add(1)).
* Remove @unexec rm of a listed file, it will be removed byasami1996-12-052-2/+0
| | | | pkg_delete automatically if the file is in PLIST.
* People, please please please update subdir Makefiles when you importasami1996-12-051-1/+2
| | | | a port! (I thought easy-import now yells in your ears about this..)
* Additionly report "s/key xx xxxxx (required)" in popper errorache1996-12-052-122/+136
| | | | | | | | | message about incorrect password. It is only chance to bring it to user attention since 99% pop clients don't know about s/key existance and do not prompt for s/key BEFORE sending password. As result of this patch netscape allows reenter with valid s/key now, i.e. it shows needed s/key info in password reentering box after trying first time with incorrect one.
* Upgrade to 961203ache1996-12-052-4/+4
|
* Add news to CATEGORIESache1996-12-051-2/+2
|
* port of linux' wingzerich1996-12-0513-0/+478
|
* Update 1.1.beta25 -> 1.1.beta26peter1996-12-0418-45/+45
| | | | | | | | | | | | Among the changes: - remove patch-aa, it's now in the standard distribution - checks for libgnumalloc for <= FreeBSD-2.1.x systems to avoid the nasty libc malloc problems. - more useful data in the logs - support for poll() syscall with unlimited number of file descriptors if present instead of select()'s restrictions. (Standard FreeBSD doesn't yet have poll()..) - the usual bug fixes
* Yesterday, all my deadlines seemed so far awayasami1996-12-041-41/+41
| | | | | now it looks as though it's freeze in four days oh I believe in cvs..
* Only ask essential questions (i.e., don't ask if it's ok to put theasami1996-12-041-0/+137
| | | | | | binary in /usr/X11R6/bin, if that's not ok, 400 ports will break anyway). Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
* Mistyping.obrien1996-12-041-1/+1
|
* Turn on lang/cimobrien1996-12-041-1/+2
|
* Compiler for the SIMULA programming languageobrien1996-12-045-0/+53
| | | | | Closes-PR: ports/2069 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
* Optimize by changing "sort | uniq" -> "sort -u". "make index" is nowasami1996-12-041-6/+6
| | | | | | 412 secs instead of 498 secs on my machine! Submitted by: fenner
* Add trailing slash to ${DISTDIR}, bsd.port.mk no longer adds it.asami1996-12-048-16/+16
| | | | Reported by: "Eric J. Chet" <ejc@gargoyle.bazzle.com>
* Turned off ports/japanese/xloadfaceobrien1996-12-041-2/+1
| | | | Requested by: Satoshi
* Turned on xloadface.obrien1996-12-041-1/+2
|
* `xloadface' is a network load monitor for X11. This program use the rwhodobrien1996-12-046-0/+393
| | | | | | | | | | | database for display `user' and `CPU load'. It displays a face for each machine gotten from rwho. Quite cute. The README and manpage are in Japanese. Closes-PR: ports/2115 Submitted by: furusawa@com.cs.osakafu-u.ac.jp
* Variable reorderization. Also, no need to use += for RUN_DEPENDS.asami1996-12-041-3/+3
|
* Add Pine WWW into commentache1996-12-041-1/+2
|
* Move TAG_EMBED from valid Russian letter '\377' to more neutral '\001'ache1996-12-041-0/+19
| | | | Tag quoting not implemented properly cause '\377' chars skipped
* Add pass-control-characters-as-isache1996-12-041-1/+2
|
* It is usually a good idea to change this file when you upgrade your port.asami1996-12-031-1/+1
|
* Add pine.languageache1996-12-031-1/+2
|
* Tune Pine for KOI8-R defaultsache1996-12-035-0/+43
|
* Remove nohdrencodingache1996-12-031-2/+1
|
* Turn on locale. More FreeBSD tuningsache1996-12-031-6/+6
|
* 1.0.94 --> 1.0.95adam1996-12-032-3/+5
|
* update supplementary docsadam1996-12-031-13/+23
|
* Turn on xloadface.obrien1996-12-031-1/+2
|
* More default CFLAGS fixesache1996-12-031-15/+43
|
* rewrite some supplementary docsadam1996-12-031-13/+23
|
* Use dafault CFLAGSache1996-12-031-1/+1
|
* /usr/local/news/lib -> /usr/local/lib/newsache1996-12-031-1/+1
|
* mkdir --> ${MKDIR} cp -->${CP}obrien1996-12-036-15/+14
|
* Updated to version 6.3obrien1996-12-034-15/+17
| | | | | | Closes PR: ports/2109 Submitted by: Paul Fox <pgf@american.com>
* Install SSLeay docs into ${PREFIX}/share/doc/SSLeay/...obrien1996-12-034-2/+102
| | | | Submitted by: Igor Vinokurov <igor@ibank.ru> (on ports list)
* Previous MD5 signature was mysteriously corrupt. Fix it.jkh1996-12-031-1/+1
| | | | Spotted-By: Michael Smith's pib script.
* Remove tcl75, it is already in the main source tree.asami1996-12-031-2/+1
|
* Remove Japanese tcl-7.3/tk-3.6. There are newer versions in the tree.asami1996-12-031-3/+1
|
* Remove tkHTML and wwwish, they require ancient versions of tcl/tk andasami1996-12-031-3/+1
| | | | they themselves are ancient.
* Remove xtexshell, requires ancient version of tcl/tk.asami1996-12-031-2/+1
|
* Remove tkWWW, it requires tk-3.6, and it wasn't that useful to begin with.asami1996-12-031-2/+1
|
* jkh doesn't want to be the maintainer anymore (any takers???)obrien1996-12-031-3/+2
| | | | Obtained from: email to ports list
* Remove nv, as promised. It still depends on the old version of tcl/tk,asami1996-12-031-2/+1
| | | | and wasn't upgraded.
* Upgraded to PL-10.obrien1996-12-039-9/+84
|
* Upgrade to 1.18b8.jkh1996-12-031-2/+2
|
* Add / to end of MASTER_SITES.asami1996-12-031-5/+5
|
* Checksum changed before I grabbed it.asami1996-12-031-1/+1
|
* Upgrade from 3.7.7 to 3.7.8tg1996-12-033-7/+10
|
* ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.asami1996-12-0311-28/+28
| | | | Hinted by: obrien
* {CP} -> ${CP}.asami1996-12-032-14/+14
|
* Well, I know it doesn't make much sense to have something like "{RM}"asami1996-12-033-9/+9
| | | | | in there, but our make still isn't smart enough to figure out that it means "${RM}", David. :)
* Update 1.1.beta20 to 1.1.beta25peter1996-12-0218-45/+45
| | | | | | | | Lots of changes, see ChangeLog Reviewed by: Submitted by: Obtained from:
* Ooops, can't use ${PREFIX} in these scripts.max1996-12-021-1/+1
| | | | Noticed by: Koichi Satou <copan@ppp.fastnet.or.jp>
* Upgrade from 3.11 to 3.12.tg1996-12-023-35/+35
|
* Added an entry for cap60/*.max1996-12-011-1/+2
|
* Activate cap.max1996-12-011-1/+2
|
* New port: the Columbia AppleTalk Package for UNIX.max1996-12-0115-0/+1433
|
* Umgrade to v1.59 - the same as the GNU CD release version.markm1996-12-016-15/+15
|
* Cannot have an empty PATCHFILES if you have a DIST_SUBDIR now.obrien1996-12-013-6/+6
|
* Mode for non-executables is 644, not 755.obrien1996-12-012-142/+102
| | | | | | Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port).
* Things in pre-install target are already handled by mtree.obrien1996-12-012-14/+8
| | | | | | Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port).
* General Makefile cleanupobrien1996-12-0127-105/+123
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Cleaned up post-install target.obrien1996-12-017-56/+63
|
* "mkdir -p" --> ${MKDIR}obrien1996-12-011-2/+2
|
* add "mutt/" to the MD5 checksumobrien1996-12-013-3/+3
|
* Upgrade to 0.53obrien1996-12-016-9/+9
|
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toasami1996-11-3028-432/+432
| | | | changes made in rev. 1.232 of bsd.port.mk.
* MakeTeXPK is not a binary exacutable, so use ${INSTALL_SCRIPT}.asami1996-11-301-2/+2
|
* Merge from RELENG_2_2 (duh). See rev 1.227.2.4 for details.asami1996-11-301-53/+95
|
* Install emacsclient et al., which were not included previously becauseasami1996-11-306-6/+183
| | | | | | | | | they might overwrite emacs' versions. The more I think about this, the less sense this makes, as we pratcically mandate emacs to be installed as well for this mule to work. Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
* Misc. bugfixes, mostly FreeBSD-specific.asami1996-11-305-6/+50
| | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
* Fix for GUS sound cards.asami1996-11-301-0/+19
| | | | Submitted by: jmz
* Put EXTRACT_SUFX in the right place. Use more predefined macros.asami1996-11-301-5/+5
|
* Take out "Tkcron is ", as mentioned in the handbook.asami1996-11-301-1/+1
|
* "-mkdir -p" -> "${MKDIR}".asami1996-11-301-2/+2
|
* "mkdir -p" -> "${MKDIR}".asami1996-11-301-3/+3
|
* Upgrade the md5 file Torsten forgot (as usual :).asami1996-11-301-1/+1
|
* Upgrade to 2.08torstenb1996-11-302-4/+4
|
* PATCH_SITES was wrong.max1996-11-303-6/+6
|
* fix "replace" targettorstenb1996-11-301-18/+31
|
* Upgrade to 1.6ctorstenb1996-11-302-6/+18
|
* Upgrade to 2.1torstenb1996-11-303-8/+11
|
* Upgrade to 0.6torstenb1996-11-304-57/+77
|
* libwww 2.17 has been moved to a subdir.torstenb1996-11-301-2/+2
|
* Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that itjdp1996-11-302-3/+3
| | | | | will be executed before any other scripts that depend on it (such as an anticipated "cvsupd.sh").
* fix MASTER_SITES (freefall -> freefall.freebsd.org)torstenb1996-11-301-2/+2
|
* Upgradeache1996-11-302-2/+2
|
* Upgrade to 961126ache1996-11-292-4/+4
|
* Add xbakuzan.tg1996-11-291-1/+2
|
* Add tkcron.tg1996-11-291-1/+2
|
* Import of xbakuzan, a paint tool for shodo.tg1996-11-295-0/+37
| | | | | | | | | Closes PR 2064. In case you're wondering why I commit to japanese/: I thought this was some kind of game :-). Ignorant gaijin (sp?), that's me. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Second try: import of tkcron, a frontend to crontab.tg1996-11-297-0/+59
| | | | | | Closes PR 2064. Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
* Add safe-tcl.markm1996-11-281-1/+2
| | | | Remembered before: asami
* Put DIST_SUBDIR in the right section.asami1996-11-271-2/+2
|
* Add master site on LOCAL_PORTS. Misc. cleanup.asami1996-11-278-24/+16
|
* Make the comments match reality. Add master site on LOCAL_PORTS. Misc.asami1996-11-273-18/+15
| | | | cleanup.
* Ask questions only if BATCH is not defined. Consequently, deleteasami1996-11-271-3/+3
| | | | IS_INTERACTIVE and NO_PACKAGE.
* More freebsd tuningache1996-11-271-0/+26
|
* Add missing filesache1996-11-273-48/+29
| | | | More freebsd tunings
* Gosh, I spend two hours fixing up all the Makefiles and here's anotherasami1996-11-271-1/+2
| | | | import without the subdir Makefile update! ;)
* new port for linux_devel, The linux cross-development stufferich1996-11-2712-0/+102
|
* add X11 nls stuff, fix the build/install process.erich1996-11-2716-32/+88
|
* upgrade to November 13 versionerich1996-11-262-5/+5
|
* more patcheserich1996-11-266-0/+1248
| | | | Obtained from: the gimp mailing list, and me
* upgrade to 1.5.3erich1996-11-262-6/+6
| | | | Submitted by: Masafumi NAKANE (max@wide.ad.jp)
* If you really like it you can have the distfiles,asami1996-11-261-30/+60
| | | | | | | | It could fill up your hard drive overnight, If you must complain you can send-pr here, But I need a break and I want to be a ports tree manager, Ports tree manager, Ports tree manaaaaaaaageeeeer..
* Misc. cleanup.asami1996-11-263-8/+8
|
* Add missing manpage (perl.1).asami1996-11-267-14/+14
|
* share/misc is now sanctioned in 2.2obrien1996-11-263-6/+6
| | | | Reviewed by: Satoshi
* Combine my do-install and post-install targets.. there was no need for twoobrien1996-11-261-3/+1
| | | | targets.
* Make this compile and package.asami1996-11-263-6/+4
|
* Add p5-Tk400 and qvwm. Sort.asami1996-11-261-2/+4
|
* Add p5-{CGI,CGI_Lite,HTML,HTML-QuickCheck,HTML-Stream,HTTPD-Tools,libwww}asami1996-11-261-1/+8
|
* Fixed paths to reflect FBSD standard vs. my local box.obrien1996-11-263-6/+6
|
* Add mkisofs.asami1996-11-261-1/+2
|
* Add cops.asami1996-11-261-1/+2
|
* Sort.asami1996-11-261-2/+2
|
* Add inn-currentasami1996-11-261-1/+2
|
* Add bb and socks5.asami1996-11-261-1/+3
|
* Sort.asami1996-11-261-3/+3
|
* Make this thing actually compile without Motif.asami1996-11-262-8/+4
|
* Sort.asami1996-11-261-2/+2
|
* Add flying, imaze and xeyesplus. Sort.asami1996-11-261-2/+5
|
* Add scitext. Sort.asami1996-11-261-2/+3
|
* Add prcs.asami1996-11-261-1/+2
|
* Sort this in alphabetical order.asami1996-11-261-2/+2
|
* Create necessary directories. Also, misc. cleanup.asami1996-11-261-4/+10
|
* Don't put x11 in CATEGORIES.asami1996-11-261-3/+2
|
* Oops, rmsgd.8 should be in MAN8, not MAN1.asami1996-11-261-2/+3
|
* Add .gz suffix to manpages so this port packages again.asami1996-11-261-16/+16
|
* No need for "x11" in CATEGORIES, or half the ports tree will need that. :)asami1996-11-262-5/+5
|
* Change DIST_SUBDIR to lowercase, like other ports.asami1996-11-263-6/+6
|
* Misc. cleanup. In particular, don't fetch the docfile in theasami1996-11-262-9/+11
| | | | install target.
* Activate bricons.tg1996-11-251-1/+2
|
* Activate xvnews.tg1996-11-251-1/+2
|
* Activate xmaddressbook, xtar.tg1996-11-251-1/+3
|
* Import of bricons, a start up utility for applications on an X display.tg1996-11-259-0/+189
| | | | | | Closes PR 1529. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
* Import of xvnews, an OpenLook newsreader.tg1996-11-259-0/+146
| | | | | | Closes PR 1525. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
* Import of xtar, a tar file browser.tg1996-11-259-0/+94
| | | | | | Closes PR 1526. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
* Import of xmaddressbook.tg1996-11-256-0/+59
| | | | | | Closes PR 1527. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
* aargh! how did this happen?? USE_DES is *not* supposed to be on bypeter1996-11-251-2/+2
| | | | default, as it needs the secure dist to be installed...
* Added some extra MASTER_SITES. Note, only one of them still has version 1.05obrien1996-11-251-3/+9
| | | | | (which is what we try to fetch). The others have 1.08 and 1.1. I'll update this port in two-three weeks.
* Remove the suid bit of SuperProbe.jmz1996-11-256-6/+12
| | | | | | According to Marc Slemko (marcs@alive.ampr.ab.ca) there are potential security holes in SuperProbe and it is not going to be setuid in the next release.
* Support Motif compilation.obrien1996-11-251-2/+4
|
* Turn on mars and lprpsobrien1996-11-252-2/+4
|
* The Maryland Routing Simulator (MaRS) is a discrete-event simulatorobrien1996-11-2512-0/+1132
| | | | | providing a flexible platform for the evaluation and comparison of network routing algorithms.
* Lprps is a collection of programs for using lpr with a PostScript printer.obrien1996-11-259-0/+186
| | | | (it used to be mentioned in the Handbook in the printing chapter)
* Upgrade to version 0.52obrien1996-11-259-96/+33
|
* Change dependancy from restricted rzsz to un-restricied lrzsz.obrien1996-11-243-3/+36
|
* Update checksum; the source tarball was updated in-place.fenner1996-11-241-1/+1
|
* Update the checksum.fenner1996-11-242-2/+2
|
* Update PLIST per Satoshi's requestpst1996-11-231-70/+72
|
* Backout my {INSTALL_*} changes until I have access to a net connect 2.2obrien1996-11-231-9/+9
| | | | machine. (Won't fetch correctly with my 2.1.5-R lab machine for some reason)
* Update 1.1beta19 to 1.1beta20 - more bug fixes.peter1996-11-2218-45/+45
| | | | | | Reviewed by: Submitted by: Obtained from:
* Another NO_PACKAGE port, too many questions asked.asami1996-11-222-2/+4
|
* Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.asami1996-11-227-14/+14
| | | | Maybe I should go to sleep.
* Make this NO_PACKAGE, it asks too many questions.asami1996-11-227-7/+14
|
* Add WRKSRC so this thing actually compiles. While I'm here, clean upasami1996-11-221-4/+2
| | | | | | | the Makefile a bit. (David, don't forget changing DISTNAME affects WRKSRC if NO_WRKSUBDIR is not set!)
* Make this NO_PACKAGE, it asks too many questions.asami1996-11-221-1/+2
|
* Add checksum for two font filesasami1996-11-221-0/+2
|
* Manpages need .gz suffix in package list.swallace1996-11-221-14/+14
|
* Needed a break from my prelim exams... did a port... adding it here.obrien1996-11-221-1/+2
|
* Misspelled manpage listed in Makefile.swallace1996-11-221-2/+2
|
* New port -- netcat is a simple utility which reads and writes data acrossobrien1996-11-225-0/+74
| | | | | | network connections. Obtained from: OpenBSD
* 1.0.93 --> 1.0.94adam1996-11-222-3/+5
|
* I'm not sure how I forgot to change these when I added manpageasami1996-11-222-2/+2
| | | | compression to the Makefiles. Maybe I was asleep.
* Silently fix up my mistakes so nobody will know what a dork I am.asami1996-11-224-4/+8
|
* Please read your commit messages. Or even a cvs log of this file.asami1996-11-221-1/+1
| | | | Don't people do that anymore before committing?
* Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0".asami1996-11-222-2/+2
|
* Re-update xpilot to version 3.5.1swallace1996-11-225-62/+62
|
* add a patch to fix some of the LFD'serich1996-11-221-0/+43
| | | | Submitted by: MITA Yoshio
* ${INSTALL_PROGRAM} is not for scripts, ${INSTALL_SCRIPT} is.asami1996-11-211-2/+2
|
* Oops, fix man page compression.asami1996-11-212-25/+25
|
* Oops, forgot to compress one manpage.asami1996-11-212-6/+6
|
* Fix the PLIST.markm1996-11-213-6/+6
| | | | (I did this yonks ago and forgot to commit)
* I will have to conclude David was sound asleep when he made this change. ;)asami1996-11-211-7/+7
|
* Add ru_RUache1996-11-211-1/+2
|
* Remove acroread.asami1996-11-211-2/+1
|
* Typo typo (no, not my fault!).asami1996-11-211-2/+2
|
* Remove restrictions, the license seems to be liberal enough.tg1996-11-219-42/+54
| | | | Now also works with a different $PREFIX.
* Upgrade to version 2.4.23. The master site does not even have the tarballmarkm1996-11-216-185/+150
| | | | for 2.4.21 anymore.
* Check in the patches that CVS missed yesterday... *now* it'll build =)fenner1996-11-216-428/+66
|
* Remove ejdict, port retracted due to licensing problems.asami1996-11-201-2/+1
|
* Add BUILD_DEPENDS to netpbm.asami1996-11-202-2/+6
|
* 1.2.16 --> 1.2.17adam1996-11-207-50/+53
| | | | (new agent forwarding protocol that is said to work this time)
* Remove unnecessary USE_X11 (implied by USE_IMAKE) and XMKMF (alreadyasami1996-11-201-5/+3
| | | | | | | | | defined, why do we need it?). Don't put "x11" in category just because it uses X, or 2/3 of the games would be in x11. Change "mkdir -p" to ${MKDIR}. In case you are wondering why I jumped on this so quickly, these are exactly the things I was fixing on Mr. Nakai's other ports too. ;)
* It's not recommended to put the full man page in this file. ;)asami1996-11-201-100/+0
|
* More typo police.asami1996-11-202-4/+4
|
* Typo police.asami1996-11-201-2/+2
|
* Change jpeg major.asami1996-11-206-18/+12
|
* Add acroread.tg1996-11-201-1/+2
|
* Add xsokoban.tg1996-11-201-1/+2
|
* Add acroread. Commercial software.tg1996-11-201-1/+2
|
* Import of acroread, a reader for the Adobe Portable Document Format.tg1996-11-2018-0/+378
| | | | | Note: This is set to RESTRICTED and INTERACTIVE, until someone says something definite about the copyright/inclusion on CDROM.
* Import of xsokoban, a pushing blocks solitaire game.tg1996-11-208-0/+371
| | | | | | Closes PRs 1801, 2029, 2059. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Change hard link to symlink so that it works even when the manpages areasami1996-11-201-3/+3
| | | | not compressed at the time of link creation.
* Added MAINTAINERobrien1996-11-201-1/+3
|
* mkdir --> ${MKDIR}obrien1996-11-204-13/+13
| | | | | cp --> ${CP} rm --> ${RM}
* Upgraded to imm 3.5a1 . This port is no longer BROKEN.fenner1996-11-2014-30/+240
|
* fix DISTNAME so this thing buildserich1996-11-206-12/+12
|
* add gimp-develerich1996-11-191-1/+2
|
* Typo typo. (No, this one wasn't my fault.)asami1996-11-1914-28/+28
|
* - if MOTIFLIB is not defined, setup a defaulttorstenb1996-11-192-3/+8
| | | | - only use Motif if "FORCE_MOTIF" is defined
* Add back part of manual compression rule (note double meaning ofasami1996-11-191-2/+8
| | | | | "manual" here), bsd.port.mk can't deal with both MAN1 and MAN3 if they have different MANPREFIX's. Hmm.
* 19.34 -> 19.34b. It seems like this release was replaced on the GNU masterasami1996-11-1910-20/+25
| | | | site 2 months ago and nobody noticed!
* Yipes, another typo ("MASTER_SITE_CONTRIB").asami1996-11-191-2/+2
|
* Added gifmerge.asami1996-11-191-1/+2
|
* Added xmascot.asami1996-11-191-1/+2
|
* A tool for making GIF animations. Closes PR ports/1980.asami1996-11-195-0/+50
| | | | Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* A pretty animation on your X screen. WARNING: this program will put aasami1996-11-195-0/+69
| | | | | | | | lot of pressure on your X server! Closes a lot of PRs. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* libident is no longer optionaltorstenb1996-11-193-10/+4
|
* Use Motif if HAVE_MOTIF and MOTIFLIB are defined (/etc/make.conf).torstenb1996-11-192-4/+46
| | | | default it to build the xview version.
* Better default settings for vga cards in kon.cfg.max1996-11-191-13/+35
| | | | | | | Submitted by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Patch to fix a bug that a few video cards didn't work properly. Submitted by: manabe@Roy.dsl.tutics.tut.ac.jp (Takashi Manabe)
* Upgrade, 1.9 rel9 -> 2.0 rel0.max1996-11-192-4/+4
|
* Update LIB_DEPENDS to new jpeg major. Note we don't know if theseasami1996-11-196-12/+12
| | | | will work yet, people are encouraged to test them.
* new port for the gimp developer's releaseerich1996-11-1948-0/+3678
|
* unzip and lha should be BUILD_DEPENDS not FETCH_DEPENDS. (Note thatasami1996-11-191-2/+2
| | | | | BUILD_DEPENDS is actually checked from within the extract target, and thus covers everything from extract to build.)
* It's 660 lines, give or take a few,asami1996-11-191-23/+29
| | | | | | | | I'll be porting more in a day or two, I can make it longer if you like the ports, I've been changing it 'round and I want to be a Ports tree manager, Ports tree manageeeeeeeer..
* Fix some typos I so eloquently introduced last night.asami1996-11-1913-26/+25
| | | | Found by: make index
* Yipes, deleted CATEGORIES by mistake. Mea culpa.asami1996-11-191-2/+3
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-18345-1023/+787
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Add $Id$.asami1996-11-181-0/+2
|