aboutsummaryrefslogtreecommitdiff
path: root/lang/pugs
Commit message (Collapse)AuthorAgeFilesLines
* - unbreak pugs and update itCheng-Lung Sung2008-08-274-394/+121
| | | | | | | - now it builds from current ghc Notes: svn path=/head/; revision=219248
* - This port has been BROKEN for more than 6 months. It will be removed unlessPav Lucistnik2008-06-191-0/+2
| | | | | | | | | fixed in next two months. With hat: portmgr Notes: svn path=/head/; revision=215228
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-5/+5
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - mark BROKENCheng-Lung Sung2007-08-031-0/+1
| | | | | | | - will try to fix in current revision (pugs) Notes: svn path=/head/; revision=197003
* - 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
* - fix pkg-plist (again?)Cheng-Lung Sung2007-03-132-6/+379
| | | | | | | Pointyhat to: me Notes: svn path=/head/; revision=187244
* - Update to 6.2.13Cheng-Lung Sung2006-12-273-283/+14
| | | | Notes: svn path=/head/; revision=180831
* - Respect DESTDIRCheng-Lung Sung2006-08-141-4/+4
| | | | | | | | PR: ports/101888 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170538
* - unbreakCheng-Lung Sung2006-08-032-2/+274
| | | | | | | - adding some files into pkg-plist Notes: svn path=/head/; revision=169523
* Mark broken: fails to deinstall cleanly.Mark Linimon2006-07-161-0/+2
| | | | Notes: svn path=/head/; revision=168010
* - Update to 6.2.12Cheng-Lung Sung2006-06-273-9/+10
| | | | Notes: svn path=/head/; revision=166422
* - update to 6.2.11Cheng-Lung Sung2006-04-253-458/+5
| | | | Notes: svn path=/head/; revision=160405
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-0/+1
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - fix plistYen-Ming Lee2005-09-011-0/+448
| | | | | | | | | PR: 84159 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=141670
* - update to 6.2.8Cheng-Lung Sung2005-07-143-5/+14
| | | | Notes: svn path=/head/; revision=139183
* - update to 6.2.3Cheng-Lung Sung2005-05-182-3/+3
| | | | | | | | - Changes see http://search.cpan.org/src/AUTRIJUS/Perl6-Pugs-6.2.3/ChangeLog Notes: svn path=/head/; revision=135534
* - update to 6.2.1Cheng-Lung Sung2005-05-043-16/+3
| | | | Notes: svn path=/head/; revision=134575
* - update to 6.2.0Cheng-Lung Sung2005-04-133-8/+16
| | | | | | | | - Changes see [ url: http://search.cpan.org/src/AUTRIJUS/Perl6-Pugs-6.2.0/ChangeLog ] Notes: svn path=/head/; revision=133237
* - update to 6.0.14Cheng-Lung Sung2005-04-063-10/+6
| | | | Notes: svn path=/head/; revision=132601
* - fix pkg-plistCheng-Lung Sung2005-03-281-0/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=132095
* - make pugs linkable with ghc 6.4Cheng-Lung Sung2005-03-161-0/+4
| | | | | | | | - it lacks libgmp in its ld path - so force it to look up ${PREFIX}/lib Notes: svn path=/head/; revision=131367
* - Pugs is an implementation of Perl 6, written in Haskell.Cheng-Lung Sung2005-03-154-0/+70
It aims to implement the full Perl6 specification, as detailed in the Synopses. - Synopses: [http://dev.perl.org/perl6/synopsis/] Discussed with: tobez, autrijus@autrijus.org PR: 78809 Submitted by: clsung Notes: svn path=/head/; revision=131269