aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for the latest -current. (sys/select.h -> sys/selinfo.h)knu2001-01-222-0/+8
|
* Remove NO_LATEST_LINK now that mysql323-{client,server} are thedirk2001-01-229-9/+0
| | | | one and only.
* Build and install the bundled utilities too.knu2001-01-222-1/+58
|
* Update to 0.36.sobomax2001-01-226-6/+128
|
* Correct my e-mail address: roam@orbitel.bg -> roam@FreeBSD.org.roam2001-01-221-2/+2
| | | | Reminded by: Bill Fenner's distfile survey mail
* Remove cjohnson@camelot.com as MAINTAINER; mail has been bouncingfenner2001-01-221-2/+0
| | | | for over 2 months.
* Remove hanspb@persbraten.vgs.no as MAINTAINER; email has been bouncingfenner2001-01-225-10/+0
| | | | for over 2 months.
* Add PSM support.reg2001-01-2250-110/+705
| | | | | | | | | | | | | | | | | | | | | | Submitted by: nsayer Remove use of libgcc_r, since it was so uncerimoniously removed. If this doesn't work on -stable, then -stable is broken, and someone needs to fix it... Submitted by: Roman Shterenzon <roman@xpert.com> Use sched_getpriority_max(), instead of hard coded value. Submitted by: Peter Haight <peterh@sapros.com>, dufault Revise pkg-comment and pkg-descr. PR: 24296 Submitted by: roam Enable SVG support, and disable C++ exceptions (since they will only slow things down).
* Add fix for 4.2-stable.nakai2001-01-222-33/+42
|
* Update to 0.60. Change master site. Remove home page.trevor2001-01-223-7/+4
|
* Update to 1.6.trevor2001-01-222-2/+5
|
* Update MASTER_SITES to sourceforge.clive2001-01-222-4/+4
| | | | | | | Utilize MASTER_SITE_SOURCEFORGE. PR: 24507 Submitted by: MAINTAINER
* Upgrade to ion 20010121.clive2001-01-228-8/+8
| | | | Noted by: sf
* o Add missing headers.sf2001-01-226-6/+16
| | | | | | | | o change redundency in pkg-comment. o forcing depends on mysql323-client. PR: 24126 Submitted by: maintainer
* Fix moved MASTER_SITE.dirk2001-01-229-9/+9
|
* Change MASTER_SITES.sf2001-01-221-1/+1
| | | | | PR: 24142 Submitted by: maintainer
* Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCCwill2001-01-227-8/+38
| | | | | | | | | | | | 2.95.3. It's backwards compatible, so no need for OSVERSION or other checks like that. Also add new var - MAKE_JOBS, which allows you to adjust the -jN argument (I wanted this 'cause with more CPUs I can compile with MAKE_JOBS=4 or greater). Methinks this kind of thing belongs in bsd.port.mk, but anyway. I can now compile (with MAKE_JOBS=4) qt 1.45 in less than 4 minutes on my dual PIII-600E. :) Submitted by: sf (workaround) Requested by: alex (workaround)
* avoid depending Xlib.sf2001-01-221-3/+1
| | | | PR: 23532
* update checksum.sf2001-01-221-1/+1
| | | | | PR: 24129 Submitted by: maintainer
* During compile of xview on my 4.2-Release System with XFree-3.3.6 thelkoeller2001-01-221-0/+22
| | | | | | | | | | | | | | | | | location of .text_extras_menu is set via imake to -DEXTRASMENU="\"/usr/X11R6/lib/.text_extras_menu\"" This absolute path is not handeld by the code in .../lib/libxview/textsw/txt_e_menu.c This patch fixes this case. The warning message when starting xview progams it's unable to find /usr/lib/./usr/X11R6/lib/.text_extras_menu didn't appear anymore.
* o NOPORTDOCS.sf2001-01-222-18/+26
| | | | | o avoid forcing to link against -lxpg4. $(GTK_CONFIG) --libs does the job.
* Change maintainer.sf2001-01-221-1/+1
| | | | | PR: 23799 Submitted by: Jonathan Pennington <john@coastalgeology.org>
* remove share/examples/ja if empty.sf2001-01-223-0/+3
|
* fix typo.sf2001-01-228-8/+8
| | | | | DivX -> DivX ;-) USE_LDT -> USER_LDT
* remove stale patch and add Makefile to replace it.sf2001-01-222-37/+35
|
* update to 20001101.sf2001-01-223-7/+9
|
* Add qkmj. Do not sell for profit. (NO_CDROM in its Makefile)clive2001-01-221-0/+1
|
* New port: QKMJclive2001-01-227-0/+45
| | | | | | | | This is a server-client version of Ma2Jiang4, sometimes called "Mah-jong" in English. The rules are complicated and available via a search engine. Reviewed by: phj@cn.FreeBSD.org
* add checkservice, tool for check status of servicesijliao2001-01-226-0/+101
| | | | | PR: 23983 Approved by: clive
* add bibelot, txt to pdb converterijliao2001-01-226-0/+38
|
* add happydoc, a python documenting toolijliao2001-01-216-0/+87
| | | | | PR: 23938 Approved by: clive (my mentor)
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-2196-151/+90
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* The directory of freetype's header files was changedtaoka2001-01-211-0/+10
| | | | | | | | | to /usr/local/include/freetype/, then perlftlib cannot find freetype.h. This problem is fixed. Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp> jihuang@csie.nctu.edu.tw Obtained from: direct mails
* Use different PORTNAMEs for mod_php3 and mod_php4 so pkg_version candirk2001-01-213-3/+3
| | | | deal with them properly.
* Remove automatic finding of AP_LIBEXEC because it didn't work anddirk2001-01-213-21/+3
| | | | | | all apache ports use the same libexec location, now. Submitted by: Michael Lestinsky <michael@choin.net>
* Fix build on FreeBSD-3.x.dirk2001-01-2110-24/+80
| | | | PR: ports/24160
* Update to 2.91.1. Now it can keep a log.knu2001-01-214-15/+16
|
* Update to version 0.2.0.jim2001-01-2115-60/+84
|
* Update to 2.0.7.knu2001-01-2127-7479/+18
|
* Update to Ming 0.0.9b. Now it creates Flash 4 movies.knu2001-01-2114-44/+166
| | | | | Ports of the Perl5 module and the Ming utilities will follow soon if I can take the time.
* ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.orgijliao2001-01-2111-11/+11
|
* Update bgrab to latest version (1.36).kbyanc2001-01-214-47/+18
|
* add myself to the mapijliao2001-01-211-0/+1
|
* Compilation failure problem under XFree86 version 3 is solved.mita2001-01-211-4/+12
| | | | Reviewed by:ports-jp@jp.FreeBSD.org (ports-jp 10658)
* Maintainer's change.mita2001-01-214-6/+6
| | | | | | | | | | | | | japanese/vflib: Followed freetype header files include directory change. Version up to 2.25.2 japanese/vfxdvi300: default vfontcap installation directory change Reviewed by:ports-jp@jp.FreeBSD.org
* 1: Upgrade to latest version.vanilla2001-01-213-47/+45
| | | | | 2: Use the right way of PORTDOCS variable. 3: Change maintainer's email address to @FreeBSD.org.
* Upgrade to latest version.vanilla2001-01-214-30/+36
|
* Don't unnecessarily install files group-writablejedgar2001-01-212-18/+18
| | | | Approved by: maintainer
* A few new features:asami2001-01-211-14/+22
| | | | | | | | | | | | | | | | | | | | (1) The script now assumes make(1) knows how to handle long dependency chains properly. quickports is a list of ports that take a long time to build by thesmelves (not ports that have long dependency chains). The script adds several extra dependency levels to the generate Makefile for those ports to make their dependency chains longer. (2) Use -R flag to cvs. Comment out the cvsup part. (3) Preserve error messages for ports that didn't build the first time around but did build on the retry. (4) Record the package's timestamps in the log directory by doing an "ls -asFlrt" in the packages/All directory. (5) Add a little sleep after two background jobs so outputs won't be garbled.
* Mark FORBIDDEN; local buffer overflows yielding user nobody.kris2001-01-211-0/+1
|
* Update to 9.1.0; replace Makefile.in patch with perl regex.will2001-01-2120-85/+60
| | | | Requested by: Joong Hyun Kim <better@ns1.betterbox.net>
* Upgrade to cfengine 1.6.1 to (finally) fix remote vulnerability.kris2001-01-2120-96/+412
| | | | | | Remove old maintainer for inactivity. Submitted by: Gordon Tetlow <gordont@bluemtn.net>
* Upgrade to 4.32will2001-01-212-2/+2
|
* o New port p5-Dialog, perl interface to dialog(3)clive2001-01-217-0/+90
| | | | | | | | | o Add conditional patch, applied if ${OSVERSION} >= 500007, which means perl 5.6.0 (Thanks vanilla) PR: 24486 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> Reviewed by: vanilla
* o New port x11-wm/ion - A window manager with a text-editorish,clive2001-01-2133-0/+573
| | | | | | | | | | | | keyboard friendly interface. o portlint o Fix pkg-plist to handle NOPORTDOCS o Fix patch-system.mk for 'make reinstall' This WM is almost keyboard driven. Hit Meta-F1 for help. PR: 24474 Submitted by: ricci@cs.utah.edu
* Upgrade to 1.9clive2001-01-216-12/+15
| | | | | PR: 24491 Submitted by: MAINTAINER
* Fix breakage due to inappropriate patch files.clive2001-01-212-11/+11
| | | | PR: 24419
* The author re-rolled distfile without trivial change, no functional change.cjh2001-01-202-1/+2
|
* build fix. it's due to freetype's change, moving headers tocjh2001-01-203-3/+3
| | | | | | $PREFIX/include/freetype. Submitted by: bento
* move $PREFIX/doc/gau-* to $PREFIX/share/doc/gau.cjh2001-01-203-9/+21
|
* update 1.0.8cjh2001-01-202-5/+2
|
* deinstallation fix.cjh2001-01-201-0/+1
| | | | Submitted by: bento
* Fix uninstallation problem again. ko-hanemacs doesn't usecjh2001-01-201-0/+1
| | | | | | $PREFIX/share/emacs, so this port would remove $PREFIX/share/hanemacs. Submitted by: bento
* Add ijliao as ports committer.clive2001-01-201-0/+1
| | | | | | | | It's time for him to deal with PRs "garbage collection." I will be his mentor. Approved by: vanilla
* Chase a rerolled distfile tarball; remove a Makefile comment about it, datingroam2001-01-204-12/+2
| | | | | | | | | from the times there were two different distfiles on different distsites. PR: 24306 - noticed Submitted by: Andreas Schulz <ats@first.gmd.de> PR: 24479 - fixed Submitted by: maintainer
* Add webfonts for its restrictive copyright.clive2001-01-201-0/+1
|
* New port: TrueType core fonts for the Web.clive2001-01-207-0/+164
| | | | | PR: 24431 Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr>
* Correct manpage examples, and fix build warnings.kris2001-01-203-0/+60
| | | | Submitted by: Dirk Froemberg <dirk@freebsd.org>
* Replace hardcoded 5.005 with informative ${PERL_VERSION}.clive2001-01-201-2/+3
| | | | Submitted by: bento
* Replace hardcoded 5.005 with %%PERL_VER%% in plist.clive2001-01-201-3/+3
| | | | Submitted by: bento
* Upgrade from 2.64 to 2.66.clive2001-01-202-2/+2
| | | | Submitted by: bento (checksum error)
* Add input_vcd.so (It was obvious, but I'm known for missing obvious things).alex2001-01-202-0/+2
| | | | Submitted by: maintainer
* X-Bone dynamically deploys and manages Internet overlays to reducekris2001-01-209-0/+493
| | | | | | | | | | | | their configuration effort and increase network component sharing. X-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks. X-Bone uses two-layer IP in IP tunneled overlays and supports existing applications and unmodified routing, multicast, and DNS services in unmodified operating systems. X-Bone also support IPSec within overlays. Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
* Respect CFLAGSkris2001-01-201-0/+12
|
* Use *.bz2 tarball.kuriyama2001-01-202-4/+8
| | | | Submitted by: sff
* Use splitted tarballs.kuriyama2001-01-202-3/+4
| | | | Submitted by: sf
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkwill2001-01-2014-146/+146
| | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com>
* apg is an automated generator for pronounceable passwords.roam2001-01-208-0/+78
|
* The previous commit should have said:roam2001-01-200-0/+0
| | | | Noticed by: alfred
* The previous commit was too far-reaching; this port is only brokenroam2001-01-201-1/+4
| | | | | | for -current after the changes to struct proc exporing to userland. Make the BROKEN directive conditional on the closest fbsd version bump I could find.
* Enable build of VCD plugin.alex2001-01-202-0/+40
| | | | Reminded by: vanilla
* Fix at minfree checking when filesystem has free space over 4GB.kuriyama2001-01-202-0/+12
| | | | Approved by: maintainer
* Don't blindly install any .mo files into local base withoutclive2001-01-202-6/+6
| | | | | | creating it first. Submitted by: bento
* One line diff to indicate that freetype.h now lives underclive2001-01-201-1/+1
| | | | | | | ${PREFIX}/include/freetype. Submitted by: bento One eye reviewed by: vanilla
* Add the '1' on pkg-plist.vanilla2001-01-202-2/+2
|
* Activate VCD Support on FreeBSD.alex2001-01-204-0/+694
| | | | | Submitted by: Bruno Schwander <bruno.schwander@technologist.com> Reworked by: sos
* freetype.h symbolic link no longer exists.clive2001-01-201-11/+0
| | | | | | Thus we don't have to remove freetype from <freetype/freetype.h> now. Submitted by: bento
* Mark BROKEN due to changes to kernel proc struct.roam2001-01-201-0/+3
| | | | | PR: 24409 Submitted by: maintainer
* Updated for coda-5.3.12, skipping past 5.3.11shafeeq2001-01-2011-18/+19
|
* o Change MASTER_SITES to MASTER_SITE_SOURCEWARE.sf2001-01-206-20/+24
| | | | | | | o Uses split tarballs (gcc-{core,g++,objc}.tar.bz2) PR: 24463 Submitted by: maintainer
* - checksum of gdevcd8.tar.gz changedandreas2001-01-208-8/+8
| | | | | | | | - created a new distinfo file - bumped PORTREVISION since this makes sure, that packages are build from proper source Submitted by: Christopher Masto <chris@netmonger.net>
* Update to 0.33ade2001-01-203-15/+20
|
* Add xml-i18n-tools, a module containing some utility scripts and assortedade2001-01-2011-0/+95
| | | | | | auto* magic for internationalizing various kinds of XML files. Obtained from: GNOME
* Update to 0.2.0ade2001-01-202-2/+2
|
* Update to lastest verion. This version works for the Enterprise Edition.kevlo2001-01-204-15/+13
| | | | | PR: 24453 Submitted by: MAINTAINER
* Upgrade to version 0.5.11kevlo2001-01-203-4/+4
| | | | | PR: 24447 Submitted by: MAINTAINER
* Fix formatting problemkevlo2001-01-202-1/+19
| | | | | PR: 24457 Submitted by: MAINTAINER
* Complete ucd-snmp's rename to net-snmp.knu2001-01-205-5/+5
| | | | | Submitted by: "make index" Forgotton by: billf
* Fix broken BROKEN.fenner2001-01-201-1/+1
|
* Sync with XEmacs update by kiri.shige2001-01-191-3/+3
| | | | Reviewed by: kiri
* Version up to 21.1.13. Corresponding with this change,bsd.emacs.mk'skiri2001-01-1916-46/+29
| | | | xemacs21 version will be changed by shige :)
* Add phppgadmin 2.2.1.p1,web Based Postgres Administration.nbm2001-01-196-0/+121
|
* Change the BUILD_DEPENDS I was using for testing to RUN_DEPENDS.nbm2001-01-192-6/+6
|
* Change the BUILD_DEPENDS I used for testing to RUN_DEPENDS. I'll assumenbm2001-01-191-1/+1
| | | | no packages have been built for this yet.
* Fix typoroger2001-01-191-1/+1
|
* Add achievo 0.4.5,a flexible web-based resource management tool.nbm2001-01-196-0/+106
|
* Add phpMyAdmin, a set of PHP3 scripts to adminstrate MySQL over the webnbm2001-01-1911-0/+211
|
* Bump PORTREVISION for previous commitjedgar2001-01-191-0/+1
| | | | Reminded by: kris
* Update to 0.3.3a.knu2001-01-196-6/+4
|
* Add ruby-irc, an IRC client framework for Ruby.knu2001-01-1915-0/+299
| | | | | | Currently few English documents are bundled. For the time being, try the bot.rb (and cpi/*.cpi) example I translated into English to see how it works.
* Make the German versions of <warning> and <caution> behave as <note>,alex2001-01-192-2/+20
| | | | | | | i.e. "Warnung: " and not "Warnung" (note is "Note: "). Bump PORTREVISION. Submitted by: Udo Erdelhoff (ue@nathan.ruhr.de)
* - Add missed lib3ds dependency;sobomax2001-01-191-0/+4
| | | | | | | | - mark as BORKEN - it seems that current QT22 port doesn't install Qgl module this port depends on (it seems that I have a previous version of QT22 port installed with Qgl). Submitted by: Donald J . Maddox <dmaddox@sc.rr.com>
* Update master site info.kuriyama2001-01-192-2/+2
|
* Update master site info.kuriyama2001-01-193-8/+14
| | | | | Catch CFLAGS like -mpentiumpro other than -m486. Use *.bz2 archives and use $MASTER_SITE_SOURCEWARE.
* Add missing trailing backslash.kuriyama2001-01-191-1/+1
| | | | Pointed out by: "Dan Langille" <dan@langille.org>
* Update master site info.kuriyama2001-01-192-2/+2
|
* Add ruby-textbuf, a gapped text buffer extention for Ruby.knu2001-01-196-0/+48
|
* Update to version 0.9.3 and make GNOME icon installation dependent ongreen2001-01-193-57/+105
| | | | the HAVE_GNOME knob.
* Use a safer file mode (666 -> 644)jedgar2001-01-191-1/+1
|
* Update TLS and take off '\' on last MASTER_SITE.kuriyama2001-01-192-4/+4
| | | | | PR: ports/24415 Submitted by: dwcjr@inethouston.net (maintainer)
* Upgrade to 3.23.31.dirk2001-01-1936-54/+45
|
* Change my mailing address for commit mail.jdp2001-01-191-1/+1
|
* Remotely exploitable buffer overflow; FORBIDDEN.kris2001-01-193-0/+6
| | | | Submitted by: recidjvo <recidjvo@pkcrew.org> via Bugtraq
* Update to 2.90.1.knu2001-01-195-11/+93
|
* The previous problem was found to be due to mkmf.rb's bug. Now fixed.knu2001-01-191-4/+2
|
* Update Ruby to 1.6 branch's snapshot as of 2001/01/18, with many bugsknu2001-01-195-1/+15
| | | | fixed. Read ChangeLog for details.
* Two fixes:sobomax2001-01-192-0/+25
| | | | | - Properly import PIL module; - don't try to do os.chdir() with empty argument.
* Add view3ds 1.0.0, a simple realtime 3DS file previewer based on the Lib3dssobomax2001-01-197-0/+73
| | | | library.
* Add lib3ds 1.0.0, a library for handling 3DS (3D Studio) files.sobomax2001-01-197-0/+71
|
* bugfix: distinfo file is missing md5 checksum for hpdj 2.6 sourcesandreas2001-01-194-0/+4
| | | | | | | | | | | this is another showstopper after the variable name change and still doesn't show up here, since I have the sources in DISTFILES dir... PORTREVISION still doesn't need a bump, since no package could have been created and if, there is no new port functionality involved with this fix. Sorry for any trouble, but its too expensive for me, to re-fetch all files as final test. Submitted by: "Jamin A. Brown" <jamin@gwi.net>
* typo fix.sf2001-01-196-6/+6
| | | | Submitted by: Mathieu Mourez <matt@m2.qc.ca>
* introduce MASTER_SITE_SOURCEWARE -- Cygnus sourceware.sf2001-01-191-0/+13
| | | | | | | | | These sites have splitted-by-feature gcc, gdb and other tools. Note they are all bzip2'd. If you found bzip2'd version of your distfile here, please consider to migrate from ${MASTER_STIE_GNU}. Thanks! Submitted by: Espen Skoglund <esk@ira.uka.de>
* Update to 2.4.0mharo2001-01-192-2/+2
| | | | | PR: 24370 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Update to 1.3.1.knu2001-01-193-3/+3
|
* Update to 0.11 and unbreak. Now it works fine. :)knu2001-01-193-30/+2
| | | | | | | The culprit was x11-toolkits/qt22's lack of qgl support, and the author has kindly separated the qgl module. At the same time, canvas, table, and xml modules have been separated too. I'll make them ports sometime in the not too distant future.
* Upgrade to 0.7 and sync with www/mozillasumikawa2001-01-197-123/+249
| | | | Submitted by: ume
* Update to 1.3.5.knu2001-01-192-2/+2
|
* Chase the checksum of the repacked distfile. The update was only theknu2001-01-191-1/+1
| | | | | | | installer and its document fixes. PR: ports/24403 Submitted by: Andreas Schulz <ats@first.gmd.de>
* Update to 0.3.1kevlo2001-01-182-2/+2
| | | | | PR: 24416 Submitted by: MAINTAINER
* Update to Zope 2.2.5nbm2001-01-1818-618/+444
|
* Update to 2.3.7kevlo2001-01-182-2/+2
| | | | | PR: 24411 Submitted by: MAINTAINER
* Update to 2.2.4.sobomax2001-01-189-33/+48
| | | | Approved by: maintainer
* Upgrade to version 4.2billf2001-01-1866-474/+798
| | | | | | | | | Some of the shared library magic is very hackish, however the net-snmp library building make-fu is hackish as well, so I don't feel bad about it. This commit also (re-)enables the host module for much more information. It also fixes a long standing bug where 'snmpwalk localhost public' would hang.
* Bump PORTVERSION.kuriyama2001-01-182-2/+2
| | | | Pointed out by: kris
* Fix whisker operation.kris2001-01-183-11/+21
| | | | | Submitted by: Roman Shterenzon <roman@xpert.com> PR: 23850
* bugfix: hpdj couldn't be fetched after the variable name changeandreas2001-01-184-4/+4
| | | | | | | | | I forgot to change HPDJ_DRV to HPDJ_SRC in DISTFILES PORTREVISION not bumped since building of packages wasn't possible. Even if port/package could be build, because hpdj source was already present, no functionality change. Submitted by: "Justin W. Pauler" <jwpauler@jwpages.com>, "Jamin A. Brown" <jamin@gwi.net>
* Reflect ucd-snmp's new name (net-snmp).billf2001-01-181-1/+1
|
* ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflectbillf2001-01-1829-517/+66
| | | | | | | this change (with a repocopy) and update various references. this does not upgrade this port to the most recent version of net-snmp, that will be coming soon.
* Remove gtksheet. it have merge into gtkextra ports.vanilla2001-01-187-69/+0
| | | | Submitted by: maintainer
* Remove icewm-i18.vanilla2001-01-181-1/+0
| | | | Approved by: maintainer
* Remove icewm-i18n, it have merged into icem source tarball.vanilla2001-01-1815-649/+0
| | | | Approved by: maintainer
* Add myself.demon2001-01-181-1/+1
|
* - added stable version 4.0.4 of gimp-print (stp) driverandreas2001-01-1820-144/+344
| | | | | | | | | | | | | | | high quality drivers for Epsons, HPs, ... - bumped port revision - modified all target and added a makefile component to build tool from stp driver (escputil) to do maintenance on epsons install manpage as well - variable name changes, new scheme sounds better - use variables as often as possible in all make targets to reduce port maintenance as much as possible - fix two copy and paste mistakes in echo messages - updated pkg_plist, tested port and package building as well as removal - modified configure.batch to build stp driver
* add missing manpages.sf2001-01-1812-96/+108
| | | | | | sort pkg-plist. Submitted by: bento
* bump PORTREVISION; added new file.sf2001-01-181-0/+1
|
* add missing manpage.sf2001-01-181-2/+2
| | | | Submitted by: bento
* Nuke ja-wine --> ports/japanese/wine, its features is now merged to mainstreamsobomax2001-01-177-197/+0
| | | | | | | tree (ports/emulators/wine). PR: 24402 Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
* Upgrade to 2.2kevlo2001-01-172-6/+11
| | | | | PR: 24407 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
* Update to 0.9.b1.sobomax2001-01-174-12/+24
|
* Update to 0.2.8.sobomax2001-01-172-2/+4
|
* cosmetic: add cvs idandreas2001-01-178-0/+16
|
* Add ONLY_FOR_ARCHS=i386.sobomax2001-01-171-0/+2
|
* Add a port for the RXP validating XML parser.jkoshy2001-01-176-0/+54
|
* Allow the sysinstall help files to be edited without $FreeBSD$ tags.peter2001-01-171-0/+1
| | | | (although they should probably have them there somewhere)
* Add note that this is for SCSI drives only.alex2001-01-171-0/+2
| | | | Suggested by: "Ron 'The InSaNe One' Rosson" <insane@lunatic.oneinsane.net>
* sync with bsd.port.mk's PORTDOCS handlingroam2001-01-177-1788/+1783
|
* fix master-site subdir nameroam2001-01-172-2/+2
|
* RIJNDAEL algorithm is not depreciated. Fix not to show warningkuriyama2001-01-172-0/+62
| | | | | | | message when using RIJNDAEL. Obtained from: http://lists.gnupg.org/gnupg-announce-200010/msg00003.html Requested by: "John E. Hein" <jhein@timing.com>
* Catch up mozilla-0.7.sf2001-01-1710-40/+210
| | | | | PR: 24376 Submitted by: maintainer
* Fix off-by-one error that was causing an infinite loop in some verywill2001-01-171-1/+1
| | | | | | | weird cases. AAARGGH!!! Discovered by: will, sobomax, alex Fix by: Dima Dorfman <dima@unixfreak.org>
* Add pic2fig 1.4, a pic format to fig format converter.will2001-01-179-0/+567
| | | | | PR: 24388 Submitted by: Patrick Powell <papowell@astart.com>
* update to ghostscript v 6.50andreas2001-01-1740-408/+1116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed port revision, because of new version - added PCL3 driver (hpdj successor) from Martin Lottermoser *both* driver, HPDJ and PCL3, are now compiled in reason: PCL3 is still flagged as BETA and author didn't get much response Although Martin says, its definitively not ALPHA, its safer to have the old drivers around, if things fail for some reason. Martin confirmed, that its possible to have both in one gs binary !!! - disable configure script temporarily, since dialog needs a driver update but I don't want to hold back that port any longer. - enabled as many gs driver as possible - reorganized MASTER_SITES - added mirrors - add a note, that russion mirror isn't up to date, so don't add it - optimized downloading from 6 different sources by special ordering - reorganized Makefile completely - put only ${GS_SOURCES} into EXTRACT_ONLY variable unpacking other 3rd party src's is handled in post-extract target - directory creating, patching, unpacking and install actions are now handeled within the proper make target. This makes port maintenance much easier, i.e.: if you enter make extract, then only extraction of things happen, but makefiles are still not patched. Before this cleanup, things were not so structured and not easy to maintain. Maybe we get a configure script later, to choose between different 3rd party driver options, then this "sorting" and documenting will support the migration process... - silence port by hiding actions with "@" - insert many informational echoes. This makes port maintenance and troubleshooting easier - put more unique comments in front of the different 3rd party modules - document things better - use as many environment variables as necessary, so that "numerical" changes only have to happen on some places and not withing make targets - use gs version number also in docu directory - properly install runtime, info and doc files from 3rd party drivers - put not needed stuff into "NOPORTDOCS" section - keep old font names to avoid fetching unnecessary things - updated patches as necessary - added new patch from Nartin Lottermoser - removed 2 patches that have been incorporated into gs 6.50 - added needed manual pages - updated pkg-plist - finally tested port and package building as well as port removal new port passes all disciplines ;-)
* Upgrade to 4.0.4pl1.dirk2001-01-174-4/+4
|
* Fix for a symlink attack posted to bugtraq. The patches committed herebmah2001-01-173-0/+80
| | | | | | | | | | were generated from exmh's CVS source code respository, and will be removed from the port directory when the next version of exmh is released (RSN). Bump PORTREVISION. Obtained from: exmh CVS repository
* Refix my fix (;-) -- really update for bsd.port.mk rev 1.361.will2001-01-171-1/+2
| | | | Submitted by: freshports
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-1733-1077/+925
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
* Slightly simplify Makefiles used to build the kld's (w/o functionality change).sobomax2001-01-174-19/+18
|
* Oops, forgot to add LIB_DEPENDS and BUILD_DEPENDS..knu2001-01-171-0/+3
|
* Fix typos.alex2001-01-171-1/+1
|
* Add ja-libconv, Japanese charset conversion library powered by iconv(3).knu2001-01-1711-0/+133
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-17440-1532/+1515
|
* Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord.alex2001-01-177-0/+78
| | | | | PR: 24386 Submitted by: Oliver Lehmann <Kai_Allard_Liao@gmx.de>
* Fix a problem when installing without a previously installed version ofkevlo2001-01-161-2/+3
| | | | | | | iplog port. PR: 24380 Submitted by: MAINTAINER
* Update to 0.7kevlo2001-01-166-128/+66
| | | | | PR: 24354 Submitted by: Ports Fury
* Update to 2.0.3kevlo2001-01-162-2/+2
| | | | | PR: 24353 Submitted by: Ports Fury
* Fix for respecting HOME properlykevlo2001-01-163-5/+32
| | | | | PR: 24352 Submitted by: Ports Fury
* Upgrade to 0.8kevlo2001-01-162-6/+6
| | | | | PR: 24350 Submitted by: MAINTAINER
* Update to 1.7kevlo2001-01-165-26/+36
| | | | | PR: 24343 Submitted by: MAINTAINER
* Update to 0.1.1.sobomax2001-01-163-9/+13
|
* Upgrade to 1.1.0.tg2001-01-163-6/+6
|
* (1) Add PKGORIGIN support. Bump BSDPORTMKVERSION to reflect it.asami2001-01-161-1/+21
| | | | | | | | | | | | | Submitted by: sobomax (2) Add new variable NO_OPENMOTIF that will disable dependency to open-motif (when USE_MOTIF is defined, of course). Use this if you want to make sure your commercial Motif won't get wiped out. Submitted by: obrien (3) Add NOPORTDOCS support to PLIST_SUB. When NOPORTDOCS is defined, PORTDOCS="@comment " will be added to PLIST_SUB. Prodded by: steve
* - Make this port actually working (previous version was not linking binarysobomax2001-01-167-19/+27
| | | | | | | | | | | core with the kld); - hand over maintainership to Alexander Matey <matey@cis.ohio-state.edu> - he is the author of the driver; - make sure that the correct version of the driver used for some earler version of 4-STABLE (1.1 for 4.1) and refuse to build if OSVERSION < 410002. Submitted by: Alexander Matey <matey@cis.ohio-state.edu> Slightly adjusted by: sobomax
* Move line for pkg-plist.doc to correct place.kuriyama2001-01-162-2/+2
| | | | Pointed out by: bento
* Don't build the final log message onto a list that might not be empty.joe2001-01-161-1/+1
| | | | Problem spotted by: bfumerola
* Upgrade to 20010112.vanilla2001-01-1614-76/+74
| | | | | PR: ports/24346 Submitted by: maintainer
* Add a patch for PLIST_SUB variable.vanilla2001-01-162-27/+25
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Fix a debugging format msg.joe2001-01-161-1/+1
|
* Fix startup script's path.vanilla2001-01-162-2/+2
| | | | | PR: ports/24123, ports/24304 Submitted by: Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net>
* Rename a variable: $id => $PID. (Make it clear that this is actuallyjoe2001-01-161-30/+30
| | | | the process id.)
* Smatterings of missing 'my' declarations.joe2001-01-161-27/+27
|
* Make the location of the temporary directory a configuration option,joe2001-01-161-10/+18
| | | | along with the prefix that we use for the temporary filenames.
* Rename some variables so that configuration options are all injoe2001-01-161-9/+9
| | | | | uppercase: $debug => $DEBUG and $rcsidinfo => $RCSIDINFO
* Remove the $freebsd and $crypto variables; they're no longer requiredjoe2001-01-161-6/+1
| | | | now that the header is generic.
* Simplify by making the optional banner at the top of the commitjoe2001-01-161-25/+17
| | | | | mail a configuration variable at the top of the script. (The crypto repository used this, but other projects may find it handy also.)
* Upgrade to 1.0.6-4.vanilla2001-01-1615-107/+225
| | | | | PR: ports/24356 Submitted by: KATO Tsuguru
* Fix some ru.po phrasesache2001-01-161-0/+29
|
* Upgrade to .dev.16ache2001-01-164-3/+44
|
* Support ${CFLAGS}taoka2001-01-161-1/+1
| | | | | Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp> Obtained from: a direct e-mail
* Begin the tidy-up to make these scripts easier for third parties to use.joe2001-01-161-22/+30
| | | | | Move the mail command and email recipients to the top of the script where they are easier to modify.
* Move just-added aureal-kmod from misc into audio, because it better belongssobomax2001-01-1614-1/+1
| | | | | | | | | | | | | | there. For those who missed decsription from previous commit: Add aureal-kmod - a port to provide convinient way for building FreeBSD driver for Aureal based soundcards. This driver could not be added to the base system because it's uses binary-only Linux Vortex Core object modules. The port supports 4-STABLE and 5-CURRENT, however 4-STABLE isn't tested, so please report your mileage to me. Suggested by: alex
* Add aureal-kmod - a port to provide convinient way for building FreeBSD driversobomax2001-01-1613-0/+150
| | | | | | | | for Aureal based soundcards. This driver could not be added to the base system because it's uses binary-only Linux Vortex Core object modules. The port supports 4-STABLE and 5-CURRENT, however 4-STABLE isn't tested, so please report your mileage to me.
* Install 2 additional include files.clive2001-01-162-1/+5
| | | | | | | Bump PORTREVISION. PR: 24349 Submitted by: MAINTAINER
* Update to 2.6.11kevlo2001-01-156-6/+6
| | | | | PR: 24294 Submitted by: MAINTAINER
* Update to 1.60kevlo2001-01-153-9/+16
| | | | | PR: 24283 Submitted by: Ports Fury
* Update MASTER_SITES and WWW to reflect bvi's new sourceforge address.jedgar2001-01-152-2/+3
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* - Support CFLAGS properlykevlo2001-01-153-2/+32
| | | | | | | | - Use own do-install target(mainly to avoid creating odd directory) - Include additional document into package PR: 24282 Submitted by: Ports Fury
* Update md5sum of a rerolled (and otherwise unchanged tarball)nbm2001-01-151-1/+1
| | | | Submitted by: roam
* Update to 0.5.sobomax2001-01-153-8/+22
|
* Update to 0.1.41.sobomax2001-01-153-2/+7
| | | | Submitted by: maintainer
* Update to 1.0.4.ume2001-01-156-10/+6
|
* Add p5-Term-Screen 1.00, a perl module implementing a basic screenwill2001-01-157-0/+64
| | | | | | | and input class. PR: 23614 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Fix a buglet and finish pointing the config file at ${PREFIX}/etc, notkris2001-01-152-7/+7
| | | | /etc as in NetBSD
* pks 0.9.4 is a PGP public key server from MIT.kris2001-01-1513-0/+300
| | | | Obtained from: NetBSD
* Update xsane to 0.70, update and sort pkg-plistkris2001-01-154-14/+13
| | | | | Submitted by: Maintainer PR: 24329
* Update to 0.5 (weird math, use PORTEPOCH=1).will2001-01-155-15/+11
| | | | | | PR: 21749 Submitted by: Jamie <jamie@jamiesdomain.org.uk> Repeatedly nudged by: see above ;)
* Print a more informative error message when /usr/share/dict/words is not found.jmz2001-01-151-0/+2
| | | | Submitted by: Matthew Emmerton <matt@gsicomp.on.ca>
* Update to checkbot 1.62kris2001-01-153-5/+4
| | | | Approved by: maintainer
* Make this port more efficient with perl regexes; add a directory to thewill2001-01-152-10/+2
| | | | | | regex commands. Approved by: maintainer
* Add Greg Sutter's ICBM coordinates; he's our only current Berkeley, CAwill2001-01-151-0/+1
| | | | | | resident. :-) Submitted by: gsutter
* add missing patch in previous commit.sf2001-01-151-0/+11
| | | | (I believe all X manpage error detected by bento has gone.)
* (null commit)sf2001-01-150-0/+0
| | | | | forgot to say, previous commit to add missing catalogues Submitted by: Peter Pentchev <roam@orbitel.bg>
* bump PORTREVISION; added new files.sf2001-01-152-0/+2
|
* - BUILD_DEPENDS -> LIB_DEPENDSvanilla2001-01-156-26/+30
| | | | | | | | - Sort pkg-plist - Add WWW: line PR: ports/24287 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use own do-install targetvanilla2001-01-156-4/+26
| | | | | | | | (mainly to strip binary properly) - Add WWW: line PR: ports/24288 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* o info file unified again.sf2001-01-156-10/+52
| | | | | | | o add missing catalogues. o supress installing zh_TW.BIG5.po. it actually does nothing and seems integrated with wget distribution. o I'll maintain this port.
* Upgrade to latest version.vanilla2001-01-152-2/+2
| | | | | PR: ports/24298 Submitted by: maintainer
* yep, I forgot to add PORTREVISION, ops..vanilla2001-01-153-0/+3
|
* ScriptBasic is a scripting implementation of the BASIC language. Thevanilla2001-01-1513-0/+244
| | | | | | | | | | | | | | | aim of this implementation is to provide a general and widely used tool for the simple programmer. One of the reason behind the success of the Microsoft operating systems is VisualBasic, which is built into many of the applications Microsoft delivers. Why are UNIX and other non-Microsoft operating system users prohibited to use the simplest programming language? ScriptBasic is a BASIC implementation, which aims not less than becoming the most widely used scripting tool on UNIX systems. It is portable, it is BASIC, it is a scripting tool and it is GNU LGPL. PR: ports/24133 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Use --with-tcl-lib-name=tcl82, and add a fix when Mesa compile with thread ↵vanilla2001-01-159-33/+120
| | | | support.
* Update logtool to 1.0.3clive2001-01-158-42/+30
| | | | | PR: 24302 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net> (MAINTAINER)
* Update to 0.8.ume2001-01-144-4/+8
|
* o Install additional 2 include filesclive2001-01-142-0/+8
| | | | | | o portlint Submitted by: Leeym <leeym@cae.ce.ntu.edu.tw>
* Update to 0.3.8clive2001-01-145-28/+49
| | | | | PR: 24277 Submitted by: MAINTAINER
* Update to gltk 1.1kris2001-01-142-2/+2
| | | | Submitted by: bento
* Chase the checksum: some minor doc changes, and what seems to bekris2001-01-142-2/+2
| | | | | | removal of old code. Bump PORTREVISION. Submitted by: bento
* Update to version 1.6.5 (and fix known vulnerabilities).obrien2001-01-145-7/+44
| | | | Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Update to totd 1.1p5kris2001-01-144-6/+8
|
* Update to echoping 3.0.1 and reset maintainer to ports withkris2001-01-144-43/+7
| | | | permission of old maintainer.
* Update to gnut 0.4.18kris2001-01-142-3/+2
|
* Update to 20001121 version of dumpasn1kris2001-01-142-3/+3
|