aboutsummaryrefslogtreecommitdiffstats
path: root/astro/stars
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Fix unfetchable [1]mnag2006-03-202-9/+8
* - Add SHA256pav2005-11-241-0/+1
* Per distfile survey, chase mastersite reorg on planetmirror.com:linimon2004-03-191-2/+2
* Use PLIST_FILES.trevor2004-02-062-1/+1
* Add SIZE.trevor2004-01-281-0/+1
* portlint ($() -> ${}, DISTFILES -> DISTNAME, set WRKSRC, remove unusedkris2003-10-271-8/+6
* De-pkg-comment.knu2003-02-212-1/+1
* Fix master_site to right redirected path.edwin2002-12-281-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Back out the distname change after reading an enlightening cvs log.dannyboy2002-03-091-1/+1
* Fix broken MASTER_SITES.dannyboy2002-03-091-3/+3
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-181-1/+1
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-2/+1
* Update to stars-1.0-ss-11.00jseger2000-05-262-2/+2
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
* Respect CC and CFLAGSkris2000-03-271-3/+6
* Id->FreeBSD rename try 2.obrien1999-08-251-1/+1
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
* Update to stars-1.0-ss-10.20jseger1999-03-082-3/+3
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
* Making x11 category more useful project part 1: take out "x11" ofasami1998-07-281-2/+2
* Fix files/md5.jseger1998-02-121-1/+1
* Upgrade to stars-1.0-ss-10.10 and make myself MAINTAINER. I sent a messagejseger1998-01-291-3/+3
* CATAGORIES+= -> CATAGORIES=obrien1996-11-161-2/+2
* Removed unnecessary @cwd directive.max1996-11-151-1/+0
* These ports are moved to astro. (Repository copy already done, thisasami1996-10-311-2/+2
* Use $(INSTALL_PROGRAM) variable instead of explicit instsall.chuckr1996-08-081-2/+2
* New port for x11, stars. Could make you dizzy!chuckr1996-08-046-0/+90
e future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) * Convert the tree to USES=openalantoine2013-12-261-2/+1 | | | | Approved by: portmgr (bapt) * Update freetype to 2.5.2.kwm2013-12-251-0/+14 | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 * Use setuptools for all Python ports.wg2013-12-161-1/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2 | | | | graphics) * - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1 | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav * -remove MD5ohauer2011-07-031-2/+0 | * - Add glew to the list of supported USE_GL variablesgahr2010-04-281-2/+1 | | | | | | - Patch ports depending on GLEW directly Approved by: portmgr (pav) * - update to jpeg-8dinoex2010-02-051-1/+1 | * - Introduce USE_OPENAL variable for OpenAL consumerspav2010-01-261-3/+2 | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1 | | | | | | bumped or updated Requested by: edwin * - Fix an issue in my previous commitacm2009-06-181-1/+1 | * - Fix with custom LOCALBASEacm2009-06-181-1/+3 | | | | Reported by: QAT * - Use correctly NOPORTDOCS and NOPORTEXAMPLESacm2009-04-292-369/+373 | | | | | | | - Fix pkg-plist - Bump PORTREVISION Suggested by: itetcu * Bump PORTREVISION for DEPENDS change.itetcu2009-04-291-0/+1 | | | | | Prompted by: QAT Pointyhat to: acm@ * - Add sdl dependencyacm2009-04-271-0/+1 | | | | Reported by: QAT * - Update to 0.14acm2009-04-274-38/+75 | | | | - Remove obsolete dependency * - Bump PORTREVISION, because devel/ode was updatedacm2009-01-161-1/+1 | | | | Approved by: amdmi3 via email * CATEGORIES+= python for py- ports missing itpgollucci2008-12-281-1/+1 | | | | | PR: ports/124921 Approved by: portmgr (pav) * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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) * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-2/+1 | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) * - Fix problem with new version of pyrex. It is not necessary as a dependency.acm2007-11-082-7/+26 | | | | | | | - Remove BROKEN state - Bump PORTREVISION Approved by: portmgr * Mark as broken with current version of devel/pyrex. A new version oflinimon2007-10-261-0/+2 | | | | this port should be coming shortly. * - Update to 0.13.2acm2007-08-206-133/+224 | | | | | - Remove obsolete patch files - Add devel/ode like a dependency * - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+2 | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * - Really respect X11BASErafan2006-12-091-2/+2 | | | | Approved by: portmgr (linimon) * - Respect X11BASEacm2006-12-011-0/+1 | * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-202-19/+0 | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) * - Fix build with recent graphics/cal3dacm2006-08-222-29/+17 | | | | | | - Fix linking problem with openal lib Approved by: garga (mentor) * - Fix problem on 4.xacm2006-08-081-1/+1 | | | | | Reported by: kris Approved by: garga (mentor) * - Update to 0.12acm2006-07-307-99/+103 | | | | | | - Remove obsolete patch files. Now, i'm using ${REINPLACE_CMD} for it. Approved by: garga (mentor) * Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1 | | | | Approved by: garga (mentor) * - Update Soya3d to 0.11.2erwin2006-06-164-125/+81 | | | | | | | | | - Update SoyaTutorial to 0.11 - Added new dependency (security/py-cerializer). py-soya3d allow to use py-cerealizer. - Fixed the installation of SoyaTutorial. PR: 98959 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) * Update to 0.10.5erwin2006-05-193-16/+4 | | | | | PR: 97481 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) * Unbreak on i386arved2006-05-182-3/+9 | | | | | Reported by: pointyhat Pointyhat to: arved * Update to 0.10.4arved2006-05-084-14/+65 | | | | | | | Fix build on amd64 PR: 96815 Submitted by: Jose Alonso Cardenas Marquez * Update to 0.10.2arved2006-04-163-127/+172 | | | | | PR: 95507 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * SHA256ifyedwin2006-01-221-0/+2 | | | | Approved by: krion@ * Respect LOCALBASE and X11BASEmnag2005-11-062-2/+33 | | | | | PR: 88532 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) * Mark amd64 as BROKEN. Does not compile.mnag2005-10-241-1/+7 | | | | Notified by: kris * Change COMMENT to reflect Porters Handbook (sect 5.6)mnag2005-10-111-1/+1 | | | | | Notified by: hq Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)