Bug 124596

Summary: [NEW PORT] devel/dsss: D Shared Software System
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dsss-0.75.shar none

Description Dmitry Marakasov 2008-06-15 02:30:01 UTC
This PR depends on ports/124567
---
SS, the D Shared Software System, builds upon rebuild and intends
to create a standardized system for building, installing, configuring,
acquiring and using D software, licensed as Free and Open Source
Software under the MIT license. One notable component of it is its
net module, which provides an analogue to Perl's CPAN or Ruby's
Gems for the D programming language.

WWW: http://www.dsource.org/projects/dsss
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-15 02:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov 2008-06-15 04:53:42 UTC
Here's additional patch (remove extra dirrm's in plist not catched by tinderbox):

--- dsss.patch begins here ---
diff -ruN dsss.old/pkg-plist dsss/pkg-plist
--- dsss.old/pkg-plist	2008-06-15 07:51:36.000000000 +0400
+++ dsss/pkg-plist	2008-06-15 07:51:50.000000000 +0400
@@ -42,8 +42,6 @@
 %%DATADIR%%/sources/EMPTY
 share/rebuild/testtango.d
 @dirrm share/rebuild
-@dirrm share/man/man1
-@dirrm share/man
 @dirrm %%DATADIR%%/sources
 @dirrm %%DATADIR%%/manifest
 @dirrm %%DATADIR%%
--- dsss.patch ends here ---

-- 
Dmitry A. Marakasov    | jabber: amdmi3@jabber.ru
amdmi3@amdmi3.ru       | http://www.amdmi3.ru
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-06-19 14:17:50 UTC
Responsible Changed
From-To: miwi->amdmi3

Dmitry is now committer.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-06-29 15:08:34 UTC
amdmi3      2008-06-29 14:08:29 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/dsss           Makefile distinfo pkg-descr pkg-plist 
  Log:
  DSSS, the D Shared Software System, builds upon rebuild and intends
  to create a standardized system for building, installing, configuring,
  acquiring and using D software, licensed as Free and Open Source
  Software under the MIT license. One notable component of it is its
  net module, which provides an analogue to Perl's CPAN or Ruby's
  Gems for the D programming language.
  
  WWW: http://www.dsource.org/projects/dsss/
  
  PR:             ports/124596
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.3121    +1 -0      ports/devel/Makefile
  1.1       +40 -0     ports/devel/dsss/Makefile (new)
  1.1       +3 -0      ports/devel/dsss/distinfo (new)
  1.1       +8 -0      ports/devel/dsss/pkg-descr (new)
  1.1       +53 -0     ports/devel/dsss/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2008-06-29 15:09:08 UTC
State Changed
From-To: open->closed

New port added. Thanks!