aboutsummaryrefslogtreecommitdiff
path: root/converters/xdeview
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Unsilence installation commandsDmitry Marakasov2017-12-274-13/+13
| | | | | | | - Regenerate patches Notes: svn path=/head/; revision=457357
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Clarify LICENSEDmitry Marakasov2015-11-191-10/+11
| | | | | | | | | - Add LICENSE_FILE - Pet portlint - Switch to options helpers Notes: svn path=/head/; revision=401963
* Rename converters/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-283-0/+0
| | | | Notes: svn path=/head/; revision=363172
* Support stageBaptiste Daroussin2014-03-061-15/+10
| | | | Notes: svn path=/head/; revision=347292
* Convert converters to MDOCS and MEXAMPLESAdam Weinberger2014-01-031-3/+1
| | | | Notes: svn path=/head/; revision=338556
* - Convert to USES+=tkPietro Cerutti2013-09-241-2/+2
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=328169
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-2/+1
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* - Chase 82+ not being a valid Tcl/Tk version anymorePietro Cerutti2012-12-041-2/+2
| | | | | | | | Feature safe: yes Reported by: beat, bapt Notes: svn path=/head/; revision=308232
* - Add LICENSEEmanuel Haupt2011-10-182-17/+18
| | | | | | | | | | | - Support USE_TK - Add MAKE_JOBS_SAFE PR: 161629 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283775
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-6/+6
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - switch to USE_TKMartin Matuska2010-03-231-8/+12
| | | | | | | | | - add support from tk82 to tk85 PR: ports/130183 Notes: svn path=/head/; revision=251403
* Reset hoek@ who has been inactive for quite some time.Mark Linimon2009-11-101-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=244062
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Remove more copies of Tcl's SunOS shared library hack.David Schultz2005-02-201-0/+17
| | | | | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-) Notes: svn path=/head/; revision=129328
* Update to 0.5.20 to fix two buffer overflowsTim Vanderhoek2004-03-252-3/+3
| | | | | | | Advised by: nectar Notes: svn path=/head/; revision=105182
* Update my email address and make a slight formatting improvement.Tim Vanderhoek2004-03-251-3/+3
| | | | Notes: svn path=/head/; revision=105179
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* - Update to 0.5.19Clement Laforet2004-01-182-3/+2
| | | | | | | | | PR: 61519 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98483
* - Chase uulib versionClement Laforet2004-01-181-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98474
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-2/+2
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91882
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Bump PORTREVISION for previous commit.Kris Kennaway2003-08-171-0/+1
| | | | Notes: svn path=/head/; revision=87117
* Switch to tcl/tk 8.4, and add tcl84 virtual category.Kris Kennaway2003-08-171-5/+5
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=87114
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to xdeview 0.5.18.Tim Vanderhoek2002-09-027-88/+22
| | | | | | | Significantly inspired by PR: ports/41508 Notes: svn path=/head/; revision=65473
* Updated uudeview version doesn't need to be patchedTim Vanderhoek2002-09-021-23/+0
| | | | | | | for Tcl 82+ anymore. Notes: svn path=/head/; revision=65471
* - Add NOPORTDOCS support to pkg-plistPatrick Li2002-01-172-8/+7
| | | | | | | | | | | - Use INSTALL_DATA for installing docs - Use DOCSDIR PR: 29762 Approved by: hoek Notes: svn path=/head/; revision=53212
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-283-5/+97
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* These three were easy. Now tell my why some of the other pkg/DESCRsTim Vanderhoek1999-05-021-1/+1
| | | | | | | | | must insist on using such oddball formats.... [Add WWW: where appropriate] Notes: svn path=/head/; revision=18341
* The extra checksum wasn't bogus after all. Both are required sinceSteve Price1999-02-251-0/+1
| | | | | | | | | | | despite the fact that the files from both MASTER_SITES are the same size and when extracted a diff -urN is empty, they have different checksum. Noticed by: Andrew Gordon <arg@arg1.demon.co.uk> Notes: svn path=/head/; revision=16896
* Remove extraneous checksums.Steve Price1999-02-221-1/+0
| | | | Notes: svn path=/head/; revision=16819
* Remove regexp support for uulib.Steve Price1998-09-261-3/+3
| | | | Notes: svn path=/head/; revision=13421
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* Manpages? What manpages?Tim Vanderhoek1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12572
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Add homepage.Tim Vanderhoek1998-07-241-0/+2
| | | | Notes: svn path=/head/; revision=12091