aboutsummaryrefslogtreecommitdiff
path: root/emulators/cpmtools
Commit message (Collapse)AuthorAgeFilesLines
* emulators: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Akinori MUSHA aka knu <knu@idaemons.org> * Alejandro Pulver <alejandro@varnet.biz> * Alexander Best <arundel@gmx.net> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey V. Antipovsky <kemm@in-line.ru> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Brian Gaeke <brg@dgate.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * David O'Brien (obrien@cs.ucdavis.edu) * Edward Tomasz Napierala <trasz@FreeBSD.org> * Eric L. Hernes <erich@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Gunter Wambaugh <techgunter@yahoo.com> * Jacques Vidrine <nectar@FreeBSD.org> * Janni * Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> * Jeremy Karlson * Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> * Joel Sutton <jsutton@webnet.com.au> * Joerg Wunsch <joerg@FreeBSD.org> * Jonathan M. Bresler (jmb) * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Juergen Lock <nox@jelal.kn-bremen.de> * Kaltashkin Eugene <zhecka@gmail.com> * Kevin Bowling <kbowling@FreeBSD.org> * Li-Lun Wang <llwang@infor.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Hinner * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Neumann <mneumann@ntecs.de> * Miguel Mendez <flynn@energyhq.homeip.net> * Naram Qashat <cyberbotx@cyberbotx.com> * Nicole Reid <root@cooltrainer.org> * Nishika <nishika@cheerful.com> * Pavel I Volkov <pavelivolkov@googlemail.com> * Piotr Kubaj * Ruan Wei (iamayan@gmail.com) * Sebastian Schuetz <sschuetz@fhm.edu> * Seiichirou Hiraoka * Shaun Amott <shaun@FreeBSD.org> * Sheldon Hearn <axl@iafrica.com> * Simon Dick <simond@irrelevant.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Stijn Hoop <stijn@win.tue.nl> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Bernard <nanard@free.fr> * Timothy Beyer <beyert@cs.ucr.edu> * Tobias Reifenberger <tr@freebsd.mayn.de> * Tom Carrick <knyghtmare@knyghtmare.com> * Travis Poppe <tlp@liquidx.org> * Uffe Jakobsen <uffe@uffe.org> * Vladimir Kondratiev <wulf@mail.mipt.ru> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * alepulver * alex * dchapes@ddm.on.ca * dk * elbarto * janek@gaja.ipan.lublin.pl * jhb * jmz * joerg * jraynard * krion * kstailey * mbr@FreeBSD.org * okeeblow <root@cooltrainer.org> * pixel * pjm * tenser@spitfire.ecsel.psu.edu * trasz * trasz <trasz@pin.if.uz.zgora.pl> * # Created by Timothy Beyer <beyert@cs.ucr.edu> With hat: portmgr
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/cpmtools: fix build on recent currentTobias C. Berner2020-08-281-0/+11
| | | | Notes: svn path=/head/; revision=546772
* - Fix installed script referencing stagedirDmitry Marakasov2015-09-304-4/+58
| | | | | | | | | | | | - Install helpfile into more suitable location - Respect CC and PREFIX PR: 203049 Submitted by: amdmi3 Approved by: maintainer timeout (joerg, 2 weeks) Notes: svn path=/head/; revision=398225
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-2/+0
| | | | Notes: svn path=/head/; revision=380305
* Support stage by going back to using upstream Makefiles instead of custom oneBaptiste Daroussin2014-03-033-227/+5
| | | | | | | Fix build with clang (thus remove USE_GCC=any) Notes: svn path=/head/; revision=346846
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Turn this 30-year old code to use GCC.Joerg Wunsch2013-06-101-4/+3
| | | | | | | Strip old Makefile headers. Notes: svn path=/head/; revision=320434
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+2
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Clean up historical baggage, and move the old local distfiles thatJoerg Wunsch2003-12-091-1/+1
| | | | | | | | | | used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own public_distfiles. No version changes involved. Notes: svn path=/head/; revision=95506
* 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 man page installation.Joerg Wunsch2002-09-121-32/+28
| | | | Notes: svn path=/head/; revision=66220
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-091-0/+1
| | | | | | | area on the local ports tree. Notes: svn path=/head/; revision=29476
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* remove extra blank line (portlint)Michael Haro2000-02-071-1/+0
| | | | Notes: svn path=/head/; revision=25573
* 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
* Don't emulate the manpages in the PLIST.Tim Vanderhoek1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12576
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+3
| | | | Notes: svn path=/head/; revision=6369
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-3/+3
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* freefall.cdrom.com -> freefall.freebsd.orgSatoshi Asami1996-06-031-2/+2
| | | | Notes: svn path=/head/; revision=3165
* Change category name from "emulation" to "emulators". This was theSatoshi Asami1995-11-221-2/+2
| | | | | | | most confusing of all! Notes: svn path=/head/; revision=2446
* These boys now beling to emulators....Satoshi Asami1995-07-131-2/+2
| | | | Notes: svn path=/head/; revision=1960
* Change package name to cpmtools-1.1 to avoid confusion with cpmemu, theSatoshi Asami1995-07-121-1/+2
| | | | | | | "real" emulator (this port used to be called cpm-1.1). Notes: svn path=/head/; revision=1949
* The standard category name for the utils/ subdir is "utilities", notSatoshi Asami1995-05-031-2/+2
| | | | | | | "utils". Notes: svn path=/head/; revision=1597
* Remove the port from the "emulation" category; it's simply a utility,Joerg Wunsch1995-04-291-2/+2
| | | | | | | nothing else. Notes: svn path=/head/; revision=1552
* Add this to the emulators and utils categories.Jordan K. Hubbard1995-04-281-1/+2
| | | | Notes: svn path=/head/; revision=1546
* Updated utils Makefiles!Satoshi Asami1995-04-231-3/+2
| | | | Notes: svn path=/head/; revision=1502
* Adding MD5 checksum file.Joerg Wunsch1995-04-171-0/+1
| | | | Notes: svn path=/head/; revision=1433
* Add freefall's LOCAL_PORTS as master site. We are the first siteJoerg Wunsch1995-04-171-2/+2
| | | | | | | where it appeared. Notes: svn path=/head/; revision=1430
* build depends on configure. (Hey! This one is different! ;)Satoshi Asami1995-04-161-2/+2
| | | | Notes: svn path=/head/; revision=1386
* Another round of Makefile updates, in utils!Satoshi Asami1995-04-151-2/+4
| | | | Notes: svn path=/head/; revision=1359
* Claim my ports, and add the MAINTAINER entry.Joerg Wunsch1995-04-011-1/+2
| | | | Notes: svn path=/head/; revision=1270
* Another attempt to import cpm(1).Joerg Wunsch1994-12-285-0/+267
Hope i got it right this time... Notes: svn path=/head/; revision=639