aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwasami1997-01-139-9/+9
| | | | pre-existing.
* Update the "version required" comment. Change "Whom" and MAINTAINER toasami1997-01-131-11/+5
| | | | | | | | reflect reality (who's "cbr"?). Change PKGNAME to follow standard. Remove commented out MASTER_SITES (I know how it got here, and I do this myself too, but you have to make sure you delete it before committing, Chuck :), remove unnecessary pre-install target (directories are created by mtree).
* Activate libsx and lupe.tg1997-01-131-1/+3
|
* Activate cgoban.tg1997-01-131-1/+2
|
* Import of libsx, a simple X library.tg1997-01-136-0/+129
| | | | | | Closes PR #2289. Submitted by: pgiffuni@FPS.biblos.unal.edu.co
* Import of lupe, a magnifying glass for X11.tg1997-01-135-0/+30
| | | | | | Closes PR #2250. Submitted by: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
* Import of cgoban, an internet go client.tg1997-01-136-0/+46
| | | | | | Closes PR #2398. Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
* Skip non-existent subdirectories. The diff is rather large becauseasami1997-01-131-10/+11
| | | | | | | | the original logic went into a section of code assuming some incarnation is there, but it's basically a "test -d" fix. Closes PR ports/2082. Reviewed by: max ("although I didn't test it, it looks fine")
* Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it,chuckr1997-01-133-105/+23
| | | | and I want the new octave). Look for octave later today.
* Don't build/install shared c-client library, because it is obsoletedache1997-01-136-212/+47
| | | | | | with imapd port and used only for pine Don't build/install mtest, already done in imapd port now Add missing -lcrypt for pine build
* Build/install/use c-client shared and normal librariesache1997-01-135-47/+220
| | | | | | Install mtest as mboxtest Use INSTALL_* macros Use ${PREFIX}/etc instead of /etc
* Upgrade, 2.8.max1997-01-123-5/+5
|
* Take out imapd/ipopd, separate port is available nowache1997-01-123-15/+34
|
* Add OpenBSD support. Change some comments to reflect the fact. Also:asami1997-01-121-9/+22
| | | | | | | | | | | | | | | | | | | | | (1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and OpenBSD_MAINTAINER. These are not comments anymore, so we may even use it in the future. (2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()" to find the location of md5 an tar. Play similar trick for fetch (OpenBSD uses /usr/bin/ftp which groks http: addresses). This commit includes most of the changes made in 1.242 (although many of them are done differently after more discussion). One thing that is conspicuously missing is NOMANCOMPRESS, which has been postponed until Warner figures out what exactly the situation is on the OpenBSD ports paradigm. (In a nutshell, we can't just define NOMANCOMPRESS in this file even if uncompressed manpages is the default for OpenBSD, because that will take away the ability of individual users to select manpage compression.) Reviewed by: imp@openbsd.org
* (1) New variable, SCRIPTS_ENV, which is passed to scripts/configureasami1997-01-121-23/+43
| | | | | | | | | | | | | | | | | | | | | | | and scripts/{pre,post}-* as environment vars. Also, if BATCH is set, "BATCH=yes" is automatically added to SCRIPTS_ENV. (Requested by: max) (2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as BSD_INSTALL_*. (Requested by: obrien) (3) New variable MOTIF_ONLY, which will only build ports with REQUIRES_MOTIF defined. This doesn't do dependencies right (what if the depended port doesn't need Motif) yet. (4) Try not to clean the same port twice in clean-depends when (for instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS. Note that it won't check chained dependencies so you may still see the same port cleaned multiple times, but checking that far will surely make this run slower than the un-"optimized" case so I left it as is. (Requested by: jkh) (5) Ignore *.rej files in patches/ directory in addition to *~ and *.orig.
* Ncftp v1.x is important to me -- so I'll take maintance of it.obrien1997-01-122-2/+6
|
* Enable whirlgif.max1997-01-121-1/+2
|
* New port:max1997-01-125-0/+37
| | | | | | | A tool to create GIF animations. Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Reviewed & modified by: max (Closing PR #1999.)
* Move the patch to nntpbtr.c that used to be a part of patch-aa into this file.max1997-01-121-0/+67
| | | | | | | | | | | | | Merge patches to nntpbtr.c submitted as PR #2428: From: Dmitry Kohmanyuk <dk@genesyslab.com> Subject: nntpbtr patch - looping in NEWNEWS patch from serge@freenet.kiev.ua - locking when sleep + decl fix patch from me (dk@farm.org): UDP time either closed on firewalls or unreliable over dial-up, TCP time better anyway Submiteed by: dk@farm.org (Closing PR #2428.)
* Merge the patch to btrspc.c submitted as part of PR #2428:max1997-01-121-18/+13
| | | | | | | | | from bag@ua.net - correct free space check (without root's 10%) Submitted by: dk@farm.org Split this file (to patch to btrspc.c and to nntpbtr.c) and make the patch to nntpbtr.c patch-ad. patch-ad will be added shortly with other patches to nntpbtr.c submitted as PR #2428 merged.
* In the distributed Makefile:max1997-01-121-1/+1
| | | | | TMPDIR = /var/tmp -> TMPDIR?= /var/tmp Suggested by: chuckr
* Distributed Makefile assumes /usr/tmp for tmpdir, and make install failed.max1997-01-121-3/+8
| | | | | | Changed it to /var/tmp. (I remember someone was pointing this out in ports@freebsd.org, but apparently, it wasn't picked up by jfitz.)
* rm -> @${RM} in post-extract.max1997-01-111-2/+2
|
* query-pr.8 wasn't a duplicate of query-pr.1, it was a typo of queue-pr.8. ;)asami1997-01-111-2/+2
|
* Add xmountains.asami1997-01-111-1/+2
|
* Fractal mountain image generator. Makes a nice background! (Closesasami1997-01-116-0/+59
| | | | | | PR ports/2062.) Submitted by: Julian Assange <proff@profane.iq.org>
* Add freefem.asami1997-01-111-1/+2
|
* 2-D FEM solving package. Closes PR ports/2290.asami1997-01-116-0/+106
| | | | Submitted by: pgiffuni@FPS.biblos.unal.edu.co
* 1.0.97 --> 1.0.98adam1997-01-114-7/+11
|
* Upgrade glimpse port to version 4.0.chuckr1997-01-114-33/+39
| | | | Submitted by: Bakul Shah <bakul@plexuscom.com>
* if !(command) -> if ! (command)wosch1997-01-111-2/+2
| | | | | the ksh and I guess some other shells want a space between '!' and the next command. This problem exist since rev 1.207
* Upgrade to 2.7.max1997-01-113-5/+5
|
* fix install target:torstenb1997-01-101-2/+2
| | | | | - remove query-pr.8 from MAN8 - it's already in MAN1 - move man/manl/gnats.l to man/man1/gnats.1
* No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 insteadasami1997-01-101-3/+3
| | | | of saying PREFIX=${X11BASE}.
* Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sureasami1997-01-104-11/+20
| | | | | | what good it will do with phkmalloc in the system.... Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!)
* Make this file match reality. In particular, all the binaries wereasami1997-01-101-93/+272
| | | | missing. While I'm here, expand the include dir and sort all files.
* Activate xminehunter.tg1997-01-101-1/+2
|
* Import of xminehunter, yet another minesweeper game.tg1997-01-106-0/+50
| | | | Uses Motif, and almost works with the latest lesstif-current.
* Change MAINTAINER address to something more sane.asami1997-01-101-2/+2
|
* Move up MAINTAINER a little.asami1997-01-101-4/+3
|
* Upgrade to 1.0ache1997-01-102-6/+6
|
* Upgrade to 3.4jache1997-01-103-5/+5
|
* Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.max1997-01-101-8/+9
| | | | Suggested by: wollman
* Add imap-uwpst1997-01-101-1/+2
|
* University of Washinton IMAP v4r1 serverpst1997-01-106-0/+117
|
* Upgrade to 970109ache1997-01-102-4/+4
|
* Mark this port as BROKEN since libtiff comes with this version may bemax1997-01-091-1/+2
| | | | | incompatible with old one. Suggested by: asami
* Localize itache1997-01-091-0/+42
|
* Add gdbtk.asami1997-01-091-1/+2
|
* Activate local filename completionache1997-01-092-4/+4
| | | | Submitted by: sanpei@yy.cs.keio.ac.jp
* Enable tiff34max1997-01-091-1/+2
|
* Port of TIFF 3.4. This port was originally submitted by Richard Hwangmax1997-01-098-0/+330
| | | | | | | | | | | | <rhwang@bigpanda.com> and Mikhail Teterin <mi@aldan.ziplink.net>. Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> and I merged these ports and modified it. TIFF 3.4 does not seem to be completely compatible with tiff 3.3, so we decided to make separate port for this version. Special thanks goes to tg, for reviewing and intensively testing. (Closing PR #2057.)
* Instruction to display English help message was wrong.max1997-01-092-2/+4
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Don't list old config files (used to be in www/config, now in etc).asami1997-01-091-5/+0
|
* Why does this file carry my name? Drats! (Change it to jdp@polstra.com)asami1997-01-091-1/+1
|
* Remove setgid kmem, Joerg says it is no longer necessary.asami1997-01-092-2/+12
|
* Add lesstif.asami1997-01-091-1/+2
|
* The Motif clone. I compiled a couple of programs myself, they atasami1997-01-095-0/+165
| | | | | | least compile (but don't run very well). Well, it's a start. Submitted by: William D. Ward <William.Ward@airmail.net>
* Upgrade from 3.12 to 3.13.tg1997-01-093-26/+8
|
* Add "jp-" in front of PKGNAME.asami1997-01-091-2/+2
|
* Update, 3.0 -> 3.0A.asami1997-01-099-60/+135
| | | | Submitted by: Pedro Giffuni S. <m230761@ingenieria.ingsala.unal.edu.co>
* New patch:max1997-01-091-0/+10
| | | | | Modify Imakefile to link libxpg4. Submitted by: nobu@psrc.isac.co.jp
* Repository copy, w3c_httpd -> w3c-httpd (that's how the authorsasami1997-01-091-2/+2
| | | | call it now).
* Put help file in lib/help rather than share/help to follow the other xviewobrien1997-01-093-4/+4
| | | | | | applications we have in the ports collection. Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer)
* Make the depended file be consistent with what net/p5-IO installs.asami1997-01-091-2/+2
| | | | | | | Note, I have no idea if this is the correct fix or not, but I haven't heard back from the maintainer or any of the millions of perl hackers. At least it is not worse than what we have now (build net/p5-IO always, because the depended file does not exist).
* Make support/ethertalk/bpfiltp.c include net/if_var.h. This is due tomax1997-01-091-5/+13
| | | | | the changes made to if_ether.h. Noticed by: phk
* New patch:max1997-01-091-0/+10
| | | | | | Make support/uab/aarp.c include net/if_var.h. (This is due to recent change made to if_ether.h.) Noticed by: phk
* added temporary patch until changed by authoradam1997-01-092-2/+4
|
* get the patch to behaveadam1997-01-091-2/+1
|
* Pre-create all necessary manpage and catpage directories.asami1997-01-086-12/+48
|
* use URL file syntaxadam1997-01-083-11/+16
| | | | added backup distribution site
* New patch:max1997-01-081-0/+11
| | | | | | | Change the kanji-in code from ESC $@ -> ESC $B as it was mismatching with kterm. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2417.)
* had become out of sync with realityadam1997-01-082-51/+1
|
* had gotten out of sync with realityadam1997-01-081-2/+2
|
* Checksum changed again.asami1997-01-082-2/+2
|
* Upgrade, 1.3 -> 1.4. Also fixes <net/if.h> change.asami1997-01-082-4/+4
| | | | Submitted by: jdli@csie.nctu.edu.tw
* Update from CVSup-14.0 to CVSup-14.1.jdp1997-01-082-4/+4
|
* Update 1.1.2 -> 1.1.3peter1997-01-0818-54/+54
|
* Upgrade Kaffe to version 0.7.0.chuckr1997-01-084-39/+66
| | | | Submitted by: Mark Huizer <xaa@stack.nl>
* add myself as maintainertorstenb1997-01-071-2/+4
|
* Add strobe.asami1997-01-071-1/+2
| | | | Not-sure-if-forgotten-by-him-but-I'm-going-to-commit-this-before-I-forget: max
* New port, strobe:max1997-01-076-0/+67
| | | | | | | | | | | | | | | | strobe is a network/security tool that locates and describes all listening tcp ports on a (remote) host or on many hosts in a bandwidth utilisation maximising, and pro- cess resource minimizing manner. strobe approximates a parallel finite state machine inter- nally. In non-linear multi-host mode it attempts to appor- tion bandwidth and sockets amoung the hosts very effi- ciently. This can reap appreciable gains in speed for multiple distinct hosts/routes. Submitted by: proff@suburbia.net (Julian Assange) Reviewed & Modified by: max (Closing PR #1663.)
* Updateache1997-01-072-2/+2
|
* The routine m_atoi in libmh handled filename like [0-9]+~ as regular mailmax1997-01-071-0/+12
| | | | | | | file, where it should only treat [0-9]+. This bug was present when mh's configuration contains locale definition. Submitted by: Dave Marquardt <marquard@Zilker.NET> (Closing PR #2088.)
* Due to hardcoded wrong utmp location, lib/mh/rcvtty didn't work.max1997-01-071-0/+11
| | | | | | (Closing PR #1965.) Submitted by: Tom Pusateri <pusateri@jnx.com> PR-Ignored by: pst
* - use installed header files for tcl and tk;tg1997-01-073-20/+75
| | | | | | we no longer need the full sources to these - install the tix header files for the C interface
* Update to version 1.0.9, nothing major.jmacd1997-01-073-38/+5
|
* Creation and execution of mhconfig moved to do-configure target in Makefilemax1997-01-073-3/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of doing it in scripts/configure. Move ``make clean'' that should done before the build process to pre-build instead of doing it in scripts/configure. Define RUN_DEPENDS on jless so that the command show can display Japanese message correctly. Generate mh configuration for FreeBSD from template instead of doing that by patches. (This allows the port to respect ${PREFIX}.) Submitted by: sanpei@yy.cs.keio.ac.jp Integrated recent changes made to ports/mail/mh. Integrated widely used patches that are distributed with mew: - Patch to make the folder command faster. - Patch to suppress X-Authentication-Warning. Added configuration options to include full pop support. (Closing PR #2209.) CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS: ' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Makefile patches/patch-ab patches/patch-ac patches/patch-ad CVS: pkg/DESCR pkg/PLIST CVS: Added Files: CVS: files/FreeBSD.in patches/patch-ag patches/patch-ah CVS: Removed Files: CVS: patches/patch-aa scripts/configure CVS: ----------------------------------------------------------------------
* Get this port up to snuff.asami1997-01-073-8/+13
| | | | | | | | | | | | (1) Don't use += for CATEGORIES. (2) Add MAN8 to compress nntpcache.8. (3) Remove port name from front of pkg/COMMENT. (4) List config files in pkg/PLIST. (5) Name of manpage is nntpcache.8, not nntpcached.8.
* mastersite/distfile changesache1997-01-072-4/+4
|
* mastersite changedache1997-01-071-2/+2
|
* Upgrade to 970106ache1997-01-072-4/+4
|
* Upgrade to +30ache1997-01-074-10/+10
|
* add nntpcachepeter1997-01-061-1/+2
|
* Import a port for nntpcache-1.0.1peter1997-01-065-0/+33
| | | | | | (This is partly to test easy-import) Submitted by: proff@suburbia.net
* Previous modification to treat ttyv? as console introduced bug and thismax1997-01-061-18/+37
| | | | | | | change should correct it. Added some comment about the modification this patch is making. Instead of hardcode utmp location, use _UTMP_PATH. Submitted by: sanpei@yy.cs.keio.ac.jp
* Comment out NO_CDROM, author says ok.asami1997-01-061-2/+5
|
* Misc. cleanup.asami1997-01-064-14/+22
| | | | Submitted by: br@schiele-ct.de
* Remove myself as MAINTAINER from a number of ports I no longerjkh1997-01-0615-45/+16
| | | | | have time to properly maintain. This will cause the position to revert to ports.
* Upgrade to today's version.asami1997-01-061-4/+4
| | | | Submitted by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
* Upgrade, 5.21.6 -> 5.21.7.max1997-01-064-32/+49
|
* Contool will capture and display system console messages with timestamps.obrien1997-01-0612-0/+309
| | | | | | | | | | | | | It is a replacement for the standard X console. Contool will flash its icon and beep when messages are written to the icon, so you can keep it closed on your desktop until a message arrives. You can modify this beeping and flashing behavior; see the man page for more details. You can instruct contool to filter and ignore certain common console messages or act upon them. Submitted by: Nick Sayer <nsayer@@quack.kfu.com> (w/changes by me) Closes PR: ports/2152
* Moving contool from ports/x11/ to ports/sysutils/obrien1997-01-062-3/+3
| | | | Reviewed by: Jordan and Satoshi
* Standardize. Also, change "DISTFILES=${DISTNAME}.zip" toasami1997-01-062-8/+6
| | | | "EXTRACT_SUFX=.zip".
* Added some docs and examples to the package.obrien1997-01-063-3/+65
| | | | | There was an unused file (saturn.backup) in the files/ dir. Renamed that and installed it as an example.
* Move copyright text to MESSAGE file, which will be displayedasami1997-01-062-44/+41
| | | | by pkg_add (if it weren't buggy).
* Upgrade to 2.4.2.obrien1997-01-064-56/+113
| | | | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de> (w/many organizational changes by me) Closes PR: ports/1991
* Add NO_CDROM for now, since the README says:asami1997-01-061-1/+3
| | | | | | | | | | | | === License Agreement ================= Big Brother is non-commercial software. That means it can't be sold or included in any commercial product without written permission from Sean MacGuire. === I have sent mail to Mr. MacGuire asking for permission.
* Merge patch-ag, patch-ah into patch-ab as they all change the same file.max1997-01-062-55/+52
|
* Update. By the way, since the distfile doesn't include the version number,asami1997-01-061-1/+1
| | | | | I have no idea how anyone could have compiled the updated version without fixing this. ;)
* New patch. Description from the maintainer:max1997-01-061-0/+51
| | | | | | | | | | | | | | | | | Patch for utmp ut_host. GNU finger uses ut_host information in utmp. From src/usr.bin/login/login.c CVS log, after 2.2 source tree, login.c write numerical address to ut_host. (1.12 comment of login.c) So this patch is to translate numerical address to hostname. Special Thanks to Tung-Hui Hu <hhui@arcfour.com>. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing part of #PR 2360.)
* Rename files/start.fingerd.sh.sample -> fingerd.sh.sample.max1997-01-064-6/+10
| | | | | Submitted by: sanpei@yy.cs.keio.ac.jp (Closing part of PR #2360.)
* Upgrade, 1.01 -> 1.01h.max1997-01-066-150/+52
| | | | | Reviewed by: max Submitted by: nobu@psrc.isac.co.jp
* Upgrade, 1.01 -> 1.01h.max1997-01-064-8/+12
| | | | | Submitted by: nobu@psrc.isac.co.jp Reviewed by: max
* Show a useful homepage for dotfile on installation.obrien1997-01-062-1/+7
|
* Contool port: you can give the source code to anyone but you cannot sell anyobrien1997-01-061-1/+4
| | | | | part of the source code, nor can you incorporate any part of the source code into a product which is subsequently sold.
* Turn on contool.obrien1997-01-061-1/+2
|
* Share dotfile with the world.obrien1997-01-061-1/+2
|
* The dotfile generator provides a handy way to create user-obrien1997-01-065-0/+39
| | | | | | | | configuration files for many programs. Modules are used to define the configuration options. A sample template is provided to aid in creating new modules. Submitted by: Oliver Oberdorf <oly@world.std.com> (with changes by me)
* make this one compile againtorstenb1997-01-061-0/+7
|
* Typo.max1997-01-061-1/+1
| | | | Noticed by: phk
* Upgrade to 2.6fmache1997-01-064-34/+20
|
* Add PKGNAME (`-' required between basename and version numbers).asami1997-01-051-1/+2
|
* updated port to version 2.0.3andreas1997-01-055-16/+28
|
* tada, enabled new eperl portandreas1997-01-051-1/+2
|
* eperl - new portandreas1997-01-055-0/+96
| | | | | | Embedded Perl 5 for HTML, a server-side scripting language Reviewed by: andreas Submitted by: Ralf S. Engelschall <rse@engelschall.com>
* The original distribution tarball has been renamed.max1997-01-042-3/+3
| | | | | Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2364.)
* Updated bb port to version 1.0.andreas1997-01-043-5/+5
| | | | Corrected an error in configure script.
* port doesn't run-depend on lyx instead on lynx. But that wasandreas1997-01-041-2/+2
| | | | | | perhaps a bad choise, as well, since you need a web browser with graphical capabilities. Obtained from: "up again" Andrew Stesin
* Rename files/.{emacs,mosaic-hotlist-default} tomax1997-01-041-8/+10
| | | | | | | | dot.{emacs,mosaic-hotlist-default}. Install sample files into share/examples/w3 instead of to share/doc/w3. Use PKG_PREFIX in the installation/deinstallation scripts. Some Makefile cleanup. Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
* Rename files/.{emacs,mosaic-hotlist-default} tomax1997-01-042-7/+7
| | | | | | | | dot.{emacs,mosaic-hotlist-default}. Install sample files into share/examples/w3 instead of to share/doc/w3. Use PKG_PREFIX in the installation/deinstallation scripts. Some Makefile cleanup. Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
* corrected md5 checksum, because the knews sources changed at 97/01/02andreas1997-01-041-1/+1
| | | | at the master site.
* Rename files/.{emacs,mosaic-hotlist-default} tomax1997-01-048-30/+88
| | | | | | | | dot.{emacs,mosaic-hotlist-default}. Install sample files into share/examples/w3 instead of to share/doc/w3. Use PKG_PREFIX in the installation/deinstallation scripts. Some Makefile cleanup. Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
* Added mew-1.54.tar.gz. It has hooks to pgp.max1997-01-041-1/+2
|
* Modified the comment for RESTRICTED to reflect the reality.max1997-01-041-2/+2
|
* Rename files/.{emacs,mh_profile} to dot.{emacs,mh_profile}.max1997-01-042-14/+17
| | | | | | | | | | Install sample files into share/examples/mew instead of to share/doc/mew. Use PKG_PREFIX in the installation/deinstallation scripts. Define RESTRICTED as this package has hook to pgp. Some Makefile cleanup. Editing of site-start.el during the installation procedure now adds autoload entries for this program. Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
* OK, so camltk was really supposed to be camltk41. (The actual files areasami1997-01-032-4/+4
| | | | already repository-copied.)
* Delete extra ${MASTER_SITE_XCONTRIB} David forgot to erase. :)asami1997-01-031-2/+1
|
* Oops, x11/camltk and japanese/camltk do not have "41" at end.asami1997-01-032-4/+4
|
* Added camltk41 and mmm.asami1997-01-031-1/+3
|
* Added camltk41.asami1997-01-031-1/+2
|
* Added mmm.asami1997-01-031-1/+2
|
* Have manpage installed in man6 where games belong.obrien1997-01-0315-158/+174
| | | | and some /usr/local hardcodings --> ${PREFIX}
* Added ocaml.asami1997-01-031-1/+2
|
* Objective Caml.asami1997-01-035-0/+214
| | | | Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
* Upgrade, 1.0 -> 0.2. (No that's right, the man-doc port maintainerasami1997-01-032-333/+14
| | | | | | | decided to use the version number that the translators are calling the tarballs with.) Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
* fix the clean target to remove *.so and libwrap.sotorstenb1997-01-031-32/+42
| | | | Pointed-Out by: Wietse Venema <wietse@porcupine.org>
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andobrien1997-01-0338-93/+130
| | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
* Have manpage go into man6 as the manpage says.obrien1997-01-033-84/+56
| | | | Remove hardcodings of /usr/local and /usr/X11R6
* Variable reordering to standards.obrien1997-01-033-45/+42
|
* Activate xgammon.tg1997-01-031-1/+2
|
* Import of xgammon, a backgammon game for X11.tg1997-01-0310-0/+197
| | | | | The do-extract rule is extremely ugly; I just don't want to write a general tool for RedHats rpm format...
* Install manpage in man6 as the man page header says it is.obrien1997-01-032-3/+6
|
* Ay. I obviously wasn't looking close enough the first time around. Nowasami1997-01-031-1/+1
| | | | | the output should be identical for "ls -C" and "ls -CG" except for the color sequences.
* + regexpsadam1997-01-031-1/+1
|
* added kfuns regexp_compile() and regexp_match()adam1997-01-033-12/+568
| | | | | this is the LPC interface to GNU regexp by Robert Leslie <rob@ccs.neu.edu> and is used by the upcoming dgd-lpmoo port
* Added comment about font files.max1997-01-032-2/+10
| | | | Stolen from: print/ghostscript4/Makefile
* Disable tabs in output when color is used. Now -G should work withasami1997-01-031-0/+27
| | | | | | stty oxtabs (aka "-tabs") too. Porblem reported by: jmz, among others
* Added a brief explanation about scsh.max1997-01-031-1/+4
| | | | | | | | | | | The situation is: 1. No redistribution for commercial purpose is allowed unless the author has given written permission. 2. The port maintainer contacted the author and got the permission. 3. However, the author doesn't want the current version to go into the CD-ROM, so we need to wait for the next version.
* Activated scsh.max1997-01-031-1/+2
|
* New port, scsh:max1997-01-0320-0/+940
| | | | | | A Unix shell embedded into Scheme, with access to all Posix calls Reviewed by: max Submitted by: cracauer@cons.org "Martin Cracauer"
* Renaming the PKIGNAME, etlfnot-noncjk -> etlfonts-noncjk.max1997-01-031-3/+3
|
* Renaming etlfont -> etlfonts.max1997-01-031-2/+2
| | | | Suggested by: asami
* Renaming etlfont -> etlfonts.max1997-01-037-0/+142
| | | | Suggested by: asami
* Prevent dologout goes to mainloopache1997-01-032-0/+36
| | | | Use system default CFLAGS
* Change group from nobody to nogroupache1997-01-032-3/+3
|
* Upgrade to 1.2b4ache1997-01-0317-44/+44
|
* Add PKGNAME ("beta" not allowed in package name).asami1997-01-021-1/+2
|
* Upgrade from 1.2b to 1.3.tg1997-01-023-43/+9
|
* Compile in the PyTix extensions, now that we have Tix.tg1997-01-0260-75/+330
| | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan.
* Activate wget.tg1997-01-021-1/+2
|
* Activate gnugo.tg1997-01-021-1/+2
|
* Import of gnugo, the game of go with a text screen interface.tg1997-01-025-0/+36
| | | | | | Closes PR 2314. Submitted by: jseger@scds.com
* Import of wget, a tool similar to our fetch(1), but it is abletg1997-01-0210-0/+70
| | | | to fetch complete trees.
* Upgrade to Tix-4.1b2.tg1997-01-026-323/+293
|
* Add bash2, which has been repository-copied from bash before rollingasami1997-01-021-1/+2
| | | | it back from 2.0 to 1.14.7.
* Roll this back to 1.14.7.asami1997-01-028-204/+146
|
* Make this work with -current sources. Also fetch tarball from LOCAL_PORTS,asami1997-01-024-24/+26
| | | | | having people fetch from the FreeBSD-current archive (and having it break at unpredictable times) wasn't a good idea.
* duh braino, WRKSRC != WRKDIRadam1997-01-021-2/+2
|
* Update to 970101 version of Wine.se1997-01-022-2/+2
|
* Update to 970101 version of Wine.se1997-01-024-10/+10
|
* Upgrade 0.55 to PL15obrien1997-01-029-6/+165
| | | | | | | Remade all checksums. Added Andreas's patch that remembers the last directory when doing a change folder operation.
* Fix MASTER_SITES by moving "\" to the 3rd linetorstenb1997-01-012-6/+6
| | | | Forgotten-by: max ;-)
* checksum changed, as did patch destinationadam1997-01-012-2/+5
|
* checksum changedadam1997-01-011-1/+1
|
* Add exmh2peter1997-01-011-1/+2
|
* Behind-the-scenes repository copy, and update to exmh-2.0beta!peter1997-01-015-137/+187
| | | | | | | | | | | | | | There is some major new stuff here over v1.6.9, including: HTTP, HTML support (a functional www browser!), including proxy support. News posting. Message threading. (like news threading) Display MIME images inline as well as text/html and enriched text etc. DSN support. Unseen-only display window. multipart/signature support, "Intelligent signatures" PGP key management can talk directly to the key servers over the web, eliminating the email based query delays Address book stuff, aliases etc.
* Don't use a generic PLIST which is then fixedup. Note, that others usingobrien1996-12-312-3/+13
| | | | | | our ports collection will have to come up with a solution for this. Requested by: Satoshi
* Upgrade 0.55 to PL10.obrien1996-12-3118-30/+210
| | | | | | | | | And fix patches to version.h to say this version, rather than the last one. Noticed by: Andreas Klemm Excelent patches applied so that we can produce the HTML docs using our own SGML tools. Submitted by: J"org
* Checksum hath changed.asami1996-12-311-1/+1
|
* (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should haveasami1996-12-312-12/+10
| | | | | | | | | | | | | | been ".../pub/pib/" (I first thought the second "pib" was bogus, until I realized that the problem was in fact a typo of "pub" and a missing "/"!) (2) Fix RUN_DEPENDS, you can't just put a generic name like "tk-4.1" here. ;) (3) Change install: target to do-install: and also move it above the .include <bsd.port.mk>. (You shouldn't define your own "install" or "patch" or any of the big targets unless absolutely necessary, the "do-*" targets are where most of the real work is done.)
* Thanks Peter for taking this, but MAINTAINER should be a full addressasami1996-12-311-2/+2
| | | | (not only freefall's account name).
* Move the master site pointer to esr's retrocomputing archive; the oldmsmith1996-12-311-2/+2
| | | | | | one appears to have gone. Submitted by: pgiffuni@fps.biblos.unal.edu.co ( Pedro Giffuni S.)
* Use a "work" subdirectory after all, simply to keep the ".*_done"jdp1996-12-311-8/+2
| | | | | | | files from cluttering up the port's source directory. Complained about by: peter Use NO_CHECKSUM instead of a do-nothing "checksum" target.
* CATEGORIES+= -> CATEGORIES=max1996-12-314-7/+7
|
* {MKDIR} -> ${MKDIR}max1996-12-311-2/+2
|
* Put files that cannot be found on any ftp site to LOCAL_PORTS and addmax1996-12-314-48/+40
| | | | | | | | | | | | | | LOCAL_PORTS to MASTER_SITES. Requested by: mita@jp.freebsd.org (Closing PR #2310.) Modify MASTER_SITES to list correct sites. Instead of fetching ghostscript-fonts-*-4.01.tar.gz, which are symlinks to ghostscript-fonts-std-4.0.tar.gz & *-other-3.0, fetch the real files. (This elminates need for updating fontfile names when gs is upgraded.) Standardize variables order.
* Activate etlfont.max1996-12-311-1/+2
|
* The distfile has been changed.max1996-12-301-1/+1
| | | | Pointed-out by: John-Mark Gurney <jmg@nike.efn.org>
* Use '-f' when creating the symlink to avoid falling over if the linkmsmith1996-12-302-4/+4
| | | | already exists.
* Add pib.msmith1996-12-301-1/+2
|
* This is PIB, the Ports Index Browser, a GUI tool for manipulating themsmith1996-12-3010-0/+70
| | | | | | | FreeBSD ports collection. It provides facilities for tracking distfiles, searching for ports, building etc. Requires bsd.port.mk revision 1.232 or later and a matching ports collection.
* Typo. (sort of.)max1996-12-302-2/+2
|
* Upgrade, 1.0.5.4 -> 1.0.5.4.1.max1996-12-309-15/+18
|
* Upgrade, 2.0Beta4 -> 2.0Gamma.max1996-12-306-49/+59
| | | | | Submitted by: mita@jp.freebsd.org (Closing PR #2295.)
* Activate tix.tg1996-12-301-1/+2
|
* Import of Tix, an extension of Tk with lots of useful widgets.tg1996-12-308-0/+456
|
* Make aarpd.c include sys/time.h.max1996-12-301-0/+10
| | | | (This is due to if.h changes.)
* Make this puppy compile on -current after the net/if.h change to no longerpeter1996-12-291-1/+3
| | | | | be self sufficient w/ sys/time.h Note that this causes some harmless warnings, this is a trivial patch.
* Moving estic from ports/comms -> ports/miscobrien1996-12-292-3/+3
| | | | Reviewed by: cvs-commiters
* ESTIC is an Enhanced Supervisor Tool for ISTEC Configuration.obrien1996-12-2910-0/+824
| | | | | | | The German manufacturer Emmerich makes Istec 1003 & 1008 TK-Anlagen. The TK-Anlage is an ISDN PBX ( Private Branch Exchange ). Submitted by: Julian Stacey
* Switched to using ${MASTER_SITE_XCONTRIB} in the MASTER_SITE listing.obrien1996-12-291-2/+3
|
* Ignore checksum of tzfile.h. Closes PR ports/2306.asami1996-12-294-6/+8
| | | | Submitted by: sanpei@yy.cs.keio.ac.jp
* For now, stop adding the release number (sort of like patchlevel) to themax1996-12-291-2/+1
| | | | PKGNAME.
* Turn on xless. (gee, won't Satoshi feel bored tonight?)obrien1996-12-281-1/+2
|
* This is a port of xless (version 1.7), a handy text file viewer for X.obrien1996-12-287-0/+92
| | | | | | | | Useful as a viewer tool for other apps (e.g., xfm, the X file manager), or as a standalone viewer. Presents a scrollable text window (both vertical and horizontal scrolling), with a number of clickable buttons. Submitted by: Conrad Sabatier <conrads@neosoft.com>
* Upgrade, 2.5.0 -> 2.6.0.max1996-12-282-6/+6
|
* Moved around the @exec mkdir ... line so that it won't fail tomax1996-12-283-3/+3
| | | | | | mkdir lib/jnethackdir/save when you do pkg_add this package for the first time. Reminded by: asami
* Sort this file once and for all so nobody needs to scramble it again.asami1996-12-281-35/+35
| | | | | (It took me a while to figure out that all that happened was addition of lmorph and bubble screensavers! ;)
* Add "mutt/" in front of filenames.asami1996-12-283-12/+12
|
* Let CFLAGS come from /etc/make.confobrien1996-12-281-0/+10
| | | | Caught by: Satoshi
* Remove the private do-fetch target.jmz1996-12-281-25/+3
| | | | Use the MASTER_SITE_TEX_CTAN variable.
* Correct the location of created pk files.jmz1996-12-281-2/+2
| | | | | Closes PR ports/2288 Submitted by: Wolfgang Helbig <helbig@informatik.ba-stuttgart.de>
* Upgrade to 2.0ache1996-12-2723-329/+351
|
* Just doing a little "SUBDIR += lcc" action.obrien1996-12-271-1/+2
|
* lcc is the retargetable ANSI C compiler described in the bookobrien1996-12-279-0/+1412
| | | | | | | | | | | | | | `A Retargetable C Compiler: Design and Implementation' (Addison-Wesley, 1995, ISBN 0-8053-1670-1). lcc is a production compiler with a hand crafted lexical analyzer and a hand-coded recursive decent parser. The lexer and parser code is well written and very easy to read (and learn from :-)). lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it does not under stand FreeBSD's "long long" data type. Contributions by: Soren Schmidt
* Moved the @exec mkdir ... line so that it won't fail tomax1996-12-278-8/+8
| | | | mkdir lib/nethackdir/save when you do pkg_add this package for the first time.
* Make one of our changes for -current work on 2.1. In -current, rresvport()peter1996-12-272-2/+4
| | | | | | | ignores it's argument (it's meaningless, the kernel keeps the state), but 2.1.x use it. ssh was effectively giving a random port to 2.1. Originally noticed by: John Polstra <jdp@polstra.com>
* Don't need WRKSRC.obrien1996-12-274-12/+12
| | | | Add manpages to MANx. But don't compress them.
* Forgot one instance of '1.94' that should have read '1.94.1'.jfitz1996-12-271-2/+2
|
* Upgrade to majordomo v1.94.1.jfitz1996-12-277-77/+73
|
* Style police.obrien1996-12-274-8/+8
|
* Did a little "SUBDIR += estic"obrien1996-12-271-1/+2
| | | | Not-forgotten-by-so-Satoshi-wouldn't-have-to: obrien
* Update 1.1.1 -> 1.1.2peter1996-12-2718-36/+36
| | | | | The usual bug fixes, including one that prevented ftp objects being cached (they immediately timed out).....
* Added ${MASTER_SITE_GNU} to MASTER_SITESmax1996-12-262-4/+6
|
* Upgrade, 0.5.5 -> 0.6.1.max1996-12-264-40/+49
| | | | Submitted by: xaa@stack.nl
* 1.0.93 --> 1.0.97adam1996-12-262-3/+11
|
* I'm sorry, this kind of commits need to be reviewed by me, espiciallyasami1996-12-261-21/+7
| | | | | | in a time like this (i.e., right before the release). Back out rev 1.242, also add a stronger note above the MAINTAINER.
* Upgrade to 1.2b3ache1996-12-2617-80/+80
| | | | Submitted by: mostly by peter
* Integrate changes from OpenBSD's efforts to use the FreeBSD ports system.imp1996-12-261-4/+21
| | | | | | | | | | Generalize the selection of programs to run based on the existance of files rather than the OS names that we find. Add comments about me being the keeper of the OpenBSD mods of this file. Use ftp on OpenBSD rather than fetch since OpenBSD's FTP supports urls and there is no fetch. Reviewed by: Joerge Wunch, Jordan Hubbard, and others in ports I've forgotten Obtained from: OpenBSD with changes from me.
* Upgrade: version 5.58 -> version 5.62.jmz1996-12-264-9/+167
| | | | Also install *.sty, *.tfm and *.vf files.
* Upgrade to version 0.55 (and patches upto 04.xyz.PATCH)obrien1996-12-2512-120/+30
|
* Share vnroff with the rest of the world.obrien1996-12-251-1/+2
|
* VNroff converts VIQR format Vietnamese characters into troff format soobrien1996-12-257-0/+121
| | | | groff/troff can print it out.
* Share mixal with the rest of the world.obrien1996-12-251-1/+2
|
* Mixal is a version the assembler and interpreter for Donald Knuth'sobrien1996-12-255-0/+57
| | | | | | | | | mythical MIX computer, defined in: Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental Algorithms_. Addison-Wesley, 1973 (2nd ed.) Some of us were playing with it at school... so I made a port of it.
* Greatly shortened the DESCR files (which were simply the long README fileobrien1996-12-254-492/+24
| | | | | from the distfile). Clarified COMMENT files.
* Quick hack of KOI8-R locale to make it work: add ISO8859-1:GRache1996-12-256-24/+6
| | | | | | | | | also it is not true. ISO8859-1:GR _always_ searched for pressed 8bit key independently of locale information, so only ISO8859-1 locales really works. Remove NO_PACKAGE, because XFree distributed package not have this fixes.
* Hey guess what Satoshi? I nearly forgot the md5 file too... :-]peter1996-12-251-1/+1
|
* Update 1.25 -> 1.27 (file gone from master sites)peter1996-12-253-15/+21
|