summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - provide startup scriptdirk2001-05-2120-25/+220
| | | | | - log tomcat messages to a file (logs/tomcat.log) - fix plist
* Update to 1.10.sobomax2001-05-214-11/+21
|
* Upgrade to 0.11.0, don't depends to gnome now.vanilla2001-05-213-5/+12
|
* Fix plist.kuriyama2001-05-211-0/+1
| | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> PR: ports/27338
* Fix plist.kuriyama2001-05-211-0/+1
| | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> PR: ports/27356
* Fix plist.kuriyama2001-05-212-1/+2
| | | | | | | Take over maintainership to ports@. Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> PR: ports/27363
* Fix plist.kuriyama2001-05-212-0/+2
| | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> PR: ports/27341
* Remove 'A' at the top of line.kuriyama2001-05-211-1/+1
| | | | | | Submitted by: Jason R. Mastaler <jason-dated-990840946.7cac68@mastaler.com> (maintainer) PR: ports/27420
* Update port to 20010228 pl02.kuriyama2001-05-2144-330/+264
| | | | | | | | | | | | pkg-plist cleanup. Update to TLS patch 0.7.2. Update to IPv6 patch 20010228pl02-v6-20010503a. Complain if user tries to compile with both TLS and IPv6 enabled. Complain if user tries to compile with IPv6 on non-i386 platform (ie alpha). Change maintainer e-mail address. Submitted by: blaz@si.FreeBSD.org (maintainer) PR: ports/27098
* add ipcalcijliao2001-05-2111-0/+69
| | | | IP Calculator
* Resurrect xosd.c patch that I accidentally nuked with revision 1.2 ofwill2001-05-211-0/+20
| | | | | | files/patch-aa; this fixes xosd's needless squandering of cpu resources. Submitted by: maintainer
* Correct a few mistakes:will2001-05-213-30/+47
| | | | | | | | | | | | | | | From MAINTAINER: 1) Add GTK/GLIB lib depends. 2) Fix building without xmms. 3) Install header file. 4) Correct xmms-config && gtk12-config paths. From will@: 5] Respect ${CC}. 6] Respect ${GLIB_CONFIG}. 7] Respect ${PTHREAD_[CFLAGS,LIBS]}. PR: 27479 Submitted by: maintainer
* Both sanitize MASTER_SITES and reorder them to achieve betterlioux2001-05-219-33/+25
| | | | | | throughput Submitted by: Patrick Li <pat@databits.net> (maintainer of most hlserver-* ports)
* Update to 0.88.1 -- dia now really requires gdk-pixbuf, but also requiresade2001-05-215-476/+492
| | | | | | | | | libart (from x11/gnomelibs) for the gdk-pixbuf stuff to really work, even though it itself has just been decoupled from GNOME. The alternative solution is to completely kill off gdk-pixbuf support in the non-GNOME case which I believe would render the program effectively unusable (ie: it's becoming a GNOME app. sorry).
* Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and theade2001-05-2116-59/+202
| | | | | | | | GNOME part (gnomecanvas) to allow for other ports to access the lower level parts of gdk-pixbuf without the "excess baggage" of even a minimal GNOME environment. Submitted by: sobomax (with extensive patches - complain to me)
* GNOME Controlcenter is not needed. We only need GDK-pixbuf + GTK.ijliao2001-05-212-8/+10
| | | | | | | change maintaer's email PR: 27470 Submitted by: maintainer
* Sanitize MASTER_SITESlioux2001-05-212-3/+1
|
* - Update to version 1.3lioux2001-05-213-43/+42
| | | | | | - Uphold NOPORTDOCS Submitted by: maintainer
* Use 'md5 -q' instead of the non-existant 'md5sum' (I presume this is agreid2001-05-211-0/+11
| | | | | | Linux-ism and as such don't see how this port could ever work). Submitted by: Peter J Jones <pjones@pmade.org>
* Spelling corrections.grog2001-05-214-16/+16
| | | | | | Submitted by: Eric Masson <e-masson@kisoft-services.com> PR: Number not identifiable. The message looked like a PR, but there was no number.
* remove bogus comment that "nobody knows why" wildcard notation exists.billf2001-05-202-4/+2
| | | | | | | | | | | Netmask are contiguous bits, wildcard masks don't need to be. The former is accurate for defining subnets and the latter is useful for describing ranges for firewalls, route maps, or other such things. example: 10.0.10.0 is nntp1.domain.com, 10.0.11.0 is nntp2.local.com access-list 185 permit tcp any gt 1023 10.0.10.0 0.0.1.0 eq nntp
* Add a new port of Mg, a small, fast Emacs-like editor maintained bydd2001-05-207-0/+101
| | | | the OpenBSD project.
* Remove shot2txt in favour of scr2txt.nik2001-05-205-30/+0
|
* Nuke shot2png in favour of scr2png.nik2001-05-205-31/+0
|
* Rename shot2txt to scr2txt, based on feedback.nik2001-05-206-0/+31
| | | | | | Fix header parsing bogons. Refer to vidcontrol(1) rather than scrshot(1) in the documentation.
* Rename shot2png to scr2png based on private comments.nik2001-05-206-0/+32
| | | | | | Fix bogons when parsing a .scr header. Update documentation to talk about vidcontrol(1) rather than scrshot(1).
* Give jakarta-tomcat a chance of working with mod_jk.dirk2001-05-205-0/+10
|
* Give jakarta-tomcat a chance of working with mod_jk.dirk2001-05-205-0/+225
|
* Force commiting. The previous commiting also solves the following PR.sumikawa2001-05-200-0/+0
| | | | | | PR: ports/27193 Submitted by: Scott Renfro <scott@renfro.org> Suggested by: sf
* Make a note that the global config values aren't quite global yetjoe2001-05-201-0/+2
| | | | | so that anyone picking up the code now doesn't shoot anyone in the foot.
* encoding and decoding now works fine on alphaijliao2001-05-202-2/+37
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> (give me the patch) and Matt Zimmerman <mdz@debian.org> (make the patch)
* Initial import mod_jk supplied with jakarta-tomcat 3.2.1:dirk2001-05-208-0/+93
| | | | Apache module for jakarta-tomcat connection.
* Add mod_jk.dirk2001-05-201-0/+1
|
* Add missing manpage.sumikawa2001-05-202-0/+6
| | | | | PR: ports/27345 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* add sloccountijliao2001-05-207-0/+153
| | | | Counting physical Source Lines of Code (SLOC)
* Upgrade to 0.71.kuriyama2001-05-202-2/+2
|
* All perl modules need to return true or perl gets unhappy.joe2001-05-201-0/+2
|
* Use $DEBUG and $TMPDIR from cfg.pm.joe2001-05-201-15/+15
|
* Add $DEBUG and $TMPDIR config entries.joe2001-05-201-6/+10
|
* Main distribution site changed.clive2001-05-202-1/+3
| | | | Obtained from: X-Mailing-List: <debian-chinese-big5@lists.debian.org> archive/latest/4560
* Add -p to the one of `@exec mkdir' to silence possible warning if directorysobomax2001-05-201-1/+1
| | | | | | to be created already exists. Submitted by: olgeni
* add whatmaskijliao2001-05-2011-0/+85
| | | | Easily convert between three common subnet mask notations
* Fix a spilling mistoke in a comment.joe2001-05-201-1/+1
|
* Use the cfg.pm configuration file instead of hardcoding the template headerjoe2001-05-201-22/+3
| | | | typecheck definitions in-line.
* Add a configuration file for customising the perl scripts. To usejoe2001-05-202-0/+44
| | | | | | | | | | | | | | | | | | | it put the following at the top of the perl script: use lib $ENV{CVSROOT}; use CVSROOT::cfg; The config variables can then be referenced from the script by refering to them in the cfg package space, i.e. $cfg::TEMPLATE_HEADER. The choice was taken to write it in perl, instead of plain text, because it saves extra code in each script to parse the file, and additionally it allows the user extra flexibility enabling the user to create a dynamic configuration file that depends upon the host it's running on, for instance. Please read the warning in the file about making sure that it passes the perl syntax check (perl -c) before commiting updates to it.
* Upgrading to Apache 1.3.20 + mod_ssl 2.8.4rse2001-05-203-10/+28
|
* - @exec randlib removed, it alters the libcnews.a so it won't be deinstalled.dinoex2001-05-201-1/+0
| | | | PR: 27340
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingobrien2001-05-201-0/+1276
| | | | | | | | bugs we are seeing quite often at ftp-master. We cannot just use the system libz (which is at 1.1.3) because rsync has hacked it's copy. This upgrade contains those hacks. Submitted by: peter
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingobrien2001-05-201-1/+1
| | | | | | | | bugs we are seeing quite often at ftp-master. We cannot just use the system libz (which is at 1.1.3) because rsync has hacked it's copy. This upgrade contains those hacks. Submitted by: peter
* It's possible to use Chinese with liece IRC client.clive2001-05-201-0/+4
| | | | Obtained from: #bsdchat irc log (http://www.cirx.org)
OpenPOWER on IntegriCloud