summaryrefslogtreecommitdiff
path: root/comms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add qico 0.45pl3.1, a fidonet compatible mailer. I've put a copy on myWill Andrews2000-08-1117-0/+283
| | | | | | | | | | local-distfiles due to historic saturation on www.ruxy.org.ru's link. PR: 16989 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Notes: svn path=/head/; revision=31528
* Add a missing ';' so this port builds/installs cleanly.Steve Price2000-08-081-1/+1
| | | | Notes: svn path=/head/; revision=31408
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Replace old startup script with new capable to do start/stop operations.Maxim Sobolev2000-07-201-6/+24
| | | | | | | | PR: 20039 Submitted by: Bruce A. Mah <bmah@cisco.com> Notes: svn path=/head/; revision=30915
* Remove a bug in faxsetup.sh.Alexander Langer2000-07-201-0/+14
| | | | | | | | PR: 20051 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=30912
* Mark these BROKEN, they don't compile/run properly.Satoshi Asami2000-07-191-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30901
* Remove all installed directoriesChris D. Faulhaber2000-07-141-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30617
* Update md5 checksum. Unfortunately there is no previous version onMaxim Sobolev2000-07-131-1/+1
| | | | | | | | | MASTER_SITE_BACKUP, so it is impossible to check what was changed. Submitted by: bento Notes: svn path=/head/; revision=30564
* From the submitter:Steve Price2000-07-071-3/+7
| | | | | | | | | | | | | | Currently, the hylafax port has a few flaws -- it uses the libz and regex libraries that come with the software instead of the implementations available on FreeBSD and ignores the local CFLAGS settings. It also needlessly (it seems) requires gmake. PR: 19552 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=30324
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-056-11/+85
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-292-2/+4
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),Alexander Langer2000-06-2713-295/+1002
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which officially fixes the setuid security exploit by the vendors. Additionally, from the PR: * adds in distribution patches to allow it to interoperate with libtiff-3.5.5 (the current version in the ports tree), and replace an original FreeBSD patch. * includes security patches (replacements of 'strcpy' and 'sprintf', primarily), mostly based on patches originally submitted by Alex Langer [1] for 4.0pl2 and not yet commited, although some new work was done too. [1] I don't think, that these were my patches but those submitted by John Holland <john@zoner.org> in PR 19180. * Fixes some issues with the configure/setup scripts introduced since the previous version. * Additionally, original FreeBSD patches from 4.0pl2 were merged in where they were not addressed by anything else. (except the I18N patch, sorry). I removed the FORBIDDEN line since there are at least no obvious security concerns left. PR: 19237 Submitted by: Andy Sparrow <andy@geek4food.org> Notes: svn path=/head/; revision=29906
* Mark FORBIDDEN: insecure tempfile handling means any file on the system can ↵Kris Kennaway2000-06-261-0/+2
| | | | | | | | | be overwritten Submitted by: Stan Bubrouski <satan@FASTDIAL.NET> via Bugtraq Notes: svn path=/head/; revision=29868
* - Use MASTER_SITE_SUNSITE to MASTER_SITESMaxim Sobolev2000-06-231-2/+3
| | | | | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29808
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .Bill Fenner2000-06-221-1/+2
| | | | Notes: svn path=/head/; revision=29788
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-091-0/+1
| | | | | | | area on the local ports tree. Notes: svn path=/head/; revision=29476
* Revert to rev 1.8 -- which breaks this port again.David E. O'Brien2000-06-091-1/+1
| | | | | | | | | | | | I don't know exactly what changed in the distfile. To generate the new checksum I did ``make distclean makesum''. So I don't have the old distfiles around to check. I did verify that the new distfiles does compile and the resulting binary runs. But I guess that is not suffient today. Prodded by: kris Notes: svn path=/head/; revision=29454
* Distfile changed -- update checksum.David E. O'Brien2000-06-091-1/+1
| | | | Notes: svn path=/head/; revision=29453
* @dirrm share/doc/kermitSatoshi Asami2000-06-071-0/+2
| | | | | | | | | @dirrm share/examples/kermit Submitted by: bento Notes: svn path=/head/; revision=29352
* Upgrade to version 1.83.1.David E. O'Brien2000-06-013-11/+2
| | | | | | | 1.83.1 is supose to have more sane logfile control. Notes: svn path=/head/; revision=29070
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'Maxim Sobolev2000-05-174-6/+6
| | | | Notes: svn path=/head/; revision=28515
* Update to KDEUTILS 1.90 (aka KDE2 beta).Will Andrews2000-05-163-545/+553
| | | | Notes: svn path=/head/; revision=28501
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
| | | | Notes: svn path=/head/; revision=27534
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Typo (PKGNAME -> PORTNAME).Satoshi Asami2000-04-131-1/+1
| | | | Notes: svn path=/head/; revision=27471
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-0823-71/+71
| | | | Notes: svn path=/head/; revision=27419
* 38000 is not a valid baud rate value. Use 38400Jean-Marc Zucconi2000-03-282-2/+2
| | | | | | | | PR: ports/17455 Submitted by: SHIROTA Yasuhiko <shirota@mbox.media.nagoya-u.ac.jp> Notes: svn path=/head/; revision=27104
* Restore useless version required comments.David E. O'Brien2000-03-223-0/+3
| | | | Notes: svn path=/head/; revision=26941
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"Satoshi Asami2000-03-212-2/+2
| | | | Notes: svn path=/head/; revision=26931
* Remove the "version required" line.David E. O'Brien2000-03-203-3/+0
| | | | Notes: svn path=/head/; revision=26835
* Use my Web space on freebsd.org for the distfile.Masafumi Max NAKANE2000-03-081-1/+1
| | | | Notes: svn path=/head/; revision=26642
* Host the distfile myself - there is something weird with the officialKris Kennaway2000-02-271-1/+2
| | | | | | | | | | website which allows you to browse and download the file with lynx, but returns a 404 with fetch or wget. Noticed by: bento Notes: svn path=/head/; revision=26347
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26244
* add ending / to WWWMichael Haro2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26237
* update WWWMichael Haro2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26236
* PREFIX -> LOCALBASEMichael Haro2000-02-242-4/+4
| | | | | | | add ending / to WWW Notes: svn path=/head/; revision=26235
* Remove the line that copied dot.kermitrc over into ${WRKSRC}.Joerg Wunsch2000-02-221-1/+0
| | | | | | | Submitted by: bento's package builder via satoshi Notes: svn path=/head/; revision=26153
* The one and only argument to gmtime(3) is a time_t*. This fixes the buildSteve Price2000-02-202-0/+22
| | | | | | | problems on the Alpha. Notes: svn path=/head/; revision=26059
* The one and only argument to time(3) is a time_t*. This fixes builds onSteve Price2000-02-203-0/+33
| | | | | | | the Alpha. Notes: svn path=/head/; revision=26053
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-201-1/+1
| | | | | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. Notes: svn path=/head/; revision=26039
* Install kermit documentation and example files correctly. This isJoerg Wunsch2000-02-202-2/+46
| | | | | | | | | | | | | | | | | | | | basically what the PR suggested, although i did it somewhat differently. (The PR was related to the previous version of Kermit anyway.) After asking Frank da Cruz again, i did however decide to not run the shipped ckermit.ini (alias .kermrc) by default; the defaults of Kermit version 7 are supposed to fit the needs of most people, so there is no need to run the .ini file for everybody. Those who want it can still find it in the `examples' directory (and Frank suggested users who like to do this can easily run this as a `kerbang' script file instead of starting the plain kermit binary). PR: ports/14894 Submitted by: Oh Junseon <hollywar@holywar.net> Notes: svn path=/head/; revision=26026
* Make PREFIX clean.David E. O'Brien2000-02-184-7/+7
| | | | | | | | PR: 14854 Submitted by: Joe Greco <jgreco@solaria.sol.net> Notes: svn path=/head/; revision=25970
* Support tty speeds of 57600 and 115200 bit/sec.David E. O'Brien2000-02-181-6/+25
| | | | | | | | PR: 14977 Submitted by: Vlad Patenko <vlad@lucky.net> Notes: svn path=/head/; revision=25969
* Remove giflib dependence.R. Imura2000-02-151-2/+1
| | | | | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!! Notes: svn path=/head/; revision=25853
* ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg2000-02-131-1/+1
| | | | Notes: svn path=/head/; revision=25764
* Style nits in the ports I maintain.David E. O'Brien2000-02-133-15/+14
| | | | Notes: svn path=/head/; revision=25734