summaryrefslogtreecommitdiff
path: root/comms/tkhylafax/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-31cleanup: Remove expired ports:Rene Ladan1-22/+0
2022-09-30 comms/hylafax: dead upstream, someone port hylafax+ from sourceforge.net instead 2022-12-31 comms/tkhylafax: Depends on expired comms/hylafax
2022-09-30comms/tkhylafax: deprecate because of comms/hylafaxRene Ladan1-0/+3
2022-07-20comms: remove 'Created by' linesTobias C. Berner1-2/+0
A big Thank You to the original contributors of these ports: * 'Big Bad Bob' Frazier <bobf@mrp3.com> * <mr@freebsd.org> * Alex Samorukov <samm@freebsd.org> * Alexander Logvinov <ports@logvinov.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Nordby <anders@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrew Dolgov <fox@furry.spb.ru> * Andrey Lykhin <lan31@inbox.ru> * Anton Voronin <anton@urc.ac.ru> * Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> * Brian Dean <bsd@FreeBSD.org> * Bruce Cran <bruce@cran.org.uk> * Carl Makin <carl@stagecraft.cx> * Darren <igla@batterybackups.net> * David * David O'Brien <obrien@cs.ucdavis.edu> * David Thiel <lx@redundancy.redundancy.org> * Denis Shaposhnikov <dsh@vlink.ru> * Devon H. O'Dell <devon.odell@coyotepoint.com> * Diane Bruce <db@db.net> * Douglas K. Rand <rand@meridian-enviro.com> * Edward Tomasz Napierala <trasz@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Frank Steinborn <steinex@nognu.de> * Ganael Laplanche <ganael.laplanche@martymac.org> * George Reid <greid@ukug.uk.freebsd.org> * Hye-Shik Chang <perky@fallin.lv> * Janos.Mohacsi@bsd.hu * Jean-Baptiste Quenot <jb.quenot@caraldi.com> * Jeffrey Baitis <jeff@baitis.net> * Johan Strom <johan@stromnet.se> * Johan Strom <johna@stromnet.se> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Julian Stacey <jhs@FreeBSD.org> * Kirill Bezzubets <kirill@solaris.ru> * MITA Yoshio <mita@FreeBSD.org> * Markus Brueffer <markus@FreeBSD.org> * Martin Matuska <mm@FreeBSD.org> * Martin Wilke <miwi@FreeBSD.org> * Masafumi NAKANE <max@FreeBSD.org> * Matt Dawson <matt@mattsnetwork.co.uk> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Reifenberger (mike@Reifenberger.com) * Mike Heffner <mikeh@FreeBSD.org> * Nick Sayer <nsayer@FreeBSD.org> * Nicole Reid <root@cooltrainer.org> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Patrick Gardella <patrick@FreeBSD.org> * Paul Traina <pst@FreeBSD.org> * Pav Lucistnik <pav@FreeBSD.org> * Rick Elrod <codeblock@eighthbit.net> * Rodrigo Osorio <rodrigo@FreeBSD.org> * Sebastian Yepes <esn@x123.info> * Staffan Ulfberg <staffanu@multivac.fatburen.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Woodford <scw@netbsd.hut.fi> * Steven Kreuzer <skreuzer@FreeBSD.org> * Sunry Chen <sunrychen@gmail.com> * Søren Straarup <xride@x12.dk> * Tony Shadwick <tshadwick@oss-solutions.com> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vladimir Grebenschikov * Vladimir Kondratyev <wulf@FreeBSD.org> * db * dirkx@webweaving.org * dom@happygiraffe.net * elbarto@ArcadeBSD.org * hm * jmz * joes@seaport.net * lambert@lambertfam.org * nox@FreeBSD.org * obrien@cs.ucdavis.edu * rkw * shurd * shurd@FreeBSD.org * wlloyd@slap.net * //www.tomek.cedro.info) With hat: portmgr
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2016-04-01Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold1-2/+2
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
2015-08-22- Split ghostscript into X11-independent and -dependent parts:Hiroki Sato1-2/+2
* print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. Notes: svn path=/head/; revision=395047
2015-07-16Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast1-2/+1
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
2013-10-23- Convert to USES+=tkPietro Cerutti1-3/+2
- STAGE-clean Notes: svn path=/head/; revision=331384
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
comms) Notes: svn path=/head/; revision=327714
2013-06-20. portlint: "RUN_DEPENDS" has to appear earlier;Boris Samorodov1-9/+5
. remove an article from COMMENT; . trim Makefile headers. Notes: svn path=/head/; revision=321399
2012-06-01- update png to 1.5.10Dirk Meyer1-1/+1
Notes: svn path=/head/; revision=297915
2010-03-28- update to 1.4.1Dirk Meyer1-1/+1
Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
2010-02-05- update to jpeg-8Dirk Meyer1-1/+1
Notes: svn path=/head/; revision=249285
2009-02-14- Change USE_TCL=yes to USE_TCL=84 due to planned change of default TclMartin Matuska1-1/+1
Notes: svn path=/head/; revision=228276
2008-04-09- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik1-1/+1
With hat: portmgr Notes: svn path=/head/; revision=210928
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-1/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2007-04-02- Convert existing ports to a new bsd.tcl.mk orderPav Lucistnik1-1/+1
PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run Notes: svn path=/head/; revision=189054
2007-03-16- Use TCL/TK 8.4Martin Wilke1-3/+4
- Respect X11BASE [1] PR: 110318 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> miwi [1] Notes: svn path=/head/; revision=187479
2004-01-20Use the new ghostscript options.Joe Marcus Clarke1-6/+1
Submitted by: linimon Notes: svn path=/head/; revision=98657
2003-08-31[PATCH] comms/tkhylafax: enable choose of ghostscript interpreterEdwin Groothuis1-1/+7
This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54922 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88123
2003-02-20De-pkg-comment.Akinori MUSHA1-0/+1
Notes: svn path=/head/; revision=75951
2003-01-16 o Update to version 3.2betaLars Koeller1-3/+4
o Correction of MASTER_SITES o Includes patch for sendfax option handling modification, which prevents sending out a fax via tkhylafax Notes: svn path=/head/; revision=73282
2002-11-07Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger1-2/+0
105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
2002-11-06Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger1-0/+2
Approved by: pat Notes: svn path=/head/; revision=69612
2001-09-11Replace the ghostscript55 dependencies with ghostscript-gnu.Akinori MUSHA1-1/+1
Notes: svn path=/head/; revision=47714
2000-11-25ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=35411
2000-04-08update with the new PORTNAME/PORTVERSION variablesMichael Haro1-4/+3
Notes: svn path=/head/; revision=27419
2000-02-20Reducing Maintainership to an amount of portsAndreas Klemm1-1/+1
I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. Notes: svn path=/head/; revision=26039
1999-11-05Switch to tcl/tk8.2Justin M. Seger1-2/+2
Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=22928
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-01-13Remove ghostscript (ver. 2) and ghostscript4. We now have GNU ghostscript5Satoshi Asami1-2/+2
and Alladin ghostscript55. Approved by: the ports list Notes: svn path=/head/; revision=16029
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=12335
1998-02-21Add tk virtual category where missing. List of ports which depend on tkBill Fenner1-2/+2
but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
1997-10-09cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1-2/+2
Notes: svn path=/head/; revision=8192
1997-10-04cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1-5/+5
Notes: svn path=/head/; revision=8102
1997-06-08Minor cleanup.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=6801
1997-06-08Added new port tkhylafax which is a tcl/tk frontend to Sam LefflersAndreas Klemm1-0/+24
hylafax package. Packaging tested. Notes: svn path=/head/; revision=6797