aboutsummaryrefslogtreecommitdiff
path: root/misc/astrolog
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374378
* Rename misc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-294-0/+0
| | | | Notes: svn path=/head/; revision=363282
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361963
* Convert to stageAndrey A. Chernov2014-05-101-11/+7
| | | | Notes: svn path=/head/; revision=353610
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* misc/astrolog: fix build with clangWilliam Grzybowski2013-06-143-20/+29
| | | | | | | | | | | | - Fix build with clang - WITHOUT_X11 -> PORT_OPTIONS:MX11 - Use PORTDOCS instead of pkg-plist - Simplify docs install commands Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320970
* Cleanup unmaintained ports in the misc category:Eitan Adler2013-03-251-9/+6
| | | | | | | | | | | | | | | | | | | | | - Trim Header - Convert to OptionsNG - Prefer DISTNAME to DISTFILES - Reorder variables - Fix comments (don't include leading article) - @unexec rm must not cause failure - Tabs, not spaces - Single space for WWW - Pet portlint - etc. In a few cases the option DOCS was used to control installation into EXAMPLEDIR. I opted to keep the existing logic of the port in these cases. Reviewed by: koobs, ashish Notes: svn path=/head/; revision=315192
* Rename patch according to Porters's Handbook '4.4 Patching' rulesAndrey A. Chernov2012-11-211-0/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307613
* Update libswe to latest one witch should fix amd64 core dump inAndrey A. Chernov2012-11-214-5/+38
| | | | | | | | | crc32 calculation (used for aspects, etc) Feature safe: yes Notes: svn path=/head/; revision=307612
* Remove local orbs change sneaked inAndrey A. Chernov2012-02-261-13/+0
| | | | Notes: svn path=/head/; revision=292257
* spaces -> tabs fixes (wrong editor mode)Andrey A. Chernov2012-02-261-8/+8
| | | | Notes: svn path=/head/; revision=292255
* Original version is abandonware since 1998.Andrey A. Chernov2012-02-2614-233/+412
| | | | | | | | | | | | | | | | Switch to more recent fork made by Valentin Abramov, it is much improved in calculation (new ephemeris used), have many bugfixes and some new features. Fixes from me: integrate our fixes for original version fix some out of memory / junk memory accesses avoid text clipping on long lines add seconds precision to zone offset (for true local time) add missing color reset in one place Notes: svn path=/head/; revision=292254
* Fix printed universal time calculation when time zone offset containsAndrey A. Chernov2012-02-252-3/+12
| | | | | | | minutes. Notes: svn path=/head/; revision=292228
* - Fix build with WITHOUT_X11=true [1]Pawel Pekala2011-12-193-17/+37
| | | | | | | | | | | - Support NOPORTDOCS - Fix portlint warnings PR: ports/163093 [1] Submitted by: Christian Gusenbauer <c47g@gmx.at> [1] Notes: svn path=/head/; revision=287668
* Remove myself from MAINTAINERAndrey A. Chernov2011-08-301-1/+1
| | | | Notes: svn path=/head/; revision=280749
* amd64 fixes (types sizes)Andrey A. Chernov2011-05-123-1/+25
| | | | | | | Submitted by: Christian Gusenbauer <c47g@gmx.at> Notes: svn path=/head/; revision=274005
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* - Convert unzip -a to USE_DOS2UNIXPav Lucistnik2010-06-031-1/+2
| | | | | | | | PR: ports/146533 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=255662
* Use @dirrmtry since old config may presentAndrey A. Chernov2010-03-251-1/+1
| | | | Notes: svn path=/head/; revision=251489
* 1) Do not remove config file on package upgradingAndrey A. Chernov2010-03-233-2/+27
| | | | | | | 2) Supply more useful config file Notes: svn path=/head/; revision=251404
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+4
| | | | | | | | | | | | | | | | | | - 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
* Back out CFLAGS fix because it is now committed to sys.mkAndrey A. Chernov2007-06-261-8/+1
| | | | Notes: svn path=/head/; revision=194316
* Allow 8bit chars be read from fileAndrey A. Chernov2007-06-263-3/+46
| | | | Notes: svn path=/head/; revision=194291
* Back out v1.33 because it requires unzip presence at 'install'Andrey A. Chernov2007-06-261-1/+6
| | | | | | | | | stage (not at 'extract' stage) and this can't be properly handled. (We don't have INSTALL_DEPENDS and similar to it RUN_DEPENDS used on 'install' stage too adds unneded depend into the package itself) Notes: svn path=/head/; revision=194285
* Use -fno-tree-vrp as better variant of prev. workaroundAndrey A. Chernov2007-06-261-2/+8
| | | | Notes: svn path=/head/; revision=194271
* Remove wrongly placed comment line in prev. commitAndrey A. Chernov2007-06-251-1/+0
| | | | Notes: svn path=/head/; revision=194225
* Force -O due to silent gcc 4.2.0 loop optimization bug with -O2Andrey A. Chernov2007-06-251-1/+3
| | | | Notes: svn path=/head/; revision=194223
* Allow more by few chars in prev. patch Name&Loc restrictionAndrey A. Chernov2007-06-242-5/+5
| | | | | | | because Draw* routines do neccessary check. Notes: svn path=/head/; revision=194152
* Sanitize Name and Location given in the command line.Andrey A. Chernov2007-06-233-5/+53
| | | | | | | Fix the bug with 8bit chars in the Name & Location in the text output. Notes: svn path=/head/; revision=194123
* Install ephemeris files directly on do-install stepAndrey A. Chernov2007-06-231-6/+1
| | | | Notes: svn path=/head/; revision=194104
* Remove additional categoryAndrey A. Chernov2007-06-231-2/+2
| | | | | | | Use USE_ZIP Notes: svn path=/head/; revision=194103
* Install all ephemeris files nowAndrey A. Chernov2007-06-214-22/+113
| | | | | | | Minor tweaks Notes: svn path=/head/; revision=194024
* - 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
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Handle WITHOUT_X11 optionAndrey A. Chernov2006-01-263-30/+51
| | | | | | | Use REINPLACE_CMD Notes: svn path=/head/; revision=154467
* SHA256ifyEdwin Groothuis2006-01-221-0/+4
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* big whitespace cleanup (see ports/65409)Edwin Groothuis2005-11-251-1/+1
| | | | | | | | | PR: ports/65828 Submitted by: trevor Approved by: ache Notes: svn path=/head/; revision=149369
* Add size data, approved by maintainers.Trevor Johnson2004-03-201-0/+4
| | | | Notes: svn path=/head/; revision=104775
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* 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
* Fix build on -currentKris Kennaway2002-01-261-0/+4
| | | | Notes: svn path=/head/; revision=53766
* AddAndrey A. Chernov2001-05-254-3/+63
| | | | | | | | | | -z Current -z0 Current functionality. Misc cleanup. Notes: svn path=/head/; revision=43054
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-11/+11
| | | | Notes: svn path=/head/; revision=37252
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-4/+3
| | | | Notes: svn path=/head/; revision=27512
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-3/+3
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Add missing file to PLIST.Steve Price1999-07-041-0/+1
| | | | Notes: svn path=/head/; revision=20007
* package dist file, not current settingsAndrey A. Chernov1999-04-072-6/+5
| | | | Notes: svn path=/head/; revision=17711