aboutsummaryrefslogtreecommitdiff
path: root/emulators/x48
Commit message (Collapse)AuthorAgeFilesLines
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326132
* Fix the build against Clang.Alexey Dokuchaev2013-05-061-0/+3
| | | | Notes: svn path=/head/; revision=317453
* - It looks like SX ROM revision J is working fine now, use it instead of EAlexey Dokuchaev2013-05-016-44/+10
| | | | | | | | - Convert another trivial patch to REINPLACE_CMD statement - Delete stale patch file, touch port description while I am here Notes: svn path=/head/; revision=317000
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+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
* - Update to version 0.6.4Alexey Dokuchaev2013-04-194-41/+33
| | | | | | | | | | | | | | - Tighten Makefile header and COMMENT - Register run-time dependency on required fonts - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Convert trivial patch to sed(1) in-place editing PR: ports/176935 (version bump) Submitted by: pfg Feature safe: yes Notes: svn path=/head/; revision=316085
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* - Update to version 0.6.3, which features number of bug fixes and "netbook"Alexey Dokuchaev2011-08-195-46/+19
| | | | | | | | | | | | | | look for small/short screens. Unfortunately, SX ROM revision J still does not seem to work - Build is done with GNU make now (was Imake before) - Contract ${MASTER_SITE_BERLIOS} -> BERLIOS - Augment CATEGORIES (add math): x48 can be used as powerful calculator - Add LICENSE (GPLv3), utilize PORTDOCS - Touch a COMMENT (use HP's official "graphic calculator" spelling) and add couple of small comments about HP ROM images in Makefile Notes: svn path=/head/; revision=280028
* = Drop MD5 supportMartin Wilke2011-07-021-3/+0
| | | | Notes: svn path=/head/; revision=276915
* Reformat description text.Alexey Dokuchaev2011-05-131-4/+4
| | | | Notes: svn path=/head/; revision=274070
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* 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
* - Fix corrupted display on xorg-7.4Pav Lucistnik2009-06-012-1/+12
| | | | | | | | | PR: ports/133398 Submitted by: Esa Karkkainen <ejk@iki.fi> Approved by: maintainer timeout (danfe; 7 weeks) Notes: svn path=/head/; revision=234970
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-2/+0
| | | | Notes: svn path=/head/; revision=225293
* - 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
* - Reformat Makefile header, expand `Whom:' to full nameAlexey Dokuchaev2006-09-052-14/+13
| | | | | | | | | | | | - Fix a minor typo in COMMENT - Kill useless ROMPATH variable (it was always = DATADIR) - Pacify portlint(1) - Improve on pkg-descr, fix WWW line [1], and kill spaces EOL Submitted by: jylefort Notes: svn path=/head/; revision=172357
* - Update to version 0.4.3 [1]Alexey Dokuchaev2006-09-058-249/+56
| | | | | | | | | - Respect PREFIX better Submitted by: jylefort [1] Notes: svn path=/head/; revision=172355
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* SHA256ifyEdwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Fix build with GCC 2.95.4.Alexey Dokuchaev2004-11-291-16/+12
| | | | | | | | Reported by: kris Approved by: fjoe (mentor, implicit) Notes: svn path=/head/; revision=122760
* - Add SX ROM revision E (rev J does not work)Alexey Dokuchaev2004-11-226-22/+98
| | | | | | | | | | | | | | - Fix terminal allocation code under FreeBSD - Catch up with PHK's cuaa->cuad rework in -CURRENT - Avoid direct use of `unzip' command in Makefile in favor of ${UNZIP_CMD} - Utilize DATADIR and DOCSDIR marcos in pkg-plist - SIZEify - Take maintainership Approved by: fjoe (mentor, implicit) Notes: svn path=/head/; revision=122137
* 1. files/src+X48.ad is not doing anything so removed.Maho Nakata2003-07-212-20/+1
| | | | | | | | | 2. typo in pkg-descr Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=85265
* update emulators/x48: enhancements to emulators/x48Daichi GOTO2003-07-0913-40/+122
| | | | | | | | PR: 53912 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=84508
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75953
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - update to 0.4.1ePete Fritchman2001-11-053-11/+12
| | | | | | | | | | | | - fix MASTER_SITES - use ${DOCSDIR} - add NOPORTDOCS support to pkg-plist PR: 31610 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=49590
* Fix Imakefile breakage under XFree86 4.xKevin Lo2000-10-211-6/+11
| | | | | | | | PR: 22160 Submitted by: Ports Fury Notes: svn path=/head/; revision=34065
* Update to version 0.4.1Kevin Lo2000-08-188-19/+204
| | | | | | | | PR: 20651 Submitted by: Ports Fury Notes: svn path=/head/; revision=31745
* Update to version 0.4.1d.Steve Price2000-05-293-7/+14
| | | | | | | | PR: 13006 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=28953
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-231-1/+1
| | | | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich Notes: svn path=/head/; revision=27941
* PORTNAME/VERSION stuffMichael Haro2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27455
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* 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
* MASTER_SITE_SUBDIR: system/Emulators => system/emulatorsEric L. Hernes1997-04-011-2/+2
| | | | | | | Requested by: Bill Fenner Notes: svn path=/head/; revision=6099
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4572
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-5/+5
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* import `x48' an hp48 emulator, all us propeller-headsEric L. Hernes1996-10-245-0/+41
with an hp48 and no X-11 calculator can sleep a little easier toinght. Notes: svn path=/head/; revision=4147