aboutsummaryrefslogtreecommitdiff
path: root/games/oneko-sakura
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-1/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355274
* - Stage supportMartin Wilke2014-02-151-3/+2
| | | | Notes: svn path=/head/; revision=344351
* Fix pkg name collisionBaptiste Daroussin2013-10-141-2/+1
| | | | Notes: svn path=/head/; revision=330278
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Convert to USES=imakeBaptiste Daroussin2013-06-281-6/+2
| | | | | | | | | | | While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng Notes: svn path=/head/; revision=321991
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Register conflicts between games/oneko and games/oneko-sakura. [1]Shaun Amott2010-05-291-1/+3
| | | | | | | | | | - Remove quotes on NO_CDROM (for portlint). Submitted by: Demelier David <demelier.david@gmail.com> via freebsd-ports [1] Notes: svn path=/head/; revision=255291
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - 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
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - No latest link, to prevent clash with games/onekoPav Lucistnik2006-01-151-0/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=153544
* - Updated the distinfo, the tarball name is now oneko-1.2.sakura.5.tar.gz [1]Renato Botelho2005-12-192-17/+13
| | | | | | | | | | | | - Fix PLIST Problems [1] - Fix URL in NO_CDROM declaration [2] PR: ports/90404 [1] Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> [1], maintainer [2] Approved by: maintainer [1] Notes: svn path=/head/; revision=151538
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* - Fix build on -currentKirill Ponomarev2003-09-301-0/+5
| | | | | | | | | | | http://bento.freebsd.org/errorlogs/i386-5-latest/oneko-sakura5-1.2.log PR: 57423 Submitted by: Gerhard Gonter <gonter@wu-wien.ac.at> Noticed by: kris via bento Notes: svn path=/head/; revision=89927
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53954
* Update to 1.2.sakura.5.Peter Pentchev2000-12-084-13/+16
| | | | | | | | PR: 23361 Submitted by: maintainer Notes: svn path=/head/; revision=35764
* Define RESTRICTED_FILES to ${PATCHFILES}, the main distfile is notSatoshi Asami2000-10-131-0/+1
| | | | | | | restricted. Notes: svn path=/head/; revision=33748
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* The program oneko creates a cute cat chasing around your mouse cursor.SADA Kenji1999-06-045-0/+43
Added bitmaps of Sakura Kinomoto, who is a character in a comic strip, "CARDCAPTOR SAKURA" (CLAMP, Kodansha). Submitted by: HOTARU-YA <hotaru@tail.net> Notes: svn path=/head/; revision=19207