summaryrefslogtreecommitdiff
path: root/print/mup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* - 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
* - update to 5.3Ion-Mihai Tetcu2007-01-172-10/+7
| | | | | | | | | | | - the docs are now in the main DISTFILE - pass maintainership to submitter PR: ports/107983 Submitted by: Marcelo Araujo Notes: svn path=/head/; revision=182647
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-041-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172165
* - Update to 5.2Sergey Matveychuk2006-04-294-12/+16
| | | | | | | | PR: ports/93638 Submitted by: maintainer Notes: svn path=/head/; revision=160738
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Respect X11BASEEmanuel Haupt2005-10-223-186/+18
| | | | | | | | | | | | | - Install PORTDOCS with proper mode by using INSTALL_DATA - bump PORTREVISION - nuke pkg-plist - cleanup PR: 87827 Submitted by: Daniel J. O'Connor <darius@dons.net.au> (maintainer) Notes: svn path=/head/; revision=146138
* - Update to 5.1Pav Lucistnik2005-07-105-7/+14
| | | | | | | | PR: ports/83213 Submitted by: Daniel J. O'Connor <darius@dons.net.au> (maintainer) Notes: svn path=/head/; revision=138795
* - Update to 5.0Michael Johnson2005-03-037-66/+85
| | | | | | | | PR: 78273 Submitted by: Daniel O'Connor <doconnor@cain.gsoft.com.au> (maintainer) Notes: svn path=/head/; revision=130233
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Update checksumEdwin Groothuis2004-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticed by: bento Changes in tarball: diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c 1714c1714 < #line 4489 "gram.y" --- > #line 4493 "gram.y" 5351c5351,5353 < Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i ntval; > } 5358c5360,5362 < Currstruct_p->u.bar_p->precbartype = SINGLEBAR; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = SINGLEBAR; > } 5364c5368 < #line 3602 "gram.y" --- > #line 3606 "gram.y" Notes: svn path=/head/; revision=99357
* Unnbreak and update print/mup portEdwin Groothuis2003-11-134-183/+174
| | | | | | | | | | | | | | Broken port (their FTP site was active-only but appears to allow passive FTP once more). Update to 4.6 Patch obtained from igla@batterybackups.net PR: ports/59241 Submitted by: igla@batterybackups.net Approved by: "Daniel O'Connor" <darius@dons.net.au> Notes: svn path=/head/; revision=93853
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-0/+2
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* Add USE_XLIB to make the port building on bento.Edwin Groothuis2003-10-161-0/+1
| | | | Notes: svn path=/head/; revision=91392
* New port for print/mupEdwin Groothuis2003-10-0612-0/+354
A shareware program for typesetting music PR: ports/45812 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=90329