aboutsummaryrefslogtreecommitdiff
path: root/astro/wmmoonclock
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Remove of BROKEN, add new MASTER_SITES including new maitainer's mirrorPawel Pekala2014-10-103-6/+9
| | | | | | | | | | | | | | - Update distinfo, previous tarball was uncompressed - Add LICENSE - Take maintainership - Slight grammar change in pkg-descr - Addition of WWW to pkg-descr PR: 193819 Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl> Notes: svn path=/head/; revision=370598
* Revert r367333, it doesn't workAntoine Brodin2014-09-051-1/+3
| | | | | | | Mark BROKEN instead Notes: svn path=/head/; revision=367334
* Make fetchable againAntoine Brodin2014-09-051-1/+1
| | | | Notes: svn path=/head/; revision=367333
* Rename old-style patch-xy patches in astro to reflect what filesAdam Weinberger2014-07-281-0/+0
| | | | | | | they modify. Notes: svn path=/head/; revision=363147
* Support STAGEDIR.Vanilla I. Shu2013-10-251-5/+3
| | | | Notes: svn path=/head/; revision=331558
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Convert astro to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | | While here: - Trim headers - Use shebangfix when needed - Convert to new perl5 world Notes: svn path=/head/; revision=325648
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-8/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Remove trailing whitespaces.Emanuel Haupt2011-11-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286031
* Update master_siteBaptiste Daroussin2011-08-011-1/+1
| | | | Notes: svn path=/head/; revision=278743
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Return kris' ports to the heap.Thomas Abthorpe2011-01-021-1/+1
| | | | | | | | | We hope to see him back again sometime. Hat: portmgr-secretary Notes: svn path=/head/; revision=267265
* - 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209644
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+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
* Original distfile site disappeared; chase location to dockapps.org.Kris Kennaway2005-02-193-5/+6
| | | | | | | | | | This copy of the distfile is also called .tar.gz but is an uncompressed copy of that file. Nagged by: kris Notes: svn path=/head/; revision=129324
* o/~ Everybody was distfile sizing! o/~Kris Kennaway2004-03-221-0/+1
| | | | | | | | | (Add SIZE to distinfo) Submitted by: trevor Notes: svn path=/head/; revision=104924
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* 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
* Use time_t instead of assuming equivalence to long.Christian Weisgerber2002-08-301-0/+15
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=65337
* (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
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27416
* Update to wmmoonclock 1.27 and portlint a bit.Kris Kennaway2000-01-304-17/+21
| | | | | | | Submitted by: KATO Tsuguru <tguru@protomail.ne.jp> Notes: svn path=/head/; revision=25309
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Id->FreeBSD rename try 2.David E. O'Brien1999-08-251-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=20936
* 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
* update to 1.26Michael Haro1999-04-232-3/+3
| | | | | | | | PR: 11288 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=18096
* fix install of manpageMichael Haro1999-04-212-3/+2
| | | | Notes: svn path=/head/; revision=18052
* Upgrade to 1.25Kris Kennaway1999-04-193-8/+7
| | | | | | | | PR: 11172 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18005
* This is a WindowMaker dockapp which displays the phase of the moon,Kris Kennaway1999-03-146-0/+58
plus assorted astronomical data (rise/set times, orbital elements, etc). PR: 9906 Notes: svn path=/head/; revision=17174